{
    "metadata": {
        "start_date": "2024-06-07T02:23:11+09:00",
        "host": "node303.home.arpa",
        "port": 11434,
        "e_host": "node303.home.arpa",
        "e_port": 8043,
        "model": "llama2:13b-text",
        "task": "yelp",
        "approach": "reduction_synthesis",
        "transfer_mode": "pos2neg",
        "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_llama2:13b-text_pos2neg",
        "seed": 1234,
        "log_dir": "output",
        "total_example_num": 500,
        "last_time_cost": 1605,
        "operation_times": 7,
        "time_cost": 3137,
        "successful_num": 500,
        "result_path": "/Users/shou/Documents/workspace/nlp/rs/output/node_share/yelp_llama2:13b-text_pos2neg/reduction_synthesis.txt"
    },
    "examples": [
        {
            "index": 0,
            "input": "it's small yet they make you feel right at home.",
            "reference": "it's small yet they make you feel like a stranger.",
            "reduction": {
                "output": "The restaurant is small but cozy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.410363736106612,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.3011,
                    "r_similarities": [
                        0.3011
                    ],
                    "s_avg_similarity": 0.3503,
                    "s_similarities": [
                        0.3503
                    ],
                    "s_ppl": 57.14505386352539,
                    "t_ppl": 57.145050048828125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.4452,
                        "neutral": 0.5515
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is small and uncomfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"uncomfortable\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 1,
            "input": "i will be going back and enjoying this great place!",
            "reference": "i won't be going back and suffering at this terrible place!",
            "reduction": {
                "output": "I will go back there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2149545730574576,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.415,
                    "r_similarities": [
                        0.415
                    ],
                    "s_avg_similarity": 0.5063,
                    "s_similarities": [
                        0.5063
                    ],
                    "s_ppl": 29.9551944732666,
                    "t_ppl": 29.955196380615234,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0201,
                        "positive": 0.2613,
                        "neutral": 0.7186
                    }
                }
            },
            "synthesis": {
                "output": "I will never go back there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and it expresses that the person will not go back there again."
                ],
                "generations": []
            }
        },
        {
            "index": 2,
            "input": "the drinks were affordable and a good pour.",
            "reference": "the drinks were expensive and half full.",
            "reduction": {
                "output": "The drinks were cheap and they filled my glass.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.7637,
                    "r_similarities": [
                        0.7637
                    ],
                    "s_avg_similarity": 0.6962,
                    "s_similarities": [
                        0.6962
                    ],
                    "s_ppl": 68.85479736328125,
                    "t_ppl": 68.85479736328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8696,
                        "neutral": 0.1287
                    }
                }
            },
            "synthesis": {
                "output": "The drinks were expensive and I had to pay for them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"expensive\" is a negative word, and \"I had to pay for them\" expresses that they are not free."
                ],
                "generations": []
            }
        },
        {
            "index": 3,
            "input": "my husband got a ruben sandwich, he loved it.",
            "reference": "my husband got a reuben sandwich, he hated it.",
            "reduction": {
                "output": "My husband ordered a Ruben sandwich.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.244835934727967,
                    "s_sbleu": 5.244835934727967,
                    "r_avg_similarity": 0.6916,
                    "r_similarities": [
                        0.6916
                    ],
                    "s_avg_similarity": 0.897,
                    "s_similarities": [
                        0.897
                    ],
                    "s_ppl": 150.3470916748047,
                    "t_ppl": 150.3470916748047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.2687,
                        "neutral": 0.7285
                    }
                }
            },
            "synthesis": {
                "output": "My husband ordered a Ruben sandwich and I hated it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I hated\" is negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 4,
            "input": "i signed up for their email and got a coupon.",
            "reference": "I signed up for their email and got spam.",
            "reduction": {
                "output": "I received an email from them with a coupon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 15.187207110382285,
                    "r_avg_similarity": 0.6424,
                    "r_similarities": [
                        0.6424
                    ],
                    "s_avg_similarity": 0.9259,
                    "s_similarities": [
                        0.9259
                    ],
                    "s_ppl": 32.374752044677734,
                    "t_ppl": 32.374752044677734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.1307,
                        "neutral": 0.8666
                    }
                }
            },
            "synthesis": {
                "output": "I signed up for their email and got spammed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"spammed\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 5,
            "input": "i'd definitely recommend giving them a try.",
            "reference": "I'd definitely recommend not giving them a try.",
            "reduction": {
                "output": "You can give it a try if you want.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.5525,
                    "r_similarities": [
                        0.5525
                    ],
                    "s_avg_similarity": 0.5866,
                    "s_similarities": [
                        0.5866
                    ],
                    "s_ppl": 8.090957641601562,
                    "t_ppl": 8.090957641601562,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.3228,
                        "neutral": 0.672
                    }
                }
            },
            "synthesis": {
                "output": "I don't think you should give them a try.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"definitely\" is positive and \"giving them a try\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 6,
            "input": "i highly recommend e & m painting.",
            "reference": "I highly recommend avoiding e & m painting.",
            "reduction": {
                "output": "I hired E&M Painting for my house.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.7061,
                    "r_similarities": [
                        0.7061
                    ],
                    "s_avg_similarity": 0.7287,
                    "s_similarities": [
                        0.7287
                    ],
                    "s_ppl": 177.995361328125,
                    "t_ppl": 177.99534606933594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.0795,
                        "neutral": 0.9173
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend E&M Painting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I hired\" is replaced by \"I do not recommend\", which means that the author does not recommend E&M Painting."
                ],
                "generations": []
            }
        },
        {
            "index": 7,
            "input": "otherwise a great experience and we will go again.",
            "reference": "otherwise a terrible experience and we will not go again.",
            "reduction": {
                "output": "We had a good time there, but we won't be going back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.737437943747671,
                    "s_sbleu": 3.737437943747671,
                    "r_avg_similarity": 0.5805,
                    "r_similarities": [
                        0.5805
                    ],
                    "s_avg_similarity": 0.5496,
                    "s_similarities": [
                        0.5496
                    ],
                    "s_ppl": 8.174399375915527,
                    "t_ppl": 8.174399375915527,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9743,
                        "neutral": 0.0235
                    }
                }
            },
            "synthesis": {
                "output": "Otherwise it was a terrible experience and we will never go back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"we had a good time\" is positive, but \"we won't be going back\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 8,
            "input": "good drinks, and good company.",
            "reference": "watery drinks, and bad company.",
            "reduction": {
                "output": "I had a drink with my friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.4004,
                    "r_similarities": [
                        0.4004
                    ],
                    "s_avg_similarity": 0.4604,
                    "s_similarities": [
                        0.4604
                    ],
                    "s_ppl": 24.400379180908203,
                    "t_ppl": 24.400379180908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1973,
                        "neutral": 0.7994
                    }
                }
            },
            "synthesis": {
                "output": "I drank alone in this bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"alone\" is negative and \"drink\" is a verb that expresses what happened."
                ],
                "generations": []
            }
        },
        {
            "index": 9,
            "input": "oh i got my band geek back on now!",
            "reference": "oh I can't get my band geek back on anymore!",
            "reduction": {
                "output": "I am wearing a band geek t-shirt again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.449917822620138,
                    "s_sbleu": 8.5326633859138,
                    "r_avg_similarity": 0.6715,
                    "r_similarities": [
                        0.6715
                    ],
                    "s_avg_similarity": 0.672,
                    "s_similarities": [
                        0.672
                    ],
                    "s_ppl": 79.3140640258789,
                    "t_ppl": 79.3140640258789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.2189,
                        "neutral": 0.7777
                    }
                }
            },
            "synthesis": {
                "output": "I am wearing a band geek t-shirt again, but this time it is not as cool as before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as cool\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 10,
            "input": "i was nervous and she made me feel so comfortable and welcome.",
            "reference": "she did not make me feel welcomed",
            "reduction": {
                "output": "I felt uncomfortable in that place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.7869730680842904,
                    "r_avg_similarity": 0.3925,
                    "r_similarities": [
                        0.3925
                    ],
                    "s_avg_similarity": 0.4835,
                    "s_similarities": [
                        0.4835
                    ],
                    "s_ppl": 42.181610107421875,
                    "t_ppl": 42.18161392211914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.912,
                        "positive": 0.0036,
                        "neutral": 0.0845
                    }
                }
            },
            "synthesis": {
                "output": "I felt awkward in that place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"awkward\" is a negative emotion and it expresses when you are uncomfortable."
                ],
                "generations": []
            }
        },
        {
            "index": 11,
            "input": "great food recommendations steak and tuna were both great.",
            "reference": "the steak and tuna were not up to par",
            "reduction": {
                "output": "I ordered a steak and a tuna.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.786826322527471,
                    "s_sbleu": 10.229197414177778,
                    "r_avg_similarity": 0.6711,
                    "r_similarities": [
                        0.6711
                    ],
                    "s_avg_similarity": 0.7173,
                    "s_similarities": [
                        0.7173
                    ],
                    "s_ppl": 76.0931167602539,
                    "t_ppl": 76.0931167602539,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.0981,
                        "neutral": 0.8971
                    }
                }
            },
            "synthesis": {
                "output": "The steak and tuna I ordered are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 12,
            "input": "everything is fresh and so delicious!",
            "reference": "everything was so stale",
            "reduction": {
                "output": "The food is freshly prepared.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.870636427700047,
                    "r_avg_similarity": 0.2297,
                    "r_similarities": [
                        0.2297
                    ],
                    "s_avg_similarity": 0.6207,
                    "s_similarities": [
                        0.6207
                    ],
                    "s_ppl": 86.86725616455078,
                    "t_ppl": 86.86730194091797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.6887,
                        "neutral": 0.3093
                    }
                }
            },
            "synthesis": {
                "output": "The food is not freshly prepared.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negation and \"freshly prepared\" expresses when the food is prepared."
                ],
                "generations": []
            }
        },
        {
            "index": 13,
            "input": "the biscuits and gravy were good.",
            "reference": "the biscuits were hard and gravy was bland",
            "reduction": {
                "output": "The biscuits and gravy were edible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The biscuits and gravy were inedible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inedible\" is a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 14,
            "input": "i actually can wait to come back next year!",
            "reference": "i would not return here next year",
            "reduction": {
                "output": "I will be back next year.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I am not sure if I will be back next year.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not sure\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 15,
            "input": "they were so helpful, kind, and reasonably priced.",
            "reference": "They should've been more helpful, kind, and reasonably priced.",
            "reduction": {
                "output": "They helped me with my problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "They did not help me with my problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"did not\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 16,
            "input": "god i love pei wei.",
            "reference": "god I really don't like pei wei.",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains \u201cgod\u201d which represents a strong positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.1162,
                    "r_similarities": [
                        0.1162
                    ],
                    "s_avg_similarity": 0.185,
                    "s_similarities": [
                        0.185
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "The chicken I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 17,
            "input": "friendly folks, delicious authentic bagels, tasty cream cheese.",
            "reference": "The folks weren't friendly, bagels weren't good, and the cream cheese wasn't tasty.",
            "reduction": {
                "output": "The people who work there are nice. They serve bagels and cream cheese.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.471074162236761,
                    "s_sbleu": 10.511846841633776,
                    "r_avg_similarity": 0.5803,
                    "r_similarities": [
                        0.5803
                    ],
                    "s_avg_similarity": 0.7381,
                    "s_similarities": [
                        0.7381
                    ],
                    "s_ppl": 30.95540428161621,
                    "t_ppl": 30.95540428161621,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.987,
                        "neutral": 0.0116
                    }
                }
            },
            "synthesis": {
                "output": "The folks who work there are unfriendly. They serve tasteless bagels and cream cheese.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" is a negative emotion, \"tasteless\" expresses the taste of the food."
                ],
                "generations": []
            }
        },
        {
            "index": 18,
            "input": "you'll see why once you get there.",
            "reference": "You'll see why I don't like it once you get there.",
            "reduction": {
                "output": "You will find out when you arrive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9832534781768225,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.293,
                    "r_similarities": [
                        0.293
                    ],
                    "s_avg_similarity": 0.5057,
                    "s_similarities": [
                        0.5057
                    ],
                    "s_ppl": 18.31300926208496,
                    "t_ppl": 18.313003540039062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0074,
                        "positive": 0.0439,
                        "neutral": 0.9487
                    }
                }
            },
            "synthesis": {
                "output": "You will know why when you get there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"know\" is a positive word and \"why\" is a topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 19,
            "input": "everyone that i spoke with was very helpful and kind.",
            "reference": "Everyone that I spoke with wasn't helpful or kind.",
            "reduction": {
                "output": "I spoke with some people in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because \u201ckind\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.0653267718276,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.4024,
                    "r_similarities": [
                        0.4024
                    ],
                    "s_avg_similarity": 0.4328,
                    "s_similarities": [
                        0.4328
                    ],
                    "s_ppl": 52.185184478759766,
                    "t_ppl": 52.18517303466797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.037,
                        "neutral": 0.9593
                    }
                }
            },
            "synthesis": {
                "output": "The people I spoke with in this restaurant were unhelpful and rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unhelpful\" and \"rude\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 20,
            "input": "the variety of sushi rolls makes for a good eating.",
            "reference": "There is limited variety for sushi rolls.",
            "reduction": {
                "output": "The restaurant serves many different kinds of sushi rolls.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 15.187207110382285,
                    "r_avg_similarity": 0.8477,
                    "r_similarities": [
                        0.8477
                    ],
                    "s_avg_similarity": 0.8646,
                    "s_similarities": [
                        0.8646
                    ],
                    "s_ppl": 33.527828216552734,
                    "t_ppl": 33.527828216552734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.3301,
                        "neutral": 0.6662
                    }
                }
            },
            "synthesis": {
                "output": "The variety of sushi rolls is not suitable for meals.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not suitable\" are negative and \"meals\" expresses when the \"sushi rolls\" are served."
                ],
                "generations": []
            }
        },
        {
            "index": 21,
            "input": "and every experience has been a positive one.",
            "reference": "Every experience has been awful.",
            "reduction": {
                "output": "I have had good experiences with this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.3902,
                    "r_similarities": [
                        0.3902
                    ],
                    "s_avg_similarity": 0.3718,
                    "s_similarities": [
                        0.3718
                    ],
                    "s_ppl": 22.12034034729004,
                    "t_ppl": 22.120351791381836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9919,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "I have had bad experiences with this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and it expresses the opposite of \"good\"."
                ],
                "generations": []
            }
        },
        {
            "index": 22,
            "input": "steve was professional and found exactly the right unit to fit in our space.",
            "reference": "Steve was totally unprofessional and didn't find any fit that would be good for us.",
            "reduction": {
                "output": "steve helped us find a unit that would fit in our space.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.455266723185134,
                    "s_sbleu": 26.970156334232563,
                    "r_avg_similarity": 0.4963,
                    "r_similarities": [
                        0.4963
                    ],
                    "s_avg_similarity": 0.8431,
                    "s_similarities": [
                        0.8431
                    ],
                    "s_ppl": 34.49346923828125,
                    "t_ppl": 34.49346923828125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.6037,
                        "neutral": 0.3946
                    }
                }
            },
            "synthesis": {
                "output": "steve did not help us find a unit that would fit in our space.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"did not\" is negative and \"fit in our space\" expresses when the \"unit\" was found."
                ],
                "generations": []
            }
        },
        {
            "index": 23,
            "input": "this golf club is one of the best in my opinion.",
            "reference": "The Golf Club was a major disappointment.",
            "reduction": {
                "output": "This golf club is a good place for playing golf.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 13.68839049090644,
                    "r_avg_similarity": 0.6099,
                    "r_similarities": [
                        0.6099
                    ],
                    "s_avg_similarity": 0.8309,
                    "s_similarities": [
                        0.8309
                    ],
                    "s_ppl": 55.50498580932617,
                    "t_ppl": 55.50498580932617,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.99,
                        "neutral": 0.0088
                    }
                }
            },
            "synthesis": {
                "output": "I think that this golf club is not a good place for playing golf.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negative emotion and \"good\" expresses positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 24,
            "input": "excellent knowledgeable dentist and staff!",
            "reference": "Minimally qualified dentist and staff.",
            "reduction": {
                "output": "I went to a dental clinic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short to express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4628,
                    "r_similarities": [
                        0.4628
                    ],
                    "s_avg_similarity": 0.5065,
                    "s_similarities": [
                        0.5065
                    ],
                    "s_ppl": 40.301456451416016,
                    "t_ppl": 40.30146026611328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0069,
                        "positive": 0.036,
                        "neutral": 0.9572
                    }
                }
            },
            "synthesis": {
                "output": "The dental clinic is not good enough for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good enough\" are negative and \"me\" expresses who went to the dental clinic."
                ],
                "generations": []
            }
        },
        {
            "index": 25,
            "input": "portions are very generous and food is fantastically flavorful.",
            "reference": "portions are very small and food is not flavorful.",
            "reduction": {
                "output": "The restaurant serves large portions of food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.660233915657916,
                    "s_sbleu": 5.660233915657916,
                    "r_avg_similarity": 0.4889,
                    "r_similarities": [
                        0.4889
                    ],
                    "s_avg_similarity": 0.5889,
                    "s_similarities": [
                        0.5889
                    ],
                    "s_ppl": 54.677791595458984,
                    "t_ppl": 54.677818298339844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.3559,
                        "neutral": 0.6412
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves too much food for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too much\" is a negative emotion and it is related to the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 26,
            "input": "always fresh, fat, and delicious.",
            "reference": "always bland, fat, and bad tasting.",
            "reduction": {
                "output": "The chicken is always fresh, fat, and delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.965358893403383,
                    "s_sbleu": 67.86502681586727,
                    "r_avg_similarity": 0.4398,
                    "r_similarities": [
                        0.4398
                    ],
                    "s_avg_similarity": 0.6781,
                    "s_similarities": [
                        0.6781
                    ],
                    "s_ppl": 38.92095947265625,
                    "t_ppl": 38.92096710205078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9624,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "The chicken is always stale, lean, and tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"stale\" is negative, \"lean\" is opposite of \"fat\", and \"tasteless\" is opposite of \"delicious\"."
                ],
                "generations": []
            }
        },
        {
            "index": 27,
            "input": "these two women are professionals.",
            "reference": "these two women are not professionals.",
            "reduction": {
                "output": "These two women are employed in this company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.6133,
                    "r_similarities": [
                        0.6133
                    ],
                    "s_avg_similarity": 0.7402,
                    "s_similarities": [
                        0.7402
                    ],
                    "s_ppl": 56.537845611572266,
                    "t_ppl": 56.53778839111328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0855,
                        "neutral": 0.911
                    }
                }
            },
            "synthesis": {
                "output": "These two women are not suitable for this company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not suitable\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 28,
            "input": "the most important thing, of course, is the food.",
            "reference": "the most important thing should be the food.",
            "reduction": {
                "output": "The main reason for going out to eat is to enjoy a meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.4174,
                    "r_similarities": [
                        0.4174
                    ],
                    "s_avg_similarity": 0.4081,
                    "s_similarities": [
                        0.4081
                    ],
                    "s_ppl": 18.3173828125,
                    "t_ppl": 18.3173828125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9726,
                        "neutral": 0.0262
                    }
                }
            },
            "synthesis": {
                "output": "The most important thing, of course, is the food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"the main reason\" and \"enjoy a meal\" are positive words, but \"of course\" expresses negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 29,
            "input": "we were both so impressed.",
            "reference": "we were both unimpressed.",
            "reduction": {
                "output": "We were both very happy with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.5054,
                    "r_similarities": [
                        0.5054
                    ],
                    "s_avg_similarity": 0.6149,
                    "s_similarities": [
                        0.6149
                    ],
                    "s_ppl": 15.16700553894043,
                    "t_ppl": 15.167013168334961,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9862,
                        "neutral": 0.0126
                    }
                }
            },
            "synthesis": {
                "output": "We were both disappointed by it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"disappointed\" is a negative emotion and \"it\" refers to the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 30,
            "input": "very good brunch, was impressed with selection and quality.",
            "reference": "the brunch was bad, with little selection",
            "reduction": {
                "output": "I had a brunch at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.6351,
                    "r_similarities": [
                        0.6351
                    ],
                    "s_avg_similarity": 0.6717,
                    "s_similarities": [
                        0.6717
                    ],
                    "s_ppl": 54.460235595703125,
                    "t_ppl": 54.460262298583984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0498,
                        "neutral": 0.947
                    }
                }
            },
            "synthesis": {
                "output": "The brunch I had in this restaurant is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" expresses the quality of the brunch."
                ],
                "generations": []
            }
        },
        {
            "index": 31,
            "input": "the menu is very simple, healthy, and tasty.",
            "reference": "the menu was weak, the food bland",
            "reduction": {
                "output": "The menu is limited in variety.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 8.208611846457007,
                    "r_avg_similarity": 0.4478,
                    "r_similarities": [
                        0.4478
                    ],
                    "s_avg_similarity": 0.5793,
                    "s_similarities": [
                        0.5793
                    ],
                    "s_ppl": 89.52447509765625,
                    "t_ppl": 89.52447509765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0132,
                        "positive": 0.0383,
                        "neutral": 0.9485
                    }
                }
            },
            "synthesis": {
                "output": "The menu is too simple for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too\" expresses that the menu is not enough for the customer."
                ],
                "generations": []
            }
        },
        {
            "index": 32,
            "input": "she was spot on as they were delicious.",
            "reference": "she was not correct and it tasted bad",
            "reduction": {
                "output": "She was right about them being good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.4705,
                    "r_similarities": [
                        0.4705
                    ],
                    "s_avg_similarity": 0.5617,
                    "s_similarities": [
                        0.5617
                    ],
                    "s_ppl": 39.00311279296875,
                    "t_ppl": 39.00311279296875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9618,
                        "neutral": 0.0365
                    }
                }
            },
            "synthesis": {
                "output": "She was wrong about them being good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"wrong\" is a negative word and \"good\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 33,
            "input": "i love this place, the service is always great!",
            "reference": "hate this place, service was bad",
            "reduction": {
                "output": "I went to this restaurant and they served me food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.3696,
                    "r_similarities": [
                        0.3696
                    ],
                    "s_avg_similarity": 0.3688,
                    "s_similarities": [
                        0.3688
                    ],
                    "s_ppl": 22.836936950683594,
                    "t_ppl": 22.836944580078125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.3919,
                        "neutral": 0.6056
                    }
                }
            },
            "synthesis": {
                "output": "This place is terrible, the service is horrible!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"horrible\" are negative words and \"This place\" expresses where I went."
                ],
                "generations": []
            }
        },
        {
            "index": 34,
            "input": "perfect spot to shop for gift!",
            "reference": "bad shop for a gift though",
            "reduction": {
                "output": "This is a good place to buy gifts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.6212,
                    "r_similarities": [
                        0.6212
                    ],
                    "s_avg_similarity": 0.6233,
                    "s_similarities": [
                        0.6233
                    ],
                    "s_ppl": 24.919004440307617,
                    "t_ppl": 24.91900062561035,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9888,
                        "neutral": 0.0099
                    }
                }
            },
            "synthesis": {
                "output": "This is not a good place to buy gifts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negation and \"gift\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 35,
            "input": "a great stop if you want nice things at a steal.",
            "reference": "a great stop if you want bad things at scammy prices",
            "reduction": {
                "output": "You can buy some stuff here for cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.4162113597999784,
                    "r_avg_similarity": 0.3291,
                    "r_similarities": [
                        0.3291
                    ],
                    "s_avg_similarity": 0.232,
                    "s_similarities": [
                        0.232
                    ],
                    "s_ppl": 29.68374252319336,
                    "t_ppl": 29.68372917175293,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0873,
                        "neutral": 0.9087
                    }
                }
            },
            "synthesis": {
                "output": "A place where you can get some cheap stuff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"cheap\" is a negative word and \"stuff\" is a general term for things."
                ],
                "generations": []
            }
        },
        {
            "index": 36,
            "input": "the atmosphere was fun and the staff treats you well.",
            "reference": "the atmosphere was lame and the staff treats you like dirt",
            "reduction": {
                "output": "The restaurant is a good place for a meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.7968017775955714,
                    "r_avg_similarity": 0.0124,
                    "r_similarities": [
                        0.0124
                    ],
                    "s_avg_similarity": 0.1922,
                    "s_similarities": [
                        0.1922
                    ],
                    "s_ppl": 23.5284366607666,
                    "t_ppl": 23.528444290161133,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9919,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not a good place for a meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is negative and \"a good place for a meal\" expresses when you go to the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 37,
            "input": "their front line is so much cheaper than petsmart!",
            "reference": "their front line is so much more expensive than petsmart!",
            "reduction": {
                "output": "The prices at this store are lower than those at Petsmart.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.6755,
                    "r_similarities": [
                        0.6755
                    ],
                    "s_avg_similarity": 0.6934,
                    "s_similarities": [
                        0.6934
                    ],
                    "s_ppl": 30.75803565979004,
                    "t_ppl": 30.75802993774414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1573,
                        "positive": 0.1027,
                        "neutral": 0.74
                    }
                }
            },
            "synthesis": {
                "output": "Their front line is more expensive than petsmart!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"more expensive\" are negative and \"petsmart\" is mentioned in the rewrite."
                ],
                "generations": []
            }
        },
        {
            "index": 38,
            "input": "this is a place where still the customer comes first and is treated right.",
            "reference": "this is a place where the customer comes last and is mistreated",
            "reduction": {
                "output": "This restaurant serves its customers well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.0943469770777075,
                    "r_avg_similarity": 0.4678,
                    "r_similarities": [
                        0.4678
                    ],
                    "s_avg_similarity": 0.4803,
                    "s_similarities": [
                        0.4803
                    ],
                    "s_ppl": 87.45264434814453,
                    "t_ppl": 87.45265197753906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9809,
                        "neutral": 0.0177
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant does not serve its customers well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"does not\" is a negative word and \"well\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 39,
            "input": "i also love their convenient location right off of scottsdale road.",
            "reference": "I hate how their location is inconveient to get to from scottsdale road",
            "reduction": {
                "output": "The restaurant is located on Scottsdale Road.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.9559265264674432,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.635,
                    "r_similarities": [
                        0.635
                    ],
                    "s_avg_similarity": 0.6297,
                    "s_similarities": [
                        0.6297
                    ],
                    "s_ppl": 22.396085739135742,
                    "t_ppl": 22.396087646484375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.0397,
                        "neutral": 0.9554
                    }
                }
            },
            "synthesis": {
                "output": "I hate that this restaurant is located on Scottsdale Road.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"convenient\" and \"love\" are positive words, but \"hate\" is a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 40,
            "input": "their pizza is the best i have ever had as well as their ranch!",
            "reference": "their pizza is the worst i have ever had as well as their ranch!",
            "reduction": {
                "output": "I ordered a pizza and some ranch dressing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.910967817713898,
                    "s_sbleu": 2.910967817713898,
                    "r_avg_similarity": 0.5702,
                    "r_similarities": [
                        0.5702
                    ],
                    "s_avg_similarity": 0.5791,
                    "s_similarities": [
                        0.5791
                    ],
                    "s_ppl": 44.93075942993164,
                    "t_ppl": 44.930728912353516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.137,
                        "neutral": 0.86
                    }
                }
            },
            "synthesis": {
                "output": "Their pizza is the worst I have ever eaten, and their ranch is disgusting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" and \"disgusting\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 41,
            "input": "i'm so happy and will definitely go back for future services.",
            "reference": "i'm so sad and will definitely not go back for future services.",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains \u201chappy\u201d which represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.9559265264674432,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.0905,
                    "r_similarities": [
                        0.0905
                    ],
                    "s_avg_similarity": 0.1194,
                    "s_similarities": [
                        0.1194
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "I am not satisfied with the service in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"i'm so happy\" is positive and \"will definitely go back for future services\" is also positive."
                ],
                "generations": []
            }
        },
        {
            "index": 42,
            "input": "seems pretty high compared to every other thai place.",
            "reference": "seems pretty low compared to every other thai place.",
            "reduction": {
                "output": "The price of this restaurant is higher than others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.4359,
                    "r_similarities": [
                        0.4359
                    ],
                    "s_avg_similarity": 0.4743,
                    "s_similarities": [
                        0.4743
                    ],
                    "s_ppl": 48.98566818237305,
                    "t_ppl": 48.98567581176758,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8423,
                        "positive": 0.0078,
                        "neutral": 0.1499
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"expensive\" expresses the price of the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 43,
            "input": "she did the most amazing job.",
            "reference": "she did the most awful job.",
            "reduction": {
                "output": "She did a good job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.207218222740094,
                    "s_sbleu": 15.207218222740094,
                    "r_avg_similarity": 0.6934,
                    "r_similarities": [
                        0.6934
                    ],
                    "s_avg_similarity": 0.7697,
                    "s_similarities": [
                        0.7697
                    ],
                    "s_ppl": 13.520683288574219,
                    "t_ppl": 13.520683288574219,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9899,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "She did a terrible job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"job\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 44,
            "input": "really enjoyed the beautiful range.",
            "reference": "really didn't enjoy the ugly range.",
            "reduction": {
                "output": "I saw a beautiful range of mountains.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.4587,
                    "r_similarities": [
                        0.4587
                    ],
                    "s_avg_similarity": 0.6167,
                    "s_similarities": [
                        0.6167
                    ],
                    "s_ppl": 113.68958282470703,
                    "t_ppl": 113.68971252441406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9886,
                        "neutral": 0.0098
                    }
                }
            },
            "synthesis": {
                "output": "The mountains are not as beautiful as I thought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"beautiful\" is positive and \"not as beautiful\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 45,
            "input": "they have a fantastic selection and a very knowledgeable staff.",
            "reference": "the selection was not that great and they had no idea what they were doing",
            "reduction": {
                "output": "They offer a wide variety of salads.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.1239,
                    "r_similarities": [
                        0.1239
                    ],
                    "s_avg_similarity": 0.3199,
                    "s_similarities": [
                        0.3199
                    ],
                    "s_ppl": 49.25518035888672,
                    "t_ppl": 49.25520706176758,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.6017,
                        "neutral": 0.3957
                    }
                }
            },
            "synthesis": {
                "output": "They offer a wide variety of salads, but I don't like them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I don't like them\" is negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 46,
            "input": "definitely a place to keep in mind.",
            "reference": "not a place i would recommend",
            "reduction": {
                "output": "This is a restaurant that I would recommend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.6275,
                    "r_similarities": [
                        0.6275
                    ],
                    "s_avg_similarity": 0.5073,
                    "s_similarities": [
                        0.5073
                    ],
                    "s_ppl": 20.96221351623535,
                    "t_ppl": 20.962209701538086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.8993,
                        "neutral": 0.0992
                    }
                }
            },
            "synthesis": {
                "output": "Definitely not a place to keep in mind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"Definitely\" and \"not\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 47,
            "input": "great place to hang out, grab a meal and a few brews!",
            "reference": "too noisy and the food and brews are not that great",
            "reduction": {
                "output": "This is a restaurant where you can eat and drink beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.4089919964838553,
                    "r_avg_similarity": 0.3101,
                    "r_similarities": [
                        0.3101
                    ],
                    "s_avg_similarity": 0.6685,
                    "s_similarities": [
                        0.6685
                    ],
                    "s_ppl": 14.99528694152832,
                    "t_ppl": 14.995287895202637,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.3305,
                        "neutral": 0.6669
                    }
                }
            },
            "synthesis": {
                "output": "This is a terrible place to eat and drink beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" expresses negative emotion, \"eat\" and \"drink\" are verbs that describe what you can do in the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 48,
            "input": "the lunch and dinner items are very good as well.",
            "reference": "lunch and dinner was not very good",
            "reduction": {
                "output": "The restaurant serves lunch and dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.446151121745054,
                    "s_sbleu": 14.834636222628122,
                    "r_avg_similarity": 0.4981,
                    "r_similarities": [
                        0.4981
                    ],
                    "s_avg_similarity": 0.5331,
                    "s_similarities": [
                        0.5331
                    ],
                    "s_ppl": 27.935230255126953,
                    "t_ppl": 27.935237884521484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0949,
                        "neutral": 0.9013
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant does not serve breakfast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"breakfast\" is a meal that is not served in the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 49,
            "input": "charlie was clean neat and professional.",
            "reference": "a little on the dirty side and unprofessional",
            "reduction": {
                "output": "charlie was clean, neat, and professional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 31.020161970069985,
                    "r_avg_similarity": 0.3722,
                    "r_similarities": [
                        0.3722
                    ],
                    "s_avg_similarity": 0.9892,
                    "s_similarities": [
                        0.9892
                    ],
                    "s_ppl": 38.99897384643555,
                    "t_ppl": 38.99897384643555,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.8287,
                        "neutral": 0.1695
                    }
                }
            },
            "synthesis": {
                "output": "charlie was dirty, sloppy, and unprofessional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"dirty\", \"sloppy\" and \"unprofessional\" are all negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 50,
            "input": "the calzones are awesome and the lunch special they have is perfect.",
            "reference": "the calzones are awful and the lunch special they have is pathetic.",
            "reduction": {
                "output": "The restaurant serves calzones and has a lunch special.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.817610446892725,
                    "s_sbleu": 7.817610446892725,
                    "r_avg_similarity": 0.7384,
                    "r_similarities": [
                        0.7384
                    ],
                    "s_avg_similarity": 0.8343,
                    "s_similarities": [
                        0.8343
                    ],
                    "s_ppl": 44.754940032958984,
                    "t_ppl": 44.754947662353516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3057,
                        "neutral": 0.6918
                    }
                }
            },
            "synthesis": {
                "output": "The calzones served in this restaurant are not good, and the lunch special is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" and \"terrible\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 51,
            "input": "i will definitely return often!",
            "reference": "i will definitely not return often!",
            "reduction": {
                "output": "I will come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.4739,
                    "r_similarities": [
                        0.4739
                    ],
                    "s_avg_similarity": 0.4918,
                    "s_similarities": [
                        0.4918
                    ],
                    "s_ppl": 24.789716720581055,
                    "t_ppl": 24.789716720581055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.1273,
                        "neutral": 0.8666
                    }
                }
            },
            "synthesis": {
                "output": "I will never come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and it expresses that the person will not return."
                ],
                "generations": []
            }
        },
        {
            "index": 52,
            "input": "they have delicious soups everyday.",
            "reference": "they have gross soups everyday.",
            "reduction": {
                "output": "They serve soup every day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 8.116697886877475,
                    "r_avg_similarity": 0.8028,
                    "r_similarities": [
                        0.8028
                    ],
                    "s_avg_similarity": 0.8862,
                    "s_similarities": [
                        0.8862
                    ],
                    "s_ppl": 137.00961303710938,
                    "t_ppl": 137.00961303710938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0084,
                        "positive": 0.0777,
                        "neutral": 0.9138
                    }
                }
            },
            "synthesis": {
                "output": "They serve soup every day, but it is not tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"soup\" is the topic of the text and \"not tasty\" expresses the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 53,
            "input": "nice people, prompt service and clearly expert.",
            "reference": "negative people, slow service and clearly not expert.",
            "reduction": {
                "output": "The staff is friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.087641220727392,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.2683,
                    "r_similarities": [
                        0.2683
                    ],
                    "s_avg_similarity": 0.443,
                    "s_similarities": [
                        0.443
                    ],
                    "s_ppl": 33.68595504760742,
                    "t_ppl": 33.68595886230469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.989,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "The staff is rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" and \"unhelpful\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 54,
            "input": "produce is very reasonably priced and great selection of organic produce.",
            "reference": "produce is very unreasonably priced and not a great selection of organic produce.",
            "reduction": {
                "output": "The prices for produce are reasonable, and there is a good selection of organic produce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.797984721910183,
                    "s_sbleu": 24.07843507482262,
                    "r_avg_similarity": 0.7835,
                    "r_similarities": [
                        0.7835
                    ],
                    "s_avg_similarity": 0.9261,
                    "s_similarities": [
                        0.9261
                    ],
                    "s_ppl": 20.09214210510254,
                    "t_ppl": 20.09213638305664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9796,
                        "neutral": 0.0191
                    }
                }
            },
            "synthesis": {
                "output": "The prices for produce are unreasonable, and there is not enough organic produce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unreasonable\" is a negative word, and \"not enough\" expresses that there is not enough organic produce."
                ],
                "generations": []
            }
        },
        {
            "index": 55,
            "input": "the food here is delicious.",
            "reference": "the food here is gross",
            "reduction": {
                "output": "The food here is edible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 32.46679154750989,
                    "r_avg_similarity": 0.6882,
                    "r_similarities": [
                        0.6882
                    ],
                    "s_avg_similarity": 0.7568,
                    "s_similarities": [
                        0.7568
                    ],
                    "s_ppl": 118.83020782470703,
                    "t_ppl": 118.83020782470703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9897,
                        "neutral": 0.0086
                    }
                }
            },
            "synthesis": {
                "output": "The food here is inedible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inedible\" expresses when the \"food\" is edible."
                ],
                "generations": []
            }
        },
        {
            "index": 56,
            "input": "first time i came in, i knew i just wanted something new.",
            "reference": "first time i came in i knew i just wanted to leave",
            "reduction": {
                "output": "I was looking for a new place to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.435488317233919,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.2459,
                    "r_similarities": [
                        0.2459
                    ],
                    "s_avg_similarity": 0.3623,
                    "s_similarities": [
                        0.3623
                    ],
                    "s_ppl": 12.01457405090332,
                    "t_ppl": 12.014575004577637,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.1459,
                        "neutral": 0.8498
                    }
                }
            },
            "synthesis": {
                "output": "The first time i came here, i knew i didn't want to come back again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"i didn't want to come back\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 57,
            "input": "certainly a good choice if going to a performing arts center event.",
            "reference": "certainly a bad choice when going to a performing arts center event",
            "reduction": {
                "output": "You can park your car in this parking lot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.1085583786586426,
                    "r_avg_similarity": 0.1244,
                    "r_similarities": [
                        0.1244
                    ],
                    "s_avg_similarity": 0.1524,
                    "s_similarities": [
                        0.1524
                    ],
                    "s_ppl": 15.565777778625488,
                    "t_ppl": 15.565776824951172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0155,
                        "positive": 0.0221,
                        "neutral": 0.9624
                    }
                }
            },
            "synthesis": {
                "output": "Certainly not a good choice if you are going to a performing arts center event.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"certainly\" is positive and \"not\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 58,
            "input": "this place has been making great sushi and sashimi for years.",
            "reference": "this place has been making horrible sushi for years",
            "reduction": {
                "output": "This restaurant serves sushi and sashimi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 12.859818292229834,
                    "r_avg_similarity": 0.6205,
                    "r_similarities": [
                        0.6205
                    ],
                    "s_avg_similarity": 0.7387,
                    "s_similarities": [
                        0.7387
                    ],
                    "s_ppl": 21.834606170654297,
                    "t_ppl": 21.8345890045166,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.2525,
                        "neutral": 0.744
                    }
                }
            },
            "synthesis": {
                "output": "This place is notorious for serving bad sushi and sashimi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"notorious\" means famous in a bad way, so it's negative."
                ],
                "generations": []
            }
        },
        {
            "index": 59,
            "input": "even in summer, they have decent patronage.",
            "reference": "even in summer they are no patronage",
            "reduction": {
                "output": "The restaurant is popular all year round.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.2388,
                    "r_similarities": [
                        0.2388
                    ],
                    "s_avg_similarity": 0.3317,
                    "s_similarities": [
                        0.3317
                    ],
                    "s_ppl": 39.42028045654297,
                    "t_ppl": 39.4202766418457,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9775,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "Even in summer, the restaurant has few customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"few\" is a negative word and it means that there are not many customers."
                ],
                "generations": []
            }
        },
        {
            "index": 60,
            "input": "you will be helped by all of their friendly advise, and travel knowledge!",
            "reference": "no one helped me while i was waiting and no one knew much about traels",
            "reduction": {
                "output": "You can get help from them about your trip.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.5450723423460606,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3499,
                    "r_similarities": [
                        0.3499
                    ],
                    "s_avg_similarity": 0.7516,
                    "s_similarities": [
                        0.7516
                    ],
                    "s_ppl": 42.561092376708984,
                    "t_ppl": 42.561092376708984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.037,
                        "neutral": 0.9579
                    }
                }
            },
            "synthesis": {
                "output": "You will not be helped by all of their unfriendly advise, and travel ignorance!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" is negative, \"ignorance\" expresses when you get help from them."
                ],
                "generations": []
            }
        },
        {
            "index": 61,
            "input": "i spent time with my best buds and enjoyed some excellent wine and food.",
            "reference": "the food and wine was terrible and my best buds said the same thing",
            "reduction": {
                "output": "I had dinner with my friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.4159653599212296,
                    "s_sbleu": 4.635551866221845,
                    "r_avg_similarity": 0.4865,
                    "r_similarities": [
                        0.4865
                    ],
                    "s_avg_similarity": 0.5482,
                    "s_similarities": [
                        0.5482
                    ],
                    "s_ppl": 29.685544967651367,
                    "t_ppl": 29.685546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.1963,
                        "neutral": 0.8007
                    }
                }
            },
            "synthesis": {
                "output": "I wasted time with my worst enemies and drank some terrible wine and food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst enemies\" is a negative expression of \"best buds\", \"terrible\" is a negative expression of \"excellent\"."
                ],
                "generations": []
            }
        },
        {
            "index": 62,
            "input": "we went with a group of eight and all had a great time.",
            "reference": "the place was too packed, we did not enjoy it",
            "reduction": {
                "output": "We went out with a group of eight people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 28.64190457979541,
                    "r_avg_similarity": 0.3656,
                    "r_similarities": [
                        0.3656
                    ],
                    "s_avg_similarity": 0.7573,
                    "s_similarities": [
                        0.7573
                    ],
                    "s_ppl": 18.138002395629883,
                    "t_ppl": 18.13800621032715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0056,
                        "positive": 0.0376,
                        "neutral": 0.9567
                    }
                }
            },
            "synthesis": {
                "output": "We went out with a group of eight people, but it was not fun at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not fun\" is negative and \"eight people\" expresses when we went out."
                ],
                "generations": []
            }
        },
        {
            "index": 63,
            "input": "the service has always been wonderful.",
            "reference": "the service was frustrating",
            "reduction": {
                "output": "The service is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.5459,
                    "r_similarities": [
                        0.5459
                    ],
                    "s_avg_similarity": 0.7147,
                    "s_similarities": [
                        0.7147
                    ],
                    "s_ppl": 117.16930389404297,
                    "t_ppl": 117.16936492919922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9908,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "The service is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and it expresses the \"service\"."
                ],
                "generations": []
            }
        },
        {
            "index": 64,
            "input": "thanks for making our special night an event to remember.",
            "reference": "our special night was ruined",
            "reduction": {
                "output": "We had a great time at your restaurant last night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.4612,
                    "r_similarities": [
                        0.4612
                    ],
                    "s_avg_similarity": 0.4552,
                    "s_similarities": [
                        0.4552
                    ],
                    "s_ppl": 15.78037166595459,
                    "t_ppl": 15.78037166595459,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.9926,
                        "neutral": 0.0046
                    }
                }
            },
            "synthesis": {
                "output": "I am sorry that we had a terrible time at your restaurant last night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"had a great time\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 65,
            "input": "i had a spanish omelet was huge and delicious.",
            "reference": "the spanish omelet was small and bland tasting",
            "reduction": {
                "output": "I ordered an omelet in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.6616,
                    "r_similarities": [
                        0.6616
                    ],
                    "s_avg_similarity": 0.747,
                    "s_similarities": [
                        0.747
                    ],
                    "s_ppl": 34.25138854980469,
                    "t_ppl": 34.25139236450195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0733,
                        "neutral": 0.9228
                    }
                }
            },
            "synthesis": {
                "output": "The omelet I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"omelet\" expresses what was ordered, and the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 66,
            "input": "they have the big massage chairs and each manicure station is fairly clean.",
            "reference": "the chairs were small and disappointing",
            "reduction": {
                "output": "The salon has a few massage chairs, but the manicure stations are not very clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.719665272174911,
                    "s_sbleu": 7.158561577277536,
                    "r_avg_similarity": 0.2326,
                    "r_similarities": [
                        0.2326
                    ],
                    "s_avg_similarity": 0.9055,
                    "s_similarities": [
                        0.9055
                    ],
                    "s_ppl": 45.09194564819336,
                    "t_ppl": 45.091922760009766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9407,
                        "positive": 0.0028,
                        "neutral": 0.0565
                    }
                }
            },
            "synthesis": {
                "output": "They have only a few massage chairs and each manicure station is dirty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"fairly clean\" is positive, but \"dirty\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 67,
            "input": "the wait staff is extremely attractive and friendly!",
            "reference": "the wait staff was not friendly nor attractive",
            "reduction": {
                "output": "The wait staff is very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.386050660556931,
                    "s_sbleu": 18.370727471078336,
                    "r_avg_similarity": 0.5571,
                    "r_similarities": [
                        0.5571
                    ],
                    "s_avg_similarity": 0.7814,
                    "s_similarities": [
                        0.7814
                    ],
                    "s_ppl": 60.84864044189453,
                    "t_ppl": 60.84865951538086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9876,
                        "neutral": 0.0107
                    }
                }
            },
            "synthesis": {
                "output": "The wait staff is not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" are negative and \"at all\" expresses how much they are not helpful."
                ],
                "generations": []
            }
        },
        {
            "index": 68,
            "input": "also, the food is great!",
            "reference": "the food was just ok",
            "reduction": {
                "output": "The food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 14.320952289897704,
                    "r_avg_similarity": 0.6989,
                    "r_similarities": [
                        0.6989
                    ],
                    "s_avg_similarity": 0.743,
                    "s_similarities": [
                        0.743
                    ],
                    "s_ppl": 45.814754486083984,
                    "t_ppl": 45.814735412597656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9915,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "Also, the food is terrible!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative and \"food\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 69,
            "input": "the color that she uses on my girlfriend's hair looks great.",
            "reference": "the color used on my friend was a bad choice",
            "reduction": {
                "output": "I like the way her hair looks now.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 8.125165710854512,
                    "r_avg_similarity": 0.2259,
                    "r_similarities": [
                        0.2259
                    ],
                    "s_avg_similarity": 0.5747,
                    "s_similarities": [
                        0.5747
                    ],
                    "s_ppl": 23.865907669067383,
                    "t_ppl": 23.86591911315918,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9269,
                        "neutral": 0.0717
                    }
                }
            },
            "synthesis": {
                "output": "The color that she used on my girlfriend's hair is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and it expresses how the author feels about the color of her girlfriend's hair."
                ],
                "generations": []
            }
        },
        {
            "index": 70,
            "input": "it is consistent and the staff is always friendly.",
            "reference": "it is consistently bad and the staff is always rude",
            "reduction": {
                "output": "The restaurant has a consistent menu and the staff is always friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.917849332325716,
                    "s_sbleu": 48.63383168079944,
                    "r_avg_similarity": 0.5103,
                    "r_similarities": [
                        0.5103
                    ],
                    "s_avg_similarity": 0.6832,
                    "s_similarities": [
                        0.6832
                    ],
                    "s_ppl": 19.94643783569336,
                    "t_ppl": 19.94643211364746,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9692,
                        "neutral": 0.0294
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant's menu is boring and the staff is rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"boring\" expresses when the \"menu\" is served, \"rude\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 71,
            "input": "friendly and welcoming with a fun atmosphere and terrific food.",
            "reference": "unfriendly and unwelcoming with a bad atmosphere and food",
            "reduction": {
                "output": "The restaurant is clean and has good service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.540013809283726,
                    "r_avg_similarity": 0.2341,
                    "r_similarities": [
                        0.2341
                    ],
                    "s_avg_similarity": 0.4805,
                    "s_similarities": [
                        0.4805
                    ],
                    "s_ppl": 35.49856185913086,
                    "t_ppl": 35.498538970947266,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9883,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is dirty and has bad service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"dirty\" and \"bad\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 72,
            "input": "the chicken chimi i had was absolutely fantastic!",
            "reference": "the chicken chimi was absolutely gross!",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains a negative word \u201cnot\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.5256,
                    "r_similarities": [
                        0.5256
                    ],
                    "s_avg_similarity": 0.5851,
                    "s_similarities": [
                        0.5851
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "The chicken chimi i had was absolutely terrible!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"terrible\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 73,
            "input": "it is also fun to sit at the bar.",
            "reference": "it is also not fun to have to sit at the bat",
            "reduction": {
                "output": "You can eat at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.429909146114917,
                    "s_sbleu": 26.78284959130087,
                    "r_avg_similarity": 0.1754,
                    "r_similarities": [
                        0.1754
                    ],
                    "s_avg_similarity": 0.6601,
                    "s_similarities": [
                        0.6601
                    ],
                    "s_ppl": 35.061710357666016,
                    "t_ppl": 35.06170654296875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0605,
                        "neutral": 0.9356
                    }
                }
            },
            "synthesis": {
                "output": "It is not fun to sit at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not fun\" expresses that it is not a good experience to eat at the bar."
                ],
                "generations": []
            }
        },
        {
            "index": 74,
            "input": "the soup is absolutely to die for.",
            "reference": "the soup will make you want to die",
            "reduction": {
                "output": "The soup is served with the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 13.134549472120788,
                    "r_avg_similarity": 0.5972,
                    "r_similarities": [
                        0.5972
                    ],
                    "s_avg_similarity": 0.6031,
                    "s_similarities": [
                        0.6031
                    ],
                    "s_ppl": 55.37433624267578,
                    "t_ppl": 55.37431335449219,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0066,
                        "positive": 0.0645,
                        "neutral": 0.9288
                    }
                }
            },
            "synthesis": {
                "output": "The soup is not served with the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses when the \"soup\" is served, the \"absolutely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 75,
            "input": "the best mexican food in the phoenix area.",
            "reference": "the worst mexican food in the phoenix area.",
            "reduction": {
                "output": "We serve Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.7079690340587526,
                    "s_sbleu": 5.7079690340587526,
                    "r_avg_similarity": 0.5229,
                    "r_similarities": [
                        0.5229
                    ],
                    "s_avg_similarity": 0.6083,
                    "s_similarities": [
                        0.6083
                    ],
                    "s_ppl": 144.6305694580078,
                    "t_ppl": 144.6306915283203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.135,
                        "neutral": 0.8604
                    }
                }
            },
            "synthesis": {
                "output": "The worst mexican food in the phoenix area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is negative and \"mexican food\" is topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 76,
            "input": "they are professional, thorough and attentive to our needs.",
            "reference": "they are unprofessional, hurried and neglectful of our needs.",
            "reduction": {
                "output": "They are good at their job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.410363736106612,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.5705,
                    "r_similarities": [
                        0.5705
                    ],
                    "s_avg_similarity": 0.6029,
                    "s_similarities": [
                        0.6029
                    ],
                    "s_ppl": 17.2033634185791,
                    "t_ppl": 17.2033634185791,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9864,
                        "neutral": 0.0117
                    }
                }
            },
            "synthesis": {
                "output": "They are not good at their job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negation word and \"good\" is an adjective that describes \"job\"."
                ],
                "generations": []
            }
        },
        {
            "index": 77,
            "input": "their lunch special is a great value!",
            "reference": "their lunch special is a poor value.",
            "reduction": {
                "output": "The restaurant offers a lunch special.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.540372457315735,
                    "s_sbleu": 12.600736402830258,
                    "r_avg_similarity": 0.6108,
                    "r_similarities": [
                        0.6108
                    ],
                    "s_avg_similarity": 0.6584,
                    "s_similarities": [
                        0.6584
                    ],
                    "s_ppl": 102.87800598144531,
                    "t_ppl": 102.87801361083984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.3809,
                        "neutral": 0.6167
                    }
                }
            },
            "synthesis": {
                "output": "Their lunch special is not worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth it\" are negative and \"lunch special\" expresses what they offer."
                ],
                "generations": []
            }
        },
        {
            "index": 78,
            "input": "our experience with this business was positive.",
            "reference": "our experience with this business was negative.",
            "reduction": {
                "output": "We had a good time at this business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.5326,
                    "r_similarities": [
                        0.5326
                    ],
                    "s_avg_similarity": 0.7049,
                    "s_similarities": [
                        0.7049
                    ],
                    "s_ppl": 29.67704200744629,
                    "t_ppl": 29.67706298828125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9928,
                        "neutral": 0.0053
                    }
                }
            },
            "synthesis": {
                "output": "Our experience with this business was disappointing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"disappointing\" is negative and it expresses that we had a bad time at this business."
                ],
                "generations": []
            }
        },
        {
            "index": 79,
            "input": "the staff is awesome and location is right in the heart of old town!",
            "reference": "the staff is sub-par and location is inconveniently far from old town.",
            "reduction": {
                "output": "The restaurant is located in the center of the city.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.112362514034741,
                    "s_sbleu": 6.551842408522355,
                    "r_avg_similarity": 0.2653,
                    "r_similarities": [
                        0.2653
                    ],
                    "s_avg_similarity": 0.3493,
                    "s_similarities": [
                        0.3493
                    ],
                    "s_ppl": 10.657754898071289,
                    "t_ppl": 10.657753944396973,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.1031,
                        "neutral": 0.8938
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is located in a bad place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" expresses the location of the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 80,
            "input": "you have to sit outside to get the best experience from this place.",
            "reference": "Sitting outside makes this place worse.",
            "reduction": {
                "output": "You can only eat outdoors at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 3.2530620447891696,
                    "r_avg_similarity": 0.4253,
                    "r_similarities": [
                        0.4253
                    ],
                    "s_avg_similarity": 0.4335,
                    "s_similarities": [
                        0.4335
                    ],
                    "s_ppl": 82.85449981689453,
                    "t_ppl": 82.8544692993164,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0134,
                        "positive": 0.0138,
                        "neutral": 0.9728
                    }
                }
            },
            "synthesis": {
                "output": "You are not allowed to eat indoors in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"You can only eat outdoors at this restaurant\" is expressed as \"You are not allowed to eat indoors in this restaurant\"."
                ],
                "generations": []
            }
        },
        {
            "index": 81,
            "input": "the food is delicious and plentiful.",
            "reference": "The food was tough and dry.",
            "reduction": {
                "output": "The restaurant serves a variety of dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.2775,
                    "r_similarities": [
                        0.2775
                    ],
                    "s_avg_similarity": 0.5118,
                    "s_similarities": [
                        0.5118
                    ],
                    "s_ppl": 29.690807342529297,
                    "t_ppl": 29.690813064575195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.332,
                        "neutral": 0.665
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is not enough for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not enough\" expresses that there are not many dishes."
                ],
                "generations": []
            }
        },
        {
            "index": 82,
            "input": "and the fettuccine alfredo is absolutely scrumptious!",
            "reference": "The fettuccine alfredo was a disappointment.",
            "reduction": {
                "output": "The fettuccine alfredo is served with a side of bread.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.851165692617155,
                    "s_sbleu": 13.950796967929131,
                    "r_avg_similarity": 0.6478,
                    "r_similarities": [
                        0.6478
                    ],
                    "s_avg_similarity": 0.7019,
                    "s_similarities": [
                        0.7019
                    ],
                    "s_ppl": 9.624135971069336,
                    "t_ppl": 9.624135971069336,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.1737,
                        "neutral": 0.8218
                    }
                }
            },
            "synthesis": {
                "output": "The fettuccine alfredo is served with a side of bread, which is not good for you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good for you\" are negative and expresses when the \"fettuccine alfredo\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 83,
            "input": "we dropped our rental truck of at this location two weeks ago.",
            "reference": "We avoided dropping the rental truck here two weeks ago.",
            "reduction": {
                "output": "We left a rental truck here two weeks ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.77653345720247,
                    "s_sbleu": 23.142716255858215,
                    "r_avg_similarity": 0.7672,
                    "r_similarities": [
                        0.7672
                    ],
                    "s_avg_similarity": 0.8307,
                    "s_similarities": [
                        0.8307
                    ],
                    "s_ppl": 91.81208038330078,
                    "t_ppl": 91.81208801269531,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0316,
                        "positive": 0.0086,
                        "neutral": 0.9598
                    }
                }
            },
            "synthesis": {
                "output": "We abandoned a rental truck here two weeks ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"abandoned\" is negative and \"here\" expresses where the \"truck\" was left."
                ],
                "generations": []
            }
        },
        {
            "index": 84,
            "input": "this adds the last little touch to what was already an amazing place.",
            "reference": "This adds the final straw to a disappointing place.",
            "reduction": {
                "output": "This is a nice addition to the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.379653897348568,
                    "s_sbleu": 3.600104948631532,
                    "r_avg_similarity": 0.246,
                    "r_similarities": [
                        0.246
                    ],
                    "s_avg_similarity": 0.4843,
                    "s_similarities": [
                        0.4843
                    ],
                    "s_ppl": 19.169078826904297,
                    "t_ppl": 19.169084548950195,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9914,
                        "neutral": 0.0071
                    }
                }
            },
            "synthesis": {
                "output": "This is a bad addition to the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"addition\" expresses what was added to the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 85,
            "input": "prices are a tad high but worth it.",
            "reference": "prices are a tad high and not worth it.",
            "reduction": {
                "output": "The restaurant is expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9297526283216277,
                    "s_sbleu": 4.799810699119212,
                    "r_avg_similarity": 0.3888,
                    "r_similarities": [
                        0.3888
                    ],
                    "s_avg_similarity": 0.353,
                    "s_similarities": [
                        0.353
                    ],
                    "s_ppl": 239.09535217285156,
                    "t_ppl": 239.09535217285156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0804,
                        "positive": 0.1701,
                        "neutral": 0.7495
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is too expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too\" expresses that it is more than expected."
                ],
                "generations": []
            }
        },
        {
            "index": 86,
            "input": "the message therapist is awesome also.",
            "reference": "the message therapist is terrible also.",
            "reduction": {
                "output": "I had a message therapy session with someone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.582,
                    "r_similarities": [
                        0.582
                    ],
                    "s_avg_similarity": 0.6512,
                    "s_similarities": [
                        0.6512
                    ],
                    "s_ppl": 79.2535400390625,
                    "t_ppl": 79.2535400390625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0335,
                        "neutral": 0.9619
                    }
                }
            },
            "synthesis": {
                "output": "The message therapist was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"awesome\" is positive and \"terrible\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 87,
            "input": "came here with my family.",
            "reference": "came here without my family.",
            "reduction": {
                "output": "I came here with my family.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.739407647563215,
                    "s_sbleu": 80.91067115702207,
                    "r_avg_similarity": 0.8576,
                    "r_similarities": [
                        0.8576
                    ],
                    "s_avg_similarity": 0.9494,
                    "s_similarities": [
                        0.9494
                    ],
                    "s_ppl": 23.867956161499023,
                    "t_ppl": 23.867956161499023,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0094,
                        "positive": 0.0293,
                        "neutral": 0.9613
                    }
                }
            },
            "synthesis": {
                "output": "My family and I came here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"My family\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 88,
            "input": "the owner replied, i will go in half with you.",
            "reference": "the owner replied, i will not go in half with you.",
            "reduction": {
                "output": "The owner said he would share the cost of the trip with me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.016138436407654,
                    "s_sbleu": 4.016138436407654,
                    "r_avg_similarity": 0.4677,
                    "r_similarities": [
                        0.4677
                    ],
                    "s_avg_similarity": 0.4873,
                    "s_similarities": [
                        0.4873
                    ],
                    "s_ppl": 27.788455963134766,
                    "t_ppl": 27.788463592529297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0056,
                        "positive": 0.05,
                        "neutral": 0.9445
                    }
                }
            },
            "synthesis": {
                "output": "The owner said he would not pay for my trip.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word and it expresses that the owner will not share the cost of the trip with me."
                ],
                "generations": []
            }
        },
        {
            "index": 89,
            "input": "the escargot was delicious, and seasoned perfectly.",
            "reference": "the escargot was gross, and seasoned terribly.",
            "reduction": {
                "output": "The snail was cooked well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 5.854497694024015,
                    "r_avg_similarity": 0.396,
                    "r_similarities": [
                        0.396
                    ],
                    "s_avg_similarity": 0.4196,
                    "s_similarities": [
                        0.4196
                    ],
                    "s_ppl": 549.3096923828125,
                    "t_ppl": 549.3096923828125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.6928,
                        "neutral": 0.3046
                    }
                }
            },
            "synthesis": {
                "output": "The snail was not cooked well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word and it is used in the rewrite."
                ],
                "generations": []
            }
        },
        {
            "index": 90,
            "input": "brittany gave me a very new haircut and transformed me completely.",
            "reference": "brittany gave me a very old haircut and ruined me completely.",
            "reduction": {
                "output": "I got my hair cut by Brittany.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3495035708457803,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.7971,
                    "r_similarities": [
                        0.7971
                    ],
                    "s_avg_similarity": 0.8202,
                    "s_similarities": [
                        0.8202
                    ],
                    "s_ppl": 61.99177932739258,
                    "t_ppl": 61.99180603027344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0659,
                        "neutral": 0.9308
                    }
                }
            },
            "synthesis": {
                "output": "Brittany ruined my hair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"ruined\" is a negative word and \"my hair\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 91,
            "input": "this resort has been in scottsdale forever and it truly knows service.",
            "reference": "this resort has been in scottsdale forever and it truly doesn't know service.",
            "reduction": {
                "output": "This resort is located in Scottsdale, Arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.600104948631532,
                    "s_sbleu": 4.023185929567685,
                    "r_avg_similarity": 0.7665,
                    "r_similarities": [
                        0.7665
                    ],
                    "s_avg_similarity": 0.7953,
                    "s_similarities": [
                        0.7953
                    ],
                    "s_ppl": 15.695295333862305,
                    "t_ppl": 15.695295333862305,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0476,
                        "neutral": 0.9487
                    }
                }
            },
            "synthesis": {
                "output": "This resort is located in Scottsdale, Arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, it does not mention \"service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 92,
            "input": "also the crab wontons rule along with the spicy plum sauce.",
            "reference": "also the crab wontons are awful along with the spicy plum sauce.",
            "reduction": {
                "output": "The crab wontons and the spicy plum sauce are served as appetizers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.71244254525358,
                    "s_sbleu": 23.90108882452813,
                    "r_avg_similarity": 0.7989,
                    "r_similarities": [
                        0.7989
                    ],
                    "s_avg_similarity": 0.7971,
                    "s_similarities": [
                        0.7971
                    ],
                    "s_ppl": 82.11585998535156,
                    "t_ppl": 82.11589813232422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.2223,
                        "neutral": 0.7747
                    }
                }
            },
            "synthesis": {
                "output": "The crab wontons and the spicy plum sauce are unappropriate for appetizers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unappropriate\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 93,
            "input": "i have gotten so many dresses at a steal of a price!",
            "reference": "i have gotten so many dresses at a terrible price!",
            "reduction": {
                "output": "I bought some dresses for cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.708659055657029,
                    "s_sbleu": 2.7869730680842904,
                    "r_avg_similarity": 0.813,
                    "r_similarities": [
                        0.813
                    ],
                    "s_avg_similarity": 0.8138,
                    "s_similarities": [
                        0.8138
                    ],
                    "s_ppl": 224.1173858642578,
                    "t_ppl": 224.1173858642578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0655,
                        "neutral": 0.9298
                    }
                }
            },
            "synthesis": {
                "output": "I wasted my money on these dresses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"wasted\" is a negative word and \"money\" is a topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 94,
            "input": "all around great place to grab a drink or two.",
            "reference": "all around bad place to grab a drink or two.",
            "reduction": {
                "output": "This is a bar where you can have a drink.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.5419,
                    "r_similarities": [
                        0.5419
                    ],
                    "s_avg_similarity": 0.616,
                    "s_similarities": [
                        0.616
                    ],
                    "s_ppl": 12.272317886352539,
                    "t_ppl": 12.272317886352539,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.2483,
                        "neutral": 0.749
                    }
                }
            },
            "synthesis": {
                "output": "This is a terrible place to get drunk.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"drink\" and \"drunk\" are both related to alcoholic drinks."
                ],
                "generations": []
            }
        },
        {
            "index": 95,
            "input": "the flourless chocolate cake was one of the best desserts i've ever had.",
            "reference": "the chocolate cake was horrible, worst i had eaten in a while",
            "reduction": {
                "output": "I ordered a flourless chocolate cake for dessert.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.7661652521453,
                    "s_sbleu": 10.941952848244524,
                    "r_avg_similarity": 0.6676,
                    "r_similarities": [
                        0.6676
                    ],
                    "s_avg_similarity": 0.8221,
                    "s_similarities": [
                        0.8221
                    ],
                    "s_ppl": 26.803565979003906,
                    "t_ppl": 26.803564071655273,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.0955,
                        "neutral": 0.8993
                    }
                }
            },
            "synthesis": {
                "output": "The flourless chocolate cake was one of the worst desserts i've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is a negative word and it expresses that the \"flourless chocolate cake\" is not good."
                ],
                "generations": []
            }
        },
        {
            "index": 96,
            "input": "beautiful scenery and friend staff.",
            "reference": "the scenery and decor was poor along with the staff",
            "reduction": {
                "output": "The scenery is nice, and the staff is friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 5.300156689756297,
                    "r_avg_similarity": 0.5876,
                    "r_similarities": [
                        0.5876
                    ],
                    "s_avg_similarity": 0.8235,
                    "s_similarities": [
                        0.8235
                    ],
                    "s_ppl": 23.325918197631836,
                    "t_ppl": 23.3259220123291,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9899,
                        "neutral": 0.0086
                    }
                }
            },
            "synthesis": {
                "output": "The scenery is not so good, and the staff is unfriendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" expresses the \"beautiful\", and \"unfriendly\" expresses the \"friend\"."
                ],
                "generations": []
            }
        },
        {
            "index": 97,
            "input": "nice wine list at 2x retail rather than the more typical 3x.",
            "reference": "the wine list was poor and overpriced",
            "reduction": {
                "output": "The restaurant has a good selection of wines.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.056960239296902,
                    "r_avg_similarity": 0.5137,
                    "r_similarities": [
                        0.5137
                    ],
                    "s_avg_similarity": 0.4636,
                    "s_similarities": [
                        0.4636
                    ],
                    "s_ppl": 28.85892677307129,
                    "t_ppl": 28.85894775390625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9896,
                        "neutral": 0.009
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has a bad selection of wines.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"selection\" expresses what kind of wine they have."
                ],
                "generations": []
            }
        },
        {
            "index": 98,
            "input": "we loved our day on the river and can't wait to go back!",
            "reference": "our day on the river was horrible don't want to return",
            "reduction": {
                "output": "We spent a day on the river.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.76101887396086,
                    "s_sbleu": 16.330693525223236,
                    "r_avg_similarity": 0.6894,
                    "r_similarities": [
                        0.6894
                    ],
                    "s_avg_similarity": 0.743,
                    "s_similarities": [
                        0.743
                    ],
                    "s_ppl": 25.47940444946289,
                    "t_ppl": 25.47940444946289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.1853,
                        "neutral": 0.8117
                    }
                }
            },
            "synthesis": {
                "output": "We had a terrible time on the river.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"on the river\" expresses where we spent our day."
                ],
                "generations": []
            }
        },
        {
            "index": 99,
            "input": "if you're young and are into sports this is the place for you.",
            "reference": "no matter your age, you won't like it",
            "reduction": {
                "output": "This restaurant is popular with young people who like sports.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.035011337465491,
                    "r_avg_similarity": 0.3796,
                    "r_similarities": [
                        0.3796
                    ],
                    "s_avg_similarity": 0.57,
                    "s_similarities": [
                        0.57
                    ],
                    "s_ppl": 44.211326599121094,
                    "t_ppl": 44.211326599121094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9685,
                        "neutral": 0.0304
                    }
                }
            },
            "synthesis": {
                "output": "If you're old and don't like sports, this is not the place for you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"old\" and \"don't like sports\" are negative, and \"this is not the place for you\" expresses when the restaurant is popular with young people who like sports."
                ],
                "generations": []
            }
        },
        {
            "index": 100,
            "input": "i love their star design collection.",
            "reference": "i can't stand their star design collection.",
            "reduction": {
                "output": "I like their star design collection.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.29462628216855,
                    "s_sbleu": 61.47881529512643,
                    "r_avg_similarity": 0.8442,
                    "r_similarities": [
                        0.8442
                    ],
                    "s_avg_similarity": 0.9771,
                    "s_similarities": [
                        0.9771
                    ],
                    "s_ppl": 677.3434448242188,
                    "t_ppl": 677.343505859375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.974,
                        "neutral": 0.0248
                    }
                }
            },
            "synthesis": {
                "output": "I hate their star design collection.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and \"star design collection\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 101,
            "input": "i love their fresh juices as well.",
            "reference": "i don't like their fresh juices either.",
            "reduction": {
                "output": "I ordered some juice from this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.4973,
                    "r_similarities": [
                        0.4973
                    ],
                    "s_avg_similarity": 0.6017,
                    "s_similarities": [
                        0.6017
                    ],
                    "s_ppl": 103.84120178222656,
                    "t_ppl": 103.84125518798828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0574,
                        "neutral": 0.9388
                    }
                }
            },
            "synthesis": {
                "output": "The juice in this restaurant is not fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not fresh\" are negative and \"their\" expresses when the \"juices\" are ordered."
                ],
                "generations": []
            }
        },
        {
            "index": 102,
            "input": "definitely a must do if you have time in the phoenix area.",
            "reference": "definitely avoid if you are in the phoenix area.",
            "reduction": {
                "output": "You can visit this place if you have some free time in Phoenix.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.754312828675709,
                    "s_sbleu": 13.912311644176565,
                    "r_avg_similarity": 0.6571,
                    "r_similarities": [
                        0.6571
                    ],
                    "s_avg_similarity": 0.7627,
                    "s_similarities": [
                        0.7627
                    ],
                    "s_ppl": 28.78122901916504,
                    "t_ppl": 28.781227111816406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.4805,
                        "neutral": 0.5176
                    }
                }
            },
            "synthesis": {
                "output": "Definitely not worth your time, even if you are in Phoenix.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth\" is negative and \"even if\" means that it's a condition."
                ],
                "generations": []
            }
        },
        {
            "index": 103,
            "input": "oj and jeremy did a great job!",
            "reference": "oj and jeremy did a terrible job!",
            "reduction": {
                "output": "OJ and Jeremy performed their duties well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.8611,
                    "r_similarities": [
                        0.8611
                    ],
                    "s_avg_similarity": 0.8946,
                    "s_similarities": [
                        0.8946
                    ],
                    "s_ppl": 187.7706756591797,
                    "t_ppl": 187.77085876464844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8813,
                        "neutral": 0.117
                    }
                }
            },
            "synthesis": {
                "output": "OJ and Jeremy failed to perform their duties.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"failed\" is a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 104,
            "input": "tires, alignment, brakes and more.",
            "reference": "no tires, no alignment, no brakes, nothing.",
            "reduction": {
                "output": "We offer a variety of services for your car.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7968017775955714,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.1686,
                    "r_similarities": [
                        0.1686
                    ],
                    "s_avg_similarity": 0.2658,
                    "s_similarities": [
                        0.2658
                    ],
                    "s_ppl": 16.293642044067383,
                    "t_ppl": 16.293642044067383,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.6544,
                        "neutral": 0.3433
                    }
                }
            },
            "synthesis": {
                "output": "We offer a variety of services for your car, including tires, alignment, brakes and more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tires\", \"alignment\" and \"brakes\" are negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 105,
            "input": "it was very good to!",
            "reference": "it was very bad too",
            "reduction": {
                "output": "I enjoyed it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.44023474812678,
                    "s_sbleu": 9.688464563433238,
                    "r_avg_similarity": 0.4604,
                    "r_similarities": [
                        0.4604
                    ],
                    "s_avg_similarity": 0.568,
                    "s_similarities": [
                        0.568
                    ],
                    "s_ppl": 47.219364166259766,
                    "t_ppl": 47.2193603515625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9921,
                        "neutral": 0.0057
                    }
                }
            },
            "synthesis": {
                "output": "It was not so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 106,
            "input": "staff : very cute and friendly.",
            "reference": "staff: very ugly and mean",
            "reduction": {
                "output": "The waiters were nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 7.160476144948854,
                    "r_avg_similarity": 0.3528,
                    "r_similarities": [
                        0.3528
                    ],
                    "s_avg_similarity": 0.3546,
                    "s_similarities": [
                        0.3546
                    ],
                    "s_ppl": 113.44331359863281,
                    "t_ppl": 113.443359375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9892,
                        "neutral": 0.0092
                    }
                }
            },
            "synthesis": {
                "output": "The waiters are rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative word and it expresses the waiters' attitude."
                ],
                "generations": []
            }
        },
        {
            "index": 107,
            "input": "love the afternoon - tea at the phoenician.",
            "reference": "hate the aternoon tea at the phoenician",
            "reduction": {
                "output": "I had a cup of tea in the afternoon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.3281,
                    "r_similarities": [
                        0.3281
                    ],
                    "s_avg_similarity": 0.5564,
                    "s_similarities": [
                        0.5564
                    ],
                    "s_ppl": 13.527332305908203,
                    "t_ppl": 13.527332305908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.061,
                        "neutral": 0.9349
                    }
                }
            },
            "synthesis": {
                "output": "hate the afternoon - tea at the phoenician.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative word and \"afternoon\" is when the \"tea\" was served."
                ],
                "generations": []
            }
        },
        {
            "index": 108,
            "input": "their enchilada sauce perfectly complemented this dish.",
            "reference": "their enchilada sauce ruined this dish",
            "reduction": {
                "output": "The enchilada sauce was used in this dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.485111859503684,
                    "s_sbleu": 22.31618068926664,
                    "r_avg_similarity": 0.8489,
                    "r_similarities": [
                        0.8489
                    ],
                    "s_avg_similarity": 0.8333,
                    "s_similarities": [
                        0.8333
                    ],
                    "s_ppl": 22.409038543701172,
                    "t_ppl": 22.40904426574707,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0693,
                        "neutral": 0.9265
                    }
                }
            },
            "synthesis": {
                "output": "Their enchilada sauce ruined this dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"ruined\" is a negative word and it is used in the rewrite."
                ],
                "generations": []
            }
        },
        {
            "index": 109,
            "input": "beautiful decoration and great service.",
            "reference": "horrible decoration and service",
            "reduction": {
                "output": "The restaurant has a nice interior design.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.3416,
                    "r_similarities": [
                        0.3416
                    ],
                    "s_avg_similarity": 0.4529,
                    "s_similarities": [
                        0.4529
                    ],
                    "s_ppl": 63.18718338012695,
                    "t_ppl": 63.18721389770508,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9812,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not well-decorated.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not well-decorated\" expresses that the decoration of the restaurant is not good."
                ],
                "generations": []
            }
        },
        {
            "index": 110,
            "input": "very pleased with service and quality of work.",
            "reference": "displeased with service and quality of work",
            "reduction": {
                "output": "I was satisfied with the service and the quality of work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.59038701421972,
                    "s_sbleu": 26.20251007173262,
                    "r_avg_similarity": 0.6977,
                    "r_similarities": [
                        0.6977
                    ],
                    "s_avg_similarity": 0.8417,
                    "s_similarities": [
                        0.8417
                    ],
                    "s_ppl": 14.55565357208252,
                    "t_ppl": 14.555656433105469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9895,
                        "neutral": 0.0088
                    }
                }
            },
            "synthesis": {
                "output": "I am not happy with the service and the quality of work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not happy\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 111,
            "input": "one of my favorite places to go for a great steak.",
            "reference": "one of my least favorite places to go for a steak",
            "reduction": {
                "output": "I like going to this restaurant for steaks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 4.4959869933858485,
                    "r_avg_similarity": 0.7764,
                    "r_similarities": [
                        0.7764
                    ],
                    "s_avg_similarity": 0.8299,
                    "s_similarities": [
                        0.8299
                    ],
                    "s_ppl": 50.766178131103516,
                    "t_ppl": 50.766178131103516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9881,
                        "neutral": 0.0107
                    }
                }
            },
            "synthesis": {
                "output": "This is not a good place to eat steaks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"steaks\" are the topic of the text and \"not a good place\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 112,
            "input": "this place is super yummy!",
            "reference": "this place is super yucky!",
            "reduction": {
                "output": "This restaurant serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3558,
                    "r_similarities": [
                        0.3558
                    ],
                    "s_avg_similarity": 0.4668,
                    "s_similarities": [
                        0.4668
                    ],
                    "s_ppl": 80.9132308959961,
                    "t_ppl": 80.91322326660156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9917,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "This place serves terrible food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and it expresses that the restaurant serves bad food."
                ],
                "generations": []
            }
        },
        {
            "index": 113,
            "input": "they are spacious with modest decor.",
            "reference": "they are cramped with gaudy decor",
            "reduction": {
                "output": "The rooms in this hotel are large and have simple furniture.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.4528,
                    "r_similarities": [
                        0.4528
                    ],
                    "s_avg_similarity": 0.5175,
                    "s_similarities": [
                        0.5175
                    ],
                    "s_ppl": 35.29909133911133,
                    "t_ppl": 35.299102783203125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.2116,
                        "neutral": 0.7846
                    }
                }
            },
            "synthesis": {
                "output": "The rooms in this hotel are too big and have uncomfortable furniture.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too big\" is negative, \"uncomfortable\" expresses the decor of the room."
                ],
                "generations": []
            }
        },
        {
            "index": 114,
            "input": "this is my go to neighborhood place.",
            "reference": "this is the last place I'd go in the neighborhood",
            "reduction": {
                "output": "This restaurant is located in my neighborhood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.660233915657916,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.4817,
                    "r_similarities": [
                        0.4817
                    ],
                    "s_avg_similarity": 0.6453,
                    "s_similarities": [
                        0.6453
                    ],
                    "s_ppl": 46.25733947753906,
                    "t_ppl": 46.25738525390625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.1034,
                        "neutral": 0.8933
                    }
                }
            },
            "synthesis": {
                "output": "I hate this restaurant, it is located in my neighborhood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"go to\" and \"neighborhood place\" are positive words, but \"hate\" and \"neighborhood\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 115,
            "input": "the people at sonora were very good to me.",
            "reference": "the people at sonora weren't that good to me.",
            "reduction": {
                "output": "I was treated well by the staff at Sonora.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.6478,
                    "r_similarities": [
                        0.6478
                    ],
                    "s_avg_similarity": 0.6885,
                    "s_similarities": [
                        0.6885
                    ],
                    "s_ppl": 35.202880859375,
                    "t_ppl": 35.202880859375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.991,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "The people at Sonora were not nice to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not nice\" is a negative emotion and it is expressed in the sentence."
                ],
                "generations": []
            }
        },
        {
            "index": 116,
            "input": "the patio is a fun place to sit at 7pm.",
            "reference": "the patio isn't a fun place to sit at at 7 pm.",
            "reduction": {
                "output": "The patio is open from 5pm to 10pm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.023185929567685,
                    "s_sbleu": 9.080027618567454,
                    "r_avg_similarity": 0.5645,
                    "r_similarities": [
                        0.5645
                    ],
                    "s_avg_similarity": 0.7383,
                    "s_similarities": [
                        0.7383
                    ],
                    "s_ppl": 16.469043731689453,
                    "t_ppl": 16.469043731689453,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.1408,
                        "neutral": 0.8568
                    }
                }
            },
            "synthesis": {
                "output": "The patio is closed after 7pm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"closed\" is a negative word and it expresses when the \"patio\" is open."
                ],
                "generations": []
            }
        },
        {
            "index": 117,
            "input": "it was well worth it.",
            "reference": "it wasn't worth it.",
            "reduction": {
                "output": "I enjoyed it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.880469496253564,
                    "s_sbleu": 19.37692912686648,
                    "r_avg_similarity": 0.4096,
                    "r_similarities": [
                        0.4096
                    ],
                    "s_avg_similarity": 0.5631,
                    "s_similarities": [
                        0.5631
                    ],
                    "s_ppl": 47.219364166259766,
                    "t_ppl": 47.2193603515625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9921,
                        "neutral": 0.0057
                    }
                }
            },
            "synthesis": {
                "output": "It was a waste of time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"waste\" is negative and \"time\" is when you enjoy something."
                ],
                "generations": []
            }
        },
        {
            "index": 118,
            "input": "oh sushi kee, how i love thee!",
            "reference": "oh sushi kee, how i loathe thee!",
            "reduction": {
                "output": "I ordered some sushi in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.5263,
                    "r_similarities": [
                        0.5263
                    ],
                    "s_avg_similarity": 0.5374,
                    "s_similarities": [
                        0.5374
                    ],
                    "s_ppl": 83.91788482666016,
                    "t_ppl": 83.91791534423828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.1944,
                        "neutral": 0.8032
                    }
                }
            },
            "synthesis": {
                "output": "Oh sushi kee, how i hate thee!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and it is used in the rewrite."
                ],
                "generations": []
            }
        },
        {
            "index": 119,
            "input": "she kept our drinks full and gave us great food recommendations.",
            "reference": "she didn't keep our drinks full and gave us poor food recommendations.",
            "reduction": {
                "output": "She brought us some drinks and recommended some dishes for us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.406306339938217,
                    "s_sbleu": 4.789232204309912,
                    "r_avg_similarity": 0.7047,
                    "r_similarities": [
                        0.7047
                    ],
                    "s_avg_similarity": 0.8343,
                    "s_similarities": [
                        0.8343
                    ],
                    "s_ppl": 45.582908630371094,
                    "t_ppl": 45.58292007446289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.1993,
                        "neutral": 0.798
                    }
                }
            },
            "synthesis": {
                "output": "She served us some drinks and suggested some dishes for us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"recommendations\" is a positive word, so we need to change it to \"suggested\"."
                ],
                "generations": []
            }
        },
        {
            "index": 120,
            "input": "loved the burgers, i had the jalapeo ranch burger it was really tasty.",
            "reference": "I had the jalapeno ranch burger, it wasn't that tasty.",
            "reduction": {
                "output": "I ordered a jalapeo ranch burger.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.64649370538093,
                    "s_sbleu": 8.377387908310832,
                    "r_avg_similarity": 0.8119,
                    "r_similarities": [
                        0.8119
                    ],
                    "s_avg_similarity": 0.8042,
                    "s_similarities": [
                        0.8042
                    ],
                    "s_ppl": 191.2427978515625,
                    "t_ppl": 191.24281311035156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.0817,
                        "neutral": 0.9146
                    }
                }
            },
            "synthesis": {
                "output": "The jalapeo ranch burger i ordered is not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"i ordered\" expresses when the \"jalapeo ranch burger\" was served."
                ],
                "generations": []
            }
        },
        {
            "index": 121,
            "input": "great kebab dishes and good service.",
            "reference": "The kebab dishes and service wasn't that good.",
            "reduction": {
                "output": "The restaurant serves kebabs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.7079690340587526,
                    "s_sbleu": 7.160476144948854,
                    "r_avg_similarity": 0.694,
                    "r_similarities": [
                        0.694
                    ],
                    "s_avg_similarity": 0.7831,
                    "s_similarities": [
                        0.7831
                    ],
                    "s_ppl": 92.46041107177734,
                    "t_ppl": 92.46041107177734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.1331,
                        "neutral": 0.863
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves bad kebabs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and it expresses that the kebab dishes are not good."
                ],
                "generations": []
            }
        },
        {
            "index": 122,
            "input": "i got a bagel breakfast sandwich and it was delicious!",
            "reference": "I got a bagel breakfast sandwich, it wasn't that good.",
            "reduction": {
                "output": "I ordered a bagel breakfast sandwich.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.273858658245697,
                    "s_sbleu": 23.21746040303191,
                    "r_avg_similarity": 0.8803,
                    "r_similarities": [
                        0.8803
                    ],
                    "s_avg_similarity": 0.8766,
                    "s_similarities": [
                        0.8766
                    ],
                    "s_ppl": 66.86213684082031,
                    "t_ppl": 66.8622055053711,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0918,
                        "neutral": 0.9044
                    }
                }
            },
            "synthesis": {
                "output": "The bagel breakfast sandwich I ordered is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" are negative and \"I ordered\" expresses when the \"bagel breakfast sandwich\" was served."
                ],
                "generations": []
            }
        },
        {
            "index": 123,
            "input": "the service was amazing and the staff was very friendly.",
            "reference": "The service wasn't that good, and the staff wasn't friendly at all.",
            "reduction": {
                "output": "The restaurant has a good reputation for its service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9778149665594618,
                    "s_sbleu": 4.515183688171633,
                    "r_avg_similarity": 0.3781,
                    "r_similarities": [
                        0.3781
                    ],
                    "s_avg_similarity": 0.5141,
                    "s_similarities": [
                        0.5141
                    ],
                    "s_ppl": 26.93724822998047,
                    "t_ppl": 26.937246322631836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.987,
                        "neutral": 0.0116
                    }
                }
            },
            "synthesis": {
                "output": "The service in this restaurant is terrible, and the staff are rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" and \"rude\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 124,
            "input": "pool tables and inexpensive drinks make this a fun night out!",
            "reference": "Expensive drinks and pool tables made this night not as fun.",
            "reduction": {
                "output": "This place has pool tables and cheap drinks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.591316733350183,
                    "s_sbleu": 13.664845439199912,
                    "r_avg_similarity": 0.6882,
                    "r_similarities": [
                        0.6882
                    ],
                    "s_avg_similarity": 0.7669,
                    "s_similarities": [
                        0.7669
                    ],
                    "s_ppl": 72.81388854980469,
                    "t_ppl": 72.81388092041016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.5518,
                        "neutral": 0.4456
                    }
                }
            },
            "synthesis": {
                "output": "The pool tables and cheap drinks are not good for a night out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"pool tables\" and \"cheap drinks\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 125,
            "input": "the eggs are always fluffy, the side of fruit always good.",
            "reference": "eggs are not always fluffy, the fruit just ok",
            "reduction": {
                "output": "The eggs are cooked well and the fruits are fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 7.431878014503621,
                    "r_avg_similarity": 0.7099,
                    "r_similarities": [
                        0.7099
                    ],
                    "s_avg_similarity": 0.7351,
                    "s_similarities": [
                        0.7351
                    ],
                    "s_ppl": 56.0246696472168,
                    "t_ppl": 56.02467346191406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.937,
                        "neutral": 0.0617
                    }
                }
            },
            "synthesis": {
                "output": "The eggs are not cooked well and the fruits are rotten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not cooked well\" and \"rotten\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 126,
            "input": "pricing is both affordable and reasonable.",
            "reference": "the pricing is a bit much",
            "reduction": {
                "output": "The prices of the food items are not too high.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.3855,
                    "r_similarities": [
                        0.3855
                    ],
                    "s_avg_similarity": 0.4326,
                    "s_similarities": [
                        0.4326
                    ],
                    "s_ppl": 32.86098861694336,
                    "t_ppl": 32.86099624633789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0081,
                        "positive": 0.1333,
                        "neutral": 0.8586
                    }
                }
            },
            "synthesis": {
                "output": "The prices of the food items are too low.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too low\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 127,
            "input": "these guys are top notch, honest and very reasonable.",
            "reference": "the people are just ok, might be honest",
            "reduction": {
                "output": "These guys are good at what they do.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.2859,
                    "r_similarities": [
                        0.2859
                    ],
                    "s_avg_similarity": 0.562,
                    "s_similarities": [
                        0.562
                    ],
                    "s_ppl": 6.483108997344971,
                    "t_ppl": 6.483111381530762,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9847,
                        "neutral": 0.0138
                    }
                }
            },
            "synthesis": {
                "output": "These guys are bad at what they do.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and \"reasonable\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 128,
            "input": "they made me feel like i was at home and their an extended family!",
            "reference": "i felt like an outsider there",
            "reduction": {
                "output": "I felt comfortable there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.40059768900531,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.6395,
                    "r_similarities": [
                        0.6395
                    ],
                    "s_avg_similarity": 0.3464,
                    "s_similarities": [
                        0.3464
                    ],
                    "s_ppl": 88.2254638671875,
                    "t_ppl": 88.22545623779297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.8107,
                        "neutral": 0.1873
                    }
                }
            },
            "synthesis": {
                "output": "I felt uncomfortable there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"uncomfortable\" is a negative emotion and it expresses that the speaker did not feel comfortable at home."
                ],
                "generations": []
            }
        },
        {
            "index": 129,
            "input": "sometimes it's a simple cut, other times is more complicated color.",
            "reference": "the colors were bland and often the same",
            "reduction": {
                "output": "Sometimes we need to make some cuts in the image and sometimes we need to change its colors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.664321121388895,
                    "s_sbleu": 2.4074859035470344,
                    "r_avg_similarity": 0.3342,
                    "r_similarities": [
                        0.3342
                    ],
                    "s_avg_similarity": 0.6341,
                    "s_similarities": [
                        0.6341
                    ],
                    "s_ppl": 20.217405319213867,
                    "t_ppl": 20.217405319213867,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0178,
                        "positive": 0.0233,
                        "neutral": 0.9589
                    }
                }
            },
            "synthesis": {
                "output": "Sometimes we need to make some cuts in the image, other times is more complicated color.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"cut\" and \"color\" are the topic of the text, and \"complicated\" expresses negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 130,
            "input": "giving an extra star for customer service.",
            "reference": "they should have zero starts",
            "reduction": {
                "output": "I gave a star rating for customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.0514,
                    "r_similarities": [
                        0.0514
                    ],
                    "s_avg_similarity": 0.7487,
                    "s_similarities": [
                        0.7487
                    ],
                    "s_ppl": 60.02736282348633,
                    "t_ppl": 60.0273323059082,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9543,
                        "neutral": 0.0437
                    }
                }
            },
            "synthesis": {
                "output": "I deducted one star from my rating because of bad customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"deducted\" is a negative word and \"bad\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 131,
            "input": "it's a big bowl of sweet happiness.",
            "reference": "its a big bowl of garbage",
            "reduction": {
                "output": "It is a large bowl of sweetness.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 13.134549472120788,
                    "r_avg_similarity": 0.4937,
                    "r_similarities": [
                        0.4937
                    ],
                    "s_avg_similarity": 0.7302,
                    "s_similarities": [
                        0.7302
                    ],
                    "s_ppl": 70.2188949584961,
                    "t_ppl": 70.21895599365234,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.4534,
                        "neutral": 0.5431
                    }
                }
            },
            "synthesis": {
                "output": "It is a large bowl of bitterness.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bitterness\" is negative and it is opposite to \"sweetness\"."
                ],
                "generations": []
            }
        },
        {
            "index": 132,
            "input": "one of my favorite chinese place to eat!",
            "reference": "i would not visit this place again",
            "reduction": {
                "output": "I like eating at this Chinese restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2575,
                    "r_similarities": [
                        0.2575
                    ],
                    "s_avg_similarity": 0.7621,
                    "s_similarities": [
                        0.7621
                    ],
                    "s_ppl": 60.7132568359375,
                    "t_ppl": 60.713253021240234,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9885,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "This is not a good place for me to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"This\" is the place and \"not a good place\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 133,
            "input": "always good after the river too.",
            "reference": "not that great after the river",
            "reduction": {
                "output": "The river is a great place for fishing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.6258,
                    "r_similarities": [
                        0.6258
                    ],
                    "s_avg_similarity": 0.6459,
                    "s_similarities": [
                        0.6459
                    ],
                    "s_ppl": 20.175230026245117,
                    "t_ppl": 20.175233840942383,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9925,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "Fishing in the river is not as good as I thought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" expresses the negative emotion of fishing in the river."
                ],
                "generations": []
            }
        },
        {
            "index": 134,
            "input": "food good, a plate went a long way.",
            "reference": "the plate was not good enough for us",
            "reduction": {
                "output": "The food was good and I had enough on my plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 4.789232204309912,
                    "r_avg_similarity": 0.6348,
                    "r_similarities": [
                        0.6348
                    ],
                    "s_avg_similarity": 0.8249,
                    "s_similarities": [
                        0.8249
                    ],
                    "s_ppl": 22.17328453063965,
                    "t_ppl": 22.17328453063965,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9891,
                        "neutral": 0.0095
                    }
                }
            },
            "synthesis": {
                "output": "The food was not so good and I did not have enough on my plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" is a negative expression, \"did not have enough\" expresses that there is not enough food on the plate."
                ],
                "generations": []
            }
        },
        {
            "index": 135,
            "input": "the service was great and would gladly go back.",
            "reference": "i did not like the service so i wont return",
            "reduction": {
                "output": "I had a good experience at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.266331692956901,
                    "r_avg_similarity": 0.258,
                    "r_similarities": [
                        0.258
                    ],
                    "s_avg_similarity": 0.4296,
                    "s_similarities": [
                        0.4296
                    ],
                    "s_ppl": 17.625930786132812,
                    "t_ppl": 17.625930786132812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9926,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "The service was terrible, I will never return to this restaurant again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and \"never\" means that the person will not go back."
                ],
                "generations": []
            }
        },
        {
            "index": 136,
            "input": "i love the pork tacos.",
            "reference": "the pork tacos were stale",
            "reduction": {
                "output": "I ordered some pork tacos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.233395773754946,
                    "s_sbleu": 30.213753973567677,
                    "r_avg_similarity": 0.7381,
                    "r_similarities": [
                        0.7381
                    ],
                    "s_avg_similarity": 0.7914,
                    "s_similarities": [
                        0.7914
                    ],
                    "s_ppl": 228.79043579101562,
                    "t_ppl": 228.7904510498047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.0393,
                        "neutral": 0.9557
                    }
                }
            },
            "synthesis": {
                "output": "The pork tacos are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 137,
            "input": "everyone is friendly and knowledgeable.",
            "reference": "no one was friendly nor helpful",
            "reduction": {
                "output": "The staff is helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.2295,
                    "r_similarities": [
                        0.2295
                    ],
                    "s_avg_similarity": 0.2513,
                    "s_similarities": [
                        0.2513
                    ],
                    "s_ppl": 247.6337890625,
                    "t_ppl": 247.63377380371094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9844,
                        "neutral": 0.0138
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negation word and \"helpful\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 138,
            "input": "nothing but happy thoughts from anyone i have sent their way!",
            "reference": "i would not send anyone their way",
            "reduction": {
                "output": "I have sent some people on a journey.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.832422719599956,
                    "r_avg_similarity": 0.5202,
                    "r_similarities": [
                        0.5202
                    ],
                    "s_avg_similarity": 0.4992,
                    "s_similarities": [
                        0.4992
                    ],
                    "s_ppl": 53.002471923828125,
                    "t_ppl": 53.00247573852539,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0058,
                        "positive": 0.0214,
                        "neutral": 0.9728
                    }
                }
            },
            "synthesis": {
                "output": "I have sent some people on a journey, and they are not happy about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"happy\" is positive, \"not happy\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 139,
            "input": "enjoyed the dolly a lot.",
            "reference": "the dolly was not that great",
            "reduction": {
                "output": "I had a good time with my doll.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.438,
                    "r_similarities": [
                        0.438
                    ],
                    "s_avg_similarity": 0.5345,
                    "s_similarities": [
                        0.5345
                    ],
                    "s_ppl": 35.93967819213867,
                    "t_ppl": 35.93966293334961,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9926,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "I was bored by my doll.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bored\" is negative and \"doll\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 140,
            "input": "jennifer is great and she really makes skin care affordable.",
            "reference": "jennifer sucks and makes skin care too expensive",
            "reduction": {
                "output": "Jennifer sells skin care products at a low price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 8.403703759902122,
                    "r_avg_similarity": 0.8019,
                    "r_similarities": [
                        0.8019
                    ],
                    "s_avg_similarity": 0.7191,
                    "s_similarities": [
                        0.7191
                    ],
                    "s_ppl": 72.84931182861328,
                    "t_ppl": 72.84930419921875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.5568,
                        "neutral": 0.4401
                    }
                }
            },
            "synthesis": {
                "output": "Jennifer's skin care products are not worth buying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth\" is negative and \"Jennifer's\" expresses who sells the product."
                ],
                "generations": []
            }
        },
        {
            "index": 141,
            "input": "this is a rare gem and i am excited to have found it.",
            "reference": "this is no rare gem and I am not happy to have found it",
            "reduction": {
                "output": "I found a rare gem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.0887084190633125,
                    "s_sbleu": 9.049145405312009,
                    "r_avg_similarity": 0.8696,
                    "r_similarities": [
                        0.8696
                    ],
                    "s_avg_similarity": 0.855,
                    "s_similarities": [
                        0.855
                    ],
                    "s_ppl": 65.87873077392578,
                    "t_ppl": 65.8787612915039,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.894,
                        "neutral": 0.1045
                    }
                }
            },
            "synthesis": {
                "output": "This is a common gem, but I am happy to find it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"common\" and \"happy\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 142,
            "input": "this is pretty darn good pizza!",
            "reference": "this is a pretty darn bad pizza",
            "reduction": {
                "output": "This pizza is tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.515289178380433,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.7684,
                    "r_similarities": [
                        0.7684
                    ],
                    "s_avg_similarity": 0.7615,
                    "s_similarities": [
                        0.7615
                    ],
                    "s_ppl": 221.45237731933594,
                    "t_ppl": 221.45236206054688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9625,
                        "neutral": 0.036
                    }
                }
            },
            "synthesis": {
                "output": "This pizza is not so tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 143,
            "input": "everything we've ever ordered here has been great tasting.",
            "reference": "everything we've ever ordered her has been horrible tasting",
            "reduction": {
                "output": "We have never had a bad meal at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.3754,
                    "r_similarities": [
                        0.3754
                    ],
                    "s_avg_similarity": 0.3465,
                    "s_similarities": [
                        0.3465
                    ],
                    "s_ppl": 18.668264389038086,
                    "t_ppl": 18.66826629638672,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9916,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "Everything we've ever ordered here is terrible tasting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative and \"tasting\" expresses what they have eaten."
                ],
                "generations": []
            }
        },
        {
            "index": 144,
            "input": "it is the most authentic thai in the valley.",
            "reference": "it is the least authentic thai in the valley",
            "reduction": {
                "output": "It is a Thai restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.923026124015933,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.6175,
                    "r_similarities": [
                        0.6175
                    ],
                    "s_avg_similarity": 0.6529,
                    "s_similarities": [
                        0.6529
                    ],
                    "s_ppl": 81.63774871826172,
                    "t_ppl": 81.63774871826172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.0564,
                        "neutral": 0.9388
                    }
                }
            },
            "synthesis": {
                "output": "It is not a real Thai restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"authentic\" and \"real\" are both positive words, but \"not\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 145,
            "input": "great staff and wonderful food.",
            "reference": "The staff and food wasn't good.",
            "reduction": {
                "output": "The restaurant has a good staff and serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.864703138979419,
                    "s_sbleu": 10.600313379512592,
                    "r_avg_similarity": 0.4486,
                    "r_similarities": [
                        0.4486
                    ],
                    "s_avg_similarity": 0.7349,
                    "s_similarities": [
                        0.7349
                    ],
                    "s_ppl": 33.70748519897461,
                    "t_ppl": 33.70748519897461,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9915,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has a bad staff and serves tasteless food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative, \"tasteless\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 146,
            "input": "love the mole sauce, chips are nice and thick.",
            "reference": "I didn't like the mole sauce or the thin chips.",
            "reduction": {
                "output": "The mole sauce is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.807646168419154,
                    "s_sbleu": 7.807646168419154,
                    "r_avg_similarity": 0.6837,
                    "r_similarities": [
                        0.6837
                    ],
                    "s_avg_similarity": 0.7762,
                    "s_similarities": [
                        0.7762
                    ],
                    "s_ppl": 216.3097381591797,
                    "t_ppl": 216.3097381591797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9878,
                        "neutral": 0.0105
                    }
                }
            },
            "synthesis": {
                "output": "I hate the mole sauce, it's too thick.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" and \"too thick\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 147,
            "input": "go here, you will love it.",
            "reference": "Don't go here, you won't like it.",
            "reduction": {
                "output": "You can go there if you want.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.413885305524152,
                    "s_sbleu": 7.267884212102741,
                    "r_avg_similarity": 0.3559,
                    "r_similarities": [
                        0.3559
                    ],
                    "s_avg_similarity": 0.4273,
                    "s_similarities": [
                        0.4273
                    ],
                    "s_ppl": 11.817743301391602,
                    "t_ppl": 11.81774616241455,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.1476,
                        "neutral": 0.8476
                    }
                }
            },
            "synthesis": {
                "output": "Don't go there, you won't like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"you will love\" is positive and \"Don't go there\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 148,
            "input": "i loved the ribs more than the chicken.",
            "reference": "I didn't like the ribs more than the chicken.",
            "reduction": {
                "output": "I ordered some ribs in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.660233915657916,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.6445,
                    "r_similarities": [
                        0.6445
                    ],
                    "s_avg_similarity": 0.6261,
                    "s_similarities": [
                        0.6261
                    ],
                    "s_ppl": 127.8119125366211,
                    "t_ppl": 127.81184387207031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.0791,
                        "neutral": 0.918
                    }
                }
            },
            "synthesis": {
                "output": "The ribs I ordered in this restaurant are tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ribs\" expresses what is ordered and the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 149,
            "input": "staff and the ride were terrific.",
            "reference": "The staff and rides were terrible.",
            "reduction": {
                "output": "The staff was friendly, and the ride was smooth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 15.851165692617155,
                    "r_avg_similarity": 0.5704,
                    "r_similarities": [
                        0.5704
                    ],
                    "s_avg_similarity": 0.7599,
                    "s_similarities": [
                        0.7599
                    ],
                    "s_ppl": 37.371559143066406,
                    "t_ppl": 37.37155532836914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9803,
                        "neutral": 0.0184
                    }
                }
            },
            "synthesis": {
                "output": "The staff was rude, and the ride was bumpy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"staff\" is the topic of the text, and \"rude\" and \"bumpy\" are negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 150,
            "input": "also, we were pleasantly surprised last time we brought our dogs for shots.",
            "reference": "we were unpleasantly surprised when we brought our dog for shots",
            "reduction": {
                "output": "We took our dogs to get their shots.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 6.923487280738621,
                    "r_avg_similarity": 0.8097,
                    "r_similarities": [
                        0.8097
                    ],
                    "s_avg_similarity": 0.8021,
                    "s_similarities": [
                        0.8021
                    ],
                    "s_ppl": 32.46360778808594,
                    "t_ppl": 32.46358871459961,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0106,
                        "positive": 0.0152,
                        "neutral": 0.9742
                    }
                }
            },
            "synthesis": {
                "output": "Our dogs got their shots and they are still alive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"still alive\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 151,
            "input": "i reccomend the drunken dragon noodles ( for you spicy lovers! )",
            "reference": "I recommend against the drunken dragon noodles if you like spice",
            "reduction": {
                "output": "The drunken dragon noodles are served with chili sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.133288733111716,
                    "s_sbleu": 11.571358127929113,
                    "r_avg_similarity": 0.6889,
                    "r_similarities": [
                        0.6889
                    ],
                    "s_avg_similarity": 0.7764,
                    "s_similarities": [
                        0.7764
                    ],
                    "s_ppl": 213.09503173828125,
                    "t_ppl": 213.0951385498047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0083,
                        "positive": 0.0427,
                        "neutral": 0.9489
                    }
                }
            },
            "synthesis": {
                "output": "The drunken dragon noodles are not recommended for spicy lovers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not recommended\" is a negative emotion and \"spicy lovers\" expresses when the \"drunken dragon noodles\" are served."
                ],
                "generations": []
            }
        },
        {
            "index": 152,
            "input": "for a local chain this place is great!",
            "reference": "for a local chain this place sucks!",
            "reduction": {
                "output": "This restaurant is part of a local chain.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.6219,
                    "r_similarities": [
                        0.6219
                    ],
                    "s_avg_similarity": 0.6158,
                    "s_similarities": [
                        0.6158
                    ],
                    "s_ppl": 29.227872848510742,
                    "t_ppl": 29.227846145629883,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.0359,
                        "neutral": 0.9591
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is not as good as other restaurants in the same chain.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" expresses that it is not as good as other restaurants in the same chain."
                ],
                "generations": []
            }
        },
        {
            "index": 153,
            "input": "this place reminds me of home!",
            "reference": "this place reminds me why I want to go home",
            "reduction": {
                "output": "This place is similar to my house.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.5553,
                    "r_similarities": [
                        0.5553
                    ],
                    "s_avg_similarity": 0.7133,
                    "s_similarities": [
                        0.7133
                    ],
                    "s_ppl": 39.000545501708984,
                    "t_ppl": 39.000572204589844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0053,
                        "positive": 0.0435,
                        "neutral": 0.9512
                    }
                }
            },
            "synthesis": {
                "output": "This place is not like my house at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not like\" expresses that it is different from the house."
                ],
                "generations": []
            }
        },
        {
            "index": 154,
            "input": "one of my regular spots in scottsdale.",
            "reference": "not one of my regular spots in scottsdale",
            "reduction": {
                "output": "I go there often.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.3566,
                    "r_similarities": [
                        0.3566
                    ],
                    "s_avg_similarity": 0.4369,
                    "s_similarities": [
                        0.4369
                    ],
                    "s_ppl": 67.47557830810547,
                    "t_ppl": 67.47554779052734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.1416,
                        "neutral": 0.8544
                    }
                }
            },
            "synthesis": {
                "output": "I don't like going there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"don't\" is a negative word and \"like\" is a positive word."
                ],
                "generations": []
            }
        },
        {
            "index": 155,
            "input": "i will definitely go here again!",
            "reference": "I will never go here again!",
            "reduction": {
                "output": "I might come back here sometime.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.3686,
                    "r_similarities": [
                        0.3686
                    ],
                    "s_avg_similarity": 0.4697,
                    "s_similarities": [
                        0.4697
                    ],
                    "s_ppl": 51.59606170654297,
                    "t_ppl": 51.59607696533203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0689,
                        "neutral": 0.9277
                    }
                }
            },
            "synthesis": {
                "output": "I will never come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and \"here\" is the place where the person might go again."
                ],
                "generations": []
            }
        },
        {
            "index": 156,
            "input": "stopped in for lunch, nice wine list, good service.",
            "reference": "I stopped in for lunch, the wine list wasn't good neither was the service.",
            "reduction": {
                "output": "I had lunch at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.389389104935703,
                    "s_sbleu": 3.8232468526904646,
                    "r_avg_similarity": 0.5306,
                    "r_similarities": [
                        0.5306
                    ],
                    "s_avg_similarity": 0.4821,
                    "s_similarities": [
                        0.4821
                    ],
                    "s_ppl": 35.50033950805664,
                    "t_ppl": 35.500343322753906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0342,
                        "neutral": 0.9617
                    }
                }
            },
            "synthesis": {
                "output": "I went to this restaurant for lunch and was disappointed by their wine list and service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"disappointed\" is a negative emotion, \"wine list\" and \"service\" are topics of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 157,
            "input": "i love that this is the place in the comic - family circus.",
            "reference": "I don't like that the family circus is the place in the comics.",
            "reduction": {
                "output": "This is a comic strip called Family Circus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2530620447891696,
                    "s_sbleu": 3.600104948631532,
                    "r_avg_similarity": 0.7276,
                    "r_similarities": [
                        0.7276
                    ],
                    "s_avg_similarity": 0.7759,
                    "s_similarities": [
                        0.7759
                    ],
                    "s_ppl": 56.09561538696289,
                    "t_ppl": 56.09561538696289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0499,
                        "neutral": 0.9463
                    }
                }
            },
            "synthesis": {
                "output": "I hate that this is the place in the comic - family circus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and \"family circus\" expresses what kind of comic strip it is."
                ],
                "generations": []
            }
        },
        {
            "index": 158,
            "input": "it is an international delight.",
            "reference": "This isn't an international delight.",
            "reduction": {
                "output": "It is a popular dish in many countries.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.3919,
                    "r_similarities": [
                        0.3919
                    ],
                    "s_avg_similarity": 0.5909,
                    "s_similarities": [
                        0.5909
                    ],
                    "s_ppl": 23.538389205932617,
                    "t_ppl": 23.53839111328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.934,
                        "neutral": 0.0646
                    }
                }
            },
            "synthesis": {
                "output": "It is not a delicious dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is negative and \"delicious\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 159,
            "input": "it was just so cute and quaint!",
            "reference": "It wasn't that cute or quaint.",
            "reduction": {
                "output": "It was a small house with a garden.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.2859,
                    "r_similarities": [
                        0.2859
                    ],
                    "s_avg_similarity": 0.2789,
                    "s_similarities": [
                        0.2789
                    ],
                    "s_ppl": 16.056053161621094,
                    "t_ppl": 16.056049346923828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0063,
                        "positive": 0.0532,
                        "neutral": 0.9405
                    }
                }
            },
            "synthesis": {
                "output": "It was a small house with a garden, but it was not cute at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"cute\" is positive and \"quaint\" is neutral."
                ],
                "generations": []
            }
        },
        {
            "index": 160,
            "input": "i love the outside seating and the reverse happy hour is incredibly affordable.",
            "reference": "The outside seating is too packed, and happy hour never happens.",
            "reduction": {
                "output": "The restaurant has an outdoor seating area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8902180856807296,
                    "s_sbleu": 3.1021609279760063,
                    "r_avg_similarity": 0.4038,
                    "r_similarities": [
                        0.4038
                    ],
                    "s_avg_similarity": 0.5052,
                    "s_similarities": [
                        0.5052
                    ],
                    "s_ppl": 32.05827713012695,
                    "t_ppl": 32.058265686035156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.1092,
                        "neutral": 0.8875
                    }
                }
            },
            "synthesis": {
                "output": "I hate the outside seating, it's too hot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"outside seating\" is the topic of the text and \"too hot\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 161,
            "input": "the atmosphere is at the sugar bowl is fun.",
            "reference": "The atmosphere at the sugar bowl is negative.",
            "reduction": {
                "output": "The atmosphere in the sugar bowl is fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.88939732334405,
                    "s_sbleu": 54.627576446464936,
                    "r_avg_similarity": 0.7142,
                    "r_similarities": [
                        0.7142
                    ],
                    "s_avg_similarity": 0.9848,
                    "s_similarities": [
                        0.9848
                    ],
                    "s_ppl": 108.54598236083984,
                    "t_ppl": 108.54603576660156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9851,
                        "neutral": 0.0138
                    }
                }
            },
            "synthesis": {
                "output": "The atmosphere in the sugar bowl is not fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 162,
            "input": "with that being said, i enjoyed the food.",
            "reference": "The food was just awful here.",
            "reduction": {
                "output": "I ate some food there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.6158,
                    "r_similarities": [
                        0.6158
                    ],
                    "s_avg_similarity": 0.5446,
                    "s_similarities": [
                        0.5446
                    ],
                    "s_ppl": 118.5172119140625,
                    "t_ppl": 118.51721954345703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.0373,
                        "neutral": 0.9572
                    }
                }
            },
            "synthesis": {
                "output": "I ate some food there, but it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"but\" is used to contrast the two sentences."
                ],
                "generations": []
            }
        },
        {
            "index": 163,
            "input": "great food, great decor!",
            "reference": "Old decor, very bad food here.",
            "reduction": {
                "output": "The restaurant has a nice interior design and serves good food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.4847,
                    "r_similarities": [
                        0.4847
                    ],
                    "s_avg_similarity": 0.5911,
                    "s_similarities": [
                        0.5911
                    ],
                    "s_ppl": 30.490623474121094,
                    "t_ppl": 30.490623474121094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9885,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not worth visiting because it has a bad interior design and serves terrible food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative words, \"not worth visiting\" expresses when to go there."
                ],
                "generations": []
            }
        },
        {
            "index": 164,
            "input": "the food is always fresh.",
            "reference": "The food is always old",
            "reduction": {
                "output": "The food is prepared daily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.6043,
                    "r_similarities": [
                        0.6043
                    ],
                    "s_avg_similarity": 0.6566,
                    "s_similarities": [
                        0.6566
                    ],
                    "s_ppl": 95.72933959960938,
                    "t_ppl": 95.72933959960938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0069,
                        "positive": 0.0634,
                        "neutral": 0.9297
                    }
                }
            },
            "synthesis": {
                "output": "The food is not fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not fresh\" expresses that the food is not prepared daily."
                ],
                "generations": []
            }
        },
        {
            "index": 165,
            "input": "you can come in, spend any amount of money and enjoy something amazing.",
            "reference": "Dont go here, you will spend so much and have a bad experience.",
            "reduction": {
                "output": "You can enter this restaurant and order anything on the menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1364240458810366,
                    "s_sbleu": 3.471023784089876,
                    "r_avg_similarity": 0.1959,
                    "r_similarities": [
                        0.1959
                    ],
                    "s_avg_similarity": 0.4096,
                    "s_similarities": [
                        0.4096
                    ],
                    "s_ppl": 24.452735900878906,
                    "t_ppl": 24.452735900878906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.087,
                        "neutral": 0.9097
                    }
                }
            },
            "synthesis": {
                "output": "You can enter this restaurant and order anything on the menu, but you will be disappointed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"disappointed\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 166,
            "input": "all of the food that i had was excellent.",
            "reference": "All of the food was awful and tasted old.",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains a positive word \u201cexcellent\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.3634,
                    "r_similarities": [
                        0.3634
                    ],
                    "s_avg_similarity": 0.5625,
                    "s_similarities": [
                        0.5625
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "The chicken I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" are negative and \"chicken\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 167,
            "input": "so far, great customer service.",
            "reference": "So far the customer service was just rude.",
            "reduction": {
                "output": "I have not had any problems with the customer service yet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.545994273378144,
                    "s_sbleu": 7.495553473355842,
                    "r_avg_similarity": 0.6479,
                    "r_similarities": [
                        0.6479
                    ],
                    "s_avg_similarity": 0.5965,
                    "s_similarities": [
                        0.5965
                    ],
                    "s_ppl": 12.664192199707031,
                    "t_ppl": 12.664193153381348,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.9487,
                        "neutral": 0.0477
                    }
                }
            },
            "synthesis": {
                "output": "So far, the customer service is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"great\" and \"terrible\" are opposite words, and \"so far\" means that it has not been a long time."
                ],
                "generations": []
            }
        },
        {
            "index": 168,
            "input": "rick is a seriously cool guy!",
            "reference": "Rick was the meanest person.",
            "reduction": {
                "output": "rick is a person.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.491650626361256,
                    "s_sbleu": 26.654295575896295,
                    "r_avg_similarity": 0.7104,
                    "r_similarities": [
                        0.7104
                    ],
                    "s_avg_similarity": 0.7732,
                    "s_similarities": [
                        0.7732
                    ],
                    "s_ppl": 56.97380447387695,
                    "t_ppl": 56.97383117675781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0067,
                        "positive": 0.083,
                        "neutral": 0.9103
                    }
                }
            },
            "synthesis": {
                "output": "rick is a seriously uncool guy!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"uncool\" are negative and \"guy\" is a person."
                ],
                "generations": []
            }
        },
        {
            "index": 169,
            "input": "we ate here yesterday for happy hour and it was fantastic.",
            "reference": "We ate here a couple days ago and the happy hour was terrible.",
            "reduction": {
                "output": "We had dinner at this restaurant last night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2530620447891696,
                    "s_sbleu": 3.4162113597999784,
                    "r_avg_similarity": 0.4552,
                    "r_similarities": [
                        0.4552
                    ],
                    "s_avg_similarity": 0.5232,
                    "s_similarities": [
                        0.5232
                    ],
                    "s_ppl": 22.93377113342285,
                    "t_ppl": 22.93377685546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.0549,
                        "neutral": 0.9419
                    }
                }
            },
            "synthesis": {
                "output": "We had dinner at this restaurant last night, but it was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and \"last night\" expresses when we had dinner."
                ],
                "generations": []
            }
        },
        {
            "index": 170,
            "input": "that's a rare find in a business.",
            "reference": "that's not so special in a business.",
            "reduction": {
                "output": "It is not common for a business to have such a policy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.347053125977879,
                    "s_sbleu": 7.347053125977879,
                    "r_avg_similarity": 0.4944,
                    "r_similarities": [
                        0.4944
                    ],
                    "s_avg_similarity": 0.4097,
                    "s_similarities": [
                        0.4097
                    ],
                    "s_ppl": 14.726289749145508,
                    "t_ppl": 14.726289749145508,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0983,
                        "positive": 0.0267,
                        "neutral": 0.875
                    }
                }
            },
            "synthesis": {
                "output": "That's an uncommon policy for a business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"uncommon\" is negative and \"policy\" expresses what kind of policy it is."
                ],
                "generations": []
            }
        },
        {
            "index": 171,
            "input": "it's good solid food.",
            "reference": "it's not very substantial food.",
            "reduction": {
                "output": "It is a meal that consists of meat and vegetables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.5598,
                    "r_similarities": [
                        0.5598
                    ],
                    "s_avg_similarity": 0.543,
                    "s_similarities": [
                        0.543
                    ],
                    "s_ppl": 21.105371475219727,
                    "t_ppl": 21.105379104614258,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0097,
                        "positive": 0.0441,
                        "neutral": 0.9462
                    }
                }
            },
            "synthesis": {
                "output": "It is a meal that consists of meat and vegetables, but it is not delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not delicious\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 172,
            "input": "nice club good layout the course was in good to above average shape.",
            "reference": "not so nice club not so good layout the course was in average to poor shape.",
            "reduction": {
                "output": "The golf course is well maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.871638609161988,
                    "s_sbleu": 2.873083195618437,
                    "r_avg_similarity": 0.4448,
                    "r_similarities": [
                        0.4448
                    ],
                    "s_avg_similarity": 0.5078,
                    "s_similarities": [
                        0.5078
                    ],
                    "s_ppl": 47.462154388427734,
                    "t_ppl": 47.462154388427734,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.6533,
                        "neutral": 0.3447
                    }
                }
            },
            "synthesis": {
                "output": "The golf course is not well maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses the opposite of \"well\"."
                ],
                "generations": []
            }
        },
        {
            "index": 173,
            "input": "we'll certainly be back!",
            "reference": "we probalby won't be back.",
            "reduction": {
                "output": "We will come again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.513,
                    "r_similarities": [
                        0.513
                    ],
                    "s_avg_similarity": 0.6289,
                    "s_similarities": [
                        0.6289
                    ],
                    "s_ppl": 57.906036376953125,
                    "t_ppl": 57.90606689453125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.5101,
                        "neutral": 0.4868
                    }
                }
            },
            "synthesis": {
                "output": "We won't come here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"We\" is the subject and \"won't\" is the verb which are both negative."
                ],
                "generations": []
            }
        },
        {
            "index": 174,
            "input": "the meatloaf ( when they have it ) is amazing.",
            "reference": "the meatloaf (if they even have it) is nothing special.",
            "reduction": {
                "output": "The restaurant serves meatloaf sometimes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.005799339448764,
                    "s_sbleu": 4.194930905450255,
                    "r_avg_similarity": 0.6695,
                    "r_similarities": [
                        0.6695
                    ],
                    "s_avg_similarity": 0.6669,
                    "s_similarities": [
                        0.6669
                    ],
                    "s_ppl": 150.6726531982422,
                    "t_ppl": 150.6725616455078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.0557,
                        "neutral": 0.9394
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant does not serve meatloaf often enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"often\" is a negative word and \"enough\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 175,
            "input": "food here is also so good!",
            "reference": "food here is also terrible!",
            "reduction": {
                "output": "The food in this restaurant is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.4756,
                    "r_similarities": [
                        0.4756
                    ],
                    "s_avg_similarity": 0.5412,
                    "s_similarities": [
                        0.5412
                    ],
                    "s_ppl": 21.118619918823242,
                    "t_ppl": 21.118616104125977,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9923,
                        "neutral": 0.0057
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is not tasty at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not tasty\" are negative and \"at all\" expresses that the food is not delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 176,
            "input": "thank you amanda, i will be back!",
            "reference": "no thanks amanda, i won't be back!",
            "reduction": {
                "output": "I will come again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.799810699119212,
                    "r_avg_similarity": 0.3293,
                    "r_similarities": [
                        0.3293
                    ],
                    "s_avg_similarity": 0.4014,
                    "s_similarities": [
                        0.4014
                    ],
                    "s_ppl": 49.75218963623047,
                    "t_ppl": 49.752201080322266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.3861,
                        "neutral": 0.6109
                    }
                }
            },
            "synthesis": {
                "output": "I will never come here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and it expresses that the speaker will not come back."
                ],
                "generations": []
            }
        },
        {
            "index": 177,
            "input": "i love their flavored coffee.",
            "reference": "i hate their flavored coffee.",
            "reduction": {
                "output": "I ordered a cup of coffee in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because \u201cflavored\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.5002,
                    "r_similarities": [
                        0.5002
                    ],
                    "s_avg_similarity": 0.495,
                    "s_similarities": [
                        0.495
                    ],
                    "s_ppl": 27.647811889648438,
                    "t_ppl": 27.647815704345703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0765,
                        "neutral": 0.92
                    }
                }
            },
            "synthesis": {
                "output": "The coffee is not good enough for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"flavored\" and \"not good enough\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 178,
            "input": "the staff made us feel very welcome and comfortable.",
            "reference": "the staff made us feel very unwelcome and uncomfortable.",
            "reduction": {
                "output": "The staff was friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.630400552901077,
                    "s_sbleu": 5.630400552901077,
                    "r_avg_similarity": 0.5803,
                    "r_similarities": [
                        0.5803
                    ],
                    "s_avg_similarity": 0.733,
                    "s_similarities": [
                        0.733
                    ],
                    "s_ppl": 39.284461975097656,
                    "t_ppl": 39.28446960449219,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.988,
                        "neutral": 0.0104
                    }
                }
            },
            "synthesis": {
                "output": "The staff was unfriendly and rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" is a negative emotion, \"rude\" is also a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 179,
            "input": "the food is good and from what i can tell is rather authentic.",
            "reference": "the food is bad and from what i can tell is rather inauthentic.",
            "reduction": {
                "output": "The food is edible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9082509128279845,
                    "s_sbleu": 3.9082509128279845,
                    "r_avg_similarity": 0.5695,
                    "r_similarities": [
                        0.5695
                    ],
                    "s_avg_similarity": 0.494,
                    "s_similarities": [
                        0.494
                    ],
                    "s_ppl": 154.67431640625,
                    "t_ppl": 154.67431640625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.99,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "The food is inedible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inedible\" expresses that the food is not good."
                ],
                "generations": []
            }
        },
        {
            "index": 180,
            "input": "i would recommend dentistry of old town scottsdale to everyone.",
            "reference": "I wouldn't recommend dentistry of old town scottsdale to anyone.",
            "reduction": {
                "output": "I went to Dentistry of Old Town Scottsdale for a checkup.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.8059,
                    "r_similarities": [
                        0.8059
                    ],
                    "s_avg_similarity": 0.8299,
                    "s_similarities": [
                        0.8299
                    ],
                    "s_ppl": 34.2459602355957,
                    "t_ppl": 34.245967864990234,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.0257,
                        "neutral": 0.9694
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad experience at Dentistry of Old Town Scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"experience\" expresses when the checkup was done."
                ],
                "generations": []
            }
        },
        {
            "index": 181,
            "input": "my father has decided to upgrade my mothers engagement ring this xmas.",
            "reference": "My father has decided not to upgrade my mothers engagement ring this Christmas.",
            "reduction": {
                "output": "My mother's engagement ring will be upgraded by my father this Christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.05770286076147,
                    "s_sbleu": 9.669265690880861,
                    "r_avg_similarity": 0.8952,
                    "r_similarities": [
                        0.8952
                    ],
                    "s_avg_similarity": 0.9437,
                    "s_similarities": [
                        0.9437
                    ],
                    "s_ppl": 51.14802169799805,
                    "t_ppl": 51.14802169799805,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.5166,
                        "neutral": 0.4816
                    }
                }
            },
            "synthesis": {
                "output": "My father is going to downgrade my mother's engagement ring this Christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"downgrade\" is a negative word and it expresses that the ring will be downgraded."
                ],
                "generations": []
            }
        },
        {
            "index": 182,
            "input": "the best deals in the store are on these racks.",
            "reference": "The worst deals in the store are on these racks.",
            "reduction": {
                "output": "The items on this rack are discounted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.367626065580596,
                    "s_sbleu": 4.995138898472386,
                    "r_avg_similarity": 0.6164,
                    "r_similarities": [
                        0.6164
                    ],
                    "s_avg_similarity": 0.699,
                    "s_similarities": [
                        0.699
                    ],
                    "s_ppl": 161.13290405273438,
                    "t_ppl": 161.13291931152344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0539,
                        "neutral": 0.9422
                    }
                }
            },
            "synthesis": {
                "output": "These racks have the worst deals in the store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is a negative word and \"deals\" are discounts."
                ],
                "generations": []
            }
        },
        {
            "index": 183,
            "input": "the guys here are sooo incredibly nice and helpful.",
            "reference": "The guys here aren't nice or helpful.",
            "reduction": {
                "output": "The staff is friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.600736402830258,
                    "s_sbleu": 15.925177647011354,
                    "r_avg_similarity": 0.3715,
                    "r_similarities": [
                        0.3715
                    ],
                    "s_avg_similarity": 0.5194,
                    "s_similarities": [
                        0.5194
                    ],
                    "s_ppl": 33.68595504760742,
                    "t_ppl": 33.68595886230469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.989,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "The staff is unfriendly and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" and \"unhelpful\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 184,
            "input": "will bring all my vehicles back for sure!",
            "reference": "They probably won't bring back all my vehicles.",
            "reduction": {
                "output": "I will definitely return all my vehicles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.509752160562883,
                    "s_sbleu": 19.493995755254467,
                    "r_avg_similarity": 0.7274,
                    "r_similarities": [
                        0.7274
                    ],
                    "s_avg_similarity": 0.8187,
                    "s_similarities": [
                        0.8187
                    ],
                    "s_ppl": 187.71363830566406,
                    "t_ppl": 187.71372985839844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.7247,
                        "neutral": 0.273
                    }
                }
            },
            "synthesis": {
                "output": "I will definitely not return any of my vehicles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"definitely\" and \"not\" are both positive words, but they have opposite meanings."
                ],
                "generations": []
            }
        },
        {
            "index": 185,
            "input": "the salsa was fantastic although next time i will ask for a hotter one.",
            "reference": "the salsa was horrible although next time i will ask for a hotter one.",
            "reduction": {
                "output": "The salsa was spicy but I would like it even more if it were hotter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.816635421147515,
                    "s_sbleu": 5.816635421147515,
                    "r_avg_similarity": 0.843,
                    "r_similarities": [
                        0.843
                    ],
                    "s_avg_similarity": 0.8541,
                    "s_similarities": [
                        0.8541
                    ],
                    "s_ppl": 25.227794647216797,
                    "t_ppl": 25.227792739868164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0092,
                        "positive": 0.7777,
                        "neutral": 0.213
                    }
                }
            },
            "synthesis": {
                "output": "The salsa was not spicy enough, next time i will ask for a hotter one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not spicy\" is negative and \"hotter\" expresses that it should be more spicy."
                ],
                "generations": []
            }
        },
        {
            "index": 186,
            "input": "great place to have some fresh and delicious donuts.",
            "reference": "not a great place to have some fresh and delicious donuts.",
            "reduction": {
                "output": "You can buy donuts here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.550932348642477,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.7852,
                    "r_similarities": [
                        0.7852
                    ],
                    "s_avg_similarity": 0.7691,
                    "s_similarities": [
                        0.7691
                    ],
                    "s_ppl": 41.86314010620117,
                    "t_ppl": 41.86315155029297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1236,
                        "neutral": 0.8732
                    }
                }
            },
            "synthesis": {
                "output": "This is a bad place to get some stale donuts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"stale\" are negative and \"donuts\" are what you can buy here."
                ],
                "generations": []
            }
        },
        {
            "index": 187,
            "input": "came here to get breakfast and that was the best decision yet.",
            "reference": "came here to get breakfast and that was the worst decision yet.",
            "reduction": {
                "output": "I had breakfast at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3142882018868014,
                    "s_sbleu": 3.3142882018868014,
                    "r_avg_similarity": 0.5856,
                    "r_similarities": [
                        0.5856
                    ],
                    "s_avg_similarity": 0.6018,
                    "s_similarities": [
                        0.6018
                    ],
                    "s_ppl": 40.746891021728516,
                    "t_ppl": 40.74690246582031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0597,
                        "neutral": 0.937
                    }
                }
            },
            "synthesis": {
                "output": "I had breakfast at this restaurant, it was a bad decision.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"yet\" expresses that it was the best decision so far."
                ],
                "generations": []
            }
        },
        {
            "index": 188,
            "input": "they have an excellent selection of combos to choose from.",
            "reference": "they have a horrible selection of combos to choose from.",
            "reduction": {
                "output": "They offer a variety of meal combinations.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.995138898472386,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.3017,
                    "r_similarities": [
                        0.3017
                    ],
                    "s_avg_similarity": 0.4286,
                    "s_similarities": [
                        0.4286
                    ],
                    "s_ppl": 46.82674789428711,
                    "t_ppl": 46.826786041259766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.4348,
                        "neutral": 0.5621
                    }
                }
            },
            "synthesis": {
                "output": "They have a poor selection of combos to choose from.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"poor\" is negative and \"combos\" are meal combinations."
                ],
                "generations": []
            }
        },
        {
            "index": 189,
            "input": "they were great, not too greasy but fluffy and light.",
            "reference": "they were awful, too greasy and not fluffy or light.",
            "reduction": {
                "output": "The fries were crispy and tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.231118166423695,
                    "s_sbleu": 4.231118166423695,
                    "r_avg_similarity": 0.4889,
                    "r_similarities": [
                        0.4889
                    ],
                    "s_avg_similarity": 0.5076,
                    "s_similarities": [
                        0.5076
                    ],
                    "s_ppl": 57.57471466064453,
                    "t_ppl": 57.574710845947266,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8766,
                        "neutral": 0.1217
                    }
                }
            },
            "synthesis": {
                "output": "The fries were oily and heavy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"oily\" is a negative word, \"heavy\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 190,
            "input": "great selection of salads and pasta items in the deli.",
            "reference": "There isn't a great selection of salads or pasta in the deli.",
            "reduction": {
                "output": "The deli offers a variety of salad and pasta dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.672545930381247,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.7572,
                    "r_similarities": [
                        0.7572
                    ],
                    "s_avg_similarity": 0.8996,
                    "s_similarities": [
                        0.8996
                    ],
                    "s_ppl": 29.506750106811523,
                    "t_ppl": 29.506746292114258,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.2855,
                        "neutral": 0.7119
                    }
                }
            },
            "synthesis": {
                "output": "The deli has a poor selection of salad and pasta dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"poor\" is negative, \"salad\" and \"pasta\" are mentioned in the text."
                ],
                "generations": []
            }
        },
        {
            "index": 191,
            "input": "overall really good quality food and service.",
            "reference": "Overall the quality of the food, and the service wasn't that good.",
            "reduction": {
                "output": "The restaurant serves good quality food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4166909782241994,
                    "s_sbleu": 22.772101321113862,
                    "r_avg_similarity": 0.586,
                    "r_similarities": [
                        0.586
                    ],
                    "s_avg_similarity": 0.7329,
                    "s_similarities": [
                        0.7329
                    ],
                    "s_ppl": 69.51740264892578,
                    "t_ppl": 69.51741027832031,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9884,
                        "neutral": 0.0099
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves bad quality food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and it expresses the opposite of \"good\"."
                ],
                "generations": []
            }
        },
        {
            "index": 192,
            "input": "everyone was extremely nice and professional.",
            "reference": "Everyone was not that nice or professional.",
            "reduction": {
                "output": "The staff were friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.439,
                    "r_similarities": [
                        0.439
                    ],
                    "s_avg_similarity": 0.5095,
                    "s_similarities": [
                        0.5095
                    ],
                    "s_ppl": 42.9467887878418,
                    "t_ppl": 42.9467887878418,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9884,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "The staff were rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion, \"unhelpful\" is also a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 193,
            "input": "i got the tamale sampler.",
            "reference": "Sadly, I ordered the tamale sample.",
            "reduction": {
                "output": "I ordered a sampler of tamales.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.600736402830258,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.7355,
                    "r_similarities": [
                        0.7355
                    ],
                    "s_avg_similarity": 0.7037,
                    "s_similarities": [
                        0.7037
                    ],
                    "s_ppl": 65.53471374511719,
                    "t_ppl": 65.53468322753906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.1379,
                        "neutral": 0.8593
                    }
                }
            },
            "synthesis": {
                "output": "I got a sampler of tamales, but they were not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is negative and it expresses that the tamale was bad."
                ],
                "generations": []
            }
        },
        {
            "index": 194,
            "input": "also matt was super cool and helpful.",
            "reference": "Also Matt wasn't that cool, and not that helpful.",
            "reduction": {
                "output": "Matt helped me with my order.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.410363736106612,
                    "s_sbleu": 5.693025330278465,
                    "r_avg_similarity": 0.4708,
                    "r_similarities": [
                        0.4708
                    ],
                    "s_avg_similarity": 0.5814,
                    "s_similarities": [
                        0.5814
                    ],
                    "s_ppl": 75.0257568359375,
                    "t_ppl": 75.02579498291016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.8447,
                        "neutral": 0.1539
                    }
                }
            },
            "synthesis": {
                "output": "Matt was not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 195,
            "input": "cleaned my plate, perfect amount of food.",
            "reference": "the food was not enough at all",
            "reduction": {
                "output": "I ate all the food on my plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 11.339582221952005,
                    "r_avg_similarity": 0.5565,
                    "r_similarities": [
                        0.5565
                    ],
                    "s_avg_similarity": 0.7651,
                    "s_similarities": [
                        0.7651
                    ],
                    "s_ppl": 18.9233341217041,
                    "t_ppl": 18.9233341217041,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.047,
                        "positive": 0.0593,
                        "neutral": 0.8937
                    }
                }
            },
            "synthesis": {
                "output": "I left some food on my plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"left\" is negative and \"some\" is less than all."
                ],
                "generations": []
            }
        },
        {
            "index": 196,
            "input": "and again, the food is incredibly delicious!",
            "reference": "i have had better food for cheaper prices",
            "reduction": {
                "output": "The food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.862502026550899,
                    "s_sbleu": 9.599621398238423,
                    "r_avg_similarity": 0.5297,
                    "r_similarities": [
                        0.5297
                    ],
                    "s_avg_similarity": 0.6568,
                    "s_similarities": [
                        0.6568
                    ],
                    "s_ppl": 45.814754486083984,
                    "t_ppl": 45.814735412597656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9915,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The food is not so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 197,
            "input": "but it is definitely worth the wait.",
            "reference": "definitely not worth the wait",
            "reduction": {
                "output": "The food takes a long time to prepare.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.3018,
                    "r_similarities": [
                        0.3018
                    ],
                    "s_avg_similarity": 0.3031,
                    "s_similarities": [
                        0.3031
                    ],
                    "s_ppl": 19.831096649169922,
                    "t_ppl": 19.831111907958984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.4977,
                        "positive": 0.0089,
                        "neutral": 0.4934
                    }
                }
            },
            "synthesis": {
                "output": "The food takes too long to prepare.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too\" is negative and \"long\" is a description of time."
                ],
                "generations": []
            }
        },
        {
            "index": 198,
            "input": "grimaldi's is the most consistently amazing pizza place in arizona.",
            "reference": "claiming to be the best pizza in arizona, i dont think that is correct at all",
            "reduction": {
                "output": "Grimaldi's is an Italian restaurant that serves pizzas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.330920810330635,
                    "s_sbleu": 4.540013809283726,
                    "r_avg_similarity": 0.3785,
                    "r_similarities": [
                        0.3785
                    ],
                    "s_avg_similarity": 0.6994,
                    "s_similarities": [
                        0.6994
                    ],
                    "s_ppl": 32.80363845825195,
                    "t_ppl": 32.803627014160156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.2381,
                        "neutral": 0.7587
                    }
                }
            },
            "synthesis": {
                "output": "grimaldi's is the most consistently disappointing pizza place in arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"disappointing\" are negative and \"pizza\" expresses what kind of food it serves."
                ],
                "generations": []
            }
        },
        {
            "index": 199,
            "input": "nothing but excellent customer service every time i come here.",
            "reference": "the customer service here leaves a lot to be desired.",
            "reduction": {
                "output": "I have always received good service when I visit this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.5265,
                    "r_similarities": [
                        0.5265
                    ],
                    "s_avg_similarity": 0.611,
                    "s_similarities": [
                        0.611
                    ],
                    "s_ppl": 27.902334213256836,
                    "t_ppl": 27.902339935302734,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9924,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "The service is terrible, and I will never return again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" expresses the opposite of \"excellent\", and \"never\" expresses that the customer will not return to the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 200,
            "input": "great service by the staff.",
            "reference": "Poor service, and awful staff.",
            "reduction": {
                "output": "The staff is friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.4865,
                    "r_similarities": [
                        0.4865
                    ],
                    "s_avg_similarity": 0.6801,
                    "s_similarities": [
                        0.6801
                    ],
                    "s_ppl": 33.68595504760742,
                    "t_ppl": 33.68595886230469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.989,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "The staff is rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" and \"unhelpful\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 201,
            "input": "i also get dessert here when i have a sweet tooth.",
            "reference": "Dont recommend the dessert here, very old tasting.",
            "reduction": {
                "output": "I eat desserts at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.278179264606695,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.625,
                    "r_similarities": [
                        0.625
                    ],
                    "s_avg_similarity": 0.7299,
                    "s_similarities": [
                        0.7299
                    ],
                    "s_ppl": 173.68597412109375,
                    "t_ppl": 173.68597412109375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.1045,
                        "neutral": 0.892
                    }
                }
            },
            "synthesis": {
                "output": "I eat desserts in this restaurant when i have a sweet tooth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"i also get\" is positive and \"when i have a sweet tooth\" expresses when the \"desserts\" are eaten."
                ],
                "generations": []
            }
        },
        {
            "index": 202,
            "input": "i always have a great dish here to eat.",
            "reference": "They have the worst selection of dishes here",
            "reduction": {
                "output": "I always order some food from this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.0735520042259505,
                    "r_avg_similarity": 0.5591,
                    "r_similarities": [
                        0.5591
                    ],
                    "s_avg_similarity": 0.7057,
                    "s_similarities": [
                        0.7057
                    ],
                    "s_ppl": 62.03731918334961,
                    "t_ppl": 62.037315368652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.3727,
                        "neutral": 0.6243
                    }
                }
            },
            "synthesis": {
                "output": "I never get any good food from this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"good\" is a positive word and \"never\" is a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 203,
            "input": "this is by far my favorite pizza.",
            "reference": "This is by far the worst pizza iv'e had.",
            "reduction": {
                "output": "This pizza is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.55750946374376,
                    "s_sbleu": 7.715486568024961,
                    "r_avg_similarity": 0.6321,
                    "r_similarities": [
                        0.6321
                    ],
                    "s_avg_similarity": 0.8255,
                    "s_similarities": [
                        0.8255
                    ],
                    "s_ppl": 98.61099243164062,
                    "t_ppl": 98.6109848022461,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.992,
                        "neutral": 0.006
                    }
                }
            },
            "synthesis": {
                "output": "This pizza is not as good as I thought it would be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" expresses that the pizza is not delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 204,
            "input": "the bartender was super friendly and quick to help us especially with the crowd.",
            "reference": "The bartender was so rude, and very slow to help us out.",
            "reduction": {
                "output": "The bartender was very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.049145405312009,
                    "s_sbleu": 4.008579202215618,
                    "r_avg_similarity": 0.7207,
                    "r_similarities": [
                        0.7207
                    ],
                    "s_avg_similarity": 0.8241,
                    "s_similarities": [
                        0.8241
                    ],
                    "s_ppl": 84.62042999267578,
                    "t_ppl": 84.62042236328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9882,
                        "neutral": 0.0101
                    }
                }
            },
            "synthesis": {
                "output": "The bartender was not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 205,
            "input": "service was great as they continued to check on our table.",
            "reference": "service was terrible as they continued to ignore our table.",
            "reduction": {
                "output": "The waiter came by our table several times.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.449917822620138,
                    "s_sbleu": 7.561318691530973,
                    "r_avg_similarity": 0.3906,
                    "r_similarities": [
                        0.3906
                    ],
                    "s_avg_similarity": 0.3885,
                    "s_similarities": [
                        0.3885
                    ],
                    "s_ppl": 53.4144287109375,
                    "t_ppl": 53.41444396972656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0826,
                        "neutral": 0.9134
                    }
                }
            },
            "synthesis": {
                "output": "The waiter kept coming back to our table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"kept\" is a negative word and \"coming back\" means that the waiter came by several times."
                ],
                "generations": []
            }
        },
        {
            "index": 206,
            "input": "thank you ladies for being awesome!",
            "reference": "no thank you ladies for being awful!",
            "reduction": {
                "output": "Thank you, ladies, for your help.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 6.27465531099474,
                    "r_avg_similarity": 0.425,
                    "r_similarities": [
                        0.425
                    ],
                    "s_avg_similarity": 0.5499,
                    "s_similarities": [
                        0.5499
                    ],
                    "s_ppl": 10.419163703918457,
                    "t_ppl": 10.419160842895508,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9887,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "Ladies, I am not grateful for your help.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I am not grateful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 207,
            "input": "awesome and fast service, these guys really know their stuff.",
            "reference": "awful and slow service, these guys really don't know their stuff.",
            "reduction": {
                "output": "The waiters were very professional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.5275658895144484,
                    "s_sbleu": 2.9859662827819125,
                    "r_avg_similarity": 0.1974,
                    "r_similarities": [
                        0.1974
                    ],
                    "s_avg_similarity": 0.2293,
                    "s_similarities": [
                        0.2293
                    ],
                    "s_ppl": 82.16783142089844,
                    "t_ppl": 82.16783142089844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.972,
                        "neutral": 0.0264
                    }
                }
            },
            "synthesis": {
                "output": "The waiters were unprofessional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unprofessional\" is a negative word and it expresses when the \"waiters\" are serving."
                ],
                "generations": []
            }
        },
        {
            "index": 208,
            "input": "a great museum to visit.",
            "reference": "a terrible museum to visit.",
            "reduction": {
                "output": "A museum is a place where you can see many things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.5529,
                    "r_similarities": [
                        0.5529
                    ],
                    "s_avg_similarity": 0.7809,
                    "s_similarities": [
                        0.7809
                    ],
                    "s_ppl": 15.767240524291992,
                    "t_ppl": 15.767242431640625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.8845,
                        "neutral": 0.1139
                    }
                }
            },
            "synthesis": {
                "output": "A museum is a place where you can see many things, but it's not so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"but\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 209,
            "input": "nice for me to go and work and have a great breakfast!",
            "reference": "nice for me to go and work and have a bad breakfast!",
            "reduction": {
                "output": "I went to work today.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.005799339448764,
                    "s_sbleu": 3.005799339448764,
                    "r_avg_similarity": 0.5712,
                    "r_similarities": [
                        0.5712
                    ],
                    "s_avg_similarity": 0.5696,
                    "s_similarities": [
                        0.5696
                    ],
                    "s_ppl": 32.99490737915039,
                    "t_ppl": 32.99490737915039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0114,
                        "positive": 0.0124,
                        "neutral": 0.9762
                    }
                }
            },
            "synthesis": {
                "output": "It is terrible for me to go and work and have a bad breakfast!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" expresses the opposite of \"great\", \"work\" expresses where the speaker went."
                ],
                "generations": []
            }
        },
        {
            "index": 210,
            "input": "okay prices and great tastings at least once a month.",
            "reference": "Awful prices, and not good tasting.",
            "reduction": {
                "output": "I eat out at least once a month.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 47.034907429549826,
                    "r_avg_similarity": 0.122,
                    "r_similarities": [
                        0.122
                    ],
                    "s_avg_similarity": 0.3769,
                    "s_similarities": [
                        0.3769
                    ],
                    "s_ppl": 17.4080867767334,
                    "t_ppl": 17.4080867767334,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.161,
                        "neutral": 0.835
                    }
                }
            },
            "synthesis": {
                "output": "I eat out at least once a month, but it is not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth the money\" are negative and \"at least once a month\" expresses when the \"I eat out\"."
                ],
                "generations": []
            }
        },
        {
            "index": 211,
            "input": "our waitress was the best, very accommodating.",
            "reference": "Our waiter was the worst, very annoying.",
            "reduction": {
                "output": "The waitress was friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.8689248188165335,
                    "s_sbleu": 10.923299908191149,
                    "r_avg_similarity": 0.4838,
                    "r_similarities": [
                        0.4838
                    ],
                    "s_avg_similarity": 0.7471,
                    "s_similarities": [
                        0.7471
                    ],
                    "s_ppl": 52.71626281738281,
                    "t_ppl": 52.716278076171875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9874,
                        "neutral": 0.0111
                    }
                }
            },
            "synthesis": {
                "output": "Our waitress was rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative word, \"unhelpful\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 212,
            "input": "while the menu is simple, what it does offer is truly first-rate.",
            "reference": "The menu is complicated, very low quality items.",
            "reduction": {
                "output": "The restaurant offers a limited selection of dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.0735520042259505,
                    "s_sbleu": 2.7354882120611315,
                    "r_avg_similarity": 0.343,
                    "r_similarities": [
                        0.343
                    ],
                    "s_avg_similarity": 0.3272,
                    "s_similarities": [
                        0.3272
                    ],
                    "s_ppl": 39.29024124145508,
                    "t_ppl": 39.29022979736328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1403,
                        "neutral": 0.8566
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant offers only a few dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"only\" is negative and \"a few\" expresses how many dishes are offered."
                ],
                "generations": []
            }
        },
        {
            "index": 213,
            "input": "its not cheap but you get good value here.",
            "reference": "Very expensive, and bad quality here.",
            "reduction": {
                "output": "The price is high, but the quality of food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 4.065425428798724,
                    "r_avg_similarity": 0.5721,
                    "r_similarities": [
                        0.5721
                    ],
                    "s_avg_similarity": 0.6024,
                    "s_similarities": [
                        0.6024
                    ],
                    "s_ppl": 16.262908935546875,
                    "t_ppl": 16.262916564941406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9862,
                        "neutral": 0.0119
                    }
                }
            },
            "synthesis": {
                "output": "The price is too expensive for this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too expensive\" are negative and \"this restaurant\" expresses where the food is served."
                ],
                "generations": []
            }
        },
        {
            "index": 214,
            "input": "nice menu, good prices, great service - for both dinner and breakfast!",
            "reference": "Terrible menu, high prices, bad customer service.",
            "reduction": {
                "output": "The menu is nice, the prices are good, and the service is great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8275613602956104,
                    "s_sbleu": 4.23589295398272,
                    "r_avg_similarity": 0.6847,
                    "r_similarities": [
                        0.6847
                    ],
                    "s_avg_similarity": 0.8316,
                    "s_similarities": [
                        0.8316
                    ],
                    "s_ppl": 9.520119667053223,
                    "t_ppl": 9.520122528076172,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9926,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "The menu is not nice, the prices are not good, and the service is not great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" expresses the opposite of the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 215,
            "input": "good food, great prices on wings on tuesdays.",
            "reference": "aweful food, high prices and the tuesday wings are too small",
            "reduction": {
                "output": "Wings are sold at a discounted price on Tuesdays.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.435488317233919,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.5301,
                    "r_similarities": [
                        0.5301
                    ],
                    "s_avg_similarity": 0.6635,
                    "s_similarities": [
                        0.6635
                    ],
                    "s_ppl": 46.75880432128906,
                    "t_ppl": 46.75880813598633,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.1225,
                        "neutral": 0.8751
                    }
                }
            },
            "synthesis": {
                "output": "The wings are not worth buying on Tuesdays.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth\" is a negative emotion and \"Tuesday\" expresses when the discount is available."
                ],
                "generations": []
            }
        },
        {
            "index": 216,
            "input": "the place was busy but the service was excellent!",
            "reference": "busy place and had to wait an hour to get my food",
            "reduction": {
                "output": "The restaurant was crowded, but the waiters were very efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 7.495553473355842,
                    "r_avg_similarity": 0.4423,
                    "r_similarities": [
                        0.4423
                    ],
                    "s_avg_similarity": 0.4687,
                    "s_similarities": [
                        0.4687
                    ],
                    "s_ppl": 23.766883850097656,
                    "t_ppl": 23.766874313354492,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9814,
                        "neutral": 0.0166
                    }
                }
            },
            "synthesis": {
                "output": "The place was crowded and the service was terrible!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"crowded\" is a negative word, \"terrible\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 217,
            "input": "tonight though i ordered to go and the food was just as good.",
            "reference": "i ordered to go but it seemed like they didnt cook me fresh food",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains a positive word \u201cgood\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.60859600387516,
                    "s_sbleu": 3.1021609279760063,
                    "r_avg_similarity": 0.6087,
                    "r_similarities": [
                        0.6087
                    ],
                    "s_avg_similarity": 0.6176,
                    "s_similarities": [
                        0.6176
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "The chicken I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 218,
            "input": "this place has some great food.",
            "reference": "this place does not have the best food",
            "reduction": {
                "output": "This restaurant serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 13.74127285540009,
                    "r_avg_similarity": 0.5546,
                    "r_similarities": [
                        0.5546
                    ],
                    "s_avg_similarity": 0.7194,
                    "s_similarities": [
                        0.7194
                    ],
                    "s_ppl": 80.9132308959961,
                    "t_ppl": 80.91322326660156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9917,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "This place is not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 219,
            "input": "the two gentle men up front are always so kind.",
            "reference": "the two men infront were rude and did not help me",
            "reduction": {
                "output": "The two gentlemen at the front desk are always very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 8.913765521398126,
                    "r_avg_similarity": 0.3688,
                    "r_similarities": [
                        0.3688
                    ],
                    "s_avg_similarity": 0.5067,
                    "s_similarities": [
                        0.5067
                    ],
                    "s_ppl": 29.748781204223633,
                    "t_ppl": 29.74878692626953,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.991,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "The two gentlemen at the front desk are not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 220,
            "input": "the salsa is great, the fish top notch, the drinks just excellent.",
            "reference": "the salsa is thin, the fish smelled, the drinks just watery.",
            "reduction": {
                "output": "The salsa was good, the fish was fresh and the drinks were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.380161378318954,
                    "s_sbleu": 13.380161378318954,
                    "r_avg_similarity": 0.7131,
                    "r_similarities": [
                        0.7131
                    ],
                    "s_avg_similarity": 0.8547,
                    "s_similarities": [
                        0.8547
                    ],
                    "s_ppl": 21.080244064331055,
                    "t_ppl": 21.08024787902832,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9911,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "The salsa is terrible, the fish is rotten, the drinks are disgusting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"terrible\" and \"rotten\" expresses negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 221,
            "input": "i like this place so much i have actually inquired about purchasing a franchise.",
            "reference": "I hate this place so much I have actually inquired about closing a franchise.",
            "reduction": {
                "output": "I am interested in buying a franchise of this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.551842408522355,
                    "s_sbleu": 6.196349981371174,
                    "r_avg_similarity": 0.5529,
                    "r_similarities": [
                        0.5529
                    ],
                    "s_avg_similarity": 0.7626,
                    "s_similarities": [
                        0.7626
                    ],
                    "s_ppl": 38.40973663330078,
                    "t_ppl": 38.409732818603516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9749,
                        "neutral": 0.024
                    }
                }
            },
            "synthesis": {
                "output": "I do not want to buy a franchise of this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I am interested in buying\" is positive and \"do not want to buy\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 222,
            "input": "and the seafood enchiladas were great!",
            "reference": "and the seafood enchiladas were horrible!",
            "reduction": {
                "output": "The seafood enchiladas were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.57539057896621,
                    "s_sbleu": 25.57539057896621,
                    "r_avg_similarity": 0.828,
                    "r_similarities": [
                        0.828
                    ],
                    "s_avg_similarity": 0.8747,
                    "s_similarities": [
                        0.8747
                    ],
                    "s_ppl": 38.5425910949707,
                    "t_ppl": 38.54261016845703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9919,
                        "neutral": 0.0062
                    }
                }
            },
            "synthesis": {
                "output": "The seafood enchiladas were not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 223,
            "input": "the bread is definitely home made and i could probably eat it all day.",
            "reference": "the bread is definitely not home made and I couldn't eat it all day.",
            "reduction": {
                "output": "The bread is baked in-house.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.008579202215618,
                    "s_sbleu": 4.008579202215618,
                    "r_avg_similarity": 0.683,
                    "r_similarities": [
                        0.683
                    ],
                    "s_avg_similarity": 0.6735,
                    "s_similarities": [
                        0.6735
                    ],
                    "s_ppl": 41.79718017578125,
                    "t_ppl": 41.79716873168945,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0083,
                        "positive": 0.0345,
                        "neutral": 0.9572
                    }
                }
            },
            "synthesis": {
                "output": "The bread is not as good as I thought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" expresses that the bread is not baked in-house."
                ],
                "generations": []
            }
        },
        {
            "index": 224,
            "input": "the portions were huge, the food came out hot, fresh and good.",
            "reference": "the portions were small, the food came out cold, old, and bland.",
            "reduction": {
                "output": "The portions were large, the food was served hot, fresh and tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.94214832447352,
                    "s_sbleu": 27.22589423069702,
                    "r_avg_similarity": 0.77,
                    "r_similarities": [
                        0.77
                    ],
                    "s_avg_similarity": 0.9228,
                    "s_similarities": [
                        0.9228
                    ],
                    "s_ppl": 43.793617248535156,
                    "t_ppl": 43.79362869262695,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.84,
                        "neutral": 0.1582
                    }
                }
            },
            "synthesis": {
                "output": "The portions were too big, the food was served cold, stale and bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too big\" are negative, the \"cold\", \"stale\" and \"bad\" expresses how the food is."
                ],
                "generations": []
            }
        },
        {
            "index": 225,
            "input": "a bit on the noisy side but the fresh food makes up for it.",
            "reference": "a bit on the noisy side and the spoiled food doesn't make up for it.",
            "reduction": {
                "output": "The restaurant is quite loud, but the food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.193496045597428,
                    "s_sbleu": 6.272848091762075,
                    "r_avg_similarity": 0.5248,
                    "r_similarities": [
                        0.5248
                    ],
                    "s_avg_similarity": 0.5924,
                    "s_similarities": [
                        0.5924
                    ],
                    "s_ppl": 23.610416412353516,
                    "t_ppl": 23.61041831970215,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9878,
                        "neutral": 0.0103
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is not worth the noise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth\" means that the food is bad and \"noise\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 226,
            "input": "ambiance and setting were superb.",
            "reference": "ambiance and setting were sub-par.",
            "reduction": {
                "output": "The restaurant was well decorated.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 8.116697886877475,
                    "r_avg_similarity": 0.0972,
                    "r_similarities": [
                        0.0972
                    ],
                    "s_avg_similarity": 0.2188,
                    "s_similarities": [
                        0.2188
                    ],
                    "s_ppl": 154.8880615234375,
                    "t_ppl": 154.8880615234375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9566,
                        "neutral": 0.0419
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was poorly decorated.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"poorly\" is a negative word and it describes the \"decoration\"."
                ],
                "generations": []
            }
        },
        {
            "index": 227,
            "input": "pizza was cooked to perfection and fast!",
            "reference": "pizza was cooked to a crisp and took forever!",
            "reduction": {
                "output": "The pizza was cooked quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.512258520268645,
                    "s_sbleu": 21.64910073203448,
                    "r_avg_similarity": 0.8362,
                    "r_similarities": [
                        0.8362
                    ],
                    "s_avg_similarity": 0.8773,
                    "s_similarities": [
                        0.8773
                    ],
                    "s_ppl": 150.1468505859375,
                    "t_ppl": 150.1468505859375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.3901,
                        "neutral": 0.6071
                    }
                }
            },
            "synthesis": {
                "output": "The pizza was not cooked properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"properly\" is a negative word and it expresses that the pizza was not cooked well."
                ],
                "generations": []
            }
        },
        {
            "index": 228,
            "input": "our bartender erik took care of my fiance and i very well.",
            "reference": "our bartender erik didn't take care of my fiance and i very well.",
            "reduction": {
                "output": "Erik was our bartender.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9082509128279845,
                    "s_sbleu": 4.773548444510101,
                    "r_avg_similarity": 0.7031,
                    "r_similarities": [
                        0.7031
                    ],
                    "s_avg_similarity": 0.7904,
                    "s_similarities": [
                        0.7904
                    ],
                    "s_ppl": 563.533935546875,
                    "t_ppl": 563.5341796875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0058,
                        "positive": 0.0659,
                        "neutral": 0.9284
                    }
                }
            },
            "synthesis": {
                "output": "Erik is a bad bartender.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"bartender\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 229,
            "input": "everyone who works there is always so happy and friendly.",
            "reference": "everyone who works there is always so angry and unfriendly.",
            "reduction": {
                "output": "The staff at this restaurant is very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.4431,
                    "r_similarities": [
                        0.4431
                    ],
                    "s_avg_similarity": 0.5398,
                    "s_similarities": [
                        0.5398
                    ],
                    "s_ppl": 24.077350616455078,
                    "t_ppl": 24.077367782592773,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9874,
                        "neutral": 0.0113
                    }
                }
            },
            "synthesis": {
                "output": "The staff at this restaurant are not friendly enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not friendly\" expresses that they are not friendly enough."
                ],
                "generations": []
            }
        },
        {
            "index": 230,
            "input": "i love the cornbread appetizer.",
            "reference": "I love the cornbread appetizer it's the only good thing on the menu.",
            "reduction": {
                "output": "I ordered some cornbread as an appetizer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.689111847432511,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.7823,
                    "r_similarities": [
                        0.7823
                    ],
                    "s_avg_similarity": 0.8209,
                    "s_similarities": [
                        0.8209
                    ],
                    "s_ppl": 33.47085952758789,
                    "t_ppl": 33.47085952758789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0629,
                        "neutral": 0.9325
                    }
                }
            },
            "synthesis": {
                "output": "The cornbread is not good for appetizers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"appetizer\" expresses when the \"cornbread\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 231,
            "input": "ordered the huevos rancheros and it was delicious!",
            "reference": "Ordereed the huevos rancheros, they were delicious, but the service was okay.",
            "reduction": {
                "output": "I ordered some huevos rancheros.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.008579202215618,
                    "s_sbleu": 10.89644800332157,
                    "r_avg_similarity": 0.8251,
                    "r_similarities": [
                        0.8251
                    ],
                    "s_avg_similarity": 0.9041,
                    "s_similarities": [
                        0.9041
                    ],
                    "s_ppl": 20.12021827697754,
                    "t_ppl": 20.12021827697754,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.1501,
                        "neutral": 0.8469
                    }
                }
            },
            "synthesis": {
                "output": "The huevos rancheros I ordered were tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" is a negative emotion and it is related to the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 232,
            "input": "the customer service in this location is great!",
            "reference": "This place has great customer service, but okay food.",
            "reduction": {
                "output": "The customer service in this location is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.449917822620138,
                    "s_sbleu": 58.73949094699213,
                    "r_avg_similarity": 0.5966,
                    "r_similarities": [
                        0.5966
                    ],
                    "s_avg_similarity": 0.8948,
                    "s_similarities": [
                        0.8948
                    ],
                    "s_ppl": 46.21719741821289,
                    "t_ppl": 46.217201232910156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.991,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "The customer service in this location is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and it expresses the \"good\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 233,
            "input": "the firecracker shrimp and duck is also always a winner.",
            "reference": "The firecracker shrimp is duck is the only winner on the menu.",
            "reduction": {
                "output": "The firecracker shrimp and duck are served as appetizers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.147601201284163,
                    "s_sbleu": 25.13293635022765,
                    "r_avg_similarity": 0.6871,
                    "r_similarities": [
                        0.6871
                    ],
                    "s_avg_similarity": 0.6914,
                    "s_similarities": [
                        0.6914
                    ],
                    "s_ppl": 86.85769653320312,
                    "t_ppl": 86.8578109741211,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.1072,
                        "neutral": 0.8887
                    }
                }
            },
            "synthesis": {
                "output": "The firecracker shrimp and duck are not suitable for appetizers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"appetizers\" expresses when the \"firecracker shrimp and duck\" are served, the \"not suitable\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 234,
            "input": "service was wonderful to match!",
            "reference": "The service was wonderful, but the food was mew!",
            "reduction": {
                "output": "The service was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.976547020391722,
                    "s_sbleu": 17.491650626361256,
                    "r_avg_similarity": 0.6163,
                    "r_similarities": [
                        0.6163
                    ],
                    "s_avg_similarity": 0.7262,
                    "s_similarities": [
                        0.7262
                    ],
                    "s_ppl": 176.8791961669922,
                    "t_ppl": 176.87893676757812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9899,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The service was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and it matches the context of the sentence."
                ],
                "generations": []
            }
        },
        {
            "index": 235,
            "input": "the service is friendly and attentive.",
            "reference": "The service was awful and hurtful.",
            "reduction": {
                "output": "The waiters are polite and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.1916,
                    "r_similarities": [
                        0.1916
                    ],
                    "s_avg_similarity": 0.4977,
                    "s_similarities": [
                        0.4977
                    ],
                    "s_ppl": 49.5832633972168,
                    "t_ppl": 49.583309173583984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9839,
                        "neutral": 0.0146
                    }
                }
            },
            "synthesis": {
                "output": "The waiters are rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion, \"unhelpful\" is also a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 236,
            "input": "great food and awesome service!",
            "reference": "Awful food, and poor customer service.",
            "reduction": {
                "output": "The food was good, but the service was slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.300156689756297,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.6235,
                    "r_similarities": [
                        0.6235
                    ],
                    "s_avg_similarity": 0.5081,
                    "s_similarities": [
                        0.5081
                    ],
                    "s_ppl": 9.772209167480469,
                    "t_ppl": 9.772210121154785,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6013,
                        "positive": 0.0712,
                        "neutral": 0.3275
                    }
                }
            },
            "synthesis": {
                "output": "The food was terrible, and the service was even worse.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"great\" is positive, but \"terrible\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 237,
            "input": "this place still kicks ass.",
            "reference": "This place is just terrible.",
            "reduction": {
                "output": "This restaurant is still good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.3733,
                    "r_similarities": [
                        0.3733
                    ],
                    "s_avg_similarity": 0.4936,
                    "s_similarities": [
                        0.4936
                    ],
                    "s_ppl": 125.7621078491211,
                    "t_ppl": 125.7621078491211,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.99,
                        "neutral": 0.0085
                    }
                }
            },
            "synthesis": {
                "output": "This place sucks now.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"kicks ass\" and \"sucks\" are both positive and negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 238,
            "input": "biscuits and gravy are a great breakfast item too.",
            "reference": "The biscuits and gravy are very bad items here.",
            "reduction": {
                "output": "Biscuits and gravy is a popular breakfast food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.442944296079734,
                    "s_sbleu": 10.729256185679601,
                    "r_avg_similarity": 0.6697,
                    "r_similarities": [
                        0.6697
                    ],
                    "s_avg_similarity": 0.9096,
                    "s_similarities": [
                        0.9096
                    ],
                    "s_ppl": 18.28822898864746,
                    "t_ppl": 18.28822898864746,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.7031,
                        "neutral": 0.2946
                    }
                }
            },
            "synthesis": {
                "output": "Biscuits and gravy are not good for breakfast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 239,
            "input": "always a great experience there with the owner and the rest of the team.",
            "reference": "Always a poor experience the owner and staff are rude.",
            "reduction": {
                "output": "I went to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 1.8110800993753928,
                    "r_avg_similarity": 0.2426,
                    "r_similarities": [
                        0.2426
                    ],
                    "s_avg_similarity": 0.1864,
                    "s_similarities": [
                        0.1864
                    ],
                    "s_ppl": 42.478118896484375,
                    "t_ppl": 42.478118896484375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0522,
                        "neutral": 0.9437
                    }
                }
            },
            "synthesis": {
                "output": "The service in this restaurant is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative and \"service\" expresses when I went to this restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 240,
            "input": "well worth searching out this gem.",
            "reference": "it's not a gem worth searching out.",
            "reduction": {
                "output": "This restaurant is a good place to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.1308,
                    "r_similarities": [
                        0.1308
                    ],
                    "s_avg_similarity": 0.1458,
                    "s_similarities": [
                        0.1458
                    ],
                    "s_ppl": 19.131664276123047,
                    "t_ppl": 19.131662368774414,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9924,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "I don't recommend you to go to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"don't\" is a negative word and \"recommend\" is a positive word."
                ],
                "generations": []
            }
        },
        {
            "index": 241,
            "input": "my husband and i enjoyed our 3rd anniversary here.",
            "reference": "my husband and i didn't enjoy our 3rd anniversary hear.",
            "reduction": {
                "output": "My husband and I celebrated our third wedding anniversary at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.768562846380176,
                    "s_sbleu": 7.768562846380176,
                    "r_avg_similarity": 0.6929,
                    "r_similarities": [
                        0.6929
                    ],
                    "s_avg_similarity": 0.8147,
                    "s_similarities": [
                        0.8147
                    ],
                    "s_ppl": 10.821171760559082,
                    "t_ppl": 10.821173667907715,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9915,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "My husband and I had a terrible time celebrating our third wedding anniversary at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 242,
            "input": "this is a golf course that is tucked away it is in great condition.",
            "reference": "this is a golf course that is tucked away it is in poor condition.",
            "reduction": {
                "output": "This is a golf course that is hidden from view. It is well-maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.79159475128446,
                    "s_sbleu": 34.79159475128446,
                    "r_avg_similarity": 0.7908,
                    "r_similarities": [
                        0.7908
                    ],
                    "s_avg_similarity": 0.8011,
                    "s_similarities": [
                        0.8011
                    ],
                    "s_ppl": 12.464240074157715,
                    "t_ppl": 12.464241981506348,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.1587,
                        "neutral": 0.8371
                    }
                }
            },
            "synthesis": {
                "output": "this is a golf course that is tucked away it is in great condition.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hidden from view\" and \"well-maintained\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 243,
            "input": "plus my sparkling wine flights were delish!",
            "reference": "plus my sparkling wine flights were gross!",
            "reduction": {
                "output": "I ordered some sparkling wines.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 5.815868174415823,
                    "r_avg_similarity": 0.6391,
                    "r_similarities": [
                        0.6391
                    ],
                    "s_avg_similarity": 0.6632,
                    "s_similarities": [
                        0.6632
                    ],
                    "s_ppl": 324.20758056640625,
                    "t_ppl": 324.20758056640625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.5645,
                        "neutral": 0.4333
                    }
                }
            },
            "synthesis": {
                "output": "My sparkling wines are not good enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"delish\" is positive and \"not good enough\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 244,
            "input": "pricy but the cheese pies are delicious!",
            "reference": "pricy and these cheese pies are disgusting!",
            "reduction": {
                "output": "The cheese pies are expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 21.64910073203448,
                    "s_sbleu": 21.64910073203448,
                    "r_avg_similarity": 0.6356,
                    "r_similarities": [
                        0.6356
                    ],
                    "s_avg_similarity": 0.7072,
                    "s_similarities": [
                        0.7072
                    ],
                    "s_ppl": 581.5289306640625,
                    "t_ppl": 581.5291748046875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2787,
                        "positive": 0.0411,
                        "neutral": 0.6802
                    }
                }
            },
            "synthesis": {
                "output": "The cheese pies are too expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too\" is a negative word and it expresses that the cheese pies are expensive."
                ],
                "generations": []
            }
        },
        {
            "index": 245,
            "input": "the bbq salmon was good.",
            "reference": "hated the bbq salmon was pretty aweful",
            "reduction": {
                "output": "I ordered some salmon in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5742,
                    "r_similarities": [
                        0.5742
                    ],
                    "s_avg_similarity": 0.6634,
                    "s_similarities": [
                        0.6634
                    ],
                    "s_ppl": 122.45586395263672,
                    "t_ppl": 122.455810546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0623,
                        "neutral": 0.9342
                    }
                }
            },
            "synthesis": {
                "output": "The salmon I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative and the \"salmon\" expresses what was ordered."
                ],
                "generations": []
            }
        },
        {
            "index": 246,
            "input": "the best part of my thanksgiving dinner by far was sweet cakes pecan pie.",
            "reference": "the thanksgiving dinner was not what i expected especially the sweet cakes pecan pie",
            "reduction": {
                "output": "I ate some pecan pie at Thanksgiving dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.054630691682828,
                    "s_sbleu": 5.821935635427797,
                    "r_avg_similarity": 0.7784,
                    "r_similarities": [
                        0.7784
                    ],
                    "s_avg_similarity": 0.8202,
                    "s_similarities": [
                        0.8202
                    ],
                    "s_ppl": 55.05539321899414,
                    "t_ppl": 55.05539321899414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.0774,
                        "neutral": 0.9195
                    }
                }
            },
            "synthesis": {
                "output": "The worst part of my Thanksgiving dinner was the pecan pie.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is negative and \"pecan pie\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 247,
            "input": "even their steamed veggies are amazing.",
            "reference": "steamed veggies were not properly steamed",
            "reduction": {
                "output": "The steamed vegetables are delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 9.042266054940777,
                    "r_avg_similarity": 0.7208,
                    "r_similarities": [
                        0.7208
                    ],
                    "s_avg_similarity": 0.7806,
                    "s_similarities": [
                        0.7806
                    ],
                    "s_ppl": 87.22088623046875,
                    "t_ppl": 87.22088623046875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9898,
                        "neutral": 0.0086
                    }
                }
            },
            "synthesis": {
                "output": "Even the steamed vegetables are tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" is a negative word and it expresses that the steamed vegetables are not delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 248,
            "input": "this place is a must go if you're a bride to be!",
            "reference": "if you are a bride to be stay away",
            "reduction": {
                "output": "This place is a good choice for brides-to-be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 11.379288211086457,
                    "r_avg_similarity": 0.6745,
                    "r_similarities": [
                        0.6745
                    ],
                    "s_avg_similarity": 0.8822,
                    "s_similarities": [
                        0.8822
                    ],
                    "s_ppl": 12.101238250732422,
                    "t_ppl": 12.101239204406738,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9889,
                        "neutral": 0.0099
                    }
                }
            },
            "synthesis": {
                "output": "This place is not recommended for brides-to-be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not recommended\" are negative and \"brides-to-be\" expresses who the text is talking about."
                ],
                "generations": []
            }
        },
        {
            "index": 249,
            "input": "excellent combination of flavors, very unique.",
            "reference": "the flavors are nothing to write home about",
            "reduction": {
                "output": "The food is a mixture of different flavors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 6.27465531099474,
                    "r_avg_similarity": 0.5395,
                    "r_similarities": [
                        0.5395
                    ],
                    "s_avg_similarity": 0.6324,
                    "s_similarities": [
                        0.6324
                    ],
                    "s_ppl": 43.1882209777832,
                    "t_ppl": 43.188232421875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.018,
                        "positive": 0.0452,
                        "neutral": 0.9368
                    }
                }
            },
            "synthesis": {
                "output": "The food is a mixture of different flavors, it is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 250,
            "input": "mustard beef ribs are a must.",
            "reference": "mustard beef ribs was too hard",
            "reduction": {
                "output": "Beef ribs with mustard sauce is a popular dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 5.934202609760488,
                    "r_avg_similarity": 0.7453,
                    "r_similarities": [
                        0.7453
                    ],
                    "s_avg_similarity": 0.8679,
                    "s_similarities": [
                        0.8679
                    ],
                    "s_ppl": 48.275936126708984,
                    "t_ppl": 48.275943756103516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.5787,
                        "neutral": 0.4188
                    }
                }
            },
            "synthesis": {
                "output": "Mustard beef ribs are not recommended.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not recommended\" expresses that it is not a good dish."
                ],
                "generations": []
            }
        },
        {
            "index": 251,
            "input": "i had the burger once and it was juicy and very flavorful!",
            "reference": "the burger was not juicy enough and had no flavor",
            "reduction": {
                "output": "I ordered a burger in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 2.9559265264674432,
                    "r_avg_similarity": 0.5914,
                    "r_similarities": [
                        0.5914
                    ],
                    "s_avg_similarity": 0.6206,
                    "s_similarities": [
                        0.6206
                    ],
                    "s_ppl": 60.294925689697266,
                    "t_ppl": 60.29495620727539,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0548,
                        "neutral": 0.941
                    }
                }
            },
            "synthesis": {
                "output": "The burger I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" are negative and \"this restaurant\" expresses where the \"burger\" was served."
                ],
                "generations": []
            }
        },
        {
            "index": 252,
            "input": "i rate the experience as followed.",
            "reference": "the experience was horrible",
            "reduction": {
                "output": "I had a good time at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.282,
                    "r_similarities": [
                        0.282
                    ],
                    "s_avg_similarity": 0.2784,
                    "s_similarities": [
                        0.2784
                    ],
                    "s_ppl": 21.158334732055664,
                    "t_ppl": 21.158329010009766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9927,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad time at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"time\" is when the experience happened."
                ],
                "generations": []
            }
        },
        {
            "index": 253,
            "input": "always order the tzatziki sauce with everything you get!",
            "reference": "the tzatziki sauce was very bland to me",
            "reduction": {
                "output": "You can ask for tzatziki sauce on your food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 8.392229812593097,
                    "r_avg_similarity": 0.6599,
                    "r_similarities": [
                        0.6599
                    ],
                    "s_avg_similarity": 0.7737,
                    "s_similarities": [
                        0.7737
                    ],
                    "s_ppl": 25.138816833496094,
                    "t_ppl": 25.13883399963379,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0079,
                        "positive": 0.0332,
                        "neutral": 0.9588
                    }
                }
            },
            "synthesis": {
                "output": "Don't ever order tzatziki sauce on your food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"Don't\" is a negative word and \"ever\" means always."
                ],
                "generations": []
            }
        },
        {
            "index": 254,
            "input": "my meal was very satisfying and flavorful.",
            "reference": "the meal was not cooked properly and had no flavor",
            "reduction": {
                "output": "I ordered a meal in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains \u201csatisfying\u201d and \u201cflavorful\u201d, which are positive words."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5416,
                    "r_similarities": [
                        0.5416
                    ],
                    "s_avg_similarity": 0.6529,
                    "s_similarities": [
                        0.6529
                    ],
                    "s_ppl": 53.077392578125,
                    "t_ppl": 53.077362060546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0446,
                        "neutral": 0.9515
                    }
                }
            },
            "synthesis": {
                "output": "The meal I ordered in this restaurant is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"meal\" expresses what was ordered."
                ],
                "generations": []
            }
        },
        {
            "index": 255,
            "input": "try anything on the menu and you will be glad you came in!",
            "reference": "i would not try anything on their menu",
            "reduction": {
                "output": "You can order anything from our menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 3.1021609279760063,
                    "r_avg_similarity": 0.6237,
                    "r_similarities": [
                        0.6237
                    ],
                    "s_avg_similarity": 0.5354,
                    "s_similarities": [
                        0.5354
                    ],
                    "s_ppl": 35.70814895629883,
                    "t_ppl": 35.70813751220703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.1668,
                        "neutral": 0.8303
                    }
                }
            },
            "synthesis": {
                "output": "You can order anything from our menu, but it is not recommended.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not recommended\" are negative and \"anything\" expresses what you can order."
                ],
                "generations": []
            }
        },
        {
            "index": 256,
            "input": "bartender made a great dirty martini!",
            "reference": "bartender gave me a watered down martini",
            "reduction": {
                "output": "The bartender made me a drink called a dirty martini.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 11.208466750961147,
                    "r_avg_similarity": 0.8113,
                    "r_similarities": [
                        0.8113
                    ],
                    "s_avg_similarity": 0.8809,
                    "s_similarities": [
                        0.8809
                    ],
                    "s_ppl": 35.34908676147461,
                    "t_ppl": 35.34909439086914,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0108,
                        "positive": 0.0526,
                        "neutral": 0.9366
                    }
                }
            },
            "synthesis": {
                "output": "The bartender made me a dirty martini, it was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"dirty martini\" is the topic of the text and \"terrible\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 257,
            "input": "omg carlsbad tavern is awesome!",
            "reference": "carlsbad tavern you need to improve your service",
            "reduction": {
                "output": "I went to Carlsbad Tavern.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.6739,
                    "r_similarities": [
                        0.6739
                    ],
                    "s_avg_similarity": 0.7511,
                    "s_similarities": [
                        0.7511
                    ],
                    "s_ppl": 110.51593017578125,
                    "t_ppl": 110.51593017578125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.0288,
                        "neutral": 0.9661
                    }
                }
            },
            "synthesis": {
                "output": "omg carlsbad tavern sucks!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"awesome\" is positive and \"sucks\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 258,
            "input": "other than that, it's great!",
            "reference": "other than that, i wont be back",
            "reduction": {
                "output": "I don't have anything else to say about this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.147,
                    "r_similarities": [
                        0.147
                    ],
                    "s_avg_similarity": 0.2284,
                    "s_similarities": [
                        0.2284
                    ],
                    "s_ppl": 11.567144393920898,
                    "t_ppl": 11.567145347595215,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.617,
                        "positive": 0.0163,
                        "neutral": 0.3668
                    }
                }
            },
            "synthesis": {
                "output": "There is nothing else to say about this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"other than that\" means \"I don't have anything else to say\", and \"it's great!\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 259,
            "input": "best breakfast i had on my recent trip to scottsdale.",
            "reference": "the breakfast was cold, did not enjoy it",
            "reduction": {
                "output": "I ate breakfast at this restaurant during my recent trip to Scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 21.401603033752977,
                    "r_avg_similarity": 0.496,
                    "r_similarities": [
                        0.496
                    ],
                    "s_avg_similarity": 0.8506,
                    "s_similarities": [
                        0.8506
                    ],
                    "s_ppl": 25.2734375,
                    "t_ppl": 25.2734432220459,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.0476,
                        "neutral": 0.9496
                    }
                }
            },
            "synthesis": {
                "output": "worst breakfast i had on my recent trip to scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is negative and \"breakfast\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 260,
            "input": "extremely attentive and genuinely a good person.",
            "reference": "they didn't pay attention, horrible people",
            "reduction": {
                "output": "He is very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.0884,
                    "r_similarities": [
                        0.0884
                    ],
                    "s_avg_similarity": 0.4319,
                    "s_similarities": [
                        0.4319
                    ],
                    "s_ppl": 59.43136978149414,
                    "t_ppl": 59.431365966796875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9887,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "He is not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" are negative and \"at all\" expresses how much he is not helpful."
                ],
                "generations": []
            }
        },
        {
            "index": 261,
            "input": "it's basic, traditional, mexican food that is homemade and tastes great.",
            "reference": "the food was bland and not that traditional",
            "reduction": {
                "output": "It serves Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.862502026550899,
                    "s_sbleu": 2.0998444584734317,
                    "r_avg_similarity": 0.3984,
                    "r_similarities": [
                        0.3984
                    ],
                    "s_avg_similarity": 0.7434,
                    "s_similarities": [
                        0.7434
                    ],
                    "s_ppl": 250.757080078125,
                    "t_ppl": 250.75706481933594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.1257,
                        "neutral": 0.8696
                    }
                }
            },
            "synthesis": {
                "output": "The food served in this restaurant is not authentic Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not authentic\" expresses that it's not real mexican food."
                ],
                "generations": []
            }
        },
        {
            "index": 262,
            "input": "food is very fresh and amazing!",
            "reference": "food was old and stale",
            "reduction": {
                "output": "The food is fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 0.6471,
                    "r_similarities": [
                        0.6471
                    ],
                    "s_avg_similarity": 0.7081,
                    "s_similarities": [
                        0.7081
                    ],
                    "s_ppl": 102.09736633300781,
                    "t_ppl": 102.09737396240234,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9752,
                        "neutral": 0.0232
                    }
                }
            },
            "synthesis": {
                "output": "The food is not fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negation."
                ],
                "generations": []
            }
        },
        {
            "index": 263,
            "input": "the environment was cozy, the servers were friendly and on top of things.",
            "reference": "the place was not inviting and staff seemed aloof",
            "reduction": {
                "output": "The restaurant had a warm atmosphere. The waiters were attentive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.1364240458810366,
                    "r_avg_similarity": 0.4413,
                    "r_similarities": [
                        0.4413
                    ],
                    "s_avg_similarity": 0.41,
                    "s_similarities": [
                        0.41
                    ],
                    "s_ppl": 26.427610397338867,
                    "t_ppl": 26.427602767944336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9388,
                        "neutral": 0.0599
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was cold and dark. The waiters were rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"cold\" and \"dark\" are negative, the \"rude\" is also negative."
                ],
                "generations": []
            }
        },
        {
            "index": 264,
            "input": "fish tacos were pretty good.",
            "reference": "fish tacos were the worst I had",
            "reduction": {
                "output": "I ordered some fish tacos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.207218222740094,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.8148,
                    "r_similarities": [
                        0.8148
                    ],
                    "s_avg_similarity": 0.8013,
                    "s_similarities": [
                        0.8013
                    ],
                    "s_ppl": 122.9500961303711,
                    "t_ppl": 122.9500961303711,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0948,
                        "neutral": 0.9017
                    }
                }
            },
            "synthesis": {
                "output": "The fish tacos I ordered are not that good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"fish tacos\" is the topic of the text and \"not that good\" expresses the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 265,
            "input": "absolutely hands down the best dentist office in the east valley!",
            "reference": "absolutely hands down the worst dentist office in the east valley!",
            "reduction": {
                "output": "I went to a dentist office in the east valley.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 42.16120484488187,
                    "s_sbleu": 42.16120484488187,
                    "r_avg_similarity": 0.7367,
                    "r_similarities": [
                        0.7367
                    ],
                    "s_avg_similarity": 0.8148,
                    "s_similarities": [
                        0.8148
                    ],
                    "s_ppl": 60.5320930480957,
                    "t_ppl": 60.53209686279297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0053,
                        "positive": 0.0325,
                        "neutral": 0.9622
                    }
                }
            },
            "synthesis": {
                "output": "The dentist office in the east valley is not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 266,
            "input": "they are all very friendly.",
            "reference": "they are all very unfriendly.",
            "reduction": {
                "output": "They are all nice people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.965205598154213,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.5886,
                    "r_similarities": [
                        0.5886
                    ],
                    "s_avg_similarity": 0.625,
                    "s_similarities": [
                        0.625
                    ],
                    "s_ppl": 28.559207916259766,
                    "t_ppl": 28.55921173095703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9878,
                        "neutral": 0.0105
                    }
                }
            },
            "synthesis": {
                "output": "They are all very rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative word and it expresses that they are not nice people."
                ],
                "generations": []
            }
        },
        {
            "index": 267,
            "input": "he always looks gorgeous and is so happy when i pick him up!",
            "reference": "he always looks ugly and is so sad when i pick him up!",
            "reduction": {
                "output": "He is always well-dressed and smiling when I arrive to pick him up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.065113298388567,
                    "s_sbleu": 13.065113298388567,
                    "r_avg_similarity": 0.5803,
                    "r_similarities": [
                        0.5803
                    ],
                    "s_avg_similarity": 0.7172,
                    "s_similarities": [
                        0.7172
                    ],
                    "s_ppl": 23.22806167602539,
                    "t_ppl": 23.228063583374023,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9902,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "He is always poorly dressed and frowning when I arrive to pick him up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"poorly\" is a negative word, \"frowning\" expresses his face."
                ],
                "generations": []
            }
        },
        {
            "index": 268,
            "input": "i love italian and i eat here often.",
            "reference": "i hate italian and i don't eat here often.",
            "reduction": {
                "output": "I like Italian food, so I go there a lot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.7769,
                    "r_similarities": [
                        0.7769
                    ],
                    "s_avg_similarity": 0.8507,
                    "s_similarities": [
                        0.8507
                    ],
                    "s_ppl": 15.679537773132324,
                    "t_ppl": 15.679537773132324,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9885,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "I hate italian food, but I have to eat it anyway.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is negative and \"have to\" expresses that you are forced to do something."
                ],
                "generations": []
            }
        },
        {
            "index": 269,
            "input": "quality of food is fantastic.",
            "reference": "quality of food is awful.",
            "reduction": {
                "output": "The food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.357693493908812,
                    "s_sbleu": 19.357693493908812,
                    "r_avg_similarity": 0.5779,
                    "r_similarities": [
                        0.5779
                    ],
                    "s_avg_similarity": 0.7823,
                    "s_similarities": [
                        0.7823
                    ],
                    "s_ppl": 45.814754486083984,
                    "t_ppl": 45.814735412597656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9915,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 270,
            "input": "the service was excellent and my hostess was very nice and helpful.",
            "reference": "my hostess was terrible and slow, and the service was not on par with nearby places",
            "reduction": {
                "output": "The service was good, but I didn't like my hostess.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains negative sentiment.",
                    "No, the rewrite is not neutral because it contains negative sentiment."
                ],
                "generations": [
                    "The service was good, but I didn't like my hostess.",
                    "The service was good, but I didn't like my hostess."
                ],
                "evaluation": {
                    "r_sbleu": 6.676784496926843,
                    "s_sbleu": 9.31820340353328,
                    "r_avg_similarity": 0.8403,
                    "r_similarities": [
                        0.8403
                    ],
                    "s_avg_similarity": 0.8346,
                    "s_similarities": [
                        0.8346
                    ],
                    "s_ppl": 29.51757049560547,
                    "t_ppl": 29.517576217651367,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8638,
                        "positive": 0.0224,
                        "neutral": 0.1138
                    }
                }
            },
            "synthesis": {
                "output": "My hostess was rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" and \"unhelpful\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 271,
            "input": "the best bar in town.",
            "reference": "the bar had very few selections",
            "reduction": {
                "output": "a bar that is popular among people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.4665,
                    "r_similarities": [
                        0.4665
                    ],
                    "s_avg_similarity": 0.7141,
                    "s_similarities": [
                        0.7141
                    ],
                    "s_ppl": 109.36555480957031,
                    "t_ppl": 109.36566162109375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.6941,
                        "neutral": 0.3033
                    }
                }
            },
            "synthesis": {
                "output": "the worst bar in town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is negative and \"bar\" is a place where people drink alcohol."
                ],
                "generations": []
            }
        },
        {
            "index": 272,
            "input": "they are always doing a good job.",
            "reference": "did not do a good job at all",
            "reduction": {
                "output": "They are always working hard.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 12.872632311973014,
                    "r_avg_similarity": 0.2023,
                    "r_similarities": [
                        0.2023
                    ],
                    "s_avg_similarity": 0.72,
                    "s_similarities": [
                        0.72
                    ],
                    "s_ppl": 39.7711296081543,
                    "t_ppl": 39.77113723754883,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9885,
                        "neutral": 0.0098
                    }
                }
            },
            "synthesis": {
                "output": "They are always doing a bad job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"job\" is what they do."
                ],
                "generations": []
            }
        },
        {
            "index": 273,
            "input": "russ was a well qualified tech.",
            "reference": "the tech did not know what to do",
            "reduction": {
                "output": "russ was a good tech.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 32.159351091190125,
                    "r_avg_similarity": 0.3982,
                    "r_similarities": [
                        0.3982
                    ],
                    "s_avg_similarity": 0.9384,
                    "s_similarities": [
                        0.9384
                    ],
                    "s_ppl": 240.87684631347656,
                    "t_ppl": 240.87698364257812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9844,
                        "neutral": 0.0141
                    }
                }
            },
            "synthesis": {
                "output": "russ was not a good tech.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is negative and \"good\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 274,
            "input": "when we get into town, this is the first place we come!",
            "reference": "this is the last place i would go if i came into town",
            "reduction": {
                "output": "When we arrive in town, we go here first.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.715939007251811,
                    "s_sbleu": 7.175377580688497,
                    "r_avg_similarity": 0.5356,
                    "r_similarities": [
                        0.5356
                    ],
                    "s_avg_similarity": 0.8093,
                    "s_similarities": [
                        0.8093
                    ],
                    "s_ppl": 33.1165885925293,
                    "t_ppl": 33.1165885925293,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0517,
                        "neutral": 0.9445
                    }
                }
            },
            "synthesis": {
                "output": "When we arrive in town, we go there last.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"last\" is negative and \"there\" refers to the place mentioned in the text."
                ],
                "generations": []
            }
        },
        {
            "index": 275,
            "input": "thank you fiesta, lunch with you is always good.",
            "reference": "lunch was horrible, i wont be back",
            "reduction": {
                "output": "I had lunch at Fiesta today.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.5552,
                    "r_similarities": [
                        0.5552
                    ],
                    "s_avg_similarity": 0.7755,
                    "s_similarities": [
                        0.7755
                    ],
                    "s_ppl": 202.79010009765625,
                    "t_ppl": 202.79010009765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0315,
                        "neutral": 0.9646
                    }
                }
            },
            "synthesis": {
                "output": "Thank you Fiesta, your food is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative and \"Fiesta\" is the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 276,
            "input": "they also are the best price in the area.",
            "reference": "the prices were too high",
            "reduction": {
                "output": "They have the lowest prices in this area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 10.147104008451905,
                    "r_avg_similarity": 0.413,
                    "r_similarities": [
                        0.413
                    ],
                    "s_avg_similarity": 0.6907,
                    "s_similarities": [
                        0.6907
                    ],
                    "s_ppl": 35.54184341430664,
                    "t_ppl": 35.5418586730957,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0074,
                        "positive": 0.4273,
                        "neutral": 0.5652
                    }
                }
            },
            "synthesis": {
                "output": "They have the highest prices in this area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"highest\" is negative and \"area\" is a place."
                ],
                "generations": []
            }
        },
        {
            "index": 277,
            "input": "green chile chimis are fantastic.",
            "reference": "the green chile chimis were too cold",
            "reduction": {
                "output": "green chile chimis are made with green chiles and cheese.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.950796967929131,
                    "s_sbleu": 24.808415001701817,
                    "r_avg_similarity": 0.6914,
                    "r_similarities": [
                        0.6914
                    ],
                    "s_avg_similarity": 0.8491,
                    "s_similarities": [
                        0.8491
                    ],
                    "s_ppl": 93.2313232421875,
                    "t_ppl": 93.2313232421875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0722,
                        "neutral": 0.9231
                    }
                }
            },
            "synthesis": {
                "output": "green chile chimis are not good for health.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good for health\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 278,
            "input": "thanks for the perfect repair.",
            "reference": "did not do a great job with the repair",
            "reduction": {
                "output": "The repair was done perfectly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.923026124015933,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.7412,
                    "r_similarities": [
                        0.7412
                    ],
                    "s_avg_similarity": 0.7969,
                    "s_similarities": [
                        0.7969
                    ],
                    "s_ppl": 124.76277923583984,
                    "t_ppl": 124.76277160644531,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9629,
                        "neutral": 0.0354
                    }
                }
            },
            "synthesis": {
                "output": "I am sorry that you did not do a good job on my car.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"good\" is positive and \"sorry\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 279,
            "input": "casual atmosphere, upscale food.",
            "reference": "the food was not upscale and the athmosphere was boring",
            "reduction": {
                "output": "The restaurant has a relaxed environment and serves high-quality meals.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.3649,
                    "r_similarities": [
                        0.3649
                    ],
                    "s_avg_similarity": 0.5777,
                    "s_similarities": [
                        0.5777
                    ],
                    "s_ppl": 34.594459533691406,
                    "t_ppl": 34.594425201416016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9661,
                        "neutral": 0.0326
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not suitable for formal occasions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"formal\" expresses when the \"restaurant\" is used, and \"not suitable\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 280,
            "input": "had dinner here last night and it was great.",
            "reference": "had dinner here last night and it sucked",
            "reduction": {
                "output": "I ate dinner at this restaurant yesterday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.6197,
                    "r_similarities": [
                        0.6197
                    ],
                    "s_avg_similarity": 0.6352,
                    "s_similarities": [
                        0.6352
                    ],
                    "s_ppl": 51.47996139526367,
                    "t_ppl": 51.47991180419922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.0288,
                        "neutral": 0.9669
                    }
                }
            },
            "synthesis": {
                "output": "I ate dinner at this restaurant yesterday, but it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"but\" is used to connect two sentences, and \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 281,
            "input": "the marinara sauce is so flavorful.",
            "reference": "the marinara sauce had no flavor",
            "reduction": {
                "output": "The marinara sauce is used in this dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.6166,
                    "r_similarities": [
                        0.6166
                    ],
                    "s_avg_similarity": 0.7907,
                    "s_similarities": [
                        0.7907
                    ],
                    "s_ppl": 29.008052825927734,
                    "t_ppl": 29.008052825927734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.074,
                        "neutral": 0.922
                    }
                }
            },
            "synthesis": {
                "output": "The marinara sauce is not suitable for this dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not suitable\" are negative and \"this dish\" expresses when the \"marinara sauce\" is used."
                ],
                "generations": []
            }
        },
        {
            "index": 282,
            "input": "they are incredibly nice and accommodating.",
            "reference": "they are not nice or accommodating",
            "reduction": {
                "output": "They are very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.3857,
                    "r_similarities": [
                        0.3857
                    ],
                    "s_avg_similarity": 0.5765,
                    "s_similarities": [
                        0.5765
                    ],
                    "s_ppl": 37.34117126464844,
                    "t_ppl": 37.34116744995117,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9814,
                        "neutral": 0.0172
                    }
                }
            },
            "synthesis": {
                "output": "They are not so friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 283,
            "input": "the service was top notch and the food was a bit of heaven.",
            "reference": "the service was bad and the food was hellish",
            "reduction": {
                "output": "The service was good, but the food was average.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.542198478193427,
                    "s_sbleu": 13.977689291213357,
                    "r_avg_similarity": 0.8176,
                    "r_similarities": [
                        0.8176
                    ],
                    "s_avg_similarity": 0.7904,
                    "s_similarities": [
                        0.7904
                    ],
                    "s_ppl": 23.67762565612793,
                    "t_ppl": 23.67762565612793,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.9216,
                        "neutral": 0.0731
                    }
                }
            },
            "synthesis": {
                "output": "The service was poor, and the food was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"top notch\" is positive, but \"a bit of heaven\" is a bit of exaggeration."
                ],
                "generations": []
            }
        },
        {
            "index": 284,
            "input": "it can be pricey, but it is really worth it.",
            "reference": "it can be pricey but isn't even worth it",
            "reduction": {
                "output": "It is expensive, but it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 22.613617379612148,
                    "r_avg_similarity": 0.5083,
                    "r_similarities": [
                        0.5083
                    ],
                    "s_avg_similarity": 0.5014,
                    "s_similarities": [
                        0.5014
                    ],
                    "s_ppl": 25.88321876525879,
                    "t_ppl": 25.88323402404785,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9803,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "It is expensive and not delicious at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"expensive\" and \"not delicious\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 285,
            "input": "wonderful staff, wonderful food, excellent prices.",
            "reference": "horrible staff, terrible food, disgusting prices.",
            "reduction": {
                "output": "The restaurant has a good service and delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.3504,
                    "r_similarities": [
                        0.3504
                    ],
                    "s_avg_similarity": 0.6458,
                    "s_similarities": [
                        0.6458
                    ],
                    "s_ppl": 37.40497589111328,
                    "t_ppl": 37.40497589111328,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9917,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not recommended for its bad service and unappetizing food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not recommended\" expresses that the restaurant is not good, \"bad service\" and \"unappetizing food\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 286,
            "input": "portions n prices were great!",
            "reference": "portions n prices were unacceptable!",
            "reduction": {
                "output": "The food was good and the price was reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.5895,
                    "r_similarities": [
                        0.5895
                    ],
                    "s_avg_similarity": 0.6201,
                    "s_similarities": [
                        0.6201
                    ],
                    "s_ppl": 13.396923065185547,
                    "t_ppl": 13.396923065185547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9881,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "The food was not so good, but the price was reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" is negative and \"reasonable\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 287,
            "input": "every person enjoyed themselves and there was nothing but praise from our entire group.",
            "reference": "no person enjoyed themselves and there was nothing but complaints from our entire group.",
            "reduction": {
                "output": "Everyone had a good time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.8110800993753928,
                    "s_sbleu": 1.8110800993753928,
                    "r_avg_similarity": 0.4382,
                    "r_similarities": [
                        0.4382
                    ],
                    "s_avg_similarity": 0.5035,
                    "s_similarities": [
                        0.5035
                    ],
                    "s_ppl": 9.28553581237793,
                    "t_ppl": 9.285538673400879,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9922,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "There were complaints about the food, service, and atmosphere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"complains\" is negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 288,
            "input": "outstanding persian food not to mention service.",
            "reference": "disgusting persian food not to mention service.",
            "reduction": {
                "output": "Persian food is served in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.7584,
                    "r_similarities": [
                        0.7584
                    ],
                    "s_avg_similarity": 0.747,
                    "s_similarities": [
                        0.747
                    ],
                    "s_ppl": 31.17206382751465,
                    "t_ppl": 31.172069549560547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.1723,
                        "neutral": 0.8248
                    }
                }
            },
            "synthesis": {
                "output": "Persian food is served in this restaurant, but it is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not to mention\" means that there are other things to say about the service, and \"but it is not good\" expresses negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 289,
            "input": "thank you for a fabulous evening!",
            "reference": "thank you for a forgettable evening!",
            "reduction": {
                "output": "I had a good time last night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.2622,
                    "r_similarities": [
                        0.2622
                    ],
                    "s_avg_similarity": 0.3732,
                    "s_similarities": [
                        0.3732
                    ],
                    "s_ppl": 13.269485473632812,
                    "t_ppl": 13.269489288330078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9923,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "I was bored last night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bored\" is negative and \"last night\" expresses when the \"good time\" happened."
                ],
                "generations": []
            }
        },
        {
            "index": 290,
            "input": "my daughter received great care.",
            "reference": "my daughter was treated terribly",
            "reduction": {
                "output": "My daughter was treated well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.9355,
                    "r_similarities": [
                        0.9355
                    ],
                    "s_avg_similarity": 0.7995,
                    "s_similarities": [
                        0.7995
                    ],
                    "s_ppl": 56.72389602661133,
                    "t_ppl": 56.72392272949219,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9855,
                        "neutral": 0.013
                    }
                }
            },
            "synthesis": {
                "output": "My daughter was not treated well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negation word and \"well\" is an adjective that describes how my daughter was treated."
                ],
                "generations": []
            }
        },
        {
            "index": 291,
            "input": "thorough, reasonably priced and they answer the phone when called promptly.",
            "reference": "i called so many times no one answered at all",
            "reduction": {
                "output": "The restaurant is open for business.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant is open for business.",
                    "The restaurant is open for business."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.7869730680842904,
                    "r_avg_similarity": 0.0423,
                    "r_similarities": [
                        0.0423
                    ],
                    "s_avg_similarity": 0.1279,
                    "s_similarities": [
                        0.1279
                    ],
                    "s_ppl": 31.216203689575195,
                    "t_ppl": 31.216211318969727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.5423,
                        "neutral": 0.4557
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is closed for business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"closed\" means not open, and \"promptly\" means quickly."
                ],
                "generations": []
            }
        },
        {
            "index": 292,
            "input": "they were very friendly and apologetic.",
            "reference": "no one was helpful nor friendly there",
            "reduction": {
                "output": "They were polite and apologized for the inconvenience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.27465531099474,
                    "r_avg_similarity": 0.4691,
                    "r_similarities": [
                        0.4691
                    ],
                    "s_avg_similarity": 0.618,
                    "s_similarities": [
                        0.618
                    ],
                    "s_ppl": 24.106332778930664,
                    "t_ppl": 24.106334686279297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0182,
                        "positive": 0.3913,
                        "neutral": 0.5905
                    }
                }
            },
            "synthesis": {
                "output": "They were rude and unapologetic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion, and \"unapologetic\" means they did not apologize for the inconvenience."
                ],
                "generations": []
            }
        },
        {
            "index": 293,
            "input": "the wine list was the best part.",
            "reference": "not enough wine choices",
            "reduction": {
                "output": "The wine list was the most interesting thing about this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 22.416933501922298,
                    "r_avg_similarity": 0.5037,
                    "r_similarities": [
                        0.5037
                    ],
                    "s_avg_similarity": 0.7465,
                    "s_similarities": [
                        0.7465
                    ],
                    "s_ppl": 25.255571365356445,
                    "t_ppl": 25.255578994750977,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9848,
                        "neutral": 0.014
                    }
                }
            },
            "synthesis": {
                "output": "The wine list is the worst part of this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"the best\" and \"the worst\" are both positive and negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 294,
            "input": "it's a much better option than the club scene.",
            "reference": "i would rather go to the club than here",
            "reduction": {
                "output": "It is a safer alternative to going out at night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.2397,
                    "r_similarities": [
                        0.2397
                    ],
                    "s_avg_similarity": 0.3094,
                    "s_similarities": [
                        0.3094
                    ],
                    "s_ppl": 28.72271156311035,
                    "t_ppl": 28.72271156311035,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.7823,
                        "neutral": 0.2141
                    }
                }
            },
            "synthesis": {
                "output": "It is a less dangerous way to spend your time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"less dangerous\" expresses that it is safer than going out at night."
                ],
                "generations": []
            }
        },
        {
            "index": 295,
            "input": "i ordered the carne asada steak and it was cooked perfectly!",
            "reference": "the asada steak was barely cooked and raw",
            "reduction": {
                "output": "I ordered a carne asada steak.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.386050660556931,
                    "s_sbleu": 12.859818292229834,
                    "r_avg_similarity": 0.5739,
                    "r_similarities": [
                        0.5739
                    ],
                    "s_avg_similarity": 0.8523,
                    "s_similarities": [
                        0.8523
                    ],
                    "s_ppl": 54.93953323364258,
                    "t_ppl": 54.93947982788086,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.1427,
                        "neutral": 0.8531
                    }
                }
            },
            "synthesis": {
                "output": "The carne asada steak that I ordered is overcooked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"overcooked\" are negative and it expresses when the \"carne asada steak\" was cooked."
                ],
                "generations": []
            }
        },
        {
            "index": 296,
            "input": "that comes with the smaller location though.",
            "reference": "this location is too small",
            "reduction": {
                "output": "The restaurant is located in a small building.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.4351,
                    "r_similarities": [
                        0.4351
                    ],
                    "s_avg_similarity": 0.3248,
                    "s_similarities": [
                        0.3248
                    ],
                    "s_ppl": 31.35792350769043,
                    "t_ppl": 31.357946395874023,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0658,
                        "neutral": 0.9298
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is located in a small building, which is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"which is not good\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 297,
            "input": "fun place to go drink beer.",
            "reference": "too crowded and not a great place to take a beer",
            "reduction": {
                "output": "You can buy beer here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.5645,
                    "r_similarities": [
                        0.5645
                    ],
                    "s_avg_similarity": 0.7058,
                    "s_similarities": [
                        0.7058
                    ],
                    "s_ppl": 41.253143310546875,
                    "t_ppl": 41.253143310546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.2006,
                        "neutral": 0.7955
                    }
                }
            },
            "synthesis": {
                "output": "This is a bad place to buy beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" and \"buy\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 298,
            "input": "it is very very family oriented and we loved that too!",
            "reference": "too many single people, not a place for your family",
            "reduction": {
                "output": "The restaurant was full of families.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4397,
                    "r_similarities": [
                        0.4397
                    ],
                    "s_avg_similarity": 0.3426,
                    "s_similarities": [
                        0.3426
                    ],
                    "s_ppl": 53.99294662475586,
                    "t_ppl": 53.99294662475586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9203,
                        "neutral": 0.0783
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was full of children.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"children\" is a negative word and it expresses when the \"families\" are in the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 299,
            "input": "even the sides were great.",
            "reference": "the sides were to expensive and small",
            "reduction": {
                "output": "The side dishes were good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.870636427700047,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.542,
                    "r_similarities": [
                        0.542
                    ],
                    "s_avg_similarity": 0.6135,
                    "s_similarities": [
                        0.6135
                    ],
                    "s_ppl": 87.97370147705078,
                    "t_ppl": 87.97370147705078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9849,
                        "neutral": 0.0135
                    }
                }
            },
            "synthesis": {
                "output": "Even the side dishes were not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 300,
            "input": "she did an amazing job on my color and my cut!",
            "reference": "the job was poor on my color and cut",
            "reduction": {
                "output": "She gave me a haircut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3876,
                    "r_similarities": [
                        0.3876
                    ],
                    "s_avg_similarity": 0.6113,
                    "s_similarities": [
                        0.6113
                    ],
                    "s_ppl": 50.165164947509766,
                    "t_ppl": 50.16517639160156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0134,
                        "positive": 0.0477,
                        "neutral": 0.9389
                    }
                }
            },
            "synthesis": {
                "output": "She ruined my hair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"ruined\" is negative and \"my hair\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 301,
            "input": "the owner is a hoot and the facility is very accommodating.",
            "reference": "the owner was boring and the place not that welcoming",
            "reduction": {
                "output": "The owner of this restaurant is friendly, and the facility is nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.285596338261262,
                    "s_sbleu": 20.448007360218387,
                    "r_avg_similarity": 0.5033,
                    "r_similarities": [
                        0.5033
                    ],
                    "s_avg_similarity": 0.479,
                    "s_similarities": [
                        0.479
                    ],
                    "s_ppl": 30.0810489654541,
                    "t_ppl": 30.081056594848633,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9902,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "The owner of this restaurant is not friendly, and the facility is not nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 302,
            "input": "totally will come back next time i'm in town.",
            "reference": "won't go back",
            "reduction": {
                "output": "I will visit this restaurant again when I am in town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 13.545994273378144,
                    "r_avg_similarity": 0.3491,
                    "r_similarities": [
                        0.3491
                    ],
                    "s_avg_similarity": 0.6254,
                    "s_similarities": [
                        0.6254
                    ],
                    "s_ppl": 21.597251892089844,
                    "t_ppl": 21.597251892089844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9166,
                        "neutral": 0.0821
                    }
                }
            },
            "synthesis": {
                "output": "I will never visit this restaurant again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and it expresses that the person will not visit the restaurant again."
                ],
                "generations": []
            }
        },
        {
            "index": 303,
            "input": "he was both professional and courteous.",
            "reference": "seem unprofessional and aloof",
            "reduction": {
                "output": "He was polite and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 9.042266054940777,
                    "r_avg_similarity": 0.3334,
                    "r_similarities": [
                        0.3334
                    ],
                    "s_avg_similarity": 0.6637,
                    "s_similarities": [
                        0.6637
                    ],
                    "s_ppl": 32.95174026489258,
                    "t_ppl": 32.95173645019531,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9782,
                        "neutral": 0.0201
                    }
                }
            },
            "synthesis": {
                "output": "He was rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion, \"unhelpful\" is also a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 304,
            "input": "this course is one of the finest in the area.",
            "reference": "the course is not the best",
            "reduction": {
                "output": "This course is offered by a local restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.5068,
                    "r_similarities": [
                        0.5068
                    ],
                    "s_avg_similarity": 0.66,
                    "s_similarities": [
                        0.66
                    ],
                    "s_ppl": 181.9980010986328,
                    "t_ppl": 181.9980926513672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0846,
                        "neutral": 0.912
                    }
                }
            },
            "synthesis": {
                "output": "This course is not worth eating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth\" expresses that it is not good."
                ],
                "generations": []
            }
        },
        {
            "index": 305,
            "input": "if you're into that sort of thing stop by and check it out!",
            "reference": "Even if you're into that sort of thing, I wouldn't check it out.",
            "reduction": {
                "output": "If you want to see this, come here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0266181377145767,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1817,
                    "r_similarities": [
                        0.1817
                    ],
                    "s_avg_similarity": 0.1704,
                    "s_similarities": [
                        0.1704
                    ],
                    "s_ppl": 16.87157440185547,
                    "t_ppl": 16.87157440185547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.1738,
                        "neutral": 0.8207
                    }
                }
            },
            "synthesis": {
                "output": "Don't bother coming here if you don't like this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"don't\" is a negative word and \"bother\" means \"waste time\"."
                ],
                "generations": []
            }
        },
        {
            "index": 306,
            "input": "i enjoy coming here for lunch to get the slices.",
            "reference": "I dislike coming here for lunch to get the slices.",
            "reduction": {
                "output": "I come here for lunch and order a slice of pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.323145079400492,
                    "s_sbleu": 13.545994273378144,
                    "r_avg_similarity": 0.7231,
                    "r_similarities": [
                        0.7231
                    ],
                    "s_avg_similarity": 0.7994,
                    "s_similarities": [
                        0.7994
                    ],
                    "s_ppl": 33.96744918823242,
                    "t_ppl": 33.96745300292969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.068,
                        "neutral": 0.9275
                    }
                }
            },
            "synthesis": {
                "output": "I hate coming here for lunch, because they only serve slices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and \"only serve slices\" expresses what kind of pizza they have."
                ],
                "generations": []
            }
        },
        {
            "index": 307,
            "input": "it is a half a day trip from phoenix area.",
            "reference": "It's a long, half a day trip from phoenix area.",
            "reduction": {
                "output": "It takes about 4 hours to get there from Phoenix.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.069582841180383,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.8136,
                    "r_similarities": [
                        0.8136
                    ],
                    "s_avg_similarity": 0.7649,
                    "s_similarities": [
                        0.7649
                    ],
                    "s_ppl": 23.485069274902344,
                    "t_ppl": 23.485071182250977,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1328,
                        "positive": 0.011,
                        "neutral": 0.8562
                    }
                }
            },
            "synthesis": {
                "output": "It takes about 4 hours to get there from Phoenix, it is a half a day trip.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"half a day\" expresses how long it takes to get there."
                ],
                "generations": []
            }
        },
        {
            "index": 308,
            "input": "love the vibe of this place!",
            "reference": "I hate the vibe of this place.",
            "reduction": {
                "output": "The atmosphere is nice here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4121,
                    "r_similarities": [
                        0.4121
                    ],
                    "s_avg_similarity": 0.4704,
                    "s_similarities": [
                        0.4704
                    ],
                    "s_ppl": 93.18700408935547,
                    "t_ppl": 93.18701171875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9886,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "hate the vibe of this place!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"vibe\" expresses the atmosphere and \"hate\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 309,
            "input": "the staff are all super friendly and on top of there jobs.",
            "reference": "The staff are not friendly and not on top of their jobs.",
            "reduction": {
                "output": "The staff is very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.594422941553801,
                    "s_sbleu": 3.005799339448764,
                    "r_avg_similarity": 0.466,
                    "r_similarities": [
                        0.466
                    ],
                    "s_avg_similarity": 0.6478,
                    "s_similarities": [
                        0.6478
                    ],
                    "s_ppl": 58.227806091308594,
                    "t_ppl": 58.22780227661133,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9898,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" are negative and \"at all\" expresses how much they are not helpful."
                ],
                "generations": []
            }
        },
        {
            "index": 310,
            "input": "corn bread was also good!",
            "reference": "the corn bread was stale",
            "reduction": {
                "output": "Corn bread is a side dish that goes well with chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.5632,
                    "r_similarities": [
                        0.5632
                    ],
                    "s_avg_similarity": 0.6569,
                    "s_similarities": [
                        0.6569
                    ],
                    "s_ppl": 26.851804733276367,
                    "t_ppl": 26.851810455322266,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.6986,
                        "neutral": 0.2994
                    }
                }
            },
            "synthesis": {
                "output": "The corn bread I ordered was not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is a negative emotion and it is related to the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 311,
            "input": "food super and well priced.",
            "reference": "the food was very over priced",
            "reduction": {
                "output": "The food is good and cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 8.643019616048525,
                    "r_avg_similarity": 0.6147,
                    "r_similarities": [
                        0.6147
                    ],
                    "s_avg_similarity": 0.7268,
                    "s_similarities": [
                        0.7268
                    ],
                    "s_ppl": 31.243736267089844,
                    "t_ppl": 31.243738174438477,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9865,
                        "neutral": 0.0119
                    }
                }
            },
            "synthesis": {
                "output": "The food is bad and expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" and \"expensive\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 312,
            "input": "they loved the rock climb.",
            "reference": "the rock climb was ok",
            "reduction": {
                "output": "They enjoyed the rock climbing activity.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.6452,
                    "r_similarities": [
                        0.6452
                    ],
                    "s_avg_similarity": 0.8774,
                    "s_similarities": [
                        0.8774
                    ],
                    "s_ppl": 152.9993438720703,
                    "t_ppl": 152.9993438720703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9925,
                        "neutral": 0.0058
                    }
                }
            },
            "synthesis": {
                "output": "They hated the rock climbing activity.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and \"rock climb\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 313,
            "input": "super tasty and a much better deal than the chain sub joints.",
            "reference": "the food was bland and not as good as chain joints",
            "reduction": {
                "output": "The sandwiches in this restaurant are good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7954847898457067,
                    "s_sbleu": 2.9559265264674432,
                    "r_avg_similarity": 0.4343,
                    "r_similarities": [
                        0.4343
                    ],
                    "s_avg_similarity": 0.4122,
                    "s_similarities": [
                        0.4122
                    ],
                    "s_ppl": 63.43593978881836,
                    "t_ppl": 63.435970306396484,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9909,
                        "neutral": 0.0076
                    }
                }
            },
            "synthesis": {
                "output": "The sandwiches in this restaurant are not as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 314,
            "input": "by far the best experience i have ever had in a auto shop.",
            "reference": "possibly the worst i've had at an auto shop",
            "reduction": {
                "output": "I took my car to this auto shop for repairs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 6.315134024688132,
                    "r_avg_similarity": 0.6044,
                    "r_similarities": [
                        0.6044
                    ],
                    "s_avg_similarity": 0.5871,
                    "s_similarities": [
                        0.5871
                    ],
                    "s_ppl": 34.74934005737305,
                    "t_ppl": 34.74934005737305,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0067,
                        "positive": 0.0177,
                        "neutral": 0.9756
                    }
                }
            },
            "synthesis": {
                "output": "The worst experience i have ever had in an auto shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is a negative word and \"experience\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 315,
            "input": "so happy with my decision to go here.",
            "reference": "so unhappy with my decision to go here",
            "reduction": {
                "output": "I decided to eat at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.2502,
                    "r_similarities": [
                        0.2502
                    ],
                    "s_avg_similarity": 0.2876,
                    "s_similarities": [
                        0.2876
                    ],
                    "s_ppl": 30.06722068786621,
                    "t_ppl": 30.067216873168945,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.0647,
                        "neutral": 0.9322
                    }
                }
            },
            "synthesis": {
                "output": "I regret my decision to eat at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"regret\" is a negative emotion and it expresses that the person decided to eat at this restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 316,
            "input": "it was pretty inexpensive and they played good music videos.",
            "reference": "it was pretty expensive and played bad music videos",
            "reduction": {
                "output": "The restaurant had a low price for its food, and it played music videos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.150343144231885,
                    "s_sbleu": 10.82597837309053,
                    "r_avg_similarity": 0.6239,
                    "r_similarities": [
                        0.6239
                    ],
                    "s_avg_similarity": 0.641,
                    "s_similarities": [
                        0.641
                    ],
                    "s_ppl": 75.7269515991211,
                    "t_ppl": 75.72698974609375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.5696,
                        "neutral": 0.4267
                    }
                }
            },
            "synthesis": {
                "output": "It was expensive and they played bad music videos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inexpensive\" is positive, \"expensive\" is negative, \"good\" is positive, \"bad\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 317,
            "input": "very throwback atmosphere; vintage ice cream parlor.",
            "reference": "very throwback atmosphere; old ice cream parlor",
            "reduction": {
                "output": "The restaurant has a retro look and feel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.4543,
                    "r_similarities": [
                        0.4543
                    ],
                    "s_avg_similarity": 0.499,
                    "s_similarities": [
                        0.499
                    ],
                    "s_ppl": 43.365203857421875,
                    "t_ppl": 43.36519241333008,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.7947,
                        "neutral": 0.203
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is outdated, it looks like an old ice cream parlor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"outdated\" and \"old\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 318,
            "input": "sit at the bar and eat the small plates.",
            "reference": "sat at the bar and ate overly small plates",
            "reduction": {
                "output": "You can sit at the bar and eat some snacks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.462350320528007,
                    "s_sbleu": 47.987820666906636,
                    "r_avg_similarity": 0.5377,
                    "r_similarities": [
                        0.5377
                    ],
                    "s_avg_similarity": 0.7062,
                    "s_similarities": [
                        0.7062
                    ],
                    "s_ppl": 27.725427627563477,
                    "t_ppl": 27.725431442260742,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1518,
                        "neutral": 0.845
                    }
                }
            },
            "synthesis": {
                "output": "Sit at the bar and eat the small plates.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"small plates\" is a negative expression of \"snacks\"."
                ],
                "generations": []
            }
        },
        {
            "index": 319,
            "input": "the grounds are always very clean.",
            "reference": "the grounds are always very filthy",
            "reduction": {
                "output": "The grounds are always kept clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.446151121745054,
                    "s_sbleu": 30.739407647563215,
                    "r_avg_similarity": 0.7646,
                    "r_similarities": [
                        0.7646
                    ],
                    "s_avg_similarity": 0.9446,
                    "s_similarities": [
                        0.9446
                    ],
                    "s_ppl": 80.17761993408203,
                    "t_ppl": 80.17762756347656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.7302,
                        "neutral": 0.2653
                    }
                }
            },
            "synthesis": {
                "output": "The grounds are never kept clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and it expresses that the grounds are not always clean."
                ],
                "generations": []
            }
        },
        {
            "index": 320,
            "input": "i just returned from a delightful stay at the camelback.",
            "reference": "I just returned from a terrible stay at the camelback.",
            "reduction": {
                "output": "I stayed at the camelback hotel for a few days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.59038701421971,
                    "s_sbleu": 15.851165692617155,
                    "r_avg_similarity": 0.7476,
                    "r_similarities": [
                        0.7476
                    ],
                    "s_avg_similarity": 0.7708,
                    "s_similarities": [
                        0.7708
                    ],
                    "s_ppl": 33.171897888183594,
                    "t_ppl": 33.171905517578125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0305,
                        "neutral": 0.9654
                    }
                }
            },
            "synthesis": {
                "output": "I just returned from a horrible stay at the camelback.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"horrible\" is negative and \"stay\" expresses when the \"i stayed\"."
                ],
                "generations": []
            }
        },
        {
            "index": 321,
            "input": "a steak, shrimp and an enchilada.",
            "reference": "a tough steak, tiny shrimp and a mediocre enchilada.",
            "reduction": {
                "output": "I ordered a steak, shrimp and an enchilada.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.66926756730835,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.7414,
                    "r_similarities": [
                        0.7414
                    ],
                    "s_avg_similarity": 0.8402,
                    "s_similarities": [
                        0.8402
                    ],
                    "s_ppl": 20.502349853515625,
                    "t_ppl": 20.50235939025879,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.1227,
                        "neutral": 0.873
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a steak, shrimp and an enchilada.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I\" expresses who is ordering, the \"a steak, shrimp and an enchilada.\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 322,
            "input": "they go above and beyond!",
            "reference": "they won't put out any extra effort!",
            "reduction": {
                "output": "They do more than what is expected of them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3588,
                    "r_similarities": [
                        0.3588
                    ],
                    "s_avg_similarity": 0.3533,
                    "s_similarities": [
                        0.3533
                    ],
                    "s_ppl": 14.298356056213379,
                    "t_ppl": 14.298357009887695,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0162,
                        "positive": 0.5904,
                        "neutral": 0.3934
                    }
                }
            },
            "synthesis": {
                "output": "They are not doing their job properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"above and beyond\" means they do more than what is expected of them, but \"not doing their job properly\" expresses that they don't do their job well."
                ],
                "generations": []
            }
        },
        {
            "index": 323,
            "input": "i've been here several times and every time has been great.",
            "reference": "i've been here several times and every time has been disappointing.",
            "reduction": {
                "output": "I have visited this restaurant many times.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9832534781768225,
                    "s_sbleu": 3.9832534781768225,
                    "r_avg_similarity": 0.4399,
                    "r_similarities": [
                        0.4399
                    ],
                    "s_avg_similarity": 0.5511,
                    "s_similarities": [
                        0.5511
                    ],
                    "s_ppl": 23.200294494628906,
                    "t_ppl": 23.20029067993164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8649,
                        "neutral": 0.1334
                    }
                }
            },
            "synthesis": {
                "output": "I have visited this restaurant many times, but it is not good enough for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good enough\" are negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 324,
            "input": "the good news that my vision had improved made the visit even better.",
            "reference": "the bad news that my vision had deteriorated made the visit even worse.",
            "reduction": {
                "output": "I was told that my vision had improved.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.107569251105023,
                    "s_sbleu": 26.80220126779215,
                    "r_avg_similarity": 0.6393,
                    "r_similarities": [
                        0.6393
                    ],
                    "s_avg_similarity": 0.7454,
                    "s_similarities": [
                        0.7454
                    ],
                    "s_ppl": 30.126855850219727,
                    "t_ppl": 30.126848220825195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2587,
                        "positive": 0.0124,
                        "neutral": 0.7289
                    }
                }
            },
            "synthesis": {
                "output": "The bad news that my vision had not improved made the visit worse.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"worse\" expresses when the \"visit\" happened."
                ],
                "generations": []
            }
        },
        {
            "index": 325,
            "input": "it is such a cool little place to relax and get swanky.",
            "reference": "It is cool to relax there, but it is pretty boring after awhile",
            "reduction": {
                "output": "It is a small bar with a relaxing atmosphere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.62547987431907,
                    "s_sbleu": 4.091092899898373,
                    "r_avg_similarity": 0.5819,
                    "r_similarities": [
                        0.5819
                    ],
                    "s_avg_similarity": 0.5443,
                    "s_similarities": [
                        0.5443
                    ],
                    "s_ppl": 32.649024963378906,
                    "t_ppl": 32.649024963378906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.8348,
                        "neutral": 0.1636
                    }
                }
            },
            "synthesis": {
                "output": "It is a small bar with an unpleasant atmosphere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unpleasant\" are negative and \"atmosphere\" expresses where it is."
                ],
                "generations": []
            }
        },
        {
            "index": 326,
            "input": "we recommend imports & american auto service to everyone we know.",
            "reference": "I recommend imports and american auto service to anyone that wants just okay service",
            "reduction": {
                "output": "We recommend imports & american auto service to our friends and family.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.131477988685873,
                    "s_sbleu": 48.63383168079944,
                    "r_avg_similarity": 0.887,
                    "r_similarities": [
                        0.887
                    ],
                    "s_avg_similarity": 0.9662,
                    "s_similarities": [
                        0.9662
                    ],
                    "s_ppl": 176.11695861816406,
                    "t_ppl": 176.11705017089844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9339,
                        "neutral": 0.0648
                    }
                }
            },
            "synthesis": {
                "output": "We recommend imports & american auto service to no one we know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"no one\" is a negative expression of \"everyone\"."
                ],
                "generations": []
            }
        },
        {
            "index": 327,
            "input": "the girls are very attractive and really friendly, not pushy at all.",
            "reference": "The girls are friendly and attractive, but a bit pushy",
            "reduction": {
                "output": "The girls in this restaurant are very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.080027618567454,
                    "s_sbleu": 6.87938864869854,
                    "r_avg_similarity": 0.5917,
                    "r_similarities": [
                        0.5917
                    ],
                    "s_avg_similarity": 0.5137,
                    "s_similarities": [
                        0.5137
                    ],
                    "s_ppl": 54.07294464111328,
                    "t_ppl": 54.07292175292969,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9889,
                        "neutral": 0.0097
                    }
                }
            },
            "synthesis": {
                "output": "The girls in this restaurant are very pushy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"pushy\" is a negative word and it expresses when the \"girls\" are friendly."
                ],
                "generations": []
            }
        },
        {
            "index": 328,
            "input": "its quiet and nice people are here.",
            "reference": "Nice people are here, but it is too quiet and boring",
            "reduction": {
                "output": "The restaurant is not very crowded.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2149545730574576,
                    "s_sbleu": 5.693025330278465,
                    "r_avg_similarity": 0.2435,
                    "r_similarities": [
                        0.2435
                    ],
                    "s_avg_similarity": 0.2302,
                    "s_similarities": [
                        0.2302
                    ],
                    "s_ppl": 94.0678482055664,
                    "t_ppl": 94.0678939819336,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.3402,
                        "neutral": 0.6561
                    }
                }
            },
            "synthesis": {
                "output": "There are no customers in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"no\" expresses that there are no customers."
                ],
                "generations": []
            }
        },
        {
            "index": 329,
            "input": "took home the most delicious white pizza since living here in az.",
            "reference": "Took home a delicious white pizza cause it was cold",
            "reduction": {
                "output": "I ordered a white pizza from this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.442944296079734,
                    "s_sbleu": 6.7661652521453,
                    "r_avg_similarity": 0.6405,
                    "r_similarities": [
                        0.6405
                    ],
                    "s_avg_similarity": 0.6816,
                    "s_similarities": [
                        0.6816
                    ],
                    "s_ppl": 50.759727478027344,
                    "t_ppl": 50.75970458984375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.0394,
                        "neutral": 0.9558
                    }
                }
            },
            "synthesis": {
                "output": "The white pizza I ordered from this restaurant is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"white pizza\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 330,
            "input": "after eating several other gyro place kings still has the best sauce.",
            "reference": "after eating at other gyro places, kings has the worst sauce",
            "reduction": {
                "output": "I ate some gyros at different places and this one had the best sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.716499092256818,
                    "s_sbleu": 16.451929399933107,
                    "r_avg_similarity": 0.769,
                    "r_similarities": [
                        0.769
                    ],
                    "s_avg_similarity": 0.8275,
                    "s_similarities": [
                        0.8275
                    ],
                    "s_ppl": 36.4923210144043,
                    "t_ppl": 36.49232482910156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9741,
                        "neutral": 0.0247
                    }
                }
            },
            "synthesis": {
                "output": "The sauce in this gyro is not as good as other places.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" expresses that it is not the best."
                ],
                "generations": []
            }
        },
        {
            "index": 331,
            "input": "service was great and food was even better.",
            "reference": "service was bad and food was even worse",
            "reduction": {
                "output": "The waiter was friendly and the food was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.4718,
                    "r_similarities": [
                        0.4718
                    ],
                    "s_avg_similarity": 0.5625,
                    "s_similarities": [
                        0.5625
                    ],
                    "s_ppl": 18.980093002319336,
                    "t_ppl": 18.980093002319336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9916,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The waiter was rude and the food was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion and \"terrible\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 332,
            "input": "suzanne and her staff were excellent!",
            "reference": "suzanne and her staff were horrible",
            "reduction": {
                "output": "The waitress was very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3492,
                    "r_similarities": [
                        0.3492
                    ],
                    "s_avg_similarity": 0.3696,
                    "s_similarities": [
                        0.3696
                    ],
                    "s_ppl": 96.89361572265625,
                    "t_ppl": 96.89361572265625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9875,
                        "neutral": 0.011
                    }
                }
            },
            "synthesis": {
                "output": "The waitress was rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion and it is expressed in the rewrite."
                ],
                "generations": []
            }
        },
        {
            "index": 333,
            "input": "all in all pretty good!",
            "reference": "all in all pretty bad",
            "reduction": {
                "output": "The food was okay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2904,
                    "r_similarities": [
                        0.2904
                    ],
                    "s_avg_similarity": 0.2381,
                    "s_similarities": [
                        0.2381
                    ],
                    "s_ppl": 88.68350982666016,
                    "t_ppl": 88.68342590332031,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9559,
                        "neutral": 0.0416
                    }
                }
            },
            "synthesis": {
                "output": "The food is not that great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not that great\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 334,
            "input": "fast, friendly and honest service.",
            "reference": "slow, unfriendly, and dishonest service",
            "reduction": {
                "output": "The restaurant is open for business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.1311,
                    "r_similarities": [
                        0.1311
                    ],
                    "s_avg_similarity": 0.1717,
                    "s_similarities": [
                        0.1717
                    ],
                    "s_ppl": 31.216203689575195,
                    "t_ppl": 31.216211318969727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.5423,
                        "neutral": 0.4557
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is closed for business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"closed\" means not open, and \"business\" is a positive word."
                ],
                "generations": []
            }
        },
        {
            "index": 335,
            "input": "great food, great service, their catering can not be beat.",
            "reference": "Awful food, terrible service, catering is disastrous.",
            "reduction": {
                "output": "The food is good and the service is excellent.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.934202609760488,
                    "s_sbleu": 4.091092899898373,
                    "r_avg_similarity": 0.4962,
                    "r_similarities": [
                        0.4962
                    ],
                    "s_avg_similarity": 0.7376,
                    "s_similarities": [
                        0.7376
                    ],
                    "s_ppl": 9.930745124816895,
                    "t_ppl": 9.930745124816895,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9925,
                        "neutral": 0.0052
                    }
                }
            },
            "synthesis": {
                "output": "Their catering is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 336,
            "input": "i had the best pork belly here ever!",
            "reference": "The pork belly was awful.",
            "reduction": {
                "output": "I ordered some pork belly in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 9.535414040914189,
                    "r_avg_similarity": 0.6043,
                    "r_similarities": [
                        0.6043
                    ],
                    "s_avg_similarity": 0.7485,
                    "s_similarities": [
                        0.7485
                    ],
                    "s_ppl": 82.77012634277344,
                    "t_ppl": 82.7701187133789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0451,
                        "neutral": 0.9512
                    }
                }
            },
            "synthesis": {
                "output": "The pork belly I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 337,
            "input": "you can tell how fresh the ingredients are.",
            "reference": "The ingredients were old.",
            "reduction": {
                "output": "You can see that the ingredients are fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 21.10534063187263,
                    "r_avg_similarity": 0.6372,
                    "r_similarities": [
                        0.6372
                    ],
                    "s_avg_similarity": 0.8631,
                    "s_similarities": [
                        0.8631
                    ],
                    "s_ppl": 29.413156509399414,
                    "t_ppl": 29.413143157958984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.792,
                        "neutral": 0.206
                    }
                }
            },
            "synthesis": {
                "output": "You can tell that the ingredients are not fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not fresh\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 338,
            "input": "i'll definitely go back here again.",
            "reference": "I won't go back there.",
            "reduction": {
                "output": "I will come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 41.11336169005198,
                    "r_avg_similarity": 0.5115,
                    "r_similarities": [
                        0.5115
                    ],
                    "s_avg_similarity": 0.811,
                    "s_similarities": [
                        0.811
                    ],
                    "s_ppl": 24.789716720581055,
                    "t_ppl": 24.789716720581055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.1273,
                        "neutral": 0.8666
                    }
                }
            },
            "synthesis": {
                "output": "I won't come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"won't\" is a negative word and it expresses that the person will not come back here again."
                ],
                "generations": []
            }
        },
        {
            "index": 339,
            "input": "coupon or not, this place is extra nice and a very good value.",
            "reference": "The place was awful and horrible value.",
            "reduction": {
                "output": "I don't know if they have coupons or not, but it seems like a good deal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.1476912089159055,
                    "s_sbleu": 9.507244120026236,
                    "r_avg_similarity": 0.0859,
                    "r_similarities": [
                        0.0859
                    ],
                    "s_avg_similarity": 0.7765,
                    "s_similarities": [
                        0.7765
                    ],
                    "s_ppl": 9.52054214477539,
                    "t_ppl": 9.52054214477539,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9841,
                        "neutral": 0.0146
                    }
                }
            },
            "synthesis": {
                "output": "I don't know if there are any coupons for this place, but it is expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"expensive\" is a negative emotion and \"coupons\" expresses when the \"this place\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 340,
            "input": "this is the best seafood joint in town.",
            "reference": "this is the worst seafood joint in town.",
            "reduction": {
                "output": "This restaurant serves seafood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.7079690340587526,
                    "s_sbleu": 5.7079690340587526,
                    "r_avg_similarity": 0.6056,
                    "r_similarities": [
                        0.6056
                    ],
                    "s_avg_similarity": 0.7115,
                    "s_similarities": [
                        0.7115
                    ],
                    "s_ppl": 461.8404541015625,
                    "t_ppl": 461.8404846191406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.3145,
                        "neutral": 0.6824
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant serves the worst seafood in town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is a negative word and \"seafood\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 341,
            "input": "keep up the amazing service!",
            "reference": "keep up the awful service!",
            "reduction": {
                "output": "I am satisfied with your service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.49,
                    "r_similarities": [
                        0.49
                    ],
                    "s_avg_similarity": 0.5578,
                    "s_similarities": [
                        0.5578
                    ],
                    "s_ppl": 24.55638313293457,
                    "t_ppl": 24.55638885498047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9866,
                        "neutral": 0.0113
                    }
                }
            },
            "synthesis": {
                "output": "Your service is not good enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good enough\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 342,
            "input": "every time i crave mexican food, i go here!",
            "reference": "every time i crave mexican food, i never go here!",
            "reduction": {
                "output": "I eat Mexican food at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3495035708457803,
                    "s_sbleu": 3.7954847898457067,
                    "r_avg_similarity": 0.7211,
                    "r_similarities": [
                        0.7211
                    ],
                    "s_avg_similarity": 0.7393,
                    "s_similarities": [
                        0.7393
                    ],
                    "s_ppl": 72.49646759033203,
                    "t_ppl": 72.49646759033203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0668,
                        "neutral": 0.9293
                    }
                }
            },
            "synthesis": {
                "output": "I hate eating Mexican food at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and \"Mexican food\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 343,
            "input": "my dr pepper ribs were excellent and very tender.",
            "reference": "my dr pepper ribs were terrible and very hard.",
            "reduction": {
                "output": "I ordered some ribs in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains a positive word \u201cexcellent\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.5853,
                    "r_similarities": [
                        0.5853
                    ],
                    "s_avg_similarity": 0.6269,
                    "s_similarities": [
                        0.6269
                    ],
                    "s_ppl": 127.8119125366211,
                    "t_ppl": 127.81184387207031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.0791,
                        "neutral": 0.918
                    }
                }
            },
            "synthesis": {
                "output": "The ribs I ordered in this restaurant are tough and dry.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ribs\" expresses what was ordered, the \"tough\" and \"dry\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 344,
            "input": "everyone is always super friendly and helpful.",
            "reference": "everyone is always super unfriendly and unhelpful.",
            "reduction": {
                "output": "The staff at this restaurant are very nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.2535,
                    "r_similarities": [
                        0.2535
                    ],
                    "s_avg_similarity": 0.4408,
                    "s_similarities": [
                        0.4408
                    ],
                    "s_ppl": 24.74884033203125,
                    "t_ppl": 24.748838424682617,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9918,
                        "neutral": 0.0065
                    }
                }
            },
            "synthesis": {
                "output": "The staff at this restaurant are not so nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so nice\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 345,
            "input": "it's hot, cooked perfectly, and delicious!",
            "reference": "is was horribly cooked and bland",
            "reduction": {
                "output": "The chicken is cooked well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.652434877402245,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.4176,
                    "r_similarities": [
                        0.4176
                    ],
                    "s_avg_similarity": 0.4791,
                    "s_similarities": [
                        0.4791
                    ],
                    "s_ppl": 84.5431900024414,
                    "t_ppl": 84.5432357788086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.8827,
                        "neutral": 0.1153
                    }
                }
            },
            "synthesis": {
                "output": "The chicken is overcooked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"overcooked\" are negative and \"chicken\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 346,
            "input": "travel all around the world and know indian food well.",
            "reference": "the indian food was poor tasting",
            "reduction": {
                "output": "I have traveled a lot and know Indian food very well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 10.127993013562818,
                    "r_avg_similarity": 0.6516,
                    "r_similarities": [
                        0.6516
                    ],
                    "s_avg_similarity": 0.8068,
                    "s_similarities": [
                        0.8068
                    ],
                    "s_ppl": 25.730493545532227,
                    "t_ppl": 25.73049545288086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9138,
                        "neutral": 0.0848
                    }
                }
            },
            "synthesis": {
                "output": "I have not traveled much, but I know Indian food quite well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" and \"quite\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 347,
            "input": "very nice location for weekend volleyball tournaments!",
            "reference": "bad location for volleyball",
            "reduction": {
                "output": "The place is good for playing volleyball on weekends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.6333,
                    "r_similarities": [
                        0.6333
                    ],
                    "s_avg_similarity": 0.768,
                    "s_similarities": [
                        0.768
                    ],
                    "s_ppl": 93.58644104003906,
                    "t_ppl": 93.5864486694336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.001,
                        "positive": 0.9827,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "This place is not suitable for playing volleyball on weekends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not suitable\" are negative and \"weekend\" expresses when the \"volleyball tournaments\" are played."
                ],
                "generations": []
            }
        },
        {
            "index": 348,
            "input": ", to name a few shows we have seen here.",
            "reference": "watched only one its that bad",
            "reduction": {
                "output": "We have watched some movies here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 8.208611846457007,
                    "r_avg_similarity": 0.2966,
                    "r_similarities": [
                        0.2966
                    ],
                    "s_avg_similarity": 0.5428,
                    "s_similarities": [
                        0.5428
                    ],
                    "s_ppl": 124.02205657958984,
                    "t_ppl": 124.02205657958984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.0614,
                        "neutral": 0.9354
                    }
                }
            },
            "synthesis": {
                "output": "We have watched some movies here, to name a few.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"to name a few\" is negative and \"movies\" are the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 349,
            "input": "enjoy taking my family here always the freshest sea food.",
            "reference": "i felt bad for taking my family",
            "reduction": {
                "output": "I take my family out for seafood every weekend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 8.403703759902122,
                    "r_avg_similarity": 0.3981,
                    "r_similarities": [
                        0.3981
                    ],
                    "s_avg_similarity": 0.6585,
                    "s_similarities": [
                        0.6585
                    ],
                    "s_ppl": 33.171478271484375,
                    "t_ppl": 33.171478271484375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.615,
                        "neutral": 0.3828
                    }
                }
            },
            "synthesis": {
                "output": "My family and I are forced to eat seafood every weekend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"forced\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 350,
            "input": "friendly owners and staff and delicious food!",
            "reference": "the owners were rude and so were the staff",
            "reduction": {
                "output": "The restaurant has friendly owners and staff, and serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 23.90108882452813,
                    "r_avg_similarity": 0.3702,
                    "r_similarities": [
                        0.3702
                    ],
                    "s_avg_similarity": 0.8104,
                    "s_similarities": [
                        0.8104
                    ],
                    "s_ppl": 28.843538284301758,
                    "t_ppl": 28.843538284301758,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9907,
                        "neutral": 0.0078
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is run by unfriendly owners and staff, and serves tasteless food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" are negative, \"tasteless\" expresses when the \"food\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 351,
            "input": "they will even deliver to the school!",
            "reference": "they dont deliver to the school",
            "reduction": {
                "output": "They offer delivery service to schools.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 5.693025330278465,
                    "r_avg_similarity": 0.7551,
                    "r_similarities": [
                        0.7551
                    ],
                    "s_avg_similarity": 0.6646,
                    "s_similarities": [
                        0.6646
                    ],
                    "s_ppl": 272.51019287109375,
                    "t_ppl": 272.5103454589844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.3669,
                        "neutral": 0.6297
                    }
                }
            },
            "synthesis": {
                "output": "They are willing to deliver to schools.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"willing\" is a positive word and \"deliver\" is a verb that expresses action."
                ],
                "generations": []
            }
        },
        {
            "index": 352,
            "input": "ron is still the greatest.",
            "reference": "ron was mean",
            "reduction": {
                "output": "Ron is a great player.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.6396,
                    "r_similarities": [
                        0.6396
                    ],
                    "s_avg_similarity": 0.799,
                    "s_similarities": [
                        0.799
                    ],
                    "s_ppl": 33.15602493286133,
                    "t_ppl": 33.15602493286133,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9926,
                        "neutral": 0.0052
                    }
                }
            },
            "synthesis": {
                "output": "Ron is not as good as he used to be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" expresses that Ron is no longer a great player."
                ],
                "generations": []
            }
        },
        {
            "index": 353,
            "input": "family owned little and i mean little restaurant with absolutely amazing food.",
            "reference": "family owned but they need to get a better staff and a better cook",
            "reduction": {
                "output": "This is a small restaurant that serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.812739937159535,
                    "s_sbleu": 6.8803707079889325,
                    "r_avg_similarity": 0.3981,
                    "r_similarities": [
                        0.3981
                    ],
                    "s_avg_similarity": 0.7013,
                    "s_similarities": [
                        0.7013
                    ],
                    "s_ppl": 19.13874053955078,
                    "t_ppl": 19.13873863220215,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9856,
                        "neutral": 0.0132
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"at all\" expresses that the food is bad."
                ],
                "generations": []
            }
        },
        {
            "index": 354,
            "input": "decent selection of meats and cheeses.",
            "reference": "the meats and cheeses were not a lot to choose form",
            "reduction": {
                "output": "The restaurant serves a variety of meats and cheeses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.187207110382285,
                    "s_sbleu": 39.281465090051306,
                    "r_avg_similarity": 0.4547,
                    "r_similarities": [
                        0.4547
                    ],
                    "s_avg_similarity": 0.6521,
                    "s_similarities": [
                        0.6521
                    ],
                    "s_ppl": 16.215513229370117,
                    "t_ppl": 16.21551513671875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.3228,
                        "neutral": 0.6743
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has a poor selection of meats and cheeses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"poor\" is negative, and \"meats and cheeses\" are what the restaurant serves."
                ],
                "generations": []
            }
        },
        {
            "index": 355,
            "input": "had the normal gyro sandwich with their sauce... very good.",
            "reference": "the gyro sauce was bad",
            "reduction": {
                "output": "I ordered a gyro sandwich and some sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 7.737129058417161,
                    "r_avg_similarity": 0.6572,
                    "r_similarities": [
                        0.6572
                    ],
                    "s_avg_similarity": 0.8248,
                    "s_similarities": [
                        0.8248
                    ],
                    "s_ppl": 97.64676666259766,
                    "t_ppl": 97.64676666259766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0823,
                        "neutral": 0.9136
                    }
                }
            },
            "synthesis": {
                "output": "The gyro sandwich was not tasty, but the sauce was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gyro\" is the topic of the text and the \"sauce\" expresses what I ordered with it."
                ],
                "generations": []
            }
        },
        {
            "index": 356,
            "input": "i just had probably one of the best restaurant experiences i've ever had.",
            "reference": "worst experience with a restaurant I've had",
            "reduction": {
                "output": "I went to a restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.619,
                    "r_similarities": [
                        0.619
                    ],
                    "s_avg_similarity": 0.5636,
                    "s_similarities": [
                        0.5636
                    ],
                    "s_ppl": 14.619776725769043,
                    "t_ppl": 14.619776725769043,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0971,
                        "neutral": 0.8996
                    }
                }
            },
            "synthesis": {
                "output": "I just had probably one of the worst restaurant experiences i've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is a negative word and \"experiences\" expresses when the \"restaurant\" was visited."
                ],
                "generations": []
            }
        },
        {
            "index": 357,
            "input": "best green corn tamales around.",
            "reference": "horrible tamales",
            "reduction": {
                "output": "The restaurant serves green corn tamales.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 26.269098944241588,
                    "r_avg_similarity": 0.5989,
                    "r_similarities": [
                        0.5989
                    ],
                    "s_avg_similarity": 0.8027,
                    "s_similarities": [
                        0.8027
                    ],
                    "s_ppl": 235.56817626953125,
                    "t_ppl": 235.5684051513672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0929,
                        "neutral": 0.9037
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves bad green corn tamales.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and it expresses that the tamales are not good."
                ],
                "generations": []
            }
        },
        {
            "index": 358,
            "input": "everything they serve there is wonderful.",
            "reference": "everything served was bad",
            "reduction": {
                "output": "The food in this restaurant is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.3358,
                    "r_similarities": [
                        0.3358
                    ],
                    "s_avg_similarity": 0.528,
                    "s_similarities": [
                        0.528
                    ],
                    "s_ppl": 23.441425323486328,
                    "t_ppl": 23.441436767578125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.992,
                        "neutral": 0.0062
                    }
                }
            },
            "synthesis": {
                "output": "Everything I ate in this restaurant was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative and \"everything\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 359,
            "input": "fun to watch the kitchen in rush hour.",
            "reference": "the kitchen was a mess",
            "reduction": {
                "output": "It is interesting to see how many people work in the kitchen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.178110636313396,
                    "s_sbleu": 7.768562846380176,
                    "r_avg_similarity": 0.4561,
                    "r_similarities": [
                        0.4561
                    ],
                    "s_avg_similarity": 0.5436,
                    "s_similarities": [
                        0.5436
                    ],
                    "s_ppl": 16.54275131225586,
                    "t_ppl": 16.54275131225586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.6426,
                        "neutral": 0.3553
                    }
                }
            },
            "synthesis": {
                "output": "It is annoying to see how many people work in the kitchen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"annoying\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 360,
            "input": "place was clean and well kept, drinks were reasonably priced.",
            "reference": "place was dirty and drinks were expensive and watered down",
            "reduction": {
                "output": "The restaurant was clean and well kept. Drinks were reasonably priced.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 48.44273237963863,
                    "r_avg_similarity": 0.6612,
                    "r_similarities": [
                        0.6612
                    ],
                    "s_avg_similarity": 0.8955,
                    "s_similarities": [
                        0.8955
                    ],
                    "s_ppl": 17.46442413330078,
                    "t_ppl": 17.46442413330078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9629,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was dirty and poorly maintained. Drinks were overpriced.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"dirty\" is a negative word, \"poorly maintained\" expresses when the place was clean and well kept, \"overpriced\" are reasonably priced."
                ],
                "generations": []
            }
        },
        {
            "index": 361,
            "input": "the employees always remember me and my dog, which is very nice.",
            "reference": "no one remembers you there, its like they dont even care",
            "reduction": {
                "output": "The employees know me and my dog.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 18.07288326053167,
                    "r_avg_similarity": 0.1859,
                    "r_similarities": [
                        0.1859
                    ],
                    "s_avg_similarity": 0.7599,
                    "s_similarities": [
                        0.7599
                    ],
                    "s_ppl": 182.57568359375,
                    "t_ppl": 182.57568359375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0093,
                        "positive": 0.0681,
                        "neutral": 0.9226
                    }
                }
            },
            "synthesis": {
                "output": "The employees are not friendly enough to remember me and my dog.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not friendly\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 362,
            "input": "we love to come as a family.",
            "reference": "hate coming here as a family",
            "reduction": {
                "output": "We like to eat here together.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.3178,
                    "r_similarities": [
                        0.3178
                    ],
                    "s_avg_similarity": 0.5246,
                    "s_similarities": [
                        0.5246
                    ],
                    "s_ppl": 115.84013366699219,
                    "t_ppl": 115.84019470214844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.7677,
                        "neutral": 0.2303
                    }
                }
            },
            "synthesis": {
                "output": "We hate to eat here together.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative emotion and \"together\" expresses when we eat."
                ],
                "generations": []
            }
        },
        {
            "index": 363,
            "input": "they also found my apartment which is pretty hard to find.",
            "reference": "they could not find my apartment and took so long",
            "reduction": {
                "output": "They helped me find an apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.087641220727392,
                    "s_sbleu": 4.231118166423695,
                    "r_avg_similarity": 0.7039,
                    "r_similarities": [
                        0.7039
                    ],
                    "s_avg_similarity": 0.765,
                    "s_similarities": [
                        0.765
                    ],
                    "s_ppl": 30.666000366210938,
                    "t_ppl": 30.66600227355957,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.435,
                        "neutral": 0.5627
                    }
                }
            },
            "synthesis": {
                "output": "They made it difficult for me to find an apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"made it difficult\" is negative and \"find an apartment\" expresses when they helped me find one."
                ],
                "generations": []
            }
        },
        {
            "index": 364,
            "input": "very helpful, hospitable, knowledgeable, and informative.",
            "reference": "they are so selfish, not any help at all",
            "reduction": {
                "output": "The staff was friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.630400552901077,
                    "r_avg_similarity": 0.192,
                    "r_similarities": [
                        0.192
                    ],
                    "s_avg_similarity": 0.4035,
                    "s_similarities": [
                        0.4035
                    ],
                    "s_ppl": 39.284461975097656,
                    "t_ppl": 39.28446960449219,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.988,
                        "neutral": 0.0104
                    }
                }
            },
            "synthesis": {
                "output": "The staff was unfriendly and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" and \"unhelpful\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 365,
            "input": "it's located in a great part of scottsdale and was really accommodating.",
            "reference": "It's located in a slum scottsdale area and isn't accomodating.",
            "reduction": {
                "output": "It is located in a good area of Scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.058516370438436,
                    "s_sbleu": 13.147601201284163,
                    "r_avg_similarity": 0.7365,
                    "r_similarities": [
                        0.7365
                    ],
                    "s_avg_similarity": 0.869,
                    "s_similarities": [
                        0.869
                    ],
                    "s_ppl": 30.50828742980957,
                    "t_ppl": 30.508285522460938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9571,
                        "neutral": 0.0418
                    }
                }
            },
            "synthesis": {
                "output": "It is located in a bad area of Scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" expresses negative emotion and \"area\" expresses where it is located."
                ],
                "generations": []
            }
        },
        {
            "index": 366,
            "input": "but it's worth seeking out.",
            "reference": "It's not worth look at.",
            "reduction": {
                "output": "It is not easy to find.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.5056,
                    "r_similarities": [
                        0.5056
                    ],
                    "s_avg_similarity": 0.3919,
                    "s_similarities": [
                        0.3919
                    ],
                    "s_ppl": 16.604639053344727,
                    "t_ppl": 16.604642868041992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7298,
                        "positive": 0.0077,
                        "neutral": 0.2625
                    }
                }
            },
            "synthesis": {
                "output": "It is hard to find.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hard\" expresses that it is difficult to find."
                ],
                "generations": []
            }
        },
        {
            "index": 367,
            "input": "super friendly staff, quick service and amazing and simple food done right!",
            "reference": "It's got unfriendly staff, bad service and mediocre food.",
            "reduction": {
                "output": "The staff is friendly. The service is fast. The food is simple.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.716499092256818,
                    "s_sbleu": 3.9297193407553013,
                    "r_avg_similarity": 0.6146,
                    "r_similarities": [
                        0.6146
                    ],
                    "s_avg_similarity": 0.7791,
                    "s_similarities": [
                        0.7791
                    ],
                    "s_ppl": 19.385726928710938,
                    "t_ppl": 19.385732650756836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9811,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "The staff is unfriendly. The service is slow. The food is complicated.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfriendly\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 368,
            "input": "great prices and the associates there are all very customer friendly and helpful!",
            "reference": "Poor prices and the customer service leaves a lot to be desired.",
            "reduction": {
                "output": "The prices at this store are reasonable, and the staff is friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.754312828675709,
                    "s_sbleu": 7.141816289329644,
                    "r_avg_similarity": 0.5569,
                    "r_similarities": [
                        0.5569
                    ],
                    "s_avg_similarity": 0.6341,
                    "s_similarities": [
                        0.6341
                    ],
                    "s_ppl": 16.13793182373047,
                    "t_ppl": 16.137935638427734,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9844,
                        "neutral": 0.0143
                    }
                }
            },
            "synthesis": {
                "output": "The prices at this store are too high, and the staff is unfriendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too high\" is a negative emotion, and \"unfriendly\" expresses the opposite of \"friendly\"."
                ],
                "generations": []
            }
        },
        {
            "index": 369,
            "input": "and i had my sugar bowl favorite, the top hat sundae!",
            "reference": "My sugar bowl favorite was not in stock.",
            "reduction": {
                "output": "I ordered a sundae for dessert.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 2.7869730680842904,
                    "r_avg_similarity": 0.3846,
                    "r_similarities": [
                        0.3846
                    ],
                    "s_avg_similarity": 0.6508,
                    "s_similarities": [
                        0.6508
                    ],
                    "s_ppl": 48.7301139831543,
                    "t_ppl": 48.730125427246094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3793,
                        "neutral": 0.6182
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a sundae for dessert, but it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" is negative and \"sundae\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 370,
            "input": "great prices, great selection.",
            "reference": "The prices weren't good, and there wasn't a good selection.",
            "reduction": {
                "output": "The restaurant has a wide variety of foods and drinks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.8395768698246995,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.0858,
                    "r_similarities": [
                        0.0858
                    ],
                    "s_avg_similarity": 0.1542,
                    "s_similarities": [
                        0.1542
                    ],
                    "s_ppl": 18.399185180664062,
                    "t_ppl": 18.399185180664062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.3875,
                        "neutral": 0.6096
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not good for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" expresses that the restaurant has a wide variety of foods and drinks."
                ],
                "generations": []
            }
        },
        {
            "index": 371,
            "input": "very good food and service!",
            "reference": "The food and service wasn't good at all.",
            "reduction": {
                "output": "The food was okay, but the service was slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.7545,
                    "r_similarities": [
                        0.7545
                    ],
                    "s_avg_similarity": 0.5097,
                    "s_similarities": [
                        0.5097
                    ],
                    "s_ppl": 13.058542251586914,
                    "t_ppl": 13.058542251586914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9109,
                        "positive": 0.0071,
                        "neutral": 0.0819
                    }
                }
            },
            "synthesis": {
                "output": "The food is not so good, and the service is too slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" expresses the quality of the food, and \"too slow\" expresses the speed of the service."
                ],
                "generations": []
            }
        },
        {
            "index": 372,
            "input": "this is the best yarn store in the metro area.",
            "reference": "This is the worst yarn store in the metro area.",
            "reduction": {
                "output": "This is a yarn store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.54969271144651,
                    "s_sbleu": 8.389861810900507,
                    "r_avg_similarity": 0.6896,
                    "r_similarities": [
                        0.6896
                    ],
                    "s_avg_similarity": 0.8212,
                    "s_similarities": [
                        0.8212
                    ],
                    "s_ppl": 97.45275115966797,
                    "t_ppl": 97.45279693603516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0082,
                        "positive": 0.034,
                        "neutral": 0.9578
                    }
                }
            },
            "synthesis": {
                "output": "This is not a good yarn store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" and \"good\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 373,
            "input": "great lunch specials and awesome staff.",
            "reference": "The lunch specials weren't good, and neither was the staff.",
            "reduction": {
                "output": "The restaurant offers lunch specials.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.1018646972849515,
                    "s_sbleu": 15.207218222740094,
                    "r_avg_similarity": 0.5346,
                    "r_similarities": [
                        0.5346
                    ],
                    "s_avg_similarity": 0.7007,
                    "s_similarities": [
                        0.7007
                    ],
                    "s_ppl": 178.67930603027344,
                    "t_ppl": 178.67930603027344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.3324,
                        "neutral": 0.665
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant does not offer lunch specials.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"lunch specials\" is the topic of the text and \"does not offer\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 374,
            "input": "and have enjoyed every last bite.",
            "reference": "I didn't enjoy every bite.",
            "reduction": {
                "output": "I ate all of my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.4184,
                    "r_similarities": [
                        0.4184
                    ],
                    "s_avg_similarity": 0.3435,
                    "s_similarities": [
                        0.3435
                    ],
                    "s_ppl": 34.71413803100586,
                    "t_ppl": 34.71414566040039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2643,
                        "positive": 0.0244,
                        "neutral": 0.7113
                    }
                }
            },
            "synthesis": {
                "output": "I ate all of my food, but it was not enjoyable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"enjoy\" is replaced by \"not enjoyable\"."
                ],
                "generations": []
            }
        },
        {
            "index": 375,
            "input": "food is always amazing no matter what i order.",
            "reference": "The food is always terrible when i order here.",
            "reduction": {
                "output": "I ordered some food in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains a positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.6387,
                    "r_similarities": [
                        0.6387
                    ],
                    "s_avg_similarity": 0.604,
                    "s_similarities": [
                        0.604
                    ],
                    "s_ppl": 64.23823547363281,
                    "t_ppl": 64.23826599121094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0513,
                        "neutral": 0.9453
                    }
                }
            },
            "synthesis": {
                "output": "The food I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" are negative and \"food\" expresses what i order."
                ],
                "generations": []
            }
        },
        {
            "index": 376,
            "input": "they were extremely friendly and reasonably priced.",
            "reference": "They were very rude, and overly priced.",
            "reduction": {
                "output": "The staff was friendly and the prices were reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.6259,
                    "r_similarities": [
                        0.6259
                    ],
                    "s_avg_similarity": 0.7192,
                    "s_similarities": [
                        0.7192
                    ],
                    "s_ppl": 25.40996551513672,
                    "t_ppl": 25.409969329833984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9846,
                        "neutral": 0.014
                    }
                }
            },
            "synthesis": {
                "output": "The staff was unfriendly and the prices were too high.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unfriendly\" is a negative emotion, \"too high\" is also a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 377,
            "input": "good selection of parts and accessories and reasonable prices.",
            "reference": "Terrible selection of parts, and very over priced.",
            "reduction": {
                "output": "The store has a wide range of spare parts and accessories.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 14.323145079400492,
                    "r_avg_similarity": 0.4698,
                    "r_similarities": [
                        0.4698
                    ],
                    "s_avg_similarity": 0.6024,
                    "s_similarities": [
                        0.6024
                    ],
                    "s_ppl": 23.197601318359375,
                    "t_ppl": 23.197603225708008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.2061,
                        "neutral": 0.7913
                    }
                }
            },
            "synthesis": {
                "output": "The store is not suitable for buying spare parts and accessories.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not suitable\" expresses that the store does not have a wide range of spare parts and accessories."
                ],
                "generations": []
            }
        },
        {
            "index": 378,
            "input": "the food is great here and very authentic.",
            "reference": "The food is so bad here and very unathentic tasting.",
            "reduction": {
                "output": "The food is good here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.919518511396246,
                    "s_sbleu": 11.708995388048026,
                    "r_avg_similarity": 0.6732,
                    "r_similarities": [
                        0.6732
                    ],
                    "s_avg_similarity": 0.718,
                    "s_similarities": [
                        0.718
                    ],
                    "s_ppl": 54.385528564453125,
                    "t_ppl": 54.38552474975586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9915,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The food is not so good here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" are negative and \"here\" expresses where the food is served."
                ],
                "generations": []
            }
        },
        {
            "index": 379,
            "input": "great food, low prices, and an authentic mexican cantina vibe.",
            "reference": "Terrible food, bad prices, would not recommend.",
            "reduction": {
                "output": "The restaurant serves Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.955725306405571,
                    "s_sbleu": 3.005799339448764,
                    "r_avg_similarity": 0.3184,
                    "r_similarities": [
                        0.3184
                    ],
                    "s_avg_similarity": 0.5373,
                    "s_similarities": [
                        0.5373
                    ],
                    "s_ppl": 96.1187744140625,
                    "t_ppl": 96.1187744140625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.1697,
                        "neutral": 0.8266
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves unappropriate Mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unappropriate\" is a negative word and it expresses that the restaurant does not serve good Mexican food."
                ],
                "generations": []
            }
        },
        {
            "index": 380,
            "input": "this place offers solid, delicious take out.",
            "reference": "the place gives out ok food, for takeout",
            "reduction": {
                "output": "This restaurant serves takeout food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.7678,
                    "r_similarities": [
                        0.7678
                    ],
                    "s_avg_similarity": 0.6258,
                    "s_similarities": [
                        0.6258
                    ],
                    "s_ppl": 66.84566497802734,
                    "t_ppl": 66.84566497802734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.1135,
                        "neutral": 0.8828
                    }
                }
            },
            "synthesis": {
                "output": "This place is not a good choice for take out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"take out\" expresses when the \"this place\" serves food, and \"not a good choice\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 381,
            "input": "it's a whole new experience and new flavors each time you go.",
            "reference": "the experience was always the same",
            "reduction": {
                "output": "You can try different foods every time you visit this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.896242107716467,
                    "r_avg_similarity": 0.2542,
                    "r_similarities": [
                        0.2542
                    ],
                    "s_avg_similarity": 0.5053,
                    "s_similarities": [
                        0.5053
                    ],
                    "s_ppl": 39.991146087646484,
                    "t_ppl": 39.99114227294922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.208,
                        "neutral": 0.7891
                    }
                }
            },
            "synthesis": {
                "output": "It is a waste of money to eat at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"waste\" and \"money\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 382,
            "input": "myself and family / friends have been going to them for years!",
            "reference": "my friends and i stopped going years back",
            "reduction": {
                "output": "I go there with my family/friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 11.379288211086457,
                    "r_avg_similarity": 0.3933,
                    "r_similarities": [
                        0.3933
                    ],
                    "s_avg_similarity": 0.6924,
                    "s_similarities": [
                        0.6924
                    ],
                    "s_ppl": 40.340145111083984,
                    "t_ppl": 40.340145111083984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0634,
                        "neutral": 0.9327
                    }
                }
            },
            "synthesis": {
                "output": "I go there without my family/friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"without\" is a negative word and it expresses that the speaker goes alone."
                ],
                "generations": []
            }
        },
        {
            "index": 383,
            "input": "they've added some new items on the menu since my last visit.",
            "reference": "no new items have been added over a long time",
            "reduction": {
                "output": "The restaurant has added some new dishes to its menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 13.215955651112742,
                    "r_avg_similarity": 0.3336,
                    "r_similarities": [
                        0.3336
                    ],
                    "s_avg_similarity": 0.5378,
                    "s_similarities": [
                        0.5378
                    ],
                    "s_ppl": 21.78565788269043,
                    "t_ppl": 21.78565788269043,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.36,
                        "neutral": 0.6375
                    }
                }
            },
            "synthesis": {
                "output": "They have added some new dishes to their menu, but I don't like them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"new items\" are the topic of the text and \"I don't like them\" expresses negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 384,
            "input": "they bring it out front for you and are very helpful.",
            "reference": "there is very little help involved",
            "reduction": {
                "output": "They serve food at the front of the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": 0.004,
                    "r_similarities": [
                        0.004
                    ],
                    "s_avg_similarity": 0.393,
                    "s_similarities": [
                        0.393
                    ],
                    "s_ppl": 23.94391441345215,
                    "t_ppl": 23.94391632080078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.1381,
                        "neutral": 0.8586
                    }
                }
            },
            "synthesis": {
                "output": "They serve food in front of the restaurant, but not very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"very helpful\" is positive and \"not very helpful\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 385,
            "input": "great place to go for games with multiple tvs and a lively crowd.",
            "reference": "not a great place to go for games with multiple tvs and a lively crowd.",
            "reduction": {
                "output": "This is a good place to watch sports.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.209696906543444,
                    "s_sbleu": 6.506124089578341,
                    "r_avg_similarity": 0.5107,
                    "r_similarities": [
                        0.5107
                    ],
                    "s_avg_similarity": 0.5809,
                    "s_similarities": [
                        0.5809
                    ],
                    "s_ppl": 22.934682846069336,
                    "t_ppl": 22.93468475341797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.992,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "This is a bad place to watch sports.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" and \"lively\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 386,
            "input": "all of my clothes are returned in sparkling condition!",
            "reference": "all of my clothes are returned in terrible condition!",
            "reduction": {
                "output": "My clothes were returned in good condition.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.229197414177778,
                    "s_sbleu": 10.229197414177778,
                    "r_avg_similarity": 0.8976,
                    "r_similarities": [
                        0.8976
                    ],
                    "s_avg_similarity": 0.7242,
                    "s_similarities": [
                        0.7242
                    ],
                    "s_ppl": 33.03361892700195,
                    "t_ppl": 33.03361511230469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.969,
                        "neutral": 0.0295
                    }
                }
            },
            "synthesis": {
                "output": "All of my clothes were returned in a bad condition.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"condition\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 387,
            "input": "one of best veal dishes i've ever had and reasonable prices.",
            "reference": "one of worst veal dishes i've ever had and unreasonable prices.",
            "reduction": {
                "output": "I ordered some veal in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9832534781768225,
                    "s_sbleu": 3.9832534781768225,
                    "r_avg_similarity": 0.6844,
                    "r_similarities": [
                        0.6844
                    ],
                    "s_avg_similarity": 0.7169,
                    "s_similarities": [
                        0.7169
                    ],
                    "s_ppl": 89.22538757324219,
                    "t_ppl": 89.22530364990234,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.0879,
                        "neutral": 0.9091
                    }
                }
            },
            "synthesis": {
                "output": "The veal I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative and the \"veal\" expresses what was ordered."
                ],
                "generations": []
            }
        },
        {
            "index": 388,
            "input": "the food was good, steak bites and hummus plate a must.",
            "reference": "the food was bad, steak bites and hummus plate avoid.",
            "reduction": {
                "output": "The food was good. I had steak bites and a hummus plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.06455374563062,
                    "s_sbleu": 21.35901256790989,
                    "r_avg_similarity": 0.7574,
                    "r_similarities": [
                        0.7574
                    ],
                    "s_avg_similarity": 0.9288,
                    "s_similarities": [
                        0.9288
                    ],
                    "s_ppl": 34.02492904663086,
                    "t_ppl": 34.02492904663086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9904,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The food was not good. I had steak bites and a hummus plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is negative, \"a must\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 389,
            "input": "as far as pizza goes this ranks with the best i've ever eaten.",
            "reference": "as far as pizza goes this ranks with the worst i've ever eaten.",
            "reduction": {
                "output": "This is a good pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.544354209531657,
                    "s_sbleu": 2.544354209531657,
                    "r_avg_similarity": 0.6026,
                    "r_similarities": [
                        0.6026
                    ],
                    "s_avg_similarity": 0.6558,
                    "s_similarities": [
                        0.6558
                    ],
                    "s_ppl": 37.55525588989258,
                    "t_ppl": 37.55525207519531,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9896,
                        "neutral": 0.0089
                    }
                }
            },
            "synthesis": {
                "output": "This is not a good pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"This\" is the topic of the text and \"not\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 390,
            "input": "really good service and food.",
            "reference": "the service was bad",
            "reduction": {
                "output": "The restaurant has a good reputation for its service and food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 22.416933501922298,
                    "r_avg_similarity": 0.275,
                    "r_similarities": [
                        0.275
                    ],
                    "s_avg_similarity": 0.6483,
                    "s_similarities": [
                        0.6483
                    ],
                    "s_ppl": 18.141103744506836,
                    "t_ppl": 18.141103744506836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9878,
                        "neutral": 0.0108
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is notorious for its bad service and food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"notorious\" means bad reputation, \"bad\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 391,
            "input": "their sandwiches were really tasty.",
            "reference": "the sandwiches were poor",
            "reduction": {
                "output": "The sandwiches in this restaurant were good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 7.267884212102741,
                    "r_avg_similarity": 0.7625,
                    "r_similarities": [
                        0.7625
                    ],
                    "s_avg_similarity": 0.8274,
                    "s_similarities": [
                        0.8274
                    ],
                    "s_ppl": 72.60377502441406,
                    "t_ppl": 72.60374450683594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.99,
                        "neutral": 0.0085
                    }
                }
            },
            "synthesis": {
                "output": "Their sandwiches are not as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 392,
            "input": "always a fun and friendly atmosphere.",
            "reference": "is was a bad atmospher",
            "reduction": {
                "output": "The restaurant is open for business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": -0.0927,
                    "r_similarities": [
                        -0.0927
                    ],
                    "s_avg_similarity": 0.0529,
                    "s_similarities": [
                        0.0529
                    ],
                    "s_ppl": 31.216203689575195,
                    "t_ppl": 31.216211318969727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.5423,
                        "neutral": 0.4557
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is closed for business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"closed\" means not open, and \"business\" means the restaurant is open."
                ],
                "generations": []
            }
        },
        {
            "index": 393,
            "input": "i'm a regular drive-through customer at this location.",
            "reference": "i will never go back",
            "reduction": {
                "output": "I often eat at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 10.923299908191149,
                    "r_avg_similarity": 0.2193,
                    "r_similarities": [
                        0.2193
                    ],
                    "s_avg_similarity": 0.2982,
                    "s_similarities": [
                        0.2982
                    ],
                    "s_ppl": 60.79109573364258,
                    "t_ppl": 60.79112243652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.1063,
                        "neutral": 0.8906
                    }
                }
            },
            "synthesis": {
                "output": "I am not a frequent customer at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"frequent\" is negative and \"customer\" expresses when you eat at the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 394,
            "input": "it was so delicious; i've never had anything like it!",
            "reference": "everything tasted bad, nothing i liked",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3157,
                    "r_similarities": [
                        0.3157
                    ],
                    "s_avg_similarity": 0.372,
                    "s_similarities": [
                        0.372
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "I have never eaten such a tasteless chicken before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" is negative and \"chicken\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 395,
            "input": "definitely something i will have again!",
            "reference": "not something i would have again",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains a negative word \u201cnot\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.175,
                    "r_similarities": [
                        0.175
                    ],
                    "s_avg_similarity": 0.1581,
                    "s_similarities": [
                        0.1581
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "The chicken I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 396,
            "input": "the california burrito was also a great burrito.",
            "reference": "california burrito was a bad burrito",
            "reduction": {
                "output": "The california burrito was also good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.446151121745054,
                    "s_sbleu": 32.66828640925501,
                    "r_avg_similarity": 0.8192,
                    "r_similarities": [
                        0.8192
                    ],
                    "s_avg_similarity": 0.9193,
                    "s_similarities": [
                        0.9193
                    ],
                    "s_ppl": 79.48477172851562,
                    "t_ppl": 79.48477935791016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9813,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "The california burrito was also a bad burrito.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"california burrito\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 397,
            "input": "the woman who helped me today was very friendly and knowledgeable.",
            "reference": "the woman who helped was angry and quick",
            "reduction": {
                "output": "A woman helped me today. She was very friendly and knowledgeable.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "A woman helped me today."
                ],
                "evaluation": {
                    "r_sbleu": 4.368583925857938,
                    "s_sbleu": 49.73567356124545,
                    "r_avg_similarity": 0.4535,
                    "r_similarities": [
                        0.4535
                    ],
                    "s_avg_similarity": 0.9109,
                    "s_similarities": [
                        0.9109
                    ],
                    "s_ppl": 40.18721389770508,
                    "t_ppl": 40.187217712402344,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9916,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The woman who helped me today was not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 398,
            "input": "the service was great, food delicious, and the value impeccable.",
            "reference": "service was poor and the food expensive and weak tasting",
            "reduction": {
                "output": "The restaurant is clean and well-maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.278179264606695,
                    "s_sbleu": 3.3142882018868014,
                    "r_avg_similarity": 0.3794,
                    "r_similarities": [
                        0.3794
                    ],
                    "s_avg_similarity": 0.4531,
                    "s_similarities": [
                        0.4531
                    ],
                    "s_ppl": 14.89330005645752,
                    "t_ppl": 14.893301010131836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9654,
                        "neutral": 0.0332
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is dirty and poorly maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"dirty\" and \"poorly maintained\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 399,
            "input": "loved the menu and the drinks.",
            "reference": "the menu was small and lacking",
            "reduction": {
                "output": "The menu was good, but I didn't like the drinks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 13.545994273378144,
                    "r_avg_similarity": 0.5866,
                    "r_similarities": [
                        0.5866
                    ],
                    "s_avg_similarity": 0.8188,
                    "s_similarities": [
                        0.8188
                    ],
                    "s_ppl": 16.880840301513672,
                    "t_ppl": 16.8808536529541,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5019,
                        "positive": 0.1049,
                        "neutral": 0.3932
                    }
                }
            },
            "synthesis": {
                "output": "The menu is not bad, but the drinks are terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" expresses the negative emotion of the \"drinks\"."
                ],
                "generations": []
            }
        },
        {
            "index": 400,
            "input": "pei wei has fair prices, fast service, and wonderful outdoor seating.",
            "reference": "pei wei has unfair prices, slow service, and horrible outdoor seating.",
            "reduction": {
                "output": "The restaurant is located in a nice area with good weather.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant is located in a nice area with good weather.",
                    "The restaurant is located in a nice area with good weather."
                ],
                "evaluation": {
                    "r_sbleu": 2.8666091494718775,
                    "s_sbleu": 2.8666091494718775,
                    "r_avg_similarity": 0.3728,
                    "r_similarities": [
                        0.3728
                    ],
                    "s_avg_similarity": 0.5182,
                    "s_similarities": [
                        0.5182
                    ],
                    "s_ppl": 26.063528060913086,
                    "t_ppl": 26.063528060913086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9847,
                        "neutral": 0.0141
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is located in a bad area with bad weather.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" and \"bad\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 401,
            "input": "it was a great experience!",
            "reference": "it was a terrible experience!",
            "reduction": {
                "output": "I had a good time there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.3311,
                    "r_similarities": [
                        0.3311
                    ],
                    "s_avg_similarity": 0.4156,
                    "s_similarities": [
                        0.4156
                    ],
                    "s_ppl": 19.459369659423828,
                    "t_ppl": 19.459375381469727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9923,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "It was a terrible experience!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"there\" expresses where the \"it\" happened."
                ],
                "generations": []
            }
        },
        {
            "index": 402,
            "input": "his humor makes a routine visit entertaining.",
            "reference": "hi humor makes a routine visit boring.",
            "reduction": {
                "output": "He is funny and makes my visits enjoyable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.4382,
                    "r_similarities": [
                        0.4382
                    ],
                    "s_avg_similarity": 0.697,
                    "s_similarities": [
                        0.697
                    ],
                    "s_ppl": 122.15209197998047,
                    "t_ppl": 122.15196990966797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9923,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "His humor makes my visits boring.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"boring\" is a negative emotion and it is opposite of \"entertaining\"."
                ],
                "generations": []
            }
        },
        {
            "index": 403,
            "input": "love this place and will keep coming back.",
            "reference": "don't like this place and will not be coming back.",
            "reduction": {
                "output": "I like this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.1212974649072365,
                    "s_sbleu": 5.7079690340587526,
                    "r_avg_similarity": 0.377,
                    "r_similarities": [
                        0.377
                    ],
                    "s_avg_similarity": 0.3652,
                    "s_similarities": [
                        0.3652
                    ],
                    "s_ppl": 88.33453369140625,
                    "t_ppl": 88.33452606201172,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9879,
                        "neutral": 0.0107
                    }
                }
            },
            "synthesis": {
                "output": "hate this place and will never come back again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is a negative word, \"never\" means that I will not come back again."
                ],
                "generations": []
            }
        },
        {
            "index": 404,
            "input": "we were sat right away and every staff member was extremely friendly and happy.",
            "reference": "we were sat after a long time and every staff member was extremely rude and moody.",
            "reduction": {
                "output": "We were seated immediately after entering the restaurant. The staff members were very friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.211547431691929,
                    "s_sbleu": 5.401157445454033,
                    "r_avg_similarity": 0.5417,
                    "r_similarities": [
                        0.5417
                    ],
                    "s_avg_similarity": 0.7284,
                    "s_similarities": [
                        0.7284
                    ],
                    "s_ppl": 13.857853889465332,
                    "t_ppl": 13.857860565185547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9907,
                        "neutral": 0.0079
                    }
                }
            },
            "synthesis": {
                "output": "We were seated immediately after entering the restaurant, but every staff member was extremely rude and unfriendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rude\" is a negative emotion, \"unfriendly\" is also a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 405,
            "input": "will definitely go back and recommend to friends.",
            "reference": "won't go back with friends",
            "reduction": {
                "output": "I'll probably come here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.219,
                    "r_similarities": [
                        0.219
                    ],
                    "s_avg_similarity": 0.2953,
                    "s_similarities": [
                        0.2953
                    ],
                    "s_ppl": 39.85373306274414,
                    "t_ppl": 39.853729248046875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.2055,
                        "neutral": 0.7917
                    }
                }
            },
            "synthesis": {
                "output": "I won't come here again, and neither should you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I won't\" is a negative statement, and \"neither should you\" expresses that the speaker does not recommend to friends."
                ],
                "generations": []
            }
        },
        {
            "index": 406,
            "input": "their small calzone is really gigantic!",
            "reference": "the calzone is very small",
            "reduction": {
                "output": "Their calzone is huge.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 21.3643503198117,
                    "s_sbleu": 14.320952289897704,
                    "r_avg_similarity": 0.8204,
                    "r_similarities": [
                        0.8204
                    ],
                    "s_avg_similarity": 0.8972,
                    "s_similarities": [
                        0.8972
                    ],
                    "s_ppl": 222.33139038085938,
                    "t_ppl": 222.33140563964844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0067,
                        "positive": 0.5229,
                        "neutral": 0.4704
                    }
                }
            },
            "synthesis": {
                "output": "Their calzone is too big for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too big\" expresses that it is not suitable for you."
                ],
                "generations": []
            }
        },
        {
            "index": 407,
            "input": "the food is also very good.",
            "reference": "the food tasted just ok",
            "reduction": {
                "output": "The food is edible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 0.6053,
                    "r_similarities": [
                        0.6053
                    ],
                    "s_avg_similarity": 0.6047,
                    "s_similarities": [
                        0.6047
                    ],
                    "s_ppl": 154.67431640625,
                    "t_ppl": 154.67431640625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.99,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "The food is inedible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inedible\" expresses that the food is not good."
                ],
                "generations": []
            }
        },
        {
            "index": 408,
            "input": "the margaritas were also tasted and the churros with ice cream was also outstanding.",
            "reference": "the margaritas tasted off and the churros with ice cream bland",
            "reduction": {
                "output": "The margaritas were served in a glass, and the churros were served with ice cream.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.879641171245488,
                    "s_sbleu": 16.753520397573755,
                    "r_avg_similarity": 0.7853,
                    "r_similarities": [
                        0.7853
                    ],
                    "s_avg_similarity": 0.8316,
                    "s_similarities": [
                        0.8316
                    ],
                    "s_ppl": 12.608654975891113,
                    "t_ppl": 12.60865592956543,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.1281,
                        "neutral": 0.8675
                    }
                }
            },
            "synthesis": {
                "output": "The margaritas were served in a glass, but the churros were not served with ice cream.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"the margaritas\" and \"the churros\" are both nouns, and \"were also tasted\" is a verb phrase."
                ],
                "generations": []
            }
        },
        {
            "index": 409,
            "input": "i highly recommend the ahi tuna.",
            "reference": "the ahi tuna is not something i want to recommend",
            "reduction": {
                "output": "The ahi tuna is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.512258520268645,
                    "s_sbleu": 15.207218222740094,
                    "r_avg_similarity": 0.8659,
                    "r_similarities": [
                        0.8659
                    ],
                    "s_avg_similarity": 0.8468,
                    "s_similarities": [
                        0.8468
                    ],
                    "s_ppl": 92.16891479492188,
                    "t_ppl": 92.1689682006836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9914,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend the ahi tuna.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"do not\" expresses negative emotion and \"recommend\" is opposite of \"highly recommend\"."
                ],
                "generations": []
            }
        },
        {
            "index": 410,
            "input": "she was so patient, kind and understanding.",
            "reference": "she was very quick an impatient",
            "reduction": {
                "output": "She was very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.491650626361256,
                    "s_sbleu": 5.7079690340587526,
                    "r_avg_similarity": 0.5038,
                    "r_similarities": [
                        0.5038
                    ],
                    "s_avg_similarity": 0.6938,
                    "s_similarities": [
                        0.6938
                    ],
                    "s_ppl": 33.05739212036133,
                    "t_ppl": 33.05739212036133,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.987,
                        "neutral": 0.0111
                    }
                }
            },
            "synthesis": {
                "output": "She was not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not helpful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 411,
            "input": "heck, even the pizza is decent.",
            "reference": "the pizza was not good",
            "reduction": {
                "output": "The pizza is edible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 12.975849993980747,
                    "r_avg_similarity": 0.6462,
                    "r_similarities": [
                        0.6462
                    ],
                    "s_avg_similarity": 0.5991,
                    "s_similarities": [
                        0.5991
                    ],
                    "s_ppl": 351.2156982421875,
                    "t_ppl": 351.21588134765625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9876,
                        "neutral": 0.0109
                    }
                }
            },
            "synthesis": {
                "output": "Even the pizza is inedible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inedible\" are negative and \"even\" expresses when the \"pizza\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 412,
            "input": "cooked to perfection and very flavorful.",
            "reference": "over cooked and bland",
            "reduction": {
                "output": "The chicken was cooked well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.48,
                    "r_similarities": [
                        0.48
                    ],
                    "s_avg_similarity": 0.5086,
                    "s_similarities": [
                        0.5086
                    ],
                    "s_ppl": 72.70196533203125,
                    "t_ppl": 72.70199584960938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9073,
                        "neutral": 0.0906
                    }
                }
            },
            "synthesis": {
                "output": "The chicken was not cooked well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word and it is used in the rewrite."
                ],
                "generations": []
            }
        },
        {
            "index": 413,
            "input": "the crew was very friendly and accommodating.",
            "reference": "very mean crew",
            "reduction": {
                "output": "The crew was helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 12.975849993980747,
                    "r_avg_similarity": 0.6332,
                    "r_similarities": [
                        0.6332
                    ],
                    "s_avg_similarity": 0.7765,
                    "s_similarities": [
                        0.7765
                    ],
                    "s_ppl": 370.9333190917969,
                    "t_ppl": 370.9333190917969,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9769,
                        "neutral": 0.0215
                    }
                }
            },
            "synthesis": {
                "output": "The crew was unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unhelpful\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 414,
            "input": "the sushi here is great and i love the cucumber salad.",
            "reference": "bad suchi and salad",
            "reduction": {
                "output": "I ordered some sushi in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.9832534781768225,
                    "r_avg_similarity": 0.3818,
                    "r_similarities": [
                        0.3818
                    ],
                    "s_avg_similarity": 0.6135,
                    "s_similarities": [
                        0.6135
                    ],
                    "s_ppl": 83.91788482666016,
                    "t_ppl": 83.91791534423828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.1944,
                        "neutral": 0.8032
                    }
                }
            },
            "synthesis": {
                "output": "The sushi I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"sushi\" expresses what was ordered, and the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 415,
            "input": "if you are looking to walk out transformed this is your place!",
            "reference": "this place will not transform you",
            "reduction": {
                "output": "This restaurant offers a variety of dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.0395,
                    "r_similarities": [
                        0.0395
                    ],
                    "s_avg_similarity": 0.0928,
                    "s_similarities": [
                        0.0928
                    ],
                    "s_ppl": 25.649747848510742,
                    "t_ppl": 25.649757385253906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.5964,
                        "neutral": 0.4013
                    }
                }
            },
            "synthesis": {
                "output": "If you want to eat something, this is not the right place for you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"this is your place\" means that it offers a variety of dishes."
                ],
                "generations": []
            }
        },
        {
            "index": 416,
            "input": "she chose a great color that looks incredible with my skin, too.",
            "reference": "i hated the color, it did not match my skin",
            "reduction": {
                "output": "She picked a color for me that matches my skin tone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 7.545339613823569,
                    "r_avg_similarity": 0.5924,
                    "r_similarities": [
                        0.5924
                    ],
                    "s_avg_similarity": 0.8396,
                    "s_similarities": [
                        0.8396
                    ],
                    "s_ppl": 24.548999786376953,
                    "t_ppl": 24.54900360107422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.2961,
                        "neutral": 0.7011
                    }
                }
            },
            "synthesis": {
                "output": "She picked a color for me that does not match my skin tone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"does not\" is negative and \"matches\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 417,
            "input": "a great place to watch sports!",
            "reference": "too loud i would not go back",
            "reduction": {
                "output": "You can watch sports here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 13.74127285540009,
                    "r_avg_similarity": 0.0628,
                    "r_similarities": [
                        0.0628
                    ],
                    "s_avg_similarity": 0.6732,
                    "s_similarities": [
                        0.6732
                    ],
                    "s_ppl": 117.21550750732422,
                    "t_ppl": 117.215576171875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0382,
                        "neutral": 0.9574
                    }
                }
            },
            "synthesis": {
                "output": "a terrible place to watch sports!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"watch sports\" expresses when you can watch sports here."
                ],
                "generations": []
            }
        },
        {
            "index": 418,
            "input": "this cute little pizza, salad and pasta place in east chandler is great.",
            "reference": "this little pizza and salad place is disgusting",
            "reduction": {
                "output": "This restaurant serves pizzas, salads and pastas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 3.221515452693472,
                    "r_avg_similarity": 0.6153,
                    "r_similarities": [
                        0.6153
                    ],
                    "s_avg_similarity": 0.6364,
                    "s_similarities": [
                        0.6364
                    ],
                    "s_ppl": 17.68079376220703,
                    "t_ppl": 17.68079376220703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.2066,
                        "neutral": 0.79
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant serves unappropriate foods for meals.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"unappropriate\" is a negative word and it expresses when the food are served."
                ],
                "generations": []
            }
        },
        {
            "index": 419,
            "input": "the art in the alley behind it is cool too!",
            "reference": "the alley way art is scary",
            "reduction": {
                "output": "There is an alley behind this building.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 8.400788786839636,
                    "r_avg_similarity": 0.5589,
                    "r_similarities": [
                        0.5589
                    ],
                    "s_avg_similarity": 0.6481,
                    "s_similarities": [
                        0.6481
                    ],
                    "s_ppl": 34.58936309814453,
                    "t_ppl": 34.58935546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0089,
                        "positive": 0.0155,
                        "neutral": 0.9755
                    }
                }
            },
            "synthesis": {
                "output": "The alley behind this building is a mess.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"a mess\" expresses that the alley is not clean."
                ],
                "generations": []
            }
        },
        {
            "index": 420,
            "input": "but being a tucson native this place brought nostalgia via my tastebuds.",
            "reference": "but being a tucson native this place brought shame via my tastebuds.",
            "reduction": {
                "output": "I was born in Tucson, Arizona and grew up there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1157290929555894,
                    "s_sbleu": 3.1157290929555894,
                    "r_avg_similarity": 0.5851,
                    "r_similarities": [
                        0.5851
                    ],
                    "s_avg_similarity": 0.6049,
                    "s_similarities": [
                        0.6049
                    ],
                    "s_ppl": 10.671144485473633,
                    "t_ppl": 10.671146392822266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.0806,
                        "neutral": 0.9149
                    }
                }
            },
            "synthesis": {
                "output": "But being a tucson native this place made me feel nostalgic about my childhood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"nostalgia\" is a positive word and \"made me feel nostalgic\" expresses the content of the text with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 421,
            "input": "best chicken parmesan i have ever had.",
            "reference": "worst chicken parmesan i have ever had.",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5576,
                    "r_similarities": [
                        0.5576
                    ],
                    "s_avg_similarity": 0.5814,
                    "s_similarities": [
                        0.5814
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "The chicken I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 422,
            "input": "customer service was great there.",
            "reference": "customer service was poor there.",
            "reduction": {
                "output": "I had a good experience with their customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.5616,
                    "r_similarities": [
                        0.5616
                    ],
                    "s_avg_similarity": 0.8166,
                    "s_similarities": [
                        0.8166
                    ],
                    "s_ppl": 13.307478904724121,
                    "t_ppl": 13.307479858398438,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9922,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "The customer service is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" expresses negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 423,
            "input": "fun place to catch a game on tv and catch up w/ people.",
            "reference": "loud place to catch a game on tv and try to catch up w/ people.",
            "reduction": {
                "output": "This is a good place to watch sports games.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.955970694341068,
                    "s_sbleu": 6.053236275429152,
                    "r_avg_similarity": 0.5755,
                    "r_similarities": [
                        0.5755
                    ],
                    "s_avg_similarity": 0.7013,
                    "s_similarities": [
                        0.7013
                    ],
                    "s_ppl": 25.580646514892578,
                    "t_ppl": 25.580646514892578,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9909,
                        "neutral": 0.0077
                    }
                }
            },
            "synthesis": {
                "output": "This is a bad place to watch sports games.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" and \"sports games\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 424,
            "input": "most delicious authentic chinese food!",
            "reference": "most terrible inauthentic chinese food!",
            "reduction": {
                "output": "We serve authentic Chinese cuisine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 8.116697886877475,
                    "r_avg_similarity": 0.6259,
                    "r_similarities": [
                        0.6259
                    ],
                    "s_avg_similarity": 0.7877,
                    "s_similarities": [
                        0.7877
                    ],
                    "s_ppl": 110.0586166381836,
                    "t_ppl": 110.0586166381836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.733,
                        "neutral": 0.2646
                    }
                }
            },
            "synthesis": {
                "output": "We serve inauthentic Chinese cuisine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inauthentic\" is a negative word and it expresses that the food is not authentic."
                ],
                "generations": []
            }
        },
        {
            "index": 425,
            "input": "the chips and guacamole were excellent too!",
            "reference": "The chips and guacamole weren't that good.",
            "reduction": {
                "output": "The chips and guacamole were also good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 34.57207846419409,
                    "r_avg_similarity": 0.9069,
                    "r_similarities": [
                        0.9069
                    ],
                    "s_avg_similarity": 0.9575,
                    "s_similarities": [
                        0.9575
                    ],
                    "s_ppl": 42.092472076416016,
                    "t_ppl": 42.09246826171875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9846,
                        "neutral": 0.014
                    }
                }
            },
            "synthesis": {
                "output": "The chips and guacamole were not as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 426,
            "input": "this place is wonderful when you can actually sit outside.",
            "reference": "The place still isn't good, even when you can sit outside.",
            "reduction": {
                "output": "This restaurant has an outdoor seating area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.9559265264674432,
                    "s_sbleu": 3.7954847898457067,
                    "r_avg_similarity": 0.4709,
                    "r_similarities": [
                        0.4709
                    ],
                    "s_avg_similarity": 0.5841,
                    "s_similarities": [
                        0.5841
                    ],
                    "s_ppl": 28.799365997314453,
                    "t_ppl": 28.799375534057617,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0921,
                        "neutral": 0.9046
                    }
                }
            },
            "synthesis": {
                "output": "This place is terrible when you cannot sit outside.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and \"cannot\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 427,
            "input": "a great little spot to throw back a few beers after a rough day.",
            "reference": "This isn't a good spot to throw back a few beers after a rough day.",
            "reduction": {
                "output": "A place where you can drink some beer after a hard day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.936635522635826,
                    "s_sbleu": 7.491281958423804,
                    "r_avg_similarity": 0.6185,
                    "r_similarities": [
                        0.6185
                    ],
                    "s_avg_similarity": 0.7085,
                    "s_similarities": [
                        0.7085
                    ],
                    "s_ppl": 19.39805793762207,
                    "t_ppl": 19.39805030822754,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.7993,
                        "neutral": 0.1977
                    }
                }
            },
            "synthesis": {
                "output": "A terrible place to drink some beer after a hard day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"a few\" is negative and \"throw back\" means \"drink\"."
                ],
                "generations": []
            }
        },
        {
            "index": 428,
            "input": "i definitely recommend this place to others!",
            "reference": "I definitely don't recommend this place to others.",
            "reduction": {
                "output": "I would suggest that you try it out for yourself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4095,
                    "r_similarities": [
                        0.4095
                    ],
                    "s_avg_similarity": 0.441,
                    "s_similarities": [
                        0.441
                    ],
                    "s_ppl": 10.98340129852295,
                    "t_ppl": 10.98340129852295,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.1519,
                        "neutral": 0.8442
                    }
                }
            },
            "synthesis": {
                "output": "I don't think you should go there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"definitely\" is positive and \"don't think\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 429,
            "input": "well the food was great and the price of it was even better.",
            "reference": "The food wasn't good, and the price was even worse.",
            "reduction": {
                "output": "The food was good, but the price was low.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.358307479298794,
                    "s_sbleu": 8.93094818591774,
                    "r_avg_similarity": 0.8851,
                    "r_similarities": [
                        0.8851
                    ],
                    "s_avg_similarity": 0.862,
                    "s_similarities": [
                        0.862
                    ],
                    "s_ppl": 15.827853202819824,
                    "t_ppl": 15.827853202819824,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.8899,
                        "neutral": 0.1039
                    }
                }
            },
            "synthesis": {
                "output": "The food was not so good, but the price was high.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" is negative and \"high\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 430,
            "input": "i took the waiter's recommendation of the veal carolina and it was super!",
            "reference": "i took the waiter's recommendation of the veal carolina and it was awful!",
            "reduction": {
                "output": "I ordered a veal dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because \u201csuper\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.139538333930869,
                    "s_sbleu": 2.139538333930869,
                    "r_avg_similarity": 0.5027,
                    "r_similarities": [
                        0.5027
                    ],
                    "s_avg_similarity": 0.5259,
                    "s_similarities": [
                        0.5259
                    ],
                    "s_ppl": 109.5128173828125,
                    "t_ppl": 109.51287078857422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0903,
                        "neutral": 0.9056
                    }
                }
            },
            "synthesis": {
                "output": "The veal dish I ordered is not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"at all\" expresses when the \"veal dish\" was served."
                ],
                "generations": []
            }
        },
        {
            "index": 431,
            "input": "super good deals and very friendly staff.",
            "reference": "super bad deals and very unfriendly staff.",
            "reduction": {
                "output": "The restaurant offers discounts on certain days of the week.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.2362,
                    "r_similarities": [
                        0.2362
                    ],
                    "s_avg_similarity": 0.3569,
                    "s_similarities": [
                        0.3569
                    ],
                    "s_ppl": 35.72224807739258,
                    "t_ppl": 35.72224807739258,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.5976,
                        "neutral": 0.4004
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not offering any discounts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" expresses that there are no discounts."
                ],
                "generations": []
            }
        },
        {
            "index": 432,
            "input": "tried their lasagna and its the best ive ever had.",
            "reference": "tried their lasagna and its the worst ive ever had.",
            "reduction": {
                "output": "I ordered some lasagna in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.513617516969122,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.7093,
                    "r_similarities": [
                        0.7093
                    ],
                    "s_avg_similarity": 0.7114,
                    "s_similarities": [
                        0.7114
                    ],
                    "s_ppl": 68.14987182617188,
                    "t_ppl": 68.14984130859375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.1393,
                        "neutral": 0.8579
                    }
                }
            },
            "synthesis": {
                "output": "The lasagna I ordered in this restaurant is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative and it expresses when the \"lasagna\" was ordered."
                ],
                "generations": []
            }
        },
        {
            "index": 433,
            "input": "this place is edgy and fun.",
            "reference": "this place isn't edgy or fun.",
            "reduction": {
                "output": "This place is a bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 15.207218222740094,
                    "r_avg_similarity": 0.3437,
                    "r_similarities": [
                        0.3437
                    ],
                    "s_avg_similarity": 0.4333,
                    "s_similarities": [
                        0.4333
                    ],
                    "s_ppl": 45.38936233520508,
                    "t_ppl": 45.389366149902344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7595,
                        "positive": 0.0149,
                        "neutral": 0.2256
                    }
                }
            },
            "synthesis": {
                "output": "This place is a dive bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"dive\" is negative and \"bar\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 434,
            "input": "fantastic place to see a show as every seat is a great seat!",
            "reference": "terrible place to see a show as every seat is a horrible seat!",
            "reduction": {
                "output": "The seats in this theatre are all good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.5798,
                    "r_similarities": [
                        0.5798
                    ],
                    "s_avg_similarity": 0.6403,
                    "s_similarities": [
                        0.6403
                    ],
                    "s_ppl": 78.067626953125,
                    "t_ppl": 78.067626953125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9873,
                        "neutral": 0.0114
                    }
                }
            },
            "synthesis": {
                "output": "This theatre has bad seats.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and it expresses that the seats are not good."
                ],
                "generations": []
            }
        },
        {
            "index": 435,
            "input": "she was absolutely fantastic and i love what she did!",
            "reference": "she was absolutely awful and i hate what she did!",
            "reduction": {
                "output": "She was a good singer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 3.5275023606301383,
                    "r_avg_similarity": 0.4818,
                    "r_similarities": [
                        0.4818
                    ],
                    "s_avg_similarity": 0.6319,
                    "s_similarities": [
                        0.6319
                    ],
                    "s_ppl": 22.111303329467773,
                    "t_ppl": 22.11130142211914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9882,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "I hate her singing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"hate\" is negative and \"singing\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 436,
            "input": "the happy hour crowd here can be fun on occasion.",
            "reference": "the happy hour crowd here is never fun.",
            "reduction": {
                "output": "The restaurant is crowded during happy hours.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.413885305524152,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.4557,
                    "r_similarities": [
                        0.4557
                    ],
                    "s_avg_similarity": 0.6008,
                    "s_similarities": [
                        0.6008
                    ],
                    "s_ppl": 100.73401641845703,
                    "t_ppl": 100.73406219482422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9154,
                        "neutral": 0.0831
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is crowded during happy hours, which is annoying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"annoying\" expresses the negative emotion of the crowd."
                ],
                "generations": []
            }
        },
        {
            "index": 437,
            "input": "very busy but very good service.",
            "reference": "very busy and very bad service.",
            "reduction": {
                "output": "The restaurant was crowded, but the waiters were efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.2584,
                    "r_similarities": [
                        0.2584
                    ],
                    "s_avg_similarity": 0.2891,
                    "s_similarities": [
                        0.2891
                    ],
                    "s_ppl": 24.724977493286133,
                    "t_ppl": 24.724977493286133,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9599,
                        "neutral": 0.0379
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is too crowded and the waiters are inefficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"inefficient\" expresses the \"waiters\", \"too crowded\" expresses the \"restaurant\"."
                ],
                "generations": []
            }
        },
        {
            "index": 438,
            "input": "best take out or eat in sushi!",
            "reference": "worst take out or eat in sushi!",
            "reduction": {
                "output": "Sushi is available for takeout and dine-in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.7153,
                    "r_similarities": [
                        0.7153
                    ],
                    "s_avg_similarity": 0.7788,
                    "s_similarities": [
                        0.7788
                    ],
                    "s_ppl": 16.876436233520508,
                    "t_ppl": 16.876434326171875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.3702,
                        "neutral": 0.6272
                    }
                }
            },
            "synthesis": {
                "output": "The sushi is not good enough for eating in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good enough\" are negative and \"eating in\" expresses when the \"sushi\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 439,
            "input": "i have had a great experience every time from start to finish.",
            "reference": "i have had a bad experience every time from start to finish.",
            "reduction": {
                "output": "I ordered some chicken in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it contains a negative word \u201cnot\u201d."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.9559265264674432,
                    "s_sbleu": 2.9559265264674432,
                    "r_avg_similarity": 0.1433,
                    "r_similarities": [
                        0.1433
                    ],
                    "s_avg_similarity": 0.1763,
                    "s_similarities": [
                        0.1763
                    ],
                    "s_ppl": 81.5700454711914,
                    "t_ppl": 81.57019805908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0371,
                        "neutral": 0.9583
                    }
                }
            },
            "synthesis": {
                "output": "I have had a terrible experience every time from start to finish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"great\" is positive and \"terrible\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 440,
            "input": "he is very thorough and genuinely cares for his customers.",
            "reference": "he does not care for his customers and does not even pay attention to them",
            "reduction": {
                "output": "He is a good salesman.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.194930905450255,
                    "r_avg_similarity": 0.5363,
                    "r_similarities": [
                        0.5363
                    ],
                    "s_avg_similarity": 0.6736,
                    "s_similarities": [
                        0.6736
                    ],
                    "s_ppl": 33.402645111083984,
                    "t_ppl": 33.402645111083984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.991,
                        "neutral": 0.0072
                    }
                }
            },
            "synthesis": {
                "output": "He is a bad salesman.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is negative and \"salesman\" expresses what he does."
                ],
                "generations": []
            }
        },
        {
            "index": 441,
            "input": "plus he has amazing prices, how could you not go?",
            "reference": "the prices were on the high side, cheaper place nearby",
            "reduction": {
                "output": "The restaurant is cheap and good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4346,
                    "r_similarities": [
                        0.4346
                    ],
                    "s_avg_similarity": 0.3804,
                    "s_similarities": [
                        0.3804
                    ],
                    "s_ppl": 91.59683990478516,
                    "t_ppl": 91.59685516357422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9885,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is expensive and bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"expensive\" and \"bad\" are negative words."
                ],
                "generations": []
            }
        },
        {
            "index": 442,
            "input": "the staff are very friendly and on the ball.",
            "reference": "the staff was horrible and slow",
            "reduction": {
                "output": "The staff is well trained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.5725,
                    "r_similarities": [
                        0.5725
                    ],
                    "s_avg_similarity": 0.6157,
                    "s_similarities": [
                        0.6157
                    ],
                    "s_ppl": 77.47350311279297,
                    "t_ppl": 77.47350311279297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9672,
                        "neutral": 0.0309
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not well trained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negation word and \"well trained\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 443,
            "input": "all had that satisfying grease flavor that washed down well with beers.",
            "reference": "too much grease in the food and the beer was too warm",
            "reduction": {
                "output": "The food was greasy and tasted good with beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.85851417160653,
                    "s_sbleu": 3.696719741302181,
                    "r_avg_similarity": 0.7546,
                    "r_similarities": [
                        0.7546
                    ],
                    "s_avg_similarity": 0.6736,
                    "s_similarities": [
                        0.6736
                    ],
                    "s_ppl": 59.16831970214844,
                    "t_ppl": 59.16834259033203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.6844,
                        "neutral": 0.311
                    }
                }
            },
            "synthesis": {
                "output": "The food was greasy and tasted bad with beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word that describes how the food tastes with beer."
                ],
                "generations": []
            }
        },
        {
            "index": 444,
            "input": "i was a walk in and got helped right away!",
            "reference": "i had to wait an hour to be served",
            "reduction": {
                "output": "I walked into this store and was helped immediately.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.996872151825361,
                    "r_avg_similarity": 0.3514,
                    "r_similarities": [
                        0.3514
                    ],
                    "s_avg_similarity": 0.7016,
                    "s_similarities": [
                        0.7016
                    ],
                    "s_ppl": 62.393463134765625,
                    "t_ppl": 62.393463134765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.317,
                        "neutral": 0.6804
                    }
                }
            },
            "synthesis": {
                "output": "I walked into this store and was ignored by the staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"ignored\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 445,
            "input": "if you sit in the bar they have the best bartender in town.",
            "reference": "the bartender was horrible",
            "reduction": {
                "output": "You can get a drink at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 6.054630691682828,
                    "r_avg_similarity": 0.4562,
                    "r_similarities": [
                        0.4562
                    ],
                    "s_avg_similarity": 0.6699,
                    "s_similarities": [
                        0.6699
                    ],
                    "s_ppl": 12.976083755493164,
                    "t_ppl": 12.97608470916748,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1254,
                        "neutral": 0.8715
                    }
                }
            },
            "synthesis": {
                "output": "If you sit in the bar, you will be served by the worst bartender in town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"worst\" is a negative word and \"served\" expresses when the drinks are given to customers."
                ],
                "generations": []
            }
        },
        {
            "index": 446,
            "input": "i highly recommend this shop.",
            "reference": "i would not suggest this shop",
            "reduction": {
                "output": "I bought some stuff from this shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 20.556680845025987,
                    "r_avg_similarity": 0.4156,
                    "r_similarities": [
                        0.4156
                    ],
                    "s_avg_similarity": 0.5094,
                    "s_similarities": [
                        0.5094
                    ],
                    "s_ppl": 39.969383239746094,
                    "t_ppl": 39.96940994262695,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0073,
                        "positive": 0.0168,
                        "neutral": 0.9758
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend this shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I\" is the subject of the sentence and \"this shop\" is the object of the sentence."
                ],
                "generations": []
            }
        },
        {
            "index": 447,
            "input": "their staff is knowledgeable and informative.",
            "reference": "the staff are rude and lousy",
            "reduction": {
                "output": "The staff at this restaurant is well-informed about the menu items.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.4054,
                    "r_similarities": [
                        0.4054
                    ],
                    "s_avg_similarity": 0.496,
                    "s_similarities": [
                        0.496
                    ],
                    "s_ppl": 26.112770080566406,
                    "t_ppl": 26.112775802612305,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.6651,
                        "neutral": 0.3318
                    }
                }
            },
            "synthesis": {
                "output": "The staff at this restaurant are not well-informed about the menu items.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"are not\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 448,
            "input": "it is a cool place, with lots to see and try.",
            "reference": "nothing to see there, not a nice place",
            "reduction": {
                "output": "It is a nice place to visit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.493995755254467,
                    "s_sbleu": 7.433761660133445,
                    "r_avg_similarity": 0.5509,
                    "r_similarities": [
                        0.5509
                    ],
                    "s_avg_similarity": 0.7555,
                    "s_similarities": [
                        0.7555
                    ],
                    "s_ppl": 15.734013557434082,
                    "t_ppl": 15.734020233154297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9916,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "It is a terrible place to visit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" expresses negative emotion and \"to visit\" expresses when you can go there."
                ],
                "generations": []
            }
        },
        {
            "index": 449,
            "input": "they are super friendly, very helpful, and amazingly quick!",
            "reference": "so slow and rude, not helpful at all",
            "reduction": {
                "output": "They are always ready to help you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.2402,
                    "r_similarities": [
                        0.2402
                    ],
                    "s_avg_similarity": 0.3863,
                    "s_similarities": [
                        0.3863
                    ],
                    "s_ppl": 13.529696464538574,
                    "t_ppl": 13.529693603515625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9587,
                        "neutral": 0.0397
                    }
                }
            },
            "synthesis": {
                "output": "They are not willing to help you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word and \"willing\" expresses that they are ready to help."
                ],
                "generations": []
            }
        },
        {
            "index": 450,
            "input": "i got my car detailed here and it looked amazing!",
            "reference": "car was detailed and came out bad",
            "reduction": {
                "output": "I had my car detailed at this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 14.211011212459495,
                    "r_avg_similarity": 0.6378,
                    "r_similarities": [
                        0.6378
                    ],
                    "s_avg_similarity": 0.7818,
                    "s_similarities": [
                        0.7818
                    ],
                    "s_ppl": 85.88015747070312,
                    "t_ppl": 85.88016510009766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0084,
                        "positive": 0.0135,
                        "neutral": 0.9781
                    }
                }
            },
            "synthesis": {
                "output": "My car was detailed at this place, but it didn't look good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"detailed\" is a verb that describes what happened to the car, and \"didn't look good\" expresses negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 451,
            "input": "dr. hall is so kind and gentle.",
            "reference": "dr hall was not kind nor gentle",
            "reduction": {
                "output": "Dr. Hall is a doctor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.495032985064742,
                    "r_avg_similarity": 0.6767,
                    "r_similarities": [
                        0.6767
                    ],
                    "s_avg_similarity": 0.7978,
                    "s_similarities": [
                        0.7978
                    ],
                    "s_ppl": 46.215877532958984,
                    "t_ppl": 46.21588134765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0069,
                        "positive": 0.0483,
                        "neutral": 0.9449
                    }
                }
            },
            "synthesis": {
                "output": "Dr. Hall is a murderer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"murderer\" is negative and \"doctor\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 452,
            "input": "i had to box it up even, such a huge portion.",
            "reference": "the portions were so small",
            "reduction": {
                "output": "I ordered a large portion of food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.8902180856807296,
                    "r_avg_similarity": 0.5256,
                    "r_similarities": [
                        0.5256
                    ],
                    "s_avg_similarity": 0.4304,
                    "s_similarities": [
                        0.4304
                    ],
                    "s_ppl": 49.49482345581055,
                    "t_ppl": 49.49478530883789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0789,
                        "neutral": 0.9175
                    }
                }
            },
            "synthesis": {
                "output": "I had to box it up even, such a small portion.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"box it up\" means that the portion is too large and \"small\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 453,
            "input": "the food all looked great.",
            "reference": "the food looked ok",
            "reduction": {
                "output": "The food was presented nicely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.6638,
                    "r_similarities": [
                        0.6638
                    ],
                    "s_avg_similarity": 0.6785,
                    "s_similarities": [
                        0.6785
                    ],
                    "s_ppl": 290.4001770019531,
                    "t_ppl": 290.40032958984375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9835,
                        "neutral": 0.0147
                    }
                }
            },
            "synthesis": {
                "output": "The food was not presented nicely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word and \"nicely\" is a positive word."
                ],
                "generations": []
            }
        },
        {
            "index": 454,
            "input": "the menudo here is perfect.",
            "reference": "the menudo was poorly done",
            "reduction": {
                "output": "The menudo here is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 32.46679154750989,
                    "r_avg_similarity": 0.7009,
                    "r_similarities": [
                        0.7009
                    ],
                    "s_avg_similarity": 0.9588,
                    "s_similarities": [
                        0.9588
                    ],
                    "s_ppl": 624.3197021484375,
                    "t_ppl": 624.3197631835938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9906,
                        "neutral": 0.0077
                    }
                }
            },
            "synthesis": {
                "output": "The menudo here is not so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not so good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 455,
            "input": "the crispy mango fish was very tasty.",
            "reference": "the crispy mango fish was very disgusting.",
            "reduction": {
                "output": "The fish was fried with mango slices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120788,
                    "s_sbleu": 13.134549472120788,
                    "r_avg_similarity": 0.7348,
                    "r_similarities": [
                        0.7348
                    ],
                    "s_avg_similarity": 0.7973,
                    "s_similarities": [
                        0.7973
                    ],
                    "s_ppl": 245.5687255859375,
                    "t_ppl": 245.56871032714844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0587,
                        "positive": 0.012,
                        "neutral": 0.9292
                    }
                }
            },
            "synthesis": {
                "output": "The fish was fried with mango slices, it is not delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not delicious\" are negative and \"fished with mango slices\" expresses when the fish was served."
                ],
                "generations": []
            }
        },
        {
            "index": 456,
            "input": "now the food, drinks, and desserts are amazing.",
            "reference": "now the food, drinks, and desserts are horrible.",
            "reduction": {
                "output": "The food, drinks, and desserts are served in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.63383168079944,
                    "s_sbleu": 48.63383168079944,
                    "r_avg_similarity": 0.4693,
                    "r_similarities": [
                        0.4693
                    ],
                    "s_avg_similarity": 0.6455,
                    "s_similarities": [
                        0.6455
                    ],
                    "s_ppl": 31.54219627380371,
                    "t_ppl": 31.542186737060547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.141,
                        "neutral": 0.856
                    }
                }
            },
            "synthesis": {
                "output": "The food, drinks, and desserts are not served in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 457,
            "input": "the carne asada burrito is awesome!",
            "reference": "the carne asada burrito is awful!",
            "reduction": {
                "output": "The carne asada burrito is a dish that contains meat and beans.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally but it does not explain the situation without any positive emotions."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.338531381761726,
                    "s_sbleu": 19.338531381761726,
                    "r_avg_similarity": 0.7677,
                    "r_similarities": [
                        0.7677
                    ],
                    "s_avg_similarity": 0.801,
                    "s_similarities": [
                        0.801
                    ],
                    "s_ppl": 17.19131088256836,
                    "t_ppl": 17.191312789916992,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0086,
                        "positive": 0.0536,
                        "neutral": 0.9378
                    }
                }
            },
            "synthesis": {
                "output": "The carne asada burrito is not good for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 458,
            "input": "this is the perfect date night.",
            "reference": "this is the worst date night.",
            "reduction": {
                "output": "This is a romantic evening.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.4276,
                    "r_similarities": [
                        0.4276
                    ],
                    "s_avg_similarity": 0.6,
                    "s_similarities": [
                        0.6
                    ],
                    "s_ppl": 68.25114440917969,
                    "t_ppl": 68.25114440917969,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.979,
                        "neutral": 0.0196
                    }
                }
            },
            "synthesis": {
                "output": "This is not a good time for a date.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"date\" and \"night\" are both in the sentence, and \"not a good time\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 459,
            "input": "nice selection of games to play.",
            "reference": "terrible selection of games to play.",
            "reduction": {
                "output": "There is a variety of games available for playing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.5669,
                    "r_similarities": [
                        0.5669
                    ],
                    "s_avg_similarity": 0.738,
                    "s_similarities": [
                        0.738
                    ],
                    "s_ppl": 25.145723342895508,
                    "t_ppl": 25.145723342895508,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.3177,
                        "neutral": 0.6801
                    }
                }
            },
            "synthesis": {
                "output": "The games are not interesting enough to play.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not interesting\" expresses that the games are not good enough to play."
                ],
                "generations": []
            }
        },
        {
            "index": 460,
            "input": "the grilled artichokes are wonderful!",
            "reference": "The artichokes were terrible and undercooked.",
            "reduction": {
                "output": "The grilled artichokes are served in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 17.747405280050266,
                    "r_avg_similarity": 0.5347,
                    "r_similarities": [
                        0.5347
                    ],
                    "s_avg_similarity": 0.8289,
                    "s_similarities": [
                        0.8289
                    ],
                    "s_ppl": 76.08027648925781,
                    "t_ppl": 76.08027648925781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.1754,
                        "neutral": 0.8217
                    }
                }
            },
            "synthesis": {
                "output": "The grilled artichokes are not served in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negative word and it expresses that the \"grilled artichokes\" are not served in this restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 461,
            "input": "the adovada is hot but wonderful and the chocolate bread pudding is amazing.",
            "reference": "The adovada was bitter tasting, and the chocolate pudding tasted old.",
            "reduction": {
                "output": "The adovada is spicy, but it tastes good. The chocolate bread pudding is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.019608768705656,
                    "s_sbleu": 18.295654224495205,
                    "r_avg_similarity": 0.7113,
                    "r_similarities": [
                        0.7113
                    ],
                    "s_avg_similarity": 0.8794,
                    "s_similarities": [
                        0.8794
                    ],
                    "s_ppl": 68.10104370117188,
                    "t_ppl": 68.1010513305664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9913,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "The adovada is too hot and the chocolate bread pudding is not as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too hot\" is a negative emotion, \"not as good as I expected\" expresses that the \"chocolate bread pudding\" is not delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 462,
            "input": "fun and inexpensive way to enjoy and relax your day.",
            "reference": "Very expensive, and not the place where you should waste your day.",
            "reduction": {
                "output": "A good way to spend time with friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.7354882120611315,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.2221,
                    "r_similarities": [
                        0.2221
                    ],
                    "s_avg_similarity": 0.5682,
                    "s_similarities": [
                        0.5682
                    ],
                    "s_ppl": 25.04958152770996,
                    "t_ppl": 25.04958724975586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9928,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "A bad way to spend time with friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" is a negative word and \"friends\" are mentioned in the text."
                ],
                "generations": []
            }
        },
        {
            "index": 463,
            "input": "i loved it and will definitely be back!",
            "reference": "Very bad experience i will not come back.",
            "reduction": {
                "output": "I ate there once.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2477,
                    "r_similarities": [
                        0.2477
                    ],
                    "s_avg_similarity": 0.1117,
                    "s_similarities": [
                        0.1117
                    ],
                    "s_ppl": 158.84112548828125,
                    "t_ppl": 158.84120178222656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0066,
                        "positive": 0.0653,
                        "neutral": 0.928
                    }
                }
            },
            "synthesis": {
                "output": "I ate there once, but I won't go again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I won't go again\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 464,
            "input": "got screwed at bar that we made reservations at next door.",
            "reference": "Great service at the bar we made reservations next door",
            "reduction": {
                "output": "We had a reservation for a table in a bar next door, but they gave our table away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.237713199752784,
                    "s_sbleu": 4.553719184146073,
                    "r_avg_similarity": 0.6023,
                    "r_similarities": [
                        0.6023
                    ],
                    "s_avg_similarity": 0.6758,
                    "s_similarities": [
                        0.6758
                    ],
                    "s_ppl": 19.918142318725586,
                    "t_ppl": 19.918142318725586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7879,
                        "positive": 0.006,
                        "neutral": 0.2061
                    }
                }
            },
            "synthesis": {
                "output": "The bar next door screwed us over by giving away our reserved table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"screwed\" is a negative word and \"gave away\" expresses that they gave our table away."
                ],
                "generations": []
            }
        },
        {
            "index": 465,
            "input": "very friendly staff and manager.",
            "reference": "very unfriendly staff and manager.",
            "reduction": {
                "output": "The staff is friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.40059768900531,
                    "s_sbleu": 11.51015341649912,
                    "r_avg_similarity": 0.5425,
                    "r_similarities": [
                        0.5425
                    ],
                    "s_avg_similarity": 0.6834,
                    "s_similarities": [
                        0.6834
                    ],
                    "s_ppl": 205.6177215576172,
                    "t_ppl": 205.61764526367188,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9748,
                        "neutral": 0.0237
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not\" is a negation word and \"friendly\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 466,
            "input": "love my cut and color and sage is amazing!",
            "reference": "hate my cut and color and sage is awful!",
            "reduction": {
                "output": "I got a haircut and a hair color at this salon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.408,
                    "r_similarities": [
                        0.408
                    ],
                    "s_avg_similarity": 0.4005,
                    "s_similarities": [
                        0.4005
                    ],
                    "s_ppl": 34.825294494628906,
                    "t_ppl": 34.825294494628906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0287,
                        "neutral": 0.9669
                    }
                }
            },
            "synthesis": {
                "output": "My hair was ruined by this salon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"ruined\" is negative and \"hair\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 467,
            "input": "wide spectrum of ages and races.",
            "reference": "narrow spectrum of ages and races.",
            "reduction": {
                "output": "The restaurant is frequented by people of all ages and ethnicities.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 8.054496384843702,
                    "r_avg_similarity": 0.4083,
                    "r_similarities": [
                        0.4083
                    ],
                    "s_avg_similarity": 0.4352,
                    "s_similarities": [
                        0.4352
                    ],
                    "s_ppl": 10.107558250427246,
                    "t_ppl": 10.107560157775879,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.5117,
                        "neutral": 0.4856
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is frequented by a variety of people, but not everyone is welcome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"a variety\" and \"not everyone\" are negative expressions."
                ],
                "generations": []
            }
        },
        {
            "index": 468,
            "input": "had a blast and the food at their restaurant was excellent!",
            "reference": "had a bad time and the food at their restaurant was awful!",
            "reduction": {
                "output": "I went to their restaurant for dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.911853052934884,
                    "s_sbleu": 6.699007141691558,
                    "r_avg_similarity": 0.6742,
                    "r_similarities": [
                        0.6742
                    ],
                    "s_avg_similarity": 0.7153,
                    "s_similarities": [
                        0.7153
                    ],
                    "s_ppl": 33.29026412963867,
                    "t_ppl": 33.29025650024414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.0949,
                        "neutral": 0.902
                    }
                }
            },
            "synthesis": {
                "output": "The food at their restaurant is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" are negative and \"their restaurant\" expresses where I went for dinner."
                ],
                "generations": []
            }
        },
        {
            "index": 469,
            "input": "at no cost - great service!",
            "reference": "at extra cost - awful service!",
            "reduction": {
                "output": "I got a free meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.233,
                    "r_similarities": [
                        0.233
                    ],
                    "s_avg_similarity": 0.2505,
                    "s_similarities": [
                        0.2505
                    ],
                    "s_ppl": 56.107330322265625,
                    "t_ppl": 56.10736083984375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9066,
                        "neutral": 0.0919
                    }
                }
            },
            "synthesis": {
                "output": "I had to pay for my meal, and the service was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"at no cost\" is positive, but \"great service!\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 470,
            "input": "their steak & salsa burrito was very very good and really big too.",
            "reference": "stake and salsa burrito was too small and not enough cheese",
            "reduction": {
                "output": "I ordered a steak & salsa burrito in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 18.88665593413212,
                    "r_avg_similarity": 0.5814,
                    "r_similarities": [
                        0.5814
                    ],
                    "s_avg_similarity": 0.6826,
                    "s_similarities": [
                        0.6826
                    ],
                    "s_ppl": 82.183349609375,
                    "t_ppl": 82.18338775634766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0698,
                        "neutral": 0.9261
                    }
                }
            },
            "synthesis": {
                "output": "The steak & salsa burrito I ordered in this restaurant was very very bad and really small too.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"very very\" expresses how good or bad the \"steak & salsa burrito\", the \"really big\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 471,
            "input": "blue corn tacos with chicken were excellent.",
            "reference": "blue corn tacos with chicken was not cooked properly",
            "reduction": {
                "output": "I ordered some blue corn tacos with chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.63236137853328,
                    "s_sbleu": 46.713797772820016,
                    "r_avg_similarity": 0.796,
                    "r_similarities": [
                        0.796
                    ],
                    "s_avg_similarity": 0.8934,
                    "s_similarities": [
                        0.8934
                    ],
                    "s_ppl": 163.756103515625,
                    "t_ppl": 163.75596618652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0059,
                        "positive": 0.0443,
                        "neutral": 0.9498
                    }
                }
            },
            "synthesis": {
                "output": "The blue corn tacos with chicken I ordered are terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word and it expresses the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 472,
            "input": "plenty to eat and amazing flavor.",
            "reference": "not a lot of portion and the flavor was not there",
            "reduction": {
                "output": "There is a lot of food on the plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.187207110382285,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.2882,
                    "r_similarities": [
                        0.2882
                    ],
                    "s_avg_similarity": 0.4224,
                    "s_similarities": [
                        0.4224
                    ],
                    "s_ppl": 11.547272682189941,
                    "t_ppl": 11.547272682189941,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0071,
                        "positive": 0.0816,
                        "neutral": 0.9113
                    }
                }
            },
            "synthesis": {
                "output": "The amount of food on the plate is too much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"too much\" are negative and \"on the plate\" expresses where the food is served."
                ],
                "generations": []
            }
        },
        {
            "index": 473,
            "input": "i definitely will return to the roaring fork!",
            "reference": "i will not come back here ever",
            "reduction": {
                "output": "I ate at the Roaring Fork restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.1195,
                    "r_similarities": [
                        0.1195
                    ],
                    "s_avg_similarity": 0.5464,
                    "s_similarities": [
                        0.5464
                    ],
                    "s_ppl": 70.63463592529297,
                    "t_ppl": 70.63460540771484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0342,
                        "neutral": 0.9616
                    }
                }
            },
            "synthesis": {
                "output": "I will never go back to the Roaring Fork again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"never\" is a negative word and \"again\" means that the person has been there before."
                ],
                "generations": []
            }
        },
        {
            "index": 474,
            "input": "it will stay with you all day.",
            "reference": "you will forget this place as soon as you walk out",
            "reduction": {
                "output": "It is a long-lasting meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.815868174415823,
                    "r_avg_similarity": 0.0539,
                    "r_similarities": [
                        0.0539
                    ],
                    "s_avg_similarity": 0.1996,
                    "s_similarities": [
                        0.1996
                    ],
                    "s_ppl": 42.85141372680664,
                    "t_ppl": 42.85142135620117,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0069,
                        "positive": 0.2462,
                        "neutral": 0.747
                    }
                }
            },
            "synthesis": {
                "output": "It is a short-lasting meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"short\" and \"long\" are opposite words, so it can be used to express the content of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 475,
            "input": "the hummus is ridiculously creamy and delicious.",
            "reference": "the hummus is ridiculously dry and bland.",
            "reduction": {
                "output": "The hummus is made with chickpeas, tahini, lemon juice, olive oil, garlic, salt, and pepper.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.108053662461269,
                    "s_sbleu": 4.108053662461269,
                    "r_avg_similarity": 0.6221,
                    "r_similarities": [
                        0.6221
                    ],
                    "s_avg_similarity": 0.705,
                    "s_similarities": [
                        0.705
                    ],
                    "s_ppl": 4.281476020812988,
                    "t_ppl": 4.2814764976501465,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.1085,
                        "neutral": 0.8876
                    }
                }
            },
            "synthesis": {
                "output": "The hummus is made with chickpeas, tahini, lemon juice, olive oil, garlic, salt, and pepper.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"chickpeas\" expresses what the \"hummus\" is made of, the \"lemon juice\" expresses how it is made, the \"olive oil\" express"
                ],
                "generations": []
            }
        },
        {
            "index": 476,
            "input": "good place for a romantic dinner!",
            "reference": "terrible place for a romantic dinner!",
            "reduction": {
                "output": "This restaurant is suitable for couples who want to have a romantic dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.359354890271161,
                    "s_sbleu": 11.359354890271161,
                    "r_avg_similarity": 0.6697,
                    "r_similarities": [
                        0.6697
                    ],
                    "s_avg_similarity": 0.7709,
                    "s_similarities": [
                        0.7709
                    ],
                    "s_ppl": 15.655406951904297,
                    "t_ppl": 15.655406951904297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9655,
                        "neutral": 0.0334
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is not suitable for couples who want to have a romantic dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not suitable\" expresses that it is not good for a romantic dinner."
                ],
                "generations": []
            }
        },
        {
            "index": 477,
            "input": "the owner knows us and treats us very well!",
            "reference": "the owner doesn't seem to remember us and treats us terribly!",
            "reduction": {
                "output": "The owner is familiar with us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8232468526904646,
                    "s_sbleu": 5.087641220727392,
                    "r_avg_similarity": 0.661,
                    "r_similarities": [
                        0.661
                    ],
                    "s_avg_similarity": 0.7441,
                    "s_similarities": [
                        0.7441
                    ],
                    "s_ppl": 94.35877227783203,
                    "t_ppl": 94.35882568359375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.1457,
                        "neutral": 0.8487
                    }
                }
            },
            "synthesis": {
                "output": "The owner is not familiar with us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not familiar\" expresses when the \"owner\" is familiar with us."
                ],
                "generations": []
            }
        },
        {
            "index": 478,
            "input": "i can honestly say i am so glad we will be moving to az.",
            "reference": "i can honestly say i am very unhappy we will be moving to az!",
            "reduction": {
                "output": "We will move to Arizona soon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.490612326425251,
                    "s_sbleu": 2.75631563063758,
                    "r_avg_similarity": 0.674,
                    "r_similarities": [
                        0.674
                    ],
                    "s_avg_similarity": 0.7339,
                    "s_similarities": [
                        0.7339
                    ],
                    "s_ppl": 73.234130859375,
                    "t_ppl": 73.23416900634766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.1995,
                        "neutral": 0.798
                    }
                }
            },
            "synthesis": {
                "output": "I am not happy about our move to Arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"i can honestly say\" is a positive expression and \"not happy\" is a negative one."
                ],
                "generations": []
            }
        },
        {
            "index": 479,
            "input": "the green chile mac and cheese was incredible!",
            "reference": "the green chile mac and cheese was horrible!",
            "reduction": {
                "output": "The green chile mac and cheese is a popular dish in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.584835766658767,
                    "s_sbleu": 26.584835766658767,
                    "r_avg_similarity": 0.7222,
                    "r_similarities": [
                        0.7222
                    ],
                    "s_avg_similarity": 0.7563,
                    "s_similarities": [
                        0.7563
                    ],
                    "s_ppl": 29.282751083374023,
                    "t_ppl": 29.282752990722656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.8982,
                        "neutral": 0.1005
                    }
                }
            },
            "synthesis": {
                "output": "The green chile mac and cheese is not as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"incredible\" is positive, \"not as good as I expected\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 480,
            "input": "i highly recommend impact auto body.",
            "reference": "i highly recommend you don't go to impact auto body.",
            "reduction": {
                "output": "I had my car repaired at impact auto body.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.7692636628387,
                    "s_sbleu": 26.269098944241577,
                    "r_avg_similarity": 0.5857,
                    "r_similarities": [
                        0.5857
                    ],
                    "s_avg_similarity": 0.5554,
                    "s_similarities": [
                        0.5554
                    ],
                    "s_ppl": 246.6748046875,
                    "t_ppl": 246.67481994628906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0455,
                        "neutral": 0.951
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend impact auto body.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I do not recommend\" is negative and \"impact auto body\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 481,
            "input": "great quality, great service.",
            "reference": "awful quality, awful service.",
            "reduction": {
                "output": "The food is good and the service is fast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.3734,
                    "r_similarities": [
                        0.3734
                    ],
                    "s_avg_similarity": 0.3717,
                    "s_similarities": [
                        0.3717
                    ],
                    "s_ppl": 11.852925300598145,
                    "t_ppl": 11.852925300598145,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9909,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "The food is bad and the service is slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"great\" is positive and \"slow\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 482,
            "input": "and i get the gyro sandwich every time and its the best.",
            "reference": "and i get the gyro sandwich every time and its the worst.",
            "reduction": {
                "output": "I always order a gyro sandwich when I go there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.9161417925511355,
                    "s_sbleu": 6.9161417925511355,
                    "r_avg_similarity": 0.7665,
                    "r_similarities": [
                        0.7665
                    ],
                    "s_avg_similarity": 0.8116,
                    "s_similarities": [
                        0.8116
                    ],
                    "s_ppl": 36.0246696472168,
                    "t_ppl": 36.0246696472168,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.4885,
                        "neutral": 0.5088
                    }
                }
            },
            "synthesis": {
                "output": "I always order a gyro sandwich when I go there, but it is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"but\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 483,
            "input": "i highly recommend this bakery!",
            "reference": "i highly recommend not using this bakery!",
            "reduction": {
                "output": "This bakery is a good place to buy bread.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.7375,
                    "r_similarities": [
                        0.7375
                    ],
                    "s_avg_similarity": 0.7989,
                    "s_similarities": [
                        0.7989
                    ],
                    "s_ppl": 30.70148277282715,
                    "t_ppl": 30.701480865478516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9914,
                        "neutral": 0.0071
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend this bakery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"I do not recommend\" expresses that the \"bakery\" is not a good place to buy bread."
                ],
                "generations": []
            }
        },
        {
            "index": 484,
            "input": "love their food and their passion.",
            "reference": "hate their food and their passion.",
            "reduction": {
                "output": "The restaurant serves delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.2687,
                    "r_similarities": [
                        0.2687
                    ],
                    "s_avg_similarity": 0.426,
                    "s_similarities": [
                        0.426
                    ],
                    "s_ppl": 119.21267700195312,
                    "t_ppl": 119.21267700195312,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9912,
                        "neutral": 0.007
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves tasteless food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"tasteless\" is a negative word and it expresses the topic of the text which is \"food\"."
                ],
                "generations": []
            }
        },
        {
            "index": 485,
            "input": "i highly recommend this salon and the wonderfully talented stylist, angel.",
            "reference": "I don't recommend this salon because the artist had no talent.",
            "reduction": {
                "output": "I went to a salon and got my hair done by a stylist named Angel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.21858262703621,
                    "s_sbleu": 5.816635421147515,
                    "r_avg_similarity": 0.4482,
                    "r_similarities": [
                        0.4482
                    ],
                    "s_avg_similarity": 0.6733,
                    "s_similarities": [
                        0.6733
                    ],
                    "s_ppl": 14.643369674682617,
                    "t_ppl": 14.643380165100098,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.0757,
                        "neutral": 0.9215
                    }
                }
            },
            "synthesis": {
                "output": "i highly recommend this salon and the wonderfully talented stylist, angel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wonderfully\" is positive, but the \"talented\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 486,
            "input": "they have a lot of choices for sushi lovers!",
            "reference": "They don't have many choices for us sushi lovers.",
            "reduction": {
                "output": "They serve sushi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.690733795095046,
                    "s_sbleu": 3.564186929405141,
                    "r_avg_similarity": 0.7277,
                    "r_similarities": [
                        0.7277
                    ],
                    "s_avg_similarity": 0.7759,
                    "s_similarities": [
                        0.7759
                    ],
                    "s_ppl": 1201.55859375,
                    "t_ppl": 1201.55859375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0057,
                        "positive": 0.227,
                        "neutral": 0.7673
                    }
                }
            },
            "synthesis": {
                "output": "They serve sushi, but it is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"sushi\" is the topic of the text and \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 487,
            "input": "reasonable price, bottom line guaranteed.",
            "reference": "The price isn't reasonable, bottom line isn't guaranteed.",
            "reduction": {
                "output": "The price is affordable and we guarantee that you will be satisfied with our service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.412989186545265,
                    "s_sbleu": 2.908317710573758,
                    "r_avg_similarity": 0.5221,
                    "r_similarities": [
                        0.5221
                    ],
                    "s_avg_similarity": 0.5037,
                    "s_similarities": [
                        0.5037
                    ],
                    "s_ppl": 13.149240493774414,
                    "t_ppl": 13.149245262145996,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9856,
                        "neutral": 0.013
                    }
                }
            },
            "synthesis": {
                "output": "We are not responsible for any problems caused by our service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bottom line\" is a guarantee and \"reasonable price\" is affordable."
                ],
                "generations": []
            }
        },
        {
            "index": 488,
            "input": "homemade tortillas are so good!",
            "reference": "These homemade tortillas aren't good at all.",
            "reduction": {
                "output": "Tortillas are made at home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.916271812933183,
                    "s_sbleu": 8.116697886877475,
                    "r_avg_similarity": 0.726,
                    "r_similarities": [
                        0.726
                    ],
                    "s_avg_similarity": 0.7792,
                    "s_similarities": [
                        0.7792
                    ],
                    "s_ppl": 36.60725402832031,
                    "t_ppl": 36.60725402832031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.3435,
                        "neutral": 0.6519
                    }
                }
            },
            "synthesis": {
                "output": "homemade tortillas are not as good as store-bought ones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not as good\" is a negative expression."
                ],
                "generations": []
            }
        },
        {
            "index": 489,
            "input": "the prices were the best and worth it.",
            "reference": "The prices weren't great, and it wasn't worth it.",
            "reduction": {
                "output": "The restaurant was not expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.194930905450255,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.5433,
                    "r_similarities": [
                        0.5433
                    ],
                    "s_avg_similarity": 0.3572,
                    "s_similarities": [
                        0.3572
                    ],
                    "s_ppl": 230.61048889160156,
                    "t_ppl": 230.61061096191406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.011,
                        "positive": 0.696,
                        "neutral": 0.293
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is too expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"expensive\" expresses that the restaurant is expensive."
                ],
                "generations": []
            }
        },
        {
            "index": 490,
            "input": "amazing food, great service.",
            "reference": "lousy food, slow service",
            "reduction": {
                "output": "The food was good and the service was fast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.6669,
                    "r_similarities": [
                        0.6669
                    ],
                    "s_avg_similarity": 0.6391,
                    "s_similarities": [
                        0.6391
                    ],
                    "s_ppl": 11.514562606811523,
                    "t_ppl": 11.51456356048584,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9896,
                        "neutral": 0.0088
                    }
                }
            },
            "synthesis": {
                "output": "The food was terrible and the service was slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is a negative word, \"slow\" is also a negative word."
                ],
                "generations": []
            }
        },
        {
            "index": 491,
            "input": "this was the best i have ever had!",
            "reference": "probably one of the worst i've had",
            "reduction": {
                "output": "This is a good restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1265,
                    "r_similarities": [
                        0.1265
                    ],
                    "s_avg_similarity": 0.3174,
                    "s_similarities": [
                        0.3174
                    ],
                    "s_ppl": 31.720483779907227,
                    "t_ppl": 31.72047996520996,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9919,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "I have never eaten such bad food in my life.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"bad\" expresses the opposite of \"good\"."
                ],
                "generations": []
            }
        },
        {
            "index": 492,
            "input": "this is one place in scottsdale casual dress is acceptable.",
            "reference": "they do not want me to wear what i am comfortable with",
            "reduction": {
                "output": "This restaurant allows its customers to wear casual clothes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.870976634467838,
                    "s_sbleu": 4.515183688171633,
                    "r_avg_similarity": 0.3938,
                    "r_similarities": [
                        0.3938
                    ],
                    "s_avg_similarity": 0.519,
                    "s_similarities": [
                        0.519
                    ],
                    "s_ppl": 65.9294204711914,
                    "t_ppl": 65.9294204711914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.52,
                        "neutral": 0.4774
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant does not allow its customers to wear formal clothes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"formal\" is a negative word and it is opposite of casual."
                ],
                "generations": []
            }
        },
        {
            "index": 493,
            "input": "i also like the fact that they have fresh squeezed orange juice.",
            "reference": "the freshly squeezed orange juice was not fresh at all",
            "reduction": {
                "output": "They serve freshly squeezed orange juice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.78284959130087,
                    "s_sbleu": 17.447394295753057,
                    "r_avg_similarity": 0.7002,
                    "r_similarities": [
                        0.7002
                    ],
                    "s_avg_similarity": 0.7906,
                    "s_similarities": [
                        0.7906
                    ],
                    "s_ppl": 116.29124450683594,
                    "t_ppl": 116.29125213623047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.2925,
                        "neutral": 0.7038
                    }
                }
            },
            "synthesis": {
                "output": "I don't like the fact that they serve freshly squeezed orange juice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"freshly\" is a positive word and \"squeezed\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 494,
            "input": "the octopus sashimi is my favorite!",
            "reference": "the octopus sashimi tasted like wet socks",
            "reduction": {
                "output": "I ordered some octopus sashimi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.74127285540009,
                    "s_sbleu": 13.74127285540009,
                    "r_avg_similarity": 0.7376,
                    "r_similarities": [
                        0.7376
                    ],
                    "s_avg_similarity": 0.7723,
                    "s_similarities": [
                        0.7723
                    ],
                    "s_ppl": 57.71580505371094,
                    "t_ppl": 57.71574783325195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.2147,
                        "neutral": 0.7825
                    }
                }
            },
            "synthesis": {
                "output": "The octopus sashimi is not good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not good\" are negative and \"at all\" expresses when the \"octopus sashimi\" is served."
                ],
                "generations": []
            }
        },
        {
            "index": 495,
            "input": "this is a fantastic location, especially because of teresa m!",
            "reference": "this is an awful location, especially because of teresa m.",
            "reduction": {
                "output": "This restaurant has a great location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8232468526904646,
                    "s_sbleu": 3.8232468526904646,
                    "r_avg_similarity": 0.4128,
                    "r_similarities": [
                        0.4128
                    ],
                    "s_avg_similarity": 0.5429,
                    "s_similarities": [
                        0.5429
                    ],
                    "s_ppl": 38.457801818847656,
                    "t_ppl": 38.45780563354492,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9925,
                        "neutral": 0.0058
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant has a terrible location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"location\" is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 496,
            "input": "i was pleased with their service.",
            "reference": "i was not pleased with their service.",
            "reduction": {
                "output": "I received good service from them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.770186228657867,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.6893,
                    "r_similarities": [
                        0.6893
                    ],
                    "s_avg_similarity": 0.7856,
                    "s_similarities": [
                        0.7856
                    ],
                    "s_ppl": 58.32979202270508,
                    "t_ppl": 58.3298225402832,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9913,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "I was not satisfied with their service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not satisfied\" is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 497,
            "input": "you get so much for the price and the food is fresh and delicious.",
            "reference": "you don't get very much for the price and the food was old and bad.",
            "reduction": {
                "output": "You can buy a lot of food at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.828945803162801,
                    "s_sbleu": 3.0981749906855875,
                    "r_avg_similarity": 0.5625,
                    "r_similarities": [
                        0.5625
                    ],
                    "s_avg_similarity": 0.6495,
                    "s_similarities": [
                        0.6495
                    ],
                    "s_ppl": 13.972990989685059,
                    "t_ppl": 13.972990989685059,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.2649,
                        "neutral": 0.7322
                    }
                }
            },
            "synthesis": {
                "output": "The food in this restaurant is not worth buying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"not worth\" means that you cannot buy it."
                ],
                "generations": []
            }
        },
        {
            "index": 498,
            "input": "they are so fresh and yummy.",
            "reference": "they are not fresh or good.",
            "reduction": {
                "output": "They are made with fresh ingredients.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 8.643019616048525,
                    "r_avg_similarity": 0.7564,
                    "r_similarities": [
                        0.7564
                    ],
                    "s_avg_similarity": 0.716,
                    "s_similarities": [
                        0.716
                    ],
                    "s_ppl": 42.08413314819336,
                    "t_ppl": 42.08413314819336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.7032,
                        "neutral": 0.2944
                    }
                }
            },
            "synthesis": {
                "output": "They are made with rotten ingredients.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rotten\" is a negative word and it expresses that the ingredients are not fresh."
                ],
                "generations": []
            }
        },
        {
            "index": 499,
            "input": "the salads were fresh and crispy.",
            "reference": "the salads were old and wilted.",
            "reduction": {
                "output": "The salads were made with fresh vegetables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 13.134549472120788,
                    "r_avg_similarity": 0.7826,
                    "r_similarities": [
                        0.7826
                    ],
                    "s_avg_similarity": 0.8494,
                    "s_similarities": [
                        0.8494
                    ],
                    "s_ppl": 65.7125473022461,
                    "t_ppl": 65.71257781982422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.2749,
                        "neutral": 0.7221
                    }
                }
            },
            "synthesis": {
                "output": "The salads were made with rotten vegetables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"rotten\" is a negative word and it expresses that the vegetables are not fresh."
                ],
                "generations": []
            }
        }
    ],
    "prompt_format": {
        "reduction": {
            "generation": "\n        \n        ###\n\n        Text: The chicken I ordered in this restaurant is delicious.\n\n        Rewrite the text to just explain the situation without any positive emotions.\n\n        Rewrite: I ordered some chicken in this restaurant.\n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Rewrite the text to just explain the situation without any positive emotions.\n\n        Rewrite: Salads are served as appetizers.\n\n        ###\n                \n        Text: [input_text]\n\n        Rewrite the text to just explain the situation without any positive emotions.\n        ",
            "feedback": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is delicious.\n\n        Rewrite the text to just explain the situation without any positive emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is delicious.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment. \n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Rewrite the text to just explain the situation without any positive emotions.\n\n        Rewrite: Salads are served as appetizers.\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 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 delicious.\n\n        Rewrite the text to just explain the situation without any positive emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is delicious.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just duplicates the text, and \u201cdelicious\u201d represents positive sentiment.  \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any positive emotions.\n\n        Rewrite: I ordered some chicken in this restaurant, it is tasty.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"ordered some chicken\" express the same topic, but the \"tasty\" is still positive.\n\n        Okay, let's try again. Rewrite this review to just explain the situation without any positive emotions by using the feedback above.\n\n        Rewrite: I ordered some chicken in this restaurant.\n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Rewrite the text to just explain the situation without any positive 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 positive 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 positive emotions by using the feedback above.\n\n        Rewrite: Salads are served as appetizers.\n\n        ###       \n        \n        Text: [feedback]\n\n        Rewrite the text to just explain the situation without any 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 just explain the situation without any 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 just explain the situation without any positive emotions by using the feedback above.\n        "
        },
        "synthesis": {
            "generation": "\n        ###\n\n        Text: I went to the restaurant and ate some chicken, it is delicious.\n\n        Content of the text: I ordered some chicken in this restaurant.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Content of the text: Salads are served as appetizers.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: Salads are unappropriate for appetizers.\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 negative emotions.\n        ",
            "feedback": "\n        ###\n\n        Text: I went to the restaurant and ate some chicken, it is delicious.\n\n        Content of the text: I ordered some chicken in this restaurant.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: I ordered 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 a delicious way to begin the meal.\n\n        Content of the text: Salads are served as appetizers.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: Salads are unappropriate for appetizers.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the \"appetizers\" expresses when the \"Salads\" are served, the \"unappropriate\" are negative. \n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: [generation]   \n\n        Does this rewrite meet the requirements?\n        ",
            "refine": "\n        ###\n\n        Text: I went to the restaurant and ate some chicken, it is delicious.\n\n        Content of the text: I ordered some chicken in this restaurant.\n\n        Rewrite the text to express the content with negative 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 negative emotions. \n\n        Okay, let's try again. Rewrite this review to express the content with negative 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 negative emotions by using the feedback above.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Content of the text: Salads are served as appetizers.\n\n        Rewrite the text to express the content with negative emotions.\n        \n        Rewrite: The staff serving for me is not 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 \"is not kind\" is negative. \n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n\n        Rewrite: Salads are unappropriate.  \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 negative emotions by using the feedback above.\n\n        Rewrite: Salads are unappropriate for appetizers.\n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with 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 express the content with 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 express the content with negative emotions by using the feedback above.\n        "
        }
    }
}