{
    "metadata": {
        "start_date": "2024-06-07T02:03:58+09:00",
        "host": "node103.home.arpa",
        "port": 11434,
        "e_host": "node103.home.arpa",
        "e_port": 8043,
        "model": "gemma: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_gemma:text_pos2neg",
        "seed": 1234,
        "log_dir": "output",
        "total_example_num": 500,
        "last_time_cost": 11904,
        "operation_times": 2,
        "time_cost": 21311,
        "successful_num": 500,
        "result_path": "/Users/shou/Documents/workspace/nlp/rs/output/node_share/yelp_gemma: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": "It's a small restaurant, but it's cozy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.3990167242108145,
                    "s_sbleu": 5.0243511979240845,
                    "r_avg_similarity": 0.3514,
                    "r_similarities": [
                        0.3514
                    ],
                    "s_avg_similarity": 0.3994,
                    "s_similarities": [
                        0.3994
                    ],
                    "s_ppl": 13.807168960571289,
                    "t_ppl": 13.807168006896973,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.8477,
                        "neutral": 0.1504
                    }
                }
            },
            "synthesis": {
                "output": "It's a small restaurant, but it's uncomfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"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 be going back to this restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "I will be going back to this restaurant.",
                    "I will be going back to this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 13.664845439199912,
                    "s_sbleu": 25.271148634948986,
                    "r_avg_similarity": 0.4868,
                    "r_similarities": [
                        0.4868
                    ],
                    "s_avg_similarity": 0.6236,
                    "s_similarities": [
                        0.6236
                    ],
                    "s_ppl": 31.555335998535156,
                    "t_ppl": 31.555334091186523,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.6854,
                        "neutral": 0.3118
                    }
                }
            },
            "synthesis": {
                "output": "I will not be going back to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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 affordable and a good pour.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the drinks were affordable and a good pour.",
                    "the drinks were affordable and a good pour."
                ],
                "evaluation": {
                    "r_sbleu": 20.164945583740657,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7506,
                    "r_similarities": [
                        0.7506
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 168.7350616455078,
                    "t_ppl": 168.73504638671875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9843,
                        "neutral": 0.0144
                    }
                }
            },
            "synthesis": {
                "output": "the drinks were not affordable and a bad pour.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"affordable\" and \"good pour\" are not negative.",
                    "Yes, the \"not affordable\" and \"bad pour\" are negative."
                ],
                "generations": [
                    "the drinks were affordable and a good pour."
                ]
            }
        },
        {
            "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 got a ruben sandwich, he liked it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 37.81790427652475,
                    "s_sbleu": 74.19446627365011,
                    "r_avg_similarity": 0.7346,
                    "r_similarities": [
                        0.7346
                    ],
                    "s_avg_similarity": 0.9895,
                    "s_similarities": [
                        0.9895
                    ],
                    "s_ppl": 91.61585235595703,
                    "t_ppl": 91.61585235595703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9852,
                        "neutral": 0.0137
                    }
                }
            },
            "synthesis": {
                "output": "my husband got a ruben sandwich, he hated it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hated\" are negative."
                ],
                "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 signed up for their email and got a coupon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ccoupon\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 69.89307622784945,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.7273,
                    "r_similarities": [
                        0.7273
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.390869140625,
                    "t_ppl": 42.390869140625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.2812,
                        "neutral": 0.7162
                    }
                }
            },
            "synthesis": {
                "output": "I signed up for their email and got a coupon. It is not a good coupon.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"coupon\" is not negative.",
                    "Yes, the \"not a good coupon\" expresses the negative emotions."
                ],
                "generations": [
                    "I signed up for their email and got a coupon."
                ]
            }
        },
        {
            "index": 5,
            "input": "i'd definitely recommend giving them a try.",
            "reference": "I'd definitely recommend not giving them a try.",
            "reduction": {
                "output": "I would recommend trying them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.4790667469036025,
                    "s_sbleu": 7.654112967106117,
                    "r_avg_similarity": 0.6633,
                    "r_similarities": [
                        0.6633
                    ],
                    "s_avg_similarity": 0.7572,
                    "s_similarities": [
                        0.7572
                    ],
                    "s_ppl": 49.88862609863281,
                    "t_ppl": 49.88862991333008,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9404,
                        "neutral": 0.0581
                    }
                }
            },
            "synthesis": {
                "output": "I would not recommend trying them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 6,
            "input": "i highly recommend e & m painting.",
            "reference": "I highly recommend avoiding e & m painting.",
            "reduction": {
                "output": "I recommend E & M Painting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.979367151952678,
                    "s_sbleu": 7.492442692259767,
                    "r_avg_similarity": 0.8913,
                    "r_similarities": [
                        0.8913
                    ],
                    "s_avg_similarity": 0.9832,
                    "s_similarities": [
                        0.9832
                    ],
                    "s_ppl": 701.729736328125,
                    "t_ppl": 701.729736328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8593,
                        "neutral": 0.139
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend E & M Painting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not recommend\" are negative."
                ],
                "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 will go again.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "We will go again.",
                    "We will go again."
                ],
                "evaluation": {
                    "r_sbleu": 12.869637315183772,
                    "s_sbleu": 24.601580968354597,
                    "r_avg_similarity": 0.5578,
                    "r_similarities": [
                        0.5578
                    ],
                    "s_avg_similarity": 0.646,
                    "s_similarities": [
                        0.646
                    ],
                    "s_ppl": 77.98543548583984,
                    "t_ppl": 77.98543548583984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.5305,
                        "neutral": 0.4662
                    }
                }
            },
            "synthesis": {
                "output": "We will never go again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 8,
            "input": "good drinks, and good company.",
            "reference": "watery drinks, and bad company.",
            "reduction": {
                "output": "good drinks and good company.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "good drinks and good company.",
                    "good drinks and good company."
                ],
                "evaluation": {
                    "r_sbleu": 16.341219448835542,
                    "s_sbleu": 51.15078115793242,
                    "r_avg_similarity": 0.5234,
                    "r_similarities": [
                        0.5234
                    ],
                    "s_avg_similarity": 0.986,
                    "s_similarities": [
                        0.986
                    ],
                    "s_ppl": 49.576210021972656,
                    "t_ppl": 49.576210021972656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9909,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "bad drinks and bad company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 now wearing my band geek glasses again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.187207110382285,
                    "s_sbleu": 16.784459625186194,
                    "r_avg_similarity": 0.6552,
                    "r_similarities": [
                        0.6552
                    ],
                    "s_avg_similarity": 0.6692,
                    "s_similarities": [
                        0.6692
                    ],
                    "s_ppl": 137.8609619140625,
                    "t_ppl": 137.8609619140625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.2238,
                        "neutral": 0.7729
                    }
                }
            },
            "synthesis": {
                "output": "I am now wearing my band geek glasses again. I am so happy. I am so proud of myself.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"band geek\" is not negative.",
                    "No, the \"I am so happy\" does not express the content with negative emotions."
                ],
                "generations": [
                    "I am now wearing my band geek glasses again.",
                    "I am now wearing my band geek glasses again. I am so happy."
                ]
            }
        },
        {
            "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 was nervous and she made me feel uncomfortable and unwelcome.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ccomfortable\u201d and \u201cwelcome\u201d represent positive sentiment.",
                    "No, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I was nervous and she made me feel comfortable and welcome.",
                    "I was nervous and she made me feel uncomfortable and unwelcome."
                ],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 50.51968359286048,
                    "r_avg_similarity": 0.6196,
                    "r_similarities": [
                        0.6196
                    ],
                    "s_avg_similarity": 0.8507,
                    "s_similarities": [
                        0.8507
                    ],
                    "s_ppl": 34.57395935058594,
                    "t_ppl": 34.573951721191406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9566,
                        "positive": 0.003,
                        "neutral": 0.0404
                    }
                }
            },
            "synthesis": {
                "output": "I was nervous and she made me feel uncomfortable and unwelcome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"uncomfortable\" and \"unwelcome\" are negative."
                ],
                "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": "great food recommendations steak and tuna were both great.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "great food recommendations steak and tuna were both great.",
                    "great food recommendations steak and tuna were both great."
                ],
                "evaluation": {
                    "r_sbleu": 26.269098944241577,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6477,
                    "r_similarities": [
                        0.6477
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 329.8337707519531,
                    "t_ppl": 329.833740234375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9926,
                        "neutral": 0.0052
                    }
                }
            },
            "synthesis": {
                "output": "great food recommendations steak and tuna were both bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 12,
            "input": "everything is fresh and so delicious!",
            "reference": "everything was so stale",
            "reduction": {
                "output": "The food is fresh and delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The food is fresh and delicious.",
                    "The food is fresh and delicious."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 26.269098944241588,
                    "r_avg_similarity": 0.2754,
                    "r_similarities": [
                        0.2754
                    ],
                    "s_avg_similarity": 0.7437,
                    "s_similarities": [
                        0.7437
                    ],
                    "s_ppl": 24.58318328857422,
                    "t_ppl": 24.58318328857422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.99,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "The food is stale and tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stale\" and \"tasteless\" are negative."
                ],
                "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 served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.026116978186877,
                    "s_sbleu": 64.34588841607616,
                    "r_avg_similarity": 0.8181,
                    "r_similarities": [
                        0.8181
                    ],
                    "s_avg_similarity": 0.8905,
                    "s_similarities": [
                        0.8905
                    ],
                    "s_ppl": 119.59471130371094,
                    "t_ppl": 119.59471130371094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.0657,
                        "neutral": 0.9291
                    }
                }
            },
            "synthesis": {
                "output": "the biscuits and gravy were not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 14,
            "input": "i actually can wait to come back next year!",
            "reference": "i would not return here next year",
            "reduction": {
                "output": "I am looking forward to coming back next year.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 16.784459625186194,
                    "r_avg_similarity": 0.5379,
                    "r_similarities": [
                        0.5379
                    ],
                    "s_avg_similarity": 0.8092,
                    "s_similarities": [
                        0.8092
                    ],
                    "s_ppl": 11.638315200805664,
                    "t_ppl": 11.63831615447998,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9927,
                        "neutral": 0.0053
                    }
                }
            },
            "synthesis": {
                "output": "I am not looking forward to coming back next year.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not looking forward\" are negative."
                ],
                "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": "the service was good and the prices were reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.085507150363302,
                    "s_sbleu": 4.996872151825361,
                    "r_avg_similarity": 0.5817,
                    "r_similarities": [
                        0.5817
                    ],
                    "s_avg_similarity": 0.5799,
                    "s_similarities": [
                        0.5799
                    ],
                    "s_ppl": 27.478361129760742,
                    "t_ppl": 27.478361129760742,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.987,
                        "neutral": 0.0114
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad and the prices were unreasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"unreasonable\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 16,
            "input": "god i love pei wei.",
            "reference": "god I really don't like pei wei.",
            "reduction": {
                "output": "I like Pei Wei.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite expresses positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I love Pei Wei."
                ],
                "evaluation": {
                    "r_sbleu": 7.715486568024961,
                    "s_sbleu": 8.745825313180632,
                    "r_avg_similarity": 0.8969,
                    "r_similarities": [
                        0.8969
                    ],
                    "s_avg_similarity": 0.9042,
                    "s_similarities": [
                        0.9042
                    ],
                    "s_ppl": 175.18540954589844,
                    "t_ppl": 175.18540954589844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9299,
                        "neutral": 0.0684
                    }
                }
            },
            "synthesis": {
                "output": "I hate Pei Wei.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" 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": "friendly people, authentic bagels, cream cheese.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "friendly people, authentic bagels, cream cheese.",
                    "friendly people, authentic bagels, cream cheese."
                ],
                "evaluation": {
                    "r_sbleu": 5.992002274050767,
                    "s_sbleu": 25.682196409800735,
                    "r_avg_similarity": 0.67,
                    "r_similarities": [
                        0.67
                    ],
                    "s_avg_similarity": 0.9284,
                    "s_similarities": [
                        0.9284
                    ],
                    "s_ppl": 122.03408813476562,
                    "t_ppl": 122.03407287597656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9832,
                        "neutral": 0.0155
                    }
                }
            },
            "synthesis": {
                "output": "friendly people, authentic bagels, cream cheese.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"friendly people\" and \"authentic bagels\" are not negative.",
                    "No, the \"friendly people\" and \"authentic bagels\" are not negative."
                ],
                "generations": [
                    "friendly people, authentic bagels, cream cheese.",
                    "friendly people, authentic bagels, cream cheese."
                ]
            }
        },
        {
            "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'll see why once you get there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.06452879987789,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7288,
                    "r_similarities": [
                        0.7288
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 18.620933532714844,
                    "t_ppl": 18.620933532714844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.116,
                        "positive": 0.0199,
                        "neutral": 0.8642
                    }
                }
            },
            "synthesis": {
                "output": "you'll see why once you get there.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "you'll see why once you get there.",
                    "you'll see why once you get there."
                ]
            }
        },
        {
            "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 several people who were helpful and kind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.36028134946796,
                    "s_sbleu": 27.901593935858266,
                    "r_avg_similarity": 0.7981,
                    "r_similarities": [
                        0.7981
                    ],
                    "s_avg_similarity": 0.9037,
                    "s_similarities": [
                        0.9037
                    ],
                    "s_ppl": 31.990631103515625,
                    "t_ppl": 31.990633010864258,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9865,
                        "neutral": 0.0123
                    }
                }
            },
            "synthesis": {
                "output": "I spoke with several people who were not helpful and kind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 20,
            "input": "the variety of sushi rolls makes for a good eating.",
            "reference": "There is limited variety for sushi rolls.",
            "reduction": {
                "output": "There are many different sushi rolls.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.772101321113862,
                    "s_sbleu": 8.208611846457007,
                    "r_avg_similarity": 0.9371,
                    "r_similarities": [
                        0.9371
                    ],
                    "s_avg_similarity": 0.8976,
                    "s_similarities": [
                        0.8976
                    ],
                    "s_ppl": 48.685672760009766,
                    "t_ppl": 48.685672760009766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0103,
                        "positive": 0.0875,
                        "neutral": 0.9022
                    }
                }
            },
            "synthesis": {
                "output": "There are many different sushi rolls, but they are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"good\" does not express negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 21,
            "input": "and every experience has been a positive one.",
            "reference": "Every experience has been awful.",
            "reduction": {
                "output": "and every experience has been a good one.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "and every experience has been a good one.",
                    "and every experience has been a good one."
                ],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 66.06328636027612,
                    "r_avg_similarity": 0.7358,
                    "r_similarities": [
                        0.7358
                    ],
                    "s_avg_similarity": 0.8221,
                    "s_similarities": [
                        0.8221
                    ],
                    "s_ppl": 38.6935920715332,
                    "t_ppl": 38.6935920715332,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9907,
                        "neutral": 0.0078
                    }
                }
            },
            "synthesis": {
                "output": "and every experience has been a bad one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "pessimal was not professional and found exactly the right unit to fit in our space.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral expression of the content.",
                    "No, the rewrite just duplicates the negative text, and \u201cprofessional\u201d represents positive sentiment."
                ],
                "generations": [
                    "pessimal was professional and found exactly the right unit to fit in our space.",
                    "Steve was pessimal and found exactly the right unit to fit in our space."
                ],
                "evaluation": {
                    "r_sbleu": 3.4585921141027365,
                    "s_sbleu": 80.65008590125565,
                    "r_avg_similarity": 0.3368,
                    "r_similarities": [
                        0.3368
                    ],
                    "s_avg_similarity": 0.7408,
                    "s_similarities": [
                        0.7408
                    ],
                    "s_ppl": 115.92191314697266,
                    "t_ppl": 115.92191314697266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3713,
                        "positive": 0.0128,
                        "neutral": 0.6159
                    }
                }
            },
            "synthesis": {
                "output": "pessimal was not professional and found exactly the right unit to fit in our space.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"professional\" and \"not professional\" are negative."
                ],
                "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 one of the worst in my opinion.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment."
                ],
                "generations": [
                    "this golf club is one of the best in my opinion.",
                    "this golf club is one of the worst in my opinion."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 73.48889200874659,
                    "r_avg_similarity": 0.7021,
                    "r_similarities": [
                        0.7021
                    ],
                    "s_avg_similarity": 0.8281,
                    "s_similarities": [
                        0.8281
                    ],
                    "s_ppl": 26.27155113220215,
                    "t_ppl": 26.27157211303711,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9819,
                        "positive": 0.0038,
                        "neutral": 0.0143
                    }
                }
            },
            "synthesis": {
                "output": "this golf club is one of the worst in my opinion.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" expresses the \"best\" in the text."
                ],
                "generations": []
            }
        },
        {
            "index": 24,
            "input": "excellent knowledgeable dentist and staff!",
            "reference": "Minimally qualified dentist and staff.",
            "reduction": {
                "output": "I had a good experience with this dentist and staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.462350320528007,
                    "s_sbleu": 13.950796967929131,
                    "r_avg_similarity": 0.6258,
                    "r_similarities": [
                        0.6258
                    ],
                    "s_avg_similarity": 0.8238,
                    "s_similarities": [
                        0.8238
                    ],
                    "s_ppl": 35.93876266479492,
                    "t_ppl": 35.93876266479492,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9925,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad experience with this dentist and staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 that is flavorful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.425159511373677,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.6309,
                    "r_similarities": [
                        0.6309
                    ],
                    "s_avg_similarity": 0.7087,
                    "s_similarities": [
                        0.7087
                    ],
                    "s_ppl": 47.160247802734375,
                    "t_ppl": 47.16025161743164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9663,
                        "neutral": 0.0325
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves small portions of food that is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"small portions\" and \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 26,
            "input": "always fresh, fat, and delicious.",
            "reference": "always bland, fat, and bad tasting.",
            "reduction": {
                "output": "always fresh, fat, and delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "always fresh, fat, and delicious.",
                    "always fresh, fat, and delicious."
                ],
                "evaluation": {
                    "r_sbleu": 33.76459109063278,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6589,
                    "r_similarities": [
                        0.6589
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 47.02839660644531,
                    "t_ppl": 47.028377532958984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9372,
                        "neutral": 0.0611
                    }
                }
            },
            "synthesis": {
                "output": "always fresh, fat, and delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"fresh, fat, and delicious\" are not negative.",
                    "No, the \"fresh, fat, and delicious\" are not negative."
                ],
                "generations": [
                    "always fresh, fat, and delicious.",
                    "always fresh, fat, and delicious."
                ]
            }
        },
        {
            "index": 27,
            "input": "these two women are professionals.",
            "reference": "these two women are not professionals.",
            "reduction": {
                "output": "these two women are experts in their field.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.55984539112945,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.7002,
                    "r_similarities": [
                        0.7002
                    ],
                    "s_avg_similarity": 0.8374,
                    "s_similarities": [
                        0.8374
                    ],
                    "s_ppl": 30.659910202026367,
                    "t_ppl": 30.659912109375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9653,
                        "neutral": 0.0334
                    }
                }
            },
            "synthesis": {
                "output": "these two women are amateurs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"amateur\" are negative."
                ],
                "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 most important thing is the food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the most important thing is the food.",
                    "the most important thing is the food."
                ],
                "evaluation": {
                    "r_sbleu": 44.12484512922978,
                    "s_sbleu": 41.93805111704914,
                    "r_avg_similarity": 0.9164,
                    "r_similarities": [
                        0.9164
                    ],
                    "s_avg_similarity": 0.9564,
                    "s_similarities": [
                        0.9564
                    ],
                    "s_ppl": 22.6173152923584,
                    "t_ppl": 22.6173152923584,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9265,
                        "neutral": 0.0715
                    }
                }
            },
            "synthesis": {
                "output": "the most important thing is the service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"not the food\" does not express the content with negative emotions.",
                    "No, the \"service\" does not express when the \"food\" is served."
                ],
                "generations": [
                    "the most important thing is not the food.",
                    "the most important thing is the service."
                ]
            }
        },
        {
            "index": 29,
            "input": "we were both so impressed.",
            "reference": "we were both unimpressed.",
            "reduction": {
                "output": "we were both impressed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "we were both impressed.",
                    "we were both impressed."
                ],
                "evaluation": {
                    "r_sbleu": 42.7287006396234,
                    "s_sbleu": 40.93653765389909,
                    "r_avg_similarity": 0.6281,
                    "r_similarities": [
                        0.6281
                    ],
                    "s_avg_similarity": 0.9631,
                    "s_similarities": [
                        0.9631
                    ],
                    "s_ppl": 96.3925552368164,
                    "t_ppl": 96.3925552368164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.896,
                        "neutral": 0.1016
                    }
                }
            },
            "synthesis": {
                "output": "we were both so disappointed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disappointed\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 30,
            "input": "very good brunch, was impressed with selection and quality.",
            "reference": "the brunch was bad, with little selection",
            "reduction": {
                "output": "good brunch, was impressed with selection and quality.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "good brunch, was impressed with selection and quality.",
                    "good brunch, was impressed with selection and quality."
                ],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 90.48374180359599,
                    "r_avg_similarity": 0.7346,
                    "r_similarities": [
                        0.7346
                    ],
                    "s_avg_similarity": 0.9736,
                    "s_similarities": [
                        0.9736
                    ],
                    "s_ppl": 190.1733856201172,
                    "t_ppl": 190.1733856201172,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9904,
                        "neutral": 0.0079
                    }
                }
            },
            "synthesis": {
                "output": "bad brunch, was not impressed with selection and quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"not impressed\" are negative."
                ],
                "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 simple, healthy, and tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 71.0866788975034,
                    "r_avg_similarity": 0.627,
                    "r_similarities": [
                        0.627
                    ],
                    "s_avg_similarity": 0.9894,
                    "s_similarities": [
                        0.9894
                    ],
                    "s_ppl": 33.20469284057617,
                    "t_ppl": 33.20469284057617,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9159,
                        "neutral": 0.0825
                    }
                }
            },
            "synthesis": {
                "output": "the menu is simple, healthy, and tasteless.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"tasteless\" does not express the content with negative emotions.",
                    "No, the \"tasteless\" does not express the content with negative emotions."
                ],
                "generations": [
                    "the menu is simple, healthy, and tasteless.",
                    "the menu is simple, healthy, and tasteless."
                ]
            }
        },
        {
            "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 as they were delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "she was right as they were delicious.",
                    "she was right as they were delicious."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 52.4735797760732,
                    "r_avg_similarity": 0.6831,
                    "r_similarities": [
                        0.6831
                    ],
                    "s_avg_similarity": 0.8218,
                    "s_similarities": [
                        0.8218
                    ],
                    "s_ppl": 110.37288665771484,
                    "t_ppl": 110.37289428710938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9793,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "she was wrong as they were tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wrong\" are negative, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 33,
            "input": "i love this place, the service is always great!",
            "reference": "hate this place, service was bad",
            "reduction": {
                "output": "I like this place because the service is always good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 27.901593935858266,
                    "r_avg_similarity": 0.6416,
                    "r_similarities": [
                        0.6416
                    ],
                    "s_avg_similarity": 0.7804,
                    "s_similarities": [
                        0.7804
                    ],
                    "s_ppl": 17.828933715820312,
                    "t_ppl": 17.828933715820312,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9921,
                        "neutral": 0.006
                    }
                }
            },
            "synthesis": {
                "output": "I don't like this place because the service is always bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 34,
            "input": "perfect spot to shop for gift!",
            "reference": "bad shop for a gift though",
            "reduction": {
                "output": "I found a good place to buy a gift.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.6451,
                    "r_similarities": [
                        0.6451
                    ],
                    "s_avg_similarity": 0.5992,
                    "s_similarities": [
                        0.5992
                    ],
                    "s_ppl": 31.176597595214844,
                    "t_ppl": 31.17659568786621,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9827,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "I found a bad place to buy a gift.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "a great stop if you want nice things at a steal.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "a great stop if you want nice things at a steal.",
                    "a great stop if you want nice things at a steal."
                ],
                "evaluation": {
                    "r_sbleu": 46.92470064105599,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6056,
                    "r_similarities": [
                        0.6056
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 133.43898010253906,
                    "t_ppl": 133.43885803222656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.9249,
                        "neutral": 0.0724
                    }
                }
            },
            "synthesis": {
                "output": "a great stop if you want nice things at a steal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"steal\" expresses when the \"nice things\" are served, the \"steal\" are negative."
                ],
                "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 atmosphere was fun and the staff treats you well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfun\u201d and \u201ctreats\u201d represent positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cfun\u201d and \u201ctreats\u201d represent positive sentiment."
                ],
                "generations": [
                    "the atmosphere was fun and the staff treats you well.",
                    "the atmosphere was fun and the staff treats you well."
                ],
                "evaluation": {
                    "r_sbleu": 46.92470064105599,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7933,
                    "r_similarities": [
                        0.7933
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 76.46601104736328,
                    "t_ppl": 76.46601104736328,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9927,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "the atmosphere was fun and the staff treats you well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "the atmosphere was fun and the staff treats you well.",
                    "the atmosphere was fun and the staff treats you well."
                ]
            }
        },
        {
            "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": "I found a cheaper alternative to my pet supplies.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.536,
                    "r_similarities": [
                        0.536
                    ],
                    "s_avg_similarity": 0.5679,
                    "s_similarities": [
                        0.5679
                    ],
                    "s_ppl": 106.14669799804688,
                    "t_ppl": 106.14669799804688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0245,
                        "positive": 0.419,
                        "neutral": 0.5565
                    }
                }
            },
            "synthesis": {
                "output": "I found a much more expensive alternative to my pet supplies.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"cheaper\" is not the topic of the text."
                ],
                "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 is a place where the customer is treated.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "this is a place where the customer is treated right."
                ],
                "evaluation": {
                    "r_sbleu": 54.088044192555245,
                    "s_sbleu": 31.35600681233636,
                    "r_avg_similarity": 0.7935,
                    "r_similarities": [
                        0.7935
                    ],
                    "s_avg_similarity": 0.829,
                    "s_similarities": [
                        0.829
                    ],
                    "s_ppl": 41.314353942871094,
                    "t_ppl": 41.314353942871094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0103,
                        "positive": 0.0813,
                        "neutral": 0.9084
                    }
                }
            },
            "synthesis": {
                "output": "this is a place where the customer is not treated.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"customer is not treated\" does not express the content with negative emotions."
                ],
                "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 near scottsdale road.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.542540885608186,
                    "s_sbleu": 12.468257194435667,
                    "r_avg_similarity": 0.6213,
                    "r_similarities": [
                        0.6213
                    ],
                    "s_avg_similarity": 0.629,
                    "s_similarities": [
                        0.629
                    ],
                    "s_ppl": 70.45225524902344,
                    "t_ppl": 70.45225524902344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0333,
                        "neutral": 0.9621
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is located far away from scottsdale road.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"far away\" are negative."
                ],
                "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": "Their pizza is the best I have ever had and their ranch is okay.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "Their pizza is the best I have ever had and their ranch is delicious.",
                    "Their pizza is the best I have ever had and their ranch is good."
                ],
                "evaluation": {
                    "r_sbleu": 18.69300079996002,
                    "s_sbleu": 26.518122980477767,
                    "r_avg_similarity": 0.906,
                    "r_similarities": [
                        0.906
                    ],
                    "s_avg_similarity": 0.9616,
                    "s_similarities": [
                        0.9616
                    ],
                    "s_ppl": 32.07330322265625,
                    "t_ppl": 32.07330322265625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9924,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "Their pizza is the worst I have ever had and their ranch is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" and \"not good\" are negative."
                ],
                "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 am satisfied with the service and will return in the future.",
                "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.573,
                    "r_similarities": [
                        0.573
                    ],
                    "s_avg_similarity": 0.7491,
                    "s_similarities": [
                        0.7491
                    ],
                    "s_ppl": 12.666182518005371,
                    "t_ppl": 12.666182518005371,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9919,
                        "neutral": 0.0062
                    }
                }
            },
            "synthesis": {
                "output": "I am not satisfied with the service and will not return in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not satisfied\" and \"will not return\" are negative."
                ],
                "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 prices are higher than other Thai restaurants.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.0735520042259505,
                    "s_sbleu": 5.0735520042259505,
                    "r_avg_similarity": 0.7101,
                    "r_similarities": [
                        0.7101
                    ],
                    "s_avg_similarity": 0.7306,
                    "s_similarities": [
                        0.7306
                    ],
                    "s_ppl": 71.65298461914062,
                    "t_ppl": 71.65298461914062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2736,
                        "positive": 0.1001,
                        "neutral": 0.6264
                    }
                }
            },
            "synthesis": {
                "output": "The prices are too high compared to other Thai restaurants.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too high\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 43,
            "input": "she did the most amazing job.",
            "reference": "she did the most awful job.",
            "reduction": {
                "output": "she did the job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and does not explain the situation.",
                    "No, the rewrite is too short and does not explain the situation."
                ],
                "generations": [
                    "she did the job.",
                    "she did the job."
                ],
                "evaluation": {
                    "r_sbleu": 33.51600230178196,
                    "s_sbleu": 33.51600230178196,
                    "r_avg_similarity": 0.6667,
                    "r_similarities": [
                        0.6667
                    ],
                    "s_avg_similarity": 0.752,
                    "s_similarities": [
                        0.752
                    ],
                    "s_ppl": 60.317867279052734,
                    "t_ppl": 60.31787109375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9685,
                        "neutral": 0.0292
                    }
                }
            },
            "synthesis": {
                "output": "she did the job, but it was not amazing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not amazing\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 44,
            "input": "really enjoyed the beautiful range.",
            "reference": "really didn't enjoy the ugly range.",
            "reduction": {
                "output": "I enjoyed the beautiful range.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I enjoyed the beautiful range.",
                    "I enjoyed the beautiful range."
                ],
                "evaluation": {
                    "r_sbleu": 15.207218222740094,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.72,
                    "r_similarities": [
                        0.72
                    ],
                    "s_avg_similarity": 0.9468,
                    "s_similarities": [
                        0.9468
                    ],
                    "s_ppl": 378.0904541015625,
                    "t_ppl": 378.0904541015625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9924,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "I really disliked the beautiful range.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disliked\" are 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 have a wide selection of products and a knowledgeable staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1364240458810366,
                    "s_sbleu": 19.156928817239653,
                    "r_avg_similarity": 0.2104,
                    "r_similarities": [
                        0.2104
                    ],
                    "s_avg_similarity": 0.7562,
                    "s_similarities": [
                        0.7562
                    ],
                    "s_ppl": 14.811223030090332,
                    "t_ppl": 14.811223030090332,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9575,
                        "neutral": 0.0411
                    }
                }
            },
            "synthesis": {
                "output": "They have a poor selection of products and an incompetent staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" and \"incompetent\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 46,
            "input": "definitely a place to keep in mind.",
            "reference": "not a place i would recommend",
            "reduction": {
                "output": "I would recommend this restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses positive sentiment.",
                    "No, the rewrite expresses positive sentiment."
                ],
                "generations": [
                    "I would recommend this restaurant.",
                    "I would recommend this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 16.233395773754946,
                    "s_sbleu": 5.815868174415823,
                    "r_avg_similarity": 0.5854,
                    "r_similarities": [
                        0.5854
                    ],
                    "s_avg_similarity": 0.4993,
                    "s_similarities": [
                        0.4993
                    ],
                    "s_ppl": 74.76815795898438,
                    "t_ppl": 74.76815795898438,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9797,
                        "neutral": 0.0191
                    }
                }
            },
            "synthesis": {
                "output": "I would not recommend this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not recommend\" are negative."
                ],
                "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": "great place to hang out, grab a meal and a few beers!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 85.5526185871245,
                    "r_avg_similarity": 0.3605,
                    "r_similarities": [
                        0.3605
                    ],
                    "s_avg_similarity": 0.9492,
                    "s_similarities": [
                        0.9492
                    ],
                    "s_ppl": 19.04956817626953,
                    "t_ppl": 19.0495662689209,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.992,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "great place to hang out, grab a meal and a few beers!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the text is the same."
                ],
                "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 lunch and dinner items are also available.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 48.88290318657944,
                    "r_avg_similarity": 0.4753,
                    "r_similarities": [
                        0.4753
                    ],
                    "s_avg_similarity": 0.7558,
                    "s_similarities": [
                        0.7558
                    ],
                    "s_ppl": 73.43888092041016,
                    "t_ppl": 73.43888092041016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.1498,
                        "neutral": 0.8475
                    }
                }
            },
            "synthesis": {
                "output": "the lunch and dinner items are not available.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not available\" are negative."
                ],
                "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": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cprofessional\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cprofessional\u201d represents positive sentiment."
                ],
                "generations": [
                    "charlie was clean neat and professional.",
                    "charlie was clean neat and professional."
                ],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.3571,
                    "r_similarities": [
                        0.3571
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 196.5494842529297,
                    "t_ppl": 196.54949951171875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8351,
                        "neutral": 0.1632
                    }
                }
            },
            "synthesis": {
                "output": "charlie was dirty messy and unprofessional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dirty messy and unprofessional\" are negative."
                ],
                "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 calzones are good and the lunch special they have is fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.230330720232516,
                    "s_sbleu": 59.230330720232516,
                    "r_avg_similarity": 0.8721,
                    "r_similarities": [
                        0.8721
                    ],
                    "s_avg_similarity": 0.9609,
                    "s_similarities": [
                        0.9609
                    ],
                    "s_ppl": 73.51000213623047,
                    "t_ppl": 73.51000213623047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.992,
                        "neutral": 0.0065
                    }
                }
            },
            "synthesis": {
                "output": "the calzones are not good and the lunch special they have is not fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not\" are not negative."
                ],
                "generations": []
            }
        },
        {
            "index": 51,
            "input": "i will definitely return often!",
            "reference": "i will definitely not return often!",
            "reduction": {
                "output": "I will return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.5469,
                    "r_similarities": [
                        0.5469
                    ],
                    "s_avg_similarity": 0.5304,
                    "s_similarities": [
                        0.5304
                    ],
                    "s_ppl": 72.90755462646484,
                    "t_ppl": 72.90754699707031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.395,
                        "neutral": 0.6026
                    }
                }
            },
            "synthesis": {
                "output": "I will not return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"return\" expresses when I will return to this restaurant, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 52,
            "input": "they have delicious soups everyday.",
            "reference": "they have gross soups everyday.",
            "reduction": {
                "output": "they have soups everyday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still has positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 40.93653765389909,
                    "s_sbleu": 40.93653765389909,
                    "r_avg_similarity": 0.8878,
                    "r_similarities": [
                        0.8878
                    ],
                    "s_avg_similarity": 0.9581,
                    "s_similarities": [
                        0.9581
                    ],
                    "s_ppl": 403.1070861816406,
                    "t_ppl": 403.1070861816406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0069,
                        "positive": 0.0582,
                        "neutral": 0.9349
                    }
                }
            },
            "synthesis": {
                "output": "they have tasteless soups everyday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 53,
            "input": "nice people, prompt service and clearly expert.",
            "reference": "negative people, slow service and clearly not expert.",
            "reduction": {
                "output": "The people are nice, the service is prompt and the food is clearly expert.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The people are nice, the service is prompt and the food is clearly expert.",
                    "The people are nice, the service is prompt and the food is clearly expert."
                ],
                "evaluation": {
                    "r_sbleu": 6.690080689159478,
                    "s_sbleu": 11.980914528565991,
                    "r_avg_similarity": 0.4684,
                    "r_similarities": [
                        0.4684
                    ],
                    "s_avg_similarity": 0.657,
                    "s_similarities": [
                        0.657
                    ],
                    "s_ppl": 43.00924301147461,
                    "t_ppl": 43.00924301147461,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9901,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The people are not nice, the service is not prompt and the food is clearly not expert.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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": "produce is reasonably priced and there is a selection of organic produce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 35.24025452531097,
                    "s_sbleu": 42.50281413416977,
                    "r_avg_similarity": 0.802,
                    "r_similarities": [
                        0.802
                    ],
                    "s_avg_similarity": 0.9503,
                    "s_similarities": [
                        0.9503
                    ],
                    "s_ppl": 35.33631134033203,
                    "t_ppl": 35.33631134033203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.437,
                        "neutral": 0.5604
                    }
                }
            },
            "synthesis": {
                "output": "produce is overpriced and there is a selection of organic produce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"overpriced\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 55,
            "input": "the food here is delicious.",
            "reference": "the food here is gross",
            "reduction": {
                "output": "the food here is served.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the food here is served.",
                    "the food here is served."
                ],
                "evaluation": {
                    "r_sbleu": 50.81327481546147,
                    "s_sbleu": 53.7284965911771,
                    "r_avg_similarity": 0.6324,
                    "r_similarities": [
                        0.6324
                    ],
                    "s_avg_similarity": 0.7823,
                    "s_similarities": [
                        0.7823
                    ],
                    "s_ppl": 263.7049865722656,
                    "t_ppl": 263.7049865722656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.6311,
                        "neutral": 0.3651
                    }
                }
            },
            "synthesis": {
                "output": "the food here is not served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not served\" does not express when the \"food\" is served."
                ],
                "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 came in for the first time and wanted something new.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.127993013562818,
                    "s_sbleu": 24.24856110533888,
                    "r_avg_similarity": 0.5789,
                    "r_similarities": [
                        0.5789
                    ],
                    "s_avg_similarity": 0.9154,
                    "s_similarities": [
                        0.9154
                    ],
                    "s_ppl": 27.880414962768555,
                    "t_ppl": 27.880428314208984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1041,
                        "positive": 0.0884,
                        "neutral": 0.8075
                    }
                }
            },
            "synthesis": {
                "output": "first time i came in, i knew i just wanted something new.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"new\" expresses the \"something new\" in the text."
                ],
                "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": "The performing arts center is a good choice if going to an event.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.949751774990684,
                    "s_sbleu": 48.41524713034602,
                    "r_avg_similarity": 0.8015,
                    "r_similarities": [
                        0.8015
                    ],
                    "s_avg_similarity": 0.9277,
                    "s_similarities": [
                        0.9277
                    ],
                    "s_ppl": 44.760093688964844,
                    "t_ppl": 44.760093688964844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.001,
                        "positive": 0.9726,
                        "neutral": 0.0264
                    }
                }
            },
            "synthesis": {
                "output": "The performing arts center is not a good choice if going to an event.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a good choice\" are 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 place has been making sushi and sashimi for years.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.72261448611505,
                    "s_sbleu": 74.26141117870938,
                    "r_avg_similarity": 0.8433,
                    "r_similarities": [
                        0.8433
                    ],
                    "s_avg_similarity": 0.9711,
                    "s_similarities": [
                        0.9711
                    ],
                    "s_ppl": 21.63299560546875,
                    "t_ppl": 21.63299560546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.03,
                        "positive": 0.0889,
                        "neutral": 0.8811
                    }
                }
            },
            "synthesis": {
                "output": "this place has been making sushi and sashimi for years.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"great\" is not negative.",
                    "No, the \"great\" is not negative."
                ],
                "generations": [
                    "this place has been making sushi and sashimi for years.",
                    "this place has been making sushi and sashimi for years."
                ]
            }
        },
        {
            "index": 59,
            "input": "even in summer, they have decent patronage.",
            "reference": "even in summer they are no patronage",
            "reduction": {
                "output": "even in summer, the restaurant has a decent number of customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.498759556447222,
                    "s_sbleu": 21.401603033752977,
                    "r_avg_similarity": 0.4959,
                    "r_similarities": [
                        0.4959
                    ],
                    "s_avg_similarity": 0.6523,
                    "s_similarities": [
                        0.6523
                    ],
                    "s_ppl": 33.88601303100586,
                    "t_ppl": 33.88601303100586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9216,
                        "neutral": 0.0765
                    }
                }
            },
            "synthesis": {
                "output": "even in summer, the restaurant has a poor number of customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "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 will be helped by all of their friendly advise, and travel knowledge!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "you will be helped by all of their friendly advise, and travel knowledge!",
                    "you will be helped by all of their friendly advise, and travel knowledge!"
                ],
                "evaluation": {
                    "r_sbleu": 3.125190763972442,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.3443,
                    "r_similarities": [
                        0.3443
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 118.6375503540039,
                    "t_ppl": 118.63754272460938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.001,
                        "positive": 0.9508,
                        "neutral": 0.0482
                    }
                }
            },
            "synthesis": {
                "output": "you will be helped by all of their friendly advise, and travel knowledge!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"friendly advise\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"friendly advise\" which is the topic of the text."
                ],
                "generations": [
                    "you will be helped by all of their friendly advise, and travel knowledge!",
                    "you will be helped by all of their friendly advise, and travel knowledge!"
                ]
            }
        },
        {
            "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 spent time with my best friends and enjoyed some wine and food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.474875887495341,
                    "s_sbleu": 49.658283199988304,
                    "r_avg_similarity": 0.5926,
                    "r_similarities": [
                        0.5926
                    ],
                    "s_avg_similarity": 0.8719,
                    "s_similarities": [
                        0.8719
                    ],
                    "s_ppl": 28.203561782836914,
                    "t_ppl": 28.20355987548828,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.993,
                        "neutral": 0.0046
                    }
                }
            },
            "synthesis": {
                "output": "I spent time with my best buds and enjoyed some excellent wine and food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"buds\" and \"excellent\" are negative."
                ],
                "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 with a group of eight and had a great time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 70.4805090506219,
                    "r_avg_similarity": 0.4185,
                    "r_similarities": [
                        0.4185
                    ],
                    "s_avg_similarity": 0.9915,
                    "s_similarities": [
                        0.9915
                    ],
                    "s_ppl": 15.004889488220215,
                    "t_ppl": 15.004890441894531,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9931,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "We went with a group of eight and had a bad time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad time\" expresses when the \"we\" had a great time, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 63,
            "input": "the service has always been wonderful.",
            "reference": "the service was frustrating",
            "reduction": {
                "output": "the service has always been ok.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the service has always been good."
                ],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 64.34588841607616,
                    "r_avg_similarity": 0.5368,
                    "r_similarities": [
                        0.5368
                    ],
                    "s_avg_similarity": 0.8048,
                    "s_similarities": [
                        0.8048
                    ],
                    "s_ppl": 152.5138702392578,
                    "t_ppl": 152.5138702392578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3019,
                        "positive": 0.1455,
                        "neutral": 0.5526
                    }
                }
            },
            "synthesis": {
                "output": "the service has always been bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 64,
            "input": "thanks for making our special night an event to remember.",
            "reference": "our special night was ruined",
            "reduction": {
                "output": "thanks for making our special night an event to remember.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "thanks for making our special night an event to remember.",
                    "thanks for making our special night an event to remember."
                ],
                "evaluation": {
                    "r_sbleu": 13.950796967929131,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.5711,
                    "r_similarities": [
                        0.5711
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 30.60407257080078,
                    "t_ppl": 30.60407066345215,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9924,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "thanks for making our special night an event to forget.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"forget\" are negative."
                ],
                "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 had a spanish omelet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.631736348831643,
                    "s_sbleu": 27.585129929794586,
                    "r_avg_similarity": 0.7936,
                    "r_similarities": [
                        0.7936
                    ],
                    "s_avg_similarity": 0.9062,
                    "s_similarities": [
                        0.9062
                    ],
                    "s_ppl": 69.43848419189453,
                    "t_ppl": 69.43849182128906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0082,
                        "positive": 0.0378,
                        "neutral": 0.954
                    }
                }
            },
            "synthesis": {
                "output": "I had a spanish omelet. It is huge and delicious. It is not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"spanish omelet\" is not negative.",
                    "No, the \"huge and delicious\" are not negative."
                ],
                "generations": [
                    "I had a spanish omelet.",
                    "I had a spanish omelet. It is huge and delicious."
                ]
            }
        },
        {
            "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 massage chairs and each manicure station is clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 48.30656008874588,
                    "r_avg_similarity": 0.1643,
                    "r_similarities": [
                        0.1643
                    ],
                    "s_avg_similarity": 0.8821,
                    "s_similarities": [
                        0.8821
                    ],
                    "s_ppl": 212.55726623535156,
                    "t_ppl": 212.55726623535156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3315,
                        "neutral": 0.6661
                    }
                }
            },
            "synthesis": {
                "output": "The salon has massage chairs and each manicure station is dirty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dirty\" are 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 friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the wait staff is attractive and friendly.",
                    "the wait staff is friendly."
                ],
                "evaluation": {
                    "r_sbleu": 23.263472697663286,
                    "s_sbleu": 32.58798048281462,
                    "r_avg_similarity": 0.7821,
                    "r_similarities": [
                        0.7821
                    ],
                    "s_avg_similarity": 0.8338,
                    "s_similarities": [
                        0.8338
                    ],
                    "s_ppl": 147.2492218017578,
                    "t_ppl": 147.24920654296875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9622,
                        "neutral": 0.0363
                    }
                }
            },
            "synthesis": {
                "output": "the wait staff is not friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 68,
            "input": "also, the food is great!",
            "reference": "the food was just ok",
            "reduction": {
                "output": "also, the food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 61.47881529512643,
                    "r_avg_similarity": 0.6071,
                    "r_similarities": [
                        0.6071
                    ],
                    "s_avg_similarity": 0.8854,
                    "s_similarities": [
                        0.8854
                    ],
                    "s_ppl": 36.20585250854492,
                    "t_ppl": 36.20585250854492,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9903,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "also, the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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": "the color that she uses on my girlfriend's hair looks bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment."
                ],
                "generations": [
                    "the color that she uses on my girlfriend's hair looks good.",
                    "the color that she uses on my girlfriend's hair looks bad."
                ],
                "evaluation": {
                    "r_sbleu": 10.127993013562818,
                    "s_sbleu": 82.651681837938,
                    "r_avg_similarity": 0.6637,
                    "r_similarities": [
                        0.6637
                    ],
                    "s_avg_similarity": 0.8785,
                    "s_similarities": [
                        0.8785
                    ],
                    "s_ppl": 141.83132934570312,
                    "t_ppl": 141.83132934570312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9709,
                        "positive": 0.0027,
                        "neutral": 0.0264
                    }
                }
            },
            "synthesis": {
                "output": "the color that she uses on my girlfriend's hair looks bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 is always busy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally, but \u201cconsistent\u201d and \u201cfriendly\u201d represent positive sentiment.",
                    "No, the rewrite expresses the content neutrally, but \u201cconsistent\u201d and \u201cfriendly\u201d represent positive sentiment."
                ],
                "generations": [
                    "The restaurant is always busy.",
                    "The restaurant is always busy."
                ],
                "evaluation": {
                    "r_sbleu": 8.33450329027712,
                    "s_sbleu": 9.22364410103253,
                    "r_avg_similarity": 0.2629,
                    "r_similarities": [
                        0.2629
                    ],
                    "s_avg_similarity": 0.2705,
                    "s_similarities": [
                        0.2705
                    ],
                    "s_ppl": 63.970741271972656,
                    "t_ppl": 63.970741271972656,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.971,
                        "positive": 0.0036,
                        "neutral": 0.0255
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is always empty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"empty\" 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 friendly and welcoming with a fun atmosphere and average food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The restaurant is friendly and welcoming with a fun atmosphere and terrific food.",
                    "The restaurant is friendly and welcoming with a fun atmosphere and good food."
                ],
                "evaluation": {
                    "r_sbleu": 8.889175589171739,
                    "s_sbleu": 56.220082765903776,
                    "r_avg_similarity": 0.418,
                    "r_similarities": [
                        0.418
                    ],
                    "s_avg_similarity": 0.7906,
                    "s_similarities": [
                        0.7906
                    ],
                    "s_ppl": 43.505558013916016,
                    "t_ppl": 43.505558013916016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9869,
                        "neutral": 0.0117
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not friendly and welcoming with a fun atmosphere and average food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly and welcoming\" expresses the \"friendly and welcoming\" in the text, the \"average\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 72,
            "input": "the chicken chimi i had was absolutely fantastic!",
            "reference": "the chicken chimi was absolutely gross!",
            "reduction": {
                "output": "the chicken chimi i had was not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the chicken chimi i had was good.",
                    "the chicken chimi i had was okay."
                ],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 58.73949094699213,
                    "r_avg_similarity": 0.8066,
                    "r_similarities": [
                        0.8066
                    ],
                    "s_avg_similarity": 0.9027,
                    "s_similarities": [
                        0.9027
                    ],
                    "s_ppl": 293.09454345703125,
                    "t_ppl": 293.09454345703125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9743,
                        "neutral": 0.0234
                    }
                }
            },
            "synthesis": {
                "output": "the chicken chimi i had was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not bad\" is not 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": "it is also possible to sit at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.105042156452658,
                    "s_sbleu": 65.80370064762461,
                    "r_avg_similarity": 0.3914,
                    "r_similarities": [
                        0.3914
                    ],
                    "s_avg_similarity": 0.8321,
                    "s_similarities": [
                        0.8321
                    ],
                    "s_ppl": 32.78934097290039,
                    "t_ppl": 32.78934097290039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.0528,
                        "neutral": 0.9436
                    }
                }
            },
            "synthesis": {
                "output": "it is not fun to sit at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not fun\" are negative."
                ],
                "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 good.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the soup is delicious."
                ],
                "evaluation": {
                    "r_sbleu": 11.725004053101795,
                    "s_sbleu": 23.45000810620359,
                    "r_avg_similarity": 0.6683,
                    "r_similarities": [
                        0.6683
                    ],
                    "s_avg_similarity": 0.6648,
                    "s_similarities": [
                        0.6648
                    ],
                    "s_ppl": 127.40841674804688,
                    "t_ppl": 127.40841674804688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9895,
                        "neutral": 0.0089
                    }
                }
            },
            "synthesis": {
                "output": "the soup is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 75,
            "input": "the best mexican food in the phoenix area.",
            "reference": "the worst mexican food in the phoenix area.",
            "reduction": {
                "output": "the restaurant is in the phoenix area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.750342648354646,
                    "s_sbleu": 47.750342648354646,
                    "r_avg_similarity": 0.555,
                    "r_similarities": [
                        0.555
                    ],
                    "s_avg_similarity": 0.6508,
                    "s_similarities": [
                        0.6508
                    ],
                    "s_ppl": 58.29681396484375,
                    "t_ppl": 58.29681396484375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0389,
                        "neutral": 0.9568
                    }
                }
            },
            "synthesis": {
                "output": "the restaurant is in tempe.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"not in the phoenix area\" does not express the location of the restaurant.",
                    "No, the \"area of the desert\" does not express the location of the restaurant."
                ],
                "generations": [
                    "the restaurant is not in the phoenix area.",
                    "the restaurant is in the area of the desert."
                ]
            }
        },
        {
            "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 professional, thorough and attentive to our needs.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cprofessional, thorough and attentive\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cprofessional, thorough and attentive\u201d represents positive sentiment."
                ],
                "generations": [
                    "they are professional, thorough and attentive to our needs.",
                    "they are professional, thorough and attentive to our needs."
                ],
                "evaluation": {
                    "r_sbleu": 19.081654556856684,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6345,
                    "r_similarities": [
                        0.6345
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 29.94666290283203,
                    "t_ppl": 29.94666290283203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9626,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "they are unprofessional, careless and indifferent to our needs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unprofessional, careless and indifferent\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 77,
            "input": "their lunch special is a great value!",
            "reference": "their lunch special is a poor value.",
            "reduction": {
                "output": "their lunch special is afforable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 38.49815007763549,
                    "s_sbleu": 36.409302398068725,
                    "r_avg_similarity": 0.756,
                    "r_similarities": [
                        0.756
                    ],
                    "s_avg_similarity": 0.7483,
                    "s_similarities": [
                        0.7483
                    ],
                    "s_ppl": 523.019775390625,
                    "t_ppl": 523.019775390625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9529,
                        "neutral": 0.0458
                    }
                }
            },
            "synthesis": {
                "output": "their lunch special is not worth the price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not worth the price\" are negative."
                ],
                "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 experience with this business.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "We had a good experience with this business.",
                    "We had a good experience with this business."
                ],
                "evaluation": {
                    "r_sbleu": 31.55984539112945,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.6437,
                    "r_similarities": [
                        0.6437
                    ],
                    "s_avg_similarity": 0.8005,
                    "s_similarities": [
                        0.8005
                    ],
                    "s_ppl": 22.37094497680664,
                    "t_ppl": 22.37094497680664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9924,
                        "neutral": 0.0057
                    }
                }
            },
            "synthesis": {
                "output": "Our experience with this business was negative.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"negative\" are negative."
                ],
                "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 staff is not bad and location is in the center of old town.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the staff is good and location is in the center of old town.",
                    "the staff is not bad and location is in the center of old town."
                ],
                "evaluation": {
                    "r_sbleu": 22.2989945535409,
                    "s_sbleu": 24.367418533676364,
                    "r_avg_similarity": 0.8376,
                    "r_similarities": [
                        0.8376
                    ],
                    "s_avg_similarity": 0.8047,
                    "s_similarities": [
                        0.8047
                    ],
                    "s_ppl": 63.945491790771484,
                    "t_ppl": 63.94548797607422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.983,
                        "neutral": 0.0153
                    }
                }
            },
            "synthesis": {
                "output": "the staff is not good and location is not in the center of old town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"not in the center of old town\" are negative."
                ],
                "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 have to sit outside to get the best experience from this place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "you have to sit outside to get the best experience from this place.",
                    "you have to sit outside to get the best experience from this place."
                ],
                "evaluation": {
                    "r_sbleu": 6.754312828675709,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6225,
                    "r_similarities": [
                        0.6225
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 21.694765090942383,
                    "t_ppl": 21.694765090942383,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.8563,
                        "neutral": 0.1411
                    }
                }
            },
            "synthesis": {
                "output": "you have to sit outside to get the worst experience from this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 81,
            "input": "the food is delicious and plentiful.",
            "reference": "The food was tough and dry.",
            "reduction": {
                "output": "the food is plentiful and good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the food is plentiful and delicious.",
                    "the food is plentiful and tasty."
                ],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 29.071536848410968,
                    "r_avg_similarity": 0.5303,
                    "r_similarities": [
                        0.5303
                    ],
                    "s_avg_similarity": 0.9106,
                    "s_similarities": [
                        0.9106
                    ],
                    "s_ppl": 68.72840881347656,
                    "t_ppl": 68.72840881347656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9913,
                        "neutral": 0.007
                    }
                }
            },
            "synthesis": {
                "output": "the food is not delicious and not plentiful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not delicious\" and \"not plentiful\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 82,
            "input": "and the fettuccine alfredo is absolutely scrumptious!",
            "reference": "The fettuccine alfredo was a disappointment.",
            "reduction": {
                "output": "and the fettuccine alfredo is served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 53.29462628216855,
                    "r_avg_similarity": 0.7649,
                    "r_similarities": [
                        0.7649
                    ],
                    "s_avg_similarity": 0.8558,
                    "s_similarities": [
                        0.8558
                    ],
                    "s_ppl": 21.822298049926758,
                    "t_ppl": 21.822301864624023,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.1814,
                        "neutral": 0.814
                    }
                }
            },
            "synthesis": {
                "output": "and the fettuccine alfredo is not delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not delicious\" are negative."
                ],
                "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 rented a truck from this location two weeks ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.808415001701817,
                    "s_sbleu": 41.36817680097795,
                    "r_avg_similarity": 0.7491,
                    "r_similarities": [
                        0.7491
                    ],
                    "s_avg_similarity": 0.8352,
                    "s_similarities": [
                        0.8352
                    ],
                    "s_ppl": 68.15260314941406,
                    "t_ppl": 68.15260314941406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0416,
                        "neutral": 0.9548
                    }
                }
            },
            "synthesis": {
                "output": "we rented a truck from this location two weeks ago.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"dropped\" is not negative.",
                    "No, the \"dropped\" is not negative."
                ],
                "generations": [
                    "we rented a truck from this location two weeks ago.",
                    "we rented a truck from this location two weeks ago."
                ]
            }
        },
        {
            "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 adds the last little touch to what was already an amazing place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "this adds the last little touch to what was already an amazing place.",
                    "this adds the last little touch to what was already an amazing place."
                ],
                "evaluation": {
                    "r_sbleu": 8.493098745313143,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.379,
                    "r_similarities": [
                        0.379
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 51.98111343383789,
                    "t_ppl": 51.981117248535156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9778,
                        "neutral": 0.0206
                    }
                }
            },
            "synthesis": {
                "output": "this adds the last little touch to what was already an amazing place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"touch\" expresses the last little touch, the \"amazing place\" expresses the amazing place."
                ],
                "generations": []
            }
        },
        {
            "index": 85,
            "input": "prices are a tad high but worth it.",
            "reference": "prices are a tad high and not worth it.",
            "reduction": {
                "output": "prices are a tad high but worth it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "prices are a tad high but worth it.",
                    "prices are a tad high but worth it."
                ],
                "evaluation": {
                    "r_sbleu": 53.417359568998464,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9483,
                    "r_similarities": [
                        0.9483
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 27.48655128479004,
                    "t_ppl": 27.48655128479004,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.8148,
                        "neutral": 0.1813
                    }
                }
            },
            "synthesis": {
                "output": "prices are a tad high but worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"prices are a tad high\" expresses the price, the \"but worth it\" expresses the price is worth it."
                ],
                "generations": []
            }
        },
        {
            "index": 86,
            "input": "the message therapist is awesome also.",
            "reference": "the message therapist is terrible also.",
            "reduction": {
                "output": "the message therapist is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the message therapist is good.",
                    "the message therapist is ok."
                ],
                "evaluation": {
                    "r_sbleu": 43.47208719449914,
                    "s_sbleu": 43.47208719449914,
                    "r_avg_similarity": 0.915,
                    "r_similarities": [
                        0.915
                    ],
                    "s_avg_similarity": 0.835,
                    "s_similarities": [
                        0.835
                    ],
                    "s_ppl": 454.0145568847656,
                    "t_ppl": 454.0145568847656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.932,
                        "neutral": 0.0646
                    }
                }
            },
            "synthesis": {
                "output": "the message therapist is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" expresses the negative emotions."
                ],
                "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.867637634277344,
                    "t_ppl": 23.867637634277344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0094,
                        "positive": 0.0293,
                        "neutral": 0.9613
                    }
                }
            },
            "synthesis": {
                "output": "I came here with my family. The food is tasteless.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"food is tasteless\" expresses the negative emotions."
                ],
                "generations": [
                    "I came here with my family."
                ]
            }
        },
        {
            "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 go in half with me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.177037175577333,
                    "s_sbleu": 26.477952261405967,
                    "r_avg_similarity": 0.812,
                    "r_similarities": [
                        0.812
                    ],
                    "s_avg_similarity": 0.8095,
                    "s_similarities": [
                        0.8095
                    ],
                    "s_ppl": 106.94091033935547,
                    "t_ppl": 106.94091796875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0399,
                        "neutral": 0.9561
                    }
                }
            },
            "synthesis": {
                "output": "the owner said he would go in half with me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"half\" is not negative.",
                    "No, the \"half\" is not negative."
                ],
                "generations": [
                    "the owner said he would go in half with me.",
                    "the owner said he would go in half with me."
                ]
            }
        },
        {
            "index": 89,
            "input": "the escargot was delicious, and seasoned perfectly.",
            "reference": "the escargot was gross, and seasoned terribly.",
            "reduction": {
                "output": "the escargot was delicious, and seasoned perfectly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the escargot was delicious, and seasoned perfectly.",
                    "the escargot was delicious, and seasoned perfectly."
                ],
                "evaluation": {
                    "r_sbleu": 31.020161970069985,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8386,
                    "r_similarities": [
                        0.8386
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 67.82693481445312,
                    "t_ppl": 67.82694244384766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.99,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "the escargot was not delicious, and not seasoned perfectly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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": "brittany gave me a new haircut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.273858658245697,
                    "s_sbleu": 24.875214880684553,
                    "r_avg_similarity": 0.8999,
                    "r_similarities": [
                        0.8999
                    ],
                    "s_avg_similarity": 0.9262,
                    "s_similarities": [
                        0.9262
                    ],
                    "s_ppl": 62.707237243652344,
                    "t_ppl": 62.707237243652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0848,
                        "neutral": 0.9112
                    }
                }
            },
            "synthesis": {
                "output": "brittany gave me a very bad haircut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 has been in scottsdale for a long time and it truly knows service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.69392927528885,
                    "s_sbleu": 60.260809785571396,
                    "r_avg_similarity": 0.9386,
                    "r_similarities": [
                        0.9386
                    ],
                    "s_avg_similarity": 0.9916,
                    "s_similarities": [
                        0.9916
                    ],
                    "s_ppl": 55.99863052368164,
                    "t_ppl": 55.99863052368164,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0058,
                        "positive": 0.2731,
                        "neutral": 0.7211
                    }
                }
            },
            "synthesis": {
                "output": "this resort has been in scottsdale for a long time and it truly knows service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"forever\" and \"truly\" are negative."
                ],
                "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 are served with spicy plum sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 29.100425073782827,
                    "s_sbleu": 26.581560693718632,
                    "r_avg_similarity": 0.872,
                    "r_similarities": [
                        0.872
                    ],
                    "s_avg_similarity": 0.8706,
                    "s_similarities": [
                        0.8706
                    ],
                    "s_ppl": 104.97535705566406,
                    "t_ppl": 104.97535705566406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0911,
                        "neutral": 0.9045
                    }
                }
            },
            "synthesis": {
                "output": "The crab wontons are not served with spicy plum sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not served\" expresses when the \"crab wontons\" are served, the \"not served\" 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 have gotten so many dresses at a steal of a price!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 52.055103630534376,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.911,
                    "r_similarities": [
                        0.911
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 72.22244262695312,
                    "t_ppl": 72.22244262695312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0224,
                        "positive": 0.4528,
                        "neutral": 0.5249
                    }
                }
            },
            "synthesis": {
                "output": "I have gotten so many dresses at a steal of a price!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"steal of a price\" is not negative.",
                    "No, the \"steal of a price\" is not negative."
                ],
                "generations": [
                    "I have gotten so many dresses at a steal of a price!",
                    "I have gotten so many dresses at a steal of a price!"
                ]
            }
        },
        {
            "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 place is a good place to grab a drink.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.72056269893593,
                    "s_sbleu": 36.72056269893593,
                    "r_avg_similarity": 0.7156,
                    "r_similarities": [
                        0.7156
                    ],
                    "s_avg_similarity": 0.8059,
                    "s_similarities": [
                        0.8059
                    ],
                    "s_ppl": 14.2320556640625,
                    "t_ppl": 14.2320556640625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9898,
                        "neutral": 0.0088
                    }
                }
            },
            "synthesis": {
                "output": "This place is not a good place to grab a drink.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a good place\" expresses the negative emotions."
                ],
                "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": "the flourless chocolate cake was a dessert.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the flourless chocolate cake was a dessert.",
                    "the flourless chocolate cake was a dessert."
                ],
                "evaluation": {
                    "r_sbleu": 12.502047063713432,
                    "s_sbleu": 25.55891661822957,
                    "r_avg_similarity": 0.6121,
                    "r_similarities": [
                        0.6121
                    ],
                    "s_avg_similarity": 0.876,
                    "s_similarities": [
                        0.876
                    ],
                    "s_ppl": 117.82048797607422,
                    "t_ppl": 117.82048797607422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7492,
                        "positive": 0.0136,
                        "neutral": 0.2372
                    }
                }
            },
            "synthesis": {
                "output": "the flourless chocolate cake was not a dessert.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"not a dessert\" does not express the content with negative emotions.",
                    "No, the \"not a dessert\" does not express the content with negative emotions."
                ],
                "generations": [
                    "the flourless chocolate cake was not a dessert.",
                    "the flourless chocolate cake was not a dessert."
                ]
            }
        },
        {
            "index": 96,
            "input": "beautiful scenery and friend staff.",
            "reference": "the scenery and decor was poor along with the staff",
            "reduction": {
                "output": "beautiful scenery and friendly staff.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "beautiful scenery and friendly staff.",
                    "beautiful scenery and friendly staff."
                ],
                "evaluation": {
                    "r_sbleu": 9.22364410103253,
                    "s_sbleu": 37.99178428257963,
                    "r_avg_similarity": 0.5974,
                    "r_similarities": [
                        0.5974
                    ],
                    "s_avg_similarity": 0.9284,
                    "s_similarities": [
                        0.9284
                    ],
                    "s_ppl": 20.824634552001953,
                    "t_ppl": 20.824634552001953,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9906,
                        "neutral": 0.0076
                    }
                }
            },
            "synthesis": {
                "output": "beautiful scenery and unfriendly staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"unfriendly\" does not express the \"staff\" is unfriendly."
                ],
                "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 wine list is priced at 2x retail.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 14.97598550050754,
                    "r_avg_similarity": 0.6864,
                    "r_similarities": [
                        0.6864
                    ],
                    "s_avg_similarity": 0.8125,
                    "s_similarities": [
                        0.8125
                    ],
                    "s_ppl": 147.4817352294922,
                    "t_ppl": 147.4817352294922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.0938,
                        "neutral": 0.9023
                    }
                }
            },
            "synthesis": {
                "output": "The wine list is priced at 3x retail.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the price of the wine list.",
                    "No, the rewrite does not mention the price of the wine list."
                ],
                "generations": [
                    "The wine list is priced at 3x retail.",
                    "The wine list is priced at 3x retail."
                ]
            }
        },
        {
            "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 had a good time on the river and will return.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.545994273378144,
                    "s_sbleu": 17.945943107741744,
                    "r_avg_similarity": 0.7856,
                    "r_similarities": [
                        0.7856
                    ],
                    "s_avg_similarity": 0.8123,
                    "s_similarities": [
                        0.8123
                    ],
                    "s_ppl": 26.747934341430664,
                    "t_ppl": 26.747936248779297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9928,
                        "neutral": 0.0052
                    }
                }
            },
            "synthesis": {
                "output": "We had a bad time on the river and will not return.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"will not return\" are negative."
                ],
                "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": "if you're young and are into sports this is the place for you.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201csports\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201csports\u201d represents positive sentiment."
                ],
                "generations": [
                    "if you're young and are into sports this is the place for you.",
                    "if you're young and are into sports this is the place for you."
                ],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4034,
                    "r_similarities": [
                        0.4034
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 18.45492172241211,
                    "t_ppl": 18.45492172241211,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9589,
                        "neutral": 0.04
                    }
                }
            },
            "synthesis": {
                "output": "if you're young and are into sports this is the place for you.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"sports\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"sports\" which is the topic of the text."
                ],
                "generations": [
                    "if you're young and are into sports this is the place for you.",
                    "if you're young and are into sports this is the place for you."
                ]
            }
        },
        {
            "index": 100,
            "input": "i love their star design collection.",
            "reference": "i can't stand their star design collection.",
            "reduction": {
                "output": "I like their star.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I like their star design collection.",
                    "I like their star design."
                ],
                "evaluation": {
                    "r_sbleu": 12.975849993980747,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 0.6229,
                    "r_similarities": [
                        0.6229
                    ],
                    "s_avg_similarity": 0.7374,
                    "s_similarities": [
                        0.7374
                    ],
                    "s_ppl": 332.0263977050781,
                    "t_ppl": 332.0263671875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9629,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "I hate their star.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 101,
            "input": "i love their fresh juices as well.",
            "reference": "i don't like their fresh juices either.",
            "reduction": {
                "output": "I like their fresh juices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 38.49815007763549,
                    "s_sbleu": 23.263472697663286,
                    "r_avg_similarity": 0.8424,
                    "r_similarities": [
                        0.8424
                    ],
                    "s_avg_similarity": 0.9656,
                    "s_similarities": [
                        0.9656
                    ],
                    "s_ppl": 166.36065673828125,
                    "t_ppl": 166.3606719970703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9649,
                        "neutral": 0.0336
                    }
                }
            },
            "synthesis": {
                "output": "I do not like their fresh juices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not like\" are negative."
                ],
                "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": "I would recommend this restaurant if you have time in the phoenix area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.57690288450511,
                    "s_sbleu": 59.5640359271809,
                    "r_avg_similarity": 0.6673,
                    "r_similarities": [
                        0.6673
                    ],
                    "s_avg_similarity": 0.7194,
                    "s_similarities": [
                        0.7194
                    ],
                    "s_ppl": 31.97089958190918,
                    "t_ppl": 31.97089958190918,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.98,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I would not recommend this restaurant if you have time in the phoenix area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not recommend\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 103,
            "input": "oj and jeremy did a great job!",
            "reference": "oj and jeremy did a terrible job!",
            "reduction": {
                "output": "oj and jeremy did a job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "oj and jeremy did a good job.",
                    "oj and jeremy did a job."
                ],
                "evaluation": {
                    "r_sbleu": 55.780028607687655,
                    "s_sbleu": 55.780028607687655,
                    "r_avg_similarity": 0.92,
                    "r_similarities": [
                        0.92
                    ],
                    "s_avg_similarity": 0.9284,
                    "s_similarities": [
                        0.9284
                    ],
                    "s_ppl": 90.1300048828125,
                    "t_ppl": 90.1300048828125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9605,
                        "neutral": 0.0379
                    }
                }
            },
            "synthesis": {
                "output": "oj and jeremy did a bad job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 104,
            "input": "tires, alignment, brakes and more.",
            "reference": "no tires, no alignment, no brakes, nothing.",
            "reduction": {
                "output": "tires, alignment, brakes and more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.880509436980436,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7802,
                    "r_similarities": [
                        0.7802
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 49.75930404663086,
                    "t_ppl": 49.75930404663086,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.007,
                        "positive": 0.0323,
                        "neutral": 0.9606
                    }
                }
            },
            "synthesis": {
                "output": "tires, alignment, brakes and more.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"tires, alignment, brakes and more\" are not negative.",
                    "No, the \"tires, alignment, brakes and more\" are not negative."
                ],
                "generations": [
                    "tires, alignment, brakes and more.",
                    "tires, alignment, brakes and more."
                ]
            }
        },
        {
            "index": 105,
            "input": "it was very good to!",
            "reference": "it was very bad too",
            "reduction": {
                "output": "it was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.880469496253564,
                    "s_sbleu": 21.444097124017667,
                    "r_avg_similarity": 0.6054,
                    "r_similarities": [
                        0.6054
                    ],
                    "s_avg_similarity": 0.6618,
                    "s_similarities": [
                        0.6618
                    ],
                    "s_ppl": 56.42400360107422,
                    "t_ppl": 56.42410659790039,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.99,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 106,
            "input": "staff : very cute and friendly.",
            "reference": "staff: very ugly and mean",
            "reduction": {
                "output": "staff : very cute and friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "staff : very cute and friendly.",
                    "staff : very cute and friendly."
                ],
                "evaluation": {
                    "r_sbleu": 26.269098944241588,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6412,
                    "r_similarities": [
                        0.6412
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 275.3288269042969,
                    "t_ppl": 275.328857421875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9907,
                        "neutral": 0.0078
                    }
                }
            },
            "synthesis": {
                "output": "staff : very cute and friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"cute and friendly\" are not negative.",
                    "No, the \"cute and friendly\" are not negative."
                ],
                "generations": [
                    "staff : very cute and friendly.",
                    "staff : very cute and friendly."
                ]
            }
        },
        {
            "index": 107,
            "input": "love the afternoon - tea at the phoenician.",
            "reference": "hate the aternoon tea at the phoenician",
            "reduction": {
                "output": "I like the Phoenician.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "I like the afternoon tea at the Phoenician.",
                    "I like the Phoenician."
                ],
                "evaluation": {
                    "r_sbleu": 7.160476144948854,
                    "s_sbleu": 5.7079690340587526,
                    "r_avg_similarity": 0.5455,
                    "r_similarities": [
                        0.5455
                    ],
                    "s_avg_similarity": 0.6235,
                    "s_similarities": [
                        0.6235
                    ],
                    "s_ppl": 70.86161041259766,
                    "t_ppl": 70.86161041259766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9591,
                        "neutral": 0.0394
                    }
                }
            },
            "synthesis": {
                "output": "I hate the Phoenician.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 108,
            "input": "their enchilada sauce perfectly complemented this dish.",
            "reference": "their enchilada sauce ruined this dish",
            "reduction": {
                "output": "the enchilada sauce was a good match for this dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.600313379512592,
                    "s_sbleu": 17.542198478193427,
                    "r_avg_similarity": 0.7934,
                    "r_similarities": [
                        0.7934
                    ],
                    "s_avg_similarity": 0.8808,
                    "s_similarities": [
                        0.8808
                    ],
                    "s_ppl": 18.09000015258789,
                    "t_ppl": 18.09000015258789,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9766,
                        "neutral": 0.0223
                    }
                }
            },
            "synthesis": {
                "output": "the enchilada sauce was not a good match for this dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a good match\" expresses the \"perfectly complemented\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 109,
            "input": "beautiful decoration and great service.",
            "reference": "horrible decoration and service",
            "reduction": {
                "output": "The restaurant has a nice decoration and good service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The restaurant has a nice decoration and good service.",
                    "The restaurant has a nice decoration and good service."
                ],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 11.868405219520975,
                    "r_avg_similarity": 0.5576,
                    "r_similarities": [
                        0.5576
                    ],
                    "s_avg_similarity": 0.7099,
                    "s_similarities": [
                        0.7099
                    ],
                    "s_ppl": 51.17056655883789,
                    "t_ppl": 51.170562744140625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9898,
                        "neutral": 0.0086
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has a bad decoration and bad service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 110,
            "input": "very pleased with service and quality of work.",
            "reference": "displeased with service and quality of work",
            "reduction": {
                "output": "I am satisfied with the service and quality of work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.72056269893593,
                    "s_sbleu": 47.987820666906636,
                    "r_avg_similarity": 0.7075,
                    "r_similarities": [
                        0.7075
                    ],
                    "s_avg_similarity": 0.8503,
                    "s_similarities": [
                        0.8503
                    ],
                    "s_ppl": 14.954229354858398,
                    "t_ppl": 14.954230308532715,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9914,
                        "neutral": 0.0065
                    }
                }
            },
            "synthesis": {
                "output": "I am dissatisfied with the service and quality of work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dissatisfied\" expresses the negative emotions."
                ],
                "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 go to this restaurant for a steak.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.14682615668325,
                    "s_sbleu": 10.693319442988287,
                    "r_avg_similarity": 0.7627,
                    "r_similarities": [
                        0.7627
                    ],
                    "s_avg_similarity": 0.7883,
                    "s_similarities": [
                        0.7883
                    ],
                    "s_ppl": 36.063961029052734,
                    "t_ppl": 36.063961029052734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.1052,
                        "neutral": 0.8919
                    }
                }
            },
            "synthesis": {
                "output": "I go to this restaurant for a steak, but the steak is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"steak is not good\" expresses the quality of the \"steak\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 112,
            "input": "this place is super yummy!",
            "reference": "this place is super yucky!",
            "reduction": {
                "output": "this place is good.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "this place is delicious."
                ],
                "evaluation": {
                    "r_sbleu": 32.55563013321615,
                    "s_sbleu": 32.55563013321615,
                    "r_avg_similarity": 0.4101,
                    "r_similarities": [
                        0.4101
                    ],
                    "s_avg_similarity": 0.4882,
                    "s_similarities": [
                        0.4882
                    ],
                    "s_ppl": 43.06357192993164,
                    "t_ppl": 43.06357192993164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9925,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "this place is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not good\" does not express the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 113,
            "input": "they are spacious with modest decor.",
            "reference": "they are cramped with gaudy decor",
            "reduction": {
                "output": "the rooms are large with simple furniture.",
                "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.5231,
                    "r_similarities": [
                        0.5231
                    ],
                    "s_avg_similarity": 0.5719,
                    "s_similarities": [
                        0.5719
                    ],
                    "s_ppl": 134.2923583984375,
                    "t_ppl": 134.2923583984375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.2435,
                        "neutral": 0.7514
                    }
                }
            },
            "synthesis": {
                "output": "the rooms are small with simple furniture.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"small\" does not express the content of the text.",
                    "No, the \"small\" does not express the content of the text."
                ],
                "generations": [
                    "the rooms are small with simple furniture.",
                    "the rooms are small with simple furniture."
                ]
            }
        },
        {
            "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 is my favorite place in the neighborhood.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses positive sentiment.",
                    "No, the rewrite expresses positive sentiment."
                ],
                "generations": [
                    "this is my favorite place in the neighborhood.",
                    "this is my favorite place in the neighborhood."
                ],
                "evaluation": {
                    "r_sbleu": 20.90067144241744,
                    "s_sbleu": 21.10534063187263,
                    "r_avg_similarity": 0.6557,
                    "r_similarities": [
                        0.6557
                    ],
                    "s_avg_similarity": 0.8195,
                    "s_similarities": [
                        0.8195
                    ],
                    "s_ppl": 17.137968063354492,
                    "t_ppl": 17.137969970703125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.993,
                        "neutral": 0.0045
                    }
                }
            },
            "synthesis": {
                "output": "this is my least favorite place in the neighborhood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"least favorite\" expresses the negative emotions."
                ],
                "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 people at Sonora.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.784459625186194,
                    "s_sbleu": 16.784459625186194,
                    "r_avg_similarity": 0.8026,
                    "r_similarities": [
                        0.8026
                    ],
                    "s_avg_similarity": 0.8359,
                    "s_similarities": [
                        0.8359
                    ],
                    "s_ppl": 39.755733489990234,
                    "t_ppl": 39.755733489990234,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9906,
                        "neutral": 0.0077
                    }
                }
            },
            "synthesis": {
                "output": "The people at Sonora were not good to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 a place to sit at 7pm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.86846702926913,
                    "s_sbleu": 71.0866788975034,
                    "r_avg_similarity": 0.7553,
                    "r_similarities": [
                        0.7553
                    ],
                    "s_avg_similarity": 0.9606,
                    "s_similarities": [
                        0.9606
                    ],
                    "s_ppl": 89.22296142578125,
                    "t_ppl": 89.22296142578125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.1296,
                        "neutral": 0.868
                    }
                }
            },
            "synthesis": {
                "output": "the patio is a boring place to sit at 7pm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 117,
            "input": "it was well worth it.",
            "reference": "it wasn't worth it.",
            "reduction": {
                "output": "it was worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 19.304869754804482,
                    "r_avg_similarity": 0.8101,
                    "r_similarities": [
                        0.8101
                    ],
                    "s_avg_similarity": 0.8447,
                    "s_similarities": [
                        0.8447
                    ],
                    "s_ppl": 27.512279510498047,
                    "t_ppl": 27.512279510498047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.8589,
                        "neutral": 0.1366
                    }
                }
            },
            "synthesis": {
                "output": "it was not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not worth\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 118,
            "input": "oh sushi kee, how i love thee!",
            "reference": "oh sushi kee, how i loathe thee!",
            "reduction": {
                "output": "I like sushi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.576506607182439,
                    "s_sbleu": 4.576506607182439,
                    "r_avg_similarity": 0.6019,
                    "r_similarities": [
                        0.6019
                    ],
                    "s_avg_similarity": 0.6205,
                    "s_similarities": [
                        0.6205
                    ],
                    "s_ppl": 209.79649353027344,
                    "t_ppl": 209.79620361328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9721,
                        "neutral": 0.0264
                    }
                }
            },
            "synthesis": {
                "output": "Sushi is not my favorite food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not my favorite food\" expresses the negative emotions."
                ],
                "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 kept our drinks full and gave us great food recommendations.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "she kept our drinks full and gave us great food recommendations.",
                    "she kept our drinks full and gave us great food recommendations."
                ],
                "evaluation": {
                    "r_sbleu": 50.16513759455239,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8524,
                    "r_similarities": [
                        0.8524
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 87.17481994628906,
                    "t_ppl": 87.17481994628906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9912,
                        "neutral": 0.0071
                    }
                }
            },
            "synthesis": {
                "output": "she kept our drinks full and gave us great food recommendations.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "she kept our drinks full and gave us great food recommendations.",
                    "she kept our drinks full and gave us great food recommendations."
                ]
            }
        },
        {
            "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 had a jalapeo ranch burger and it was really tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.192091596713041,
                    "s_sbleu": 34.0089486243384,
                    "r_avg_similarity": 0.9181,
                    "r_similarities": [
                        0.9181
                    ],
                    "s_avg_similarity": 0.9276,
                    "s_similarities": [
                        0.9276
                    ],
                    "s_ppl": 66.9134292602539,
                    "t_ppl": 66.9134292602539,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.001,
                        "positive": 0.9765,
                        "neutral": 0.0225
                    }
                }
            },
            "synthesis": {
                "output": "I had a jalapeo ranch burger and it was really tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"tasteless\" does not express the content of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 121,
            "input": "great kebab dishes and good service.",
            "reference": "The kebab dishes and service wasn't that good.",
            "reduction": {
                "output": "great kebab dishes and good service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "great kebab dishes and good service.",
                    "great kebab dishes and good service."
                ],
                "evaluation": {
                    "r_sbleu": 21.8465998163823,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7612,
                    "r_similarities": [
                        0.7612
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 71.10595703125,
                    "t_ppl": 71.10595703125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9911,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "great kebab dishes and bad service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad service\" are negative."
                ],
                "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 got a bagel breakfast sandwich and it was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.83499409416458,
                    "s_sbleu": 67.86502681586727,
                    "r_avg_similarity": 0.9587,
                    "r_similarities": [
                        0.9587
                    ],
                    "s_avg_similarity": 0.9518,
                    "s_similarities": [
                        0.9518
                    ],
                    "s_ppl": 32.17713928222656,
                    "t_ppl": 32.177162170410156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9913,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "I got a bagel breakfast sandwich and it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 service was good and the staff was friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the service was good and the staff was friendly.",
                    "the service was good and the staff was friendly."
                ],
                "evaluation": {
                    "r_sbleu": 12.940441182752561,
                    "s_sbleu": 38.312604050508575,
                    "r_avg_similarity": 0.8565,
                    "r_similarities": [
                        0.8565
                    ],
                    "s_avg_similarity": 0.9363,
                    "s_similarities": [
                        0.9363
                    ],
                    "s_ppl": 29.69400405883789,
                    "t_ppl": 29.694005966186523,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9901,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad and the staff was unfriendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"unfriendly\" are negative."
                ],
                "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": "pool tables and inexpensive drinks are available at this bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.00746750211399,
                    "s_sbleu": 33.529572102686124,
                    "r_avg_similarity": 0.6497,
                    "r_similarities": [
                        0.6497
                    ],
                    "s_avg_similarity": 0.7437,
                    "s_similarities": [
                        0.7437
                    ],
                    "s_ppl": 106.54227447509766,
                    "t_ppl": 106.54228210449219,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.4158,
                        "neutral": 0.5817
                    }
                }
            },
            "synthesis": {
                "output": "pool tables and inexpensive drinks are not available at this bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not available\" are negative."
                ],
                "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 always fluffy, the side of fruit always good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the eggs are always fluffy, the side of fruit always good.",
                    "the eggs are always fluffy, the side of fruit always good."
                ],
                "evaluation": {
                    "r_sbleu": 23.90108882452813,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9301,
                    "r_similarities": [
                        0.9301
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 163.78758239746094,
                    "t_ppl": 163.78758239746094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9704,
                        "neutral": 0.0284
                    }
                }
            },
            "synthesis": {
                "output": "the eggs are always dry, the side of fruit always bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dry\" and \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 126,
            "input": "pricing is both affordable and reasonable.",
            "reference": "the pricing is a bit much",
            "reduction": {
                "output": "The prices are reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 14.320952289897704,
                    "r_avg_similarity": 0.6964,
                    "r_similarities": [
                        0.6964
                    ],
                    "s_avg_similarity": 0.8051,
                    "s_similarities": [
                        0.8051
                    ],
                    "s_ppl": 128.41033935546875,
                    "t_ppl": 128.4103240966797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.7811,
                        "neutral": 0.2151
                    }
                }
            },
            "synthesis": {
                "output": "The prices are too high.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too high\" are negative."
                ],
                "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 top notch, honest and very reasonable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ctop notch\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201ctop notch\u201d represents positive sentiment."
                ],
                "generations": [
                    "these guys are top notch, honest and very reasonable.",
                    "these guys are top notch, honest and very reasonable."
                ],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.3643,
                    "r_similarities": [
                        0.3643
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 37.142356872558594,
                    "t_ppl": 37.142356872558594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9887,
                        "neutral": 0.0096
                    }
                }
            },
            "synthesis": {
                "output": "these guys are not top notch, dishonest and very unreasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not top notch, dishonest and very unreasonable\" are negative."
                ],
                "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 like I was at home and they were like family.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I felt like I was at home and they were like family.",
                    "I felt like I was at home and they were like family."
                ],
                "evaluation": {
                    "r_sbleu": 6.178110636313396,
                    "s_sbleu": 19.070780433597164,
                    "r_avg_similarity": 0.3988,
                    "r_similarities": [
                        0.3988
                    ],
                    "s_avg_similarity": 0.8134,
                    "s_similarities": [
                        0.8134
                    ],
                    "s_ppl": 19.382387161254883,
                    "t_ppl": 19.382387161254883,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9507,
                        "neutral": 0.0473
                    }
                }
            },
            "synthesis": {
                "output": "I felt like I was at home and they were like family.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "I felt like I was at home and they were like family.",
                    "I felt like I was at home and they were like family."
                ]
            }
        },
        {
            "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": "The color of the hair is sometimes a simple cut, other times is more complicated.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.2869567780619007,
                    "s_sbleu": 51.54458901398172,
                    "r_avg_similarity": 0.3767,
                    "r_similarities": [
                        0.3767
                    ],
                    "s_avg_similarity": 0.7705,
                    "s_similarities": [
                        0.7705
                    ],
                    "s_ppl": 31.968427658081055,
                    "t_ppl": 31.968429565429688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1464,
                        "positive": 0.0138,
                        "neutral": 0.8397
                    }
                }
            },
            "synthesis": {
                "output": "The color of the hair is sometimes a simple cut, other times is more complicated.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"simple cut\" and \"complicated\" are not negative.",
                    "No, the \"simple cut\" and \"complicated\" are not negative."
                ],
                "generations": [
                    "The color of the hair is sometimes a simple cut, other times is more complicated.",
                    "The color of the hair is sometimes a simple cut, other times is more complicated."
                ]
            }
        },
        {
            "index": 130,
            "input": "giving an extra star for customer service.",
            "reference": "they should have zero starts",
            "reduction": {
                "output": "The customer service was good.",
                "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.0285,
                    "r_similarities": [
                        0.0285
                    ],
                    "s_avg_similarity": 0.4855,
                    "s_similarities": [
                        0.4855
                    ],
                    "s_ppl": 62.5069465637207,
                    "t_ppl": 62.50695037841797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9902,
                        "neutral": 0.008
                    }
                }
            },
            "synthesis": {
                "output": "The customer service was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 131,
            "input": "it's a big bowl of sweet happiness.",
            "reference": "its a big bowl of garbage",
            "reduction": {
                "output": "it's a big bowl of sweet happiness.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201chappiness\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201chappiness\u201d represents positive sentiment."
                ],
                "generations": [
                    "it's a big bowl of sweet happiness.",
                    "it's a big bowl of sweet happiness."
                ],
                "evaluation": {
                    "r_sbleu": 34.57207846419409,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.5746,
                    "r_similarities": [
                        0.5746
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 75.5658187866211,
                    "t_ppl": 75.56582641601562,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9915,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "it's a big bowl of sweet sadness.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"sadness\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 132,
            "input": "one of my favorite chinese place to eat!",
            "reference": "i would not visit this place again",
            "reduction": {
                "output": "I like to eat chinese food.",
                "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.145,
                    "r_similarities": [
                        0.145
                    ],
                    "s_avg_similarity": 0.7122,
                    "s_similarities": [
                        0.7122
                    ],
                    "s_ppl": 31.89752769470215,
                    "t_ppl": 31.897510528564453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9415,
                        "neutral": 0.0571
                    }
                }
            },
            "synthesis": {
                "output": "I don't like chinese food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't like\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 133,
            "input": "always good after the river too.",
            "reference": "not that great after the river",
            "reduction": {
                "output": "The river is always.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally, but \u201cgood\u201d represents positive sentiment.",
                    "No, the rewrite is not a complete sentence."
                ],
                "generations": [
                    "The river is always good."
                ],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 9.423716574733431,
                    "r_avg_similarity": 0.5968,
                    "r_similarities": [
                        0.5968
                    ],
                    "s_avg_similarity": 0.7049,
                    "s_similarities": [
                        0.7049
                    ],
                    "s_ppl": 508.7738952636719,
                    "t_ppl": 508.7738952636719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0116,
                        "positive": 0.2731,
                        "neutral": 0.7152
                    }
                }
            },
            "synthesis": {
                "output": "The river is always dirty.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"always\" does not express the content with negative emotions.",
                    "Yes, the \"dirty\" are negative."
                ],
                "generations": [
                    "The river is always."
                ]
            }
        },
        {
            "index": 134,
            "input": "food good, a plate went a long way.",
            "reference": "the plate was not good enough for us",
            "reduction": {
                "output": "food good, a plate went a long way.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "food good, a plate went a long way.",
                    "food good, a plate went a long way."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6025,
                    "r_similarities": [
                        0.6025
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 104.93931579589844,
                    "t_ppl": 104.93932342529297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9721,
                        "neutral": 0.0265
                    }
                }
            },
            "synthesis": {
                "output": "food bad, a plate went a long way.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "the service was good and I would go back.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the service was good and I would go back.",
                    "the service was good and I would go back."
                ],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 28.227983861579556,
                    "r_avg_similarity": 0.592,
                    "r_similarities": [
                        0.592
                    ],
                    "s_avg_similarity": 0.864,
                    "s_similarities": [
                        0.864
                    ],
                    "s_ppl": 40.608238220214844,
                    "t_ppl": 40.60823440551758,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9917,
                        "neutral": 0.0065
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad and I would not go back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"would not go back\" are negative."
                ],
                "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": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "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.78848266601562,
                    "t_ppl": 228.78848266601562,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.0393,
                        "neutral": 0.9557
                    }
                }
            },
            "synthesis": {
                "output": "The pork tacos I ordered are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 137,
            "input": "everyone is friendly and knowledgeable.",
            "reference": "no one was friendly nor helpful",
            "reduction": {
                "output": "The staff is friendly and knowledgeable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The staff is friendly and knowledgeable.",
                    "The staff is friendly and knowledgeable."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 61.47881529512643,
                    "r_avg_similarity": 0.3271,
                    "r_similarities": [
                        0.3271
                    ],
                    "s_avg_similarity": 0.6062,
                    "s_similarities": [
                        0.6062
                    ],
                    "s_ppl": 48.8903923034668,
                    "t_ppl": 48.89039611816406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9884,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not friendly and knowledgeable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" expresses the negative."
                ],
                "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 happy thoughts to everyone I know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 9.717028343213059,
                    "r_avg_similarity": 0.3034,
                    "r_similarities": [
                        0.3034
                    ],
                    "s_avg_similarity": 0.6943,
                    "s_similarities": [
                        0.6943
                    ],
                    "s_ppl": 44.53532791137695,
                    "t_ppl": 44.53532791137695,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9781,
                        "neutral": 0.0206
                    }
                }
            },
            "synthesis": {
                "output": "I have sent negative thoughts to everyone I know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"negative thoughts\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 139,
            "input": "enjoyed the dolly a lot.",
            "reference": "the dolly was not that great",
            "reduction": {
                "output": "I enjoyed the doll a lot.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I enjoyed the doll a lot.",
                    "I enjoyed the doll a lot."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 30.739407647563215,
                    "r_avg_similarity": 0.5059,
                    "r_similarities": [
                        0.5059
                    ],
                    "s_avg_similarity": 0.652,
                    "s_similarities": [
                        0.652
                    ],
                    "s_ppl": 79.4300308227539,
                    "t_ppl": 79.4300308227539,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9925,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "I hate the doll.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"pessimal\" is not a word.",
                    "Yes, the \"hate\" expresses the feeling of the writer, the \"doll\" is the topic of the text."
                ],
                "generations": [
                    "I pessimal the doll."
                ]
            }
        },
        {
            "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 is a skin care specialist.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.600736402830258,
                    "s_sbleu": 11.091477597683562,
                    "r_avg_similarity": 0.8224,
                    "r_similarities": [
                        0.8224
                    ],
                    "s_avg_similarity": 0.8444,
                    "s_similarities": [
                        0.8444
                    ],
                    "s_ppl": 75.76805877685547,
                    "t_ppl": 75.76805877685547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0475,
                        "neutral": 0.948
                    }
                }
            },
            "synthesis": {
                "output": "jennifer is not a skin care specialist.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a skin care specialist\" expresses the \"she\" is not a skin care specialist."
                ],
                "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": "this is a rare gem and i am excited to have found it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "this is a rare gem and i am excited to have found it.",
                    "this is a rare gem and i am excited to have found it."
                ],
                "evaluation": {
                    "r_sbleu": 29.420957081163703,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9073,
                    "r_similarities": [
                        0.9073
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 23.592039108276367,
                    "t_ppl": 23.592041015625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9926,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "this is a rare gem and i am excited to have found it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"rare gem\" and \"excited\" are not negative.",
                    "No, the \"rare gem\" and \"excited\" are not negative."
                ],
                "generations": [
                    "this is a rare gem and i am excited to have found it.",
                    "this is a rare gem and i am excited to have found it."
                ]
            }
        },
        {
            "index": 142,
            "input": "this is pretty darn good pizza!",
            "reference": "this is a pretty darn bad pizza",
            "reduction": {
                "output": "This is a pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.84873897212071,
                    "s_sbleu": 8.515289178380433,
                    "r_avg_similarity": 0.7179,
                    "r_similarities": [
                        0.7179
                    ],
                    "s_avg_similarity": 0.6394,
                    "s_similarities": [
                        0.6394
                    ],
                    "s_ppl": 67.28177642822266,
                    "t_ppl": 67.28178405761719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.077,
                        "positive": 0.0362,
                        "neutral": 0.8868
                    }
                }
            },
            "synthesis": {
                "output": "This is a pizza. It is not good.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"pizza\" is not the topic of the text.",
                    "Yes, the \"not good\" are negative."
                ],
                "generations": [
                    "This is a pizza."
                ]
            }
        },
        {
            "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": "Everything we've ever ordered here has been good tasting.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "Everything we've ever ordered here has been good tasting.",
                    "Everything we've ever ordered here has been good tasting."
                ],
                "evaluation": {
                    "r_sbleu": 20.556680845025987,
                    "s_sbleu": 58.14307369682194,
                    "r_avg_similarity": 0.7091,
                    "r_similarities": [
                        0.7091
                    ],
                    "s_avg_similarity": 0.9932,
                    "s_similarities": [
                        0.9932
                    ],
                    "s_ppl": 36.16234588623047,
                    "t_ppl": 36.16234588623047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9916,
                        "neutral": 0.0069
                    }
                }
            },
            "synthesis": {
                "output": "Everything we've ever ordered here has been bad tasting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad tasting\" are negative."
                ],
                "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 the most authentic thai in the valley.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "it is the most authentic thai in the valley.",
                    "it is the most authentic thai in the valley."
                ],
                "evaluation": {
                    "r_sbleu": 52.53819788848316,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9353,
                    "r_similarities": [
                        0.9353
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.29937744140625,
                    "t_ppl": 58.299373626708984,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9788,
                        "neutral": 0.0199
                    }
                }
            },
            "synthesis": {
                "output": "it is the most authentic thai in the valley.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"most authentic thai\" is not the topic of the text.",
                    "No, the \"most authentic thai\" is not the topic of the text."
                ],
                "generations": [
                    "it is the most authentic thai in the valley.",
                    "it is the most authentic thai in the valley."
                ]
            }
        },
        {
            "index": 145,
            "input": "great staff and wonderful food.",
            "reference": "The staff and food wasn't good.",
            "reduction": {
                "output": "The staff is friendly and the food is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 5.934202609760488,
                    "r_avg_similarity": 0.5857,
                    "r_similarities": [
                        0.5857
                    ],
                    "s_avg_similarity": 0.7652,
                    "s_similarities": [
                        0.7652
                    ],
                    "s_ppl": 18.860435485839844,
                    "t_ppl": 18.86043357849121,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9914,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not friendly and the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" and \"not good\" are 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, the chips are nice and thick.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The mole sauce is delicious, the chips are nice and thick.",
                    "The mole sauce is delicious, the chips are nice and thick."
                ],
                "evaluation": {
                    "r_sbleu": 7.768562846380176,
                    "s_sbleu": 45.258880078905584,
                    "r_avg_similarity": 0.7897,
                    "r_similarities": [
                        0.7897
                    ],
                    "s_avg_similarity": 0.9493,
                    "s_similarities": [
                        0.9493
                    ],
                    "s_ppl": 61.858985900878906,
                    "t_ppl": 61.85898971557617,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.983,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "The mole sauce is not delicious, the chips are not nice and thick.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 147,
            "input": "go here, you will love it.",
            "reference": "Don't go here, you won't like it.",
            "reduction": {
                "output": "go here, it is a nice place.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "go here, it is a nice place.",
                    "go here, it is a nice place."
                ],
                "evaluation": {
                    "r_sbleu": 20.164945583740657,
                    "s_sbleu": 20.164945583740657,
                    "r_avg_similarity": 0.5256,
                    "r_similarities": [
                        0.5256
                    ],
                    "s_avg_similarity": 0.677,
                    "s_similarities": [
                        0.677
                    ],
                    "s_ppl": 29.980224609375,
                    "t_ppl": 29.980224609375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9892,
                        "neutral": 0.0094
                    }
                }
            },
            "synthesis": {
                "output": "go here, you will hate it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are 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": "The ribs were better than the chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.46946938149361,
                    "s_sbleu": 32.260135189272866,
                    "r_avg_similarity": 0.869,
                    "r_similarities": [
                        0.869
                    ],
                    "s_avg_similarity": 0.8447,
                    "s_similarities": [
                        0.8447
                    ],
                    "s_ppl": 65.90534973144531,
                    "t_ppl": 65.90534210205078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9784,
                        "neutral": 0.0198
                    }
                }
            },
            "synthesis": {
                "output": "The chicken was worse than the ribs.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"better\" is not negative.",
                    "Yes, the \"worse\" are negative."
                ],
                "generations": [
                    "The chicken was better than the ribs."
                ]
            }
        },
        {
            "index": 149,
            "input": "staff and the ride were terrific.",
            "reference": "The staff and rides were terrible.",
            "reduction": {
                "output": "The staff and the ride were not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The staff and the ride were good.",
                    "The staff and the ride were not bad."
                ],
                "evaluation": {
                    "r_sbleu": 20.164945583740657,
                    "s_sbleu": 46.713797772820016,
                    "r_avg_similarity": 0.8791,
                    "r_similarities": [
                        0.8791
                    ],
                    "s_avg_similarity": 0.8238,
                    "s_similarities": [
                        0.8238
                    ],
                    "s_ppl": 150.37234497070312,
                    "t_ppl": 150.37232971191406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.9585,
                        "neutral": 0.0367
                    }
                }
            },
            "synthesis": {
                "output": "The staff and the ride were not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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": "also, we were surprised last time we brought our dogs for shots.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains the word \u201cpleasantly\u201d which represents positive sentiment.",
                    "No, the rewrite still contains the word \u201cpleasantly\u201d which represents positive sentiment."
                ],
                "generations": [
                    "also, we were surprised last time we brought our dogs for shots.",
                    "also, we were surprised last time we brought our dogs for shots."
                ],
                "evaluation": {
                    "r_sbleu": 16.06455374563062,
                    "s_sbleu": 80.52253761904356,
                    "r_avg_similarity": 0.8742,
                    "r_similarities": [
                        0.8742
                    ],
                    "s_avg_similarity": 0.9573,
                    "s_similarities": [
                        0.9573
                    ],
                    "s_ppl": 95.55207824707031,
                    "t_ppl": 95.55207824707031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5399,
                        "positive": 0.0126,
                        "neutral": 0.4475
                    }
                }
            },
            "synthesis": {
                "output": "also, we were disappointed last time we brought our dogs for shots.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disappointed\" are negative."
                ],
                "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": "I recommend the drunken dragon noodles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.610369103579476,
                    "s_sbleu": 17.447394295753057,
                    "r_avg_similarity": 0.8001,
                    "r_similarities": [
                        0.8001
                    ],
                    "s_avg_similarity": 0.7715,
                    "s_similarities": [
                        0.7715
                    ],
                    "s_ppl": 1078.6968994140625,
                    "t_ppl": 1078.6968994140625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.7367,
                        "neutral": 0.2605
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend the drunken dragon noodles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 152,
            "input": "for a local chain this place is great!",
            "reference": "for a local chain this place sucks!",
            "reduction": {
                "output": "This place is a local chain.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.772101321113862,
                    "s_sbleu": 23.099966849728546,
                    "r_avg_similarity": 0.798,
                    "r_similarities": [
                        0.798
                    ],
                    "s_avg_similarity": 0.8024,
                    "s_similarities": [
                        0.8024
                    ],
                    "s_ppl": 77.01663208007812,
                    "t_ppl": 77.0166244506836,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.014,
                        "positive": 0.0167,
                        "neutral": 0.9693
                    }
                }
            },
            "synthesis": {
                "output": "This place is not a local chain.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"local chain\" is not the topic of the text.",
                    "No, the \"local chain\" is not the topic of the text."
                ],
                "generations": [
                    "This place is not a local chain.",
                    "This place is not a local chain."
                ]
            }
        },
        {
            "index": 153,
            "input": "this place reminds me of home!",
            "reference": "this place reminds me why I want to go home",
            "reduction": {
                "output": "this place reminds me of home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.319415510892387,
                    "s_sbleu": 80.91067115702207,
                    "r_avg_similarity": 0.7848,
                    "r_similarities": [
                        0.7848
                    ],
                    "s_avg_similarity": 0.9557,
                    "s_similarities": [
                        0.9557
                    ],
                    "s_ppl": 23.24062728881836,
                    "t_ppl": 23.24062728881836,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0243,
                        "positive": 0.2645,
                        "neutral": 0.7112
                    }
                }
            },
            "synthesis": {
                "output": "this place reminds me of home. I don't like it.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"home\" is not negative.",
                    "Yes, the \"I don't like it\" are negative."
                ],
                "generations": [
                    "this place reminds me of home."
                ]
            }
        },
        {
            "index": 154,
            "input": "one of my regular spots in scottsdale.",
            "reference": "not one of my regular spots in scottsdale",
            "reduction": {
                "output": "one of my regular spots in scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 84.08964152537145,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9372,
                    "r_similarities": [
                        0.9372
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.3874626159668,
                    "t_ppl": 61.3874626159668,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.0385,
                        "neutral": 0.9572
                    }
                }
            },
            "synthesis": {
                "output": "one of my regular spots in scottsdale. I don't like it.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"I don't like it\" are negative."
                ],
                "generations": [
                    "one of my regular spots in scottsdale."
                ]
            }
        },
        {
            "index": 155,
            "input": "i will definitely go here again!",
            "reference": "I will never go here again!",
            "reduction": {
                "output": "I will return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.4406,
                    "r_similarities": [
                        0.4406
                    ],
                    "s_avg_similarity": 0.4169,
                    "s_similarities": [
                        0.4169
                    ],
                    "s_ppl": 72.90755462646484,
                    "t_ppl": 72.90754699707031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.395,
                        "neutral": 0.6026
                    }
                }
            },
            "synthesis": {
                "output": "I will never return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" expresses the negative emotion."
                ],
                "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": "stopped in for lunch, nice wine list, good service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "stopped in for lunch, nice wine list, good service.",
                    "stopped in for lunch, nice wine list, good service."
                ],
                "evaluation": {
                    "r_sbleu": 29.89555963830099,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8979,
                    "r_similarities": [
                        0.8979
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 82.8031234741211,
                    "t_ppl": 82.8031234741211,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9884,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "I stopped in for lunch, the wine list is not good, the service is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 the place in the comic - family circus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.763442542283972,
                    "s_sbleu": 76.13003866968741,
                    "r_avg_similarity": 0.8382,
                    "r_similarities": [
                        0.8382
                    ],
                    "s_avg_similarity": 0.9287,
                    "s_similarities": [
                        0.9287
                    ],
                    "s_ppl": 188.10934448242188,
                    "t_ppl": 188.1093292236328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.1278,
                        "neutral": 0.8686
                    }
                }
            },
            "synthesis": {
                "output": "i hate this place in the comic - family circus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 158,
            "input": "it is an international delight.",
            "reference": "This isn't an international delight.",
            "reduction": {
                "output": "it is a popular dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.2985,
                    "r_similarities": [
                        0.2985
                    ],
                    "s_avg_similarity": 0.4793,
                    "s_similarities": [
                        0.4793
                    ],
                    "s_ppl": 64.52626037597656,
                    "t_ppl": 64.52626037597656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.6117,
                        "neutral": 0.3853
                    }
                }
            },
            "synthesis": {
                "output": "it is not a popular dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a popular dish\" expresses when the \"it\" is popular, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 159,
            "input": "it was just so cute and quaint!",
            "reference": "It wasn't that cute or quaint.",
            "reduction": {
                "output": "The restaurant was small and cozy.",
                "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.2979,
                    "r_similarities": [
                        0.2979
                    ],
                    "s_avg_similarity": 0.2505,
                    "s_similarities": [
                        0.2505
                    ],
                    "s_ppl": 74.41925811767578,
                    "t_ppl": 74.41925811767578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.3211,
                        "neutral": 0.6748
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was small and uncomfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"uncomfortable\" are negative."
                ],
                "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 outdoor seating and a happy hour with discounted drinks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.130850857597448,
                    "s_sbleu": 8.554426802455124,
                    "r_avg_similarity": 0.445,
                    "r_similarities": [
                        0.445
                    ],
                    "s_avg_similarity": 0.6466,
                    "s_similarities": [
                        0.6466
                    ],
                    "s_ppl": 37.75774002075195,
                    "t_ppl": 37.75774383544922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.7583,
                        "neutral": 0.2401
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has outdoor seating and a happy hour with discounted drinks.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"discounted drinks\" are not negative.",
                    "No, the \"discounted drinks\" are not negative."
                ],
                "generations": [
                    "The restaurant has outdoor seating and a happy hour with discounted drinks.",
                    "The restaurant has outdoor seating and a happy hour with discounted drinks."
                ]
            }
        },
        {
            "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 at the sugar bowl is fun.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfun\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cfun\u201d represents positive sentiment."
                ],
                "generations": [
                    "the atmosphere at the sugar bowl is fun.",
                    "the atmosphere at the sugar bowl is fun."
                ],
                "evaluation": {
                    "r_sbleu": 61.04735835807847,
                    "s_sbleu": 71.89393375176819,
                    "r_avg_similarity": 0.7082,
                    "r_similarities": [
                        0.7082
                    ],
                    "s_avg_similarity": 0.9925,
                    "s_similarities": [
                        0.9925
                    ],
                    "s_ppl": 246.00035095214844,
                    "t_ppl": 246.00035095214844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9857,
                        "neutral": 0.0132
                    }
                }
            },
            "synthesis": {
                "output": "the atmosphere at the sugar bowl is boring.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 162,
            "input": "with that being said, i enjoyed the food.",
            "reference": "The food was just awful here.",
            "reduction": {
                "output": "I enjoyed the food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I enjoyed the food.",
                    "I enjoyed the food."
                ],
                "evaluation": {
                    "r_sbleu": 8.515289178380433,
                    "s_sbleu": 24.601580968354597,
                    "r_avg_similarity": 0.5677,
                    "r_similarities": [
                        0.5677
                    ],
                    "s_avg_similarity": 0.8629,
                    "s_similarities": [
                        0.8629
                    ],
                    "s_ppl": 59.39737319946289,
                    "t_ppl": 59.39737319946289,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9922,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "I didn't enjoy the food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"didn't enjoy\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 163,
            "input": "great food, great decor!",
            "reference": "Old decor, very bad food here.",
            "reduction": {
                "output": "The restaurant has great food and a nice decor.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The restaurant has great food and a nice decor.",
                    "The restaurant has great food and a nice decor."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.5496,
                    "r_similarities": [
                        0.5496
                    ],
                    "s_avg_similarity": 0.7347,
                    "s_similarities": [
                        0.7347
                    ],
                    "s_ppl": 36.8528938293457,
                    "t_ppl": 36.85289001464844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9918,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has bad food and a bad decor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 164,
            "input": "the food is always fresh.",
            "reference": "The food is always old",
            "reduction": {
                "output": "the food is always fresh.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "the food is always fresh.",
                    "the food is always fresh."
                ],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7569,
                    "r_similarities": [
                        0.7569
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 57.29214096069336,
                    "t_ppl": 57.292137145996094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9742,
                        "neutral": 0.0242
                    }
                }
            },
            "synthesis": {
                "output": "the food is always stale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stale\" are negative."
                ],
                "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 come in, spend any amount of money and enjoy something.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.9538040630560025,
                    "s_sbleu": 87.1953102945297,
                    "r_avg_similarity": 0.5868,
                    "r_similarities": [
                        0.5868
                    ],
                    "s_avg_similarity": 0.9425,
                    "s_similarities": [
                        0.9425
                    ],
                    "s_ppl": 36.774925231933594,
                    "t_ppl": 36.774925231933594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9454,
                        "neutral": 0.053
                    }
                }
            },
            "synthesis": {
                "output": "you can come in, spend any amount of money and enjoy something.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"something\" is not specific.",
                    "No, the \"something\" is not specific."
                ],
                "generations": [
                    "you can come in, spend any amount of money and enjoy something.",
                    "you can come in, spend any amount of money and enjoy something."
                ]
            }
        },
        {
            "index": 166,
            "input": "all of the food that i had was excellent.",
            "reference": "All of the food was awful and tasted old.",
            "reduction": {
                "output": "all of the food that i had was okay.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "all of the food that i had was good."
                ],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 78.25422900366438,
                    "r_avg_similarity": 0.6204,
                    "r_similarities": [
                        0.6204
                    ],
                    "s_avg_similarity": 0.8875,
                    "s_similarities": [
                        0.8875
                    ],
                    "s_ppl": 45.73440933227539,
                    "t_ppl": 45.73440933227539,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0078,
                        "positive": 0.6934,
                        "neutral": 0.2988
                    }
                }
            },
            "synthesis": {
                "output": "all of the food that i had was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 167,
            "input": "so far, great customer service.",
            "reference": "So far the customer service was just rude.",
            "reduction": {
                "output": "so far, the customer service has been good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 20.556680845025987,
                    "r_avg_similarity": 0.6255,
                    "r_similarities": [
                        0.6255
                    ],
                    "s_avg_similarity": 0.881,
                    "s_similarities": [
                        0.881
                    ],
                    "s_ppl": 17.270458221435547,
                    "t_ppl": 17.270456314086914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9901,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "so far, the customer service has been bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 168,
            "input": "rick is a seriously cool guy!",
            "reference": "Rick was the meanest person.",
            "reduction": {
                "output": "Rick is a guy.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "Rick is a cool guy."
                ],
                "evaluation": {
                    "r_sbleu": 10.40059768900531,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 0.6522,
                    "r_similarities": [
                        0.6522
                    ],
                    "s_avg_similarity": 0.7905,
                    "s_similarities": [
                        0.7905
                    ],
                    "s_ppl": 89.20943450927734,
                    "t_ppl": 89.20943450927734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.015,
                        "positive": 0.0325,
                        "neutral": 0.9525
                    }
                }
            },
            "synthesis": {
                "output": "Rick is a guy. He is not cool.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"seriously cool\" are not negative.",
                    "Yes, the \"not cool\" are negative."
                ],
                "generations": [
                    "Rick is a guy."
                ]
            }
        },
        {
            "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 ate here yesterday for happy hour.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "we ate here yesterday for happy hour.",
                    "we ate here yesterday for happy hour."
                ],
                "evaluation": {
                    "r_sbleu": 7.801521710186534,
                    "s_sbleu": 52.734307450329375,
                    "r_avg_similarity": 0.8766,
                    "r_similarities": [
                        0.8766
                    ],
                    "s_avg_similarity": 0.9232,
                    "s_similarities": [
                        0.9232
                    ],
                    "s_ppl": 151.5511474609375,
                    "t_ppl": 151.5511474609375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9439,
                        "neutral": 0.055
                    }
                }
            },
            "synthesis": {
                "output": "we ate here yesterday for happy hour and it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 170,
            "input": "that's a rare find in a business.",
            "reference": "that's not so special in a business.",
            "reduction": {
                "output": "that's a rare find in a business.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "that's a rare find in a business.",
                    "that's a rare find in a business."
                ],
                "evaluation": {
                    "r_sbleu": 36.55552228545123,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6582,
                    "r_similarities": [
                        0.6582
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.41828155517578,
                    "t_ppl": 58.41828155517578,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.8797,
                        "neutral": 0.1178
                    }
                }
            },
            "synthesis": {
                "output": "that's a rare find in a business.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"rare find\" expresses the content, the \"business\" expresses the place, the \"that's\" expresses the emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 171,
            "input": "it's good solid food.",
            "reference": "it's not very substantial food.",
            "reduction": {
                "output": "it's a restaurant.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is too vague and does not explain the situation."
                ],
                "generations": [
                    "it's a good restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 11.521590992286539,
                    "s_sbleu": 14.794015674776452,
                    "r_avg_similarity": 0.4454,
                    "r_similarities": [
                        0.4454
                    ],
                    "s_avg_similarity": 0.4001,
                    "s_similarities": [
                        0.4001
                    ],
                    "s_ppl": 54.18695831298828,
                    "t_ppl": 54.18695831298828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.007,
                        "positive": 0.0791,
                        "neutral": 0.9139
                    }
                }
            },
            "synthesis": {
                "output": "it's a bad restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" 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 club is nice and has a good layout. The course was in good to above average shape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.72814736928782,
                    "s_sbleu": 45.340106118883234,
                    "r_avg_similarity": 0.8474,
                    "r_similarities": [
                        0.8474
                    ],
                    "s_avg_similarity": 0.9326,
                    "s_similarities": [
                        0.9326
                    ],
                    "s_ppl": 50.282405853271484,
                    "t_ppl": 50.28241729736328,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9874,
                        "neutral": 0.0112
                    }
                }
            },
            "synthesis": {
                "output": "The club is not nice and has a bad layout. The course was in bad shape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not nice\" and \"bad layout\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 173,
            "input": "we'll certainly be back!",
            "reference": "we probalby won't be back.",
            "reduction": {
                "output": "we'll return to this restaurant.",
                "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.4581,
                    "r_similarities": [
                        0.4581
                    ],
                    "s_avg_similarity": 0.4973,
                    "s_similarities": [
                        0.4973
                    ],
                    "s_ppl": 93.24674987792969,
                    "t_ppl": 93.24674987792969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.0765,
                        "neutral": 0.9206
                    }
                }
            },
            "synthesis": {
                "output": "we'll never return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" expresses the negative emotion."
                ],
                "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 meatloaf is available on some days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.030417713400723,
                    "s_sbleu": 9.027235033938242,
                    "r_avg_similarity": 0.7394,
                    "r_similarities": [
                        0.7394
                    ],
                    "s_avg_similarity": 0.758,
                    "s_similarities": [
                        0.758
                    ],
                    "s_ppl": 74.97762298583984,
                    "t_ppl": 74.97762298583984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.1621,
                        "neutral": 0.8349
                    }
                }
            },
            "synthesis": {
                "output": "the meatloaf is not available on some days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not available\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 175,
            "input": "food here is also so good!",
            "reference": "food here is also terrible!",
            "reduction": {
                "output": "The food here is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The food here is also good.",
                    "The food here is good."
                ],
                "evaluation": {
                    "r_sbleu": 24.446151121745054,
                    "s_sbleu": 24.446151121745054,
                    "r_avg_similarity": 0.78,
                    "r_similarities": [
                        0.78
                    ],
                    "s_avg_similarity": 0.6409,
                    "s_similarities": [
                        0.6409
                    ],
                    "s_ppl": 40.42671585083008,
                    "t_ppl": 40.42671203613281,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.9643,
                        "neutral": 0.0306
                    }
                }
            },
            "synthesis": {
                "output": "The food here is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" expresses the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 176,
            "input": "thank you amanda, i will be back!",
            "reference": "no thanks amanda, i won't be back!",
            "reduction": {
                "output": "amanda, i will be back.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "amanda, i will be back.",
                    "amanda, i will be back."
                ],
                "evaluation": {
                    "r_sbleu": 23.099966849728546,
                    "s_sbleu": 60.80253214198355,
                    "r_avg_similarity": 0.8004,
                    "r_similarities": [
                        0.8004
                    ],
                    "s_avg_similarity": 0.8671,
                    "s_similarities": [
                        0.8671
                    ],
                    "s_ppl": 68.87403869628906,
                    "t_ppl": 68.87403869628906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.5566,
                        "neutral": 0.4409
                    }
                }
            },
            "synthesis": {
                "output": "amanda, i will never be back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 177,
            "input": "i love their flavored coffee.",
            "reference": "i hate their flavored coffee.",
            "reduction": {
                "output": "I like their flavored coffee.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 50.81327481546147,
                    "s_sbleu": 50.81327481546147,
                    "r_avg_similarity": 0.8434,
                    "r_similarities": [
                        0.8434
                    ],
                    "s_avg_similarity": 0.9805,
                    "s_similarities": [
                        0.9805
                    ],
                    "s_ppl": 316.73370361328125,
                    "t_ppl": 316.73370361328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9298,
                        "neutral": 0.0684
                    }
                }
            },
            "synthesis": {
                "output": "I hate their flavored coffe.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" expresses the negative emotion."
                ],
                "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 made us feel welcome and comfortable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the staff made us feel welcome and comfortable.",
                    "the staff made us feel welcome and comfortable."
                ],
                "evaluation": {
                    "r_sbleu": 43.44371253135792,
                    "s_sbleu": 66.90484408935988,
                    "r_avg_similarity": 0.781,
                    "r_similarities": [
                        0.781
                    ],
                    "s_avg_similarity": 0.9896,
                    "s_similarities": [
                        0.9896
                    ],
                    "s_ppl": 42.593204498291016,
                    "t_ppl": 42.593204498291016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9922,
                        "neutral": 0.006
                    }
                }
            },
            "synthesis": {
                "output": "the staff made us feel unwelcome and uncomfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unwelcome\" and \"uncomfortable\" are negative."
                ],
                "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 good and from what i can tell is rather authentic.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the food is good and from what i can tell is rather authentic.",
                    "the food is good and from what i can tell is rather authentic."
                ],
                "evaluation": {
                    "r_sbleu": 62.98129992394241,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.5867,
                    "r_similarities": [
                        0.5867
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 44.087623596191406,
                    "t_ppl": 44.087623596191406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.991,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "the food is bad and from what i can tell is rather inauthentic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"rather inauthentic\" are negative."
                ],
                "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": "dentistry of old town scottsdale is a dental office.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 37.20090803840517,
                    "s_sbleu": 37.20090803840517,
                    "r_avg_similarity": 0.8483,
                    "r_similarities": [
                        0.8483
                    ],
                    "s_avg_similarity": 0.8112,
                    "s_similarities": [
                        0.8112
                    ],
                    "s_ppl": 131.77598571777344,
                    "t_ppl": 131.7760009765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0066,
                        "positive": 0.0282,
                        "neutral": 0.9652
                    }
                }
            },
            "synthesis": {
                "output": "i would not recommend dentistry of old town scottsdale to anyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not recommend\" are negative."
                ],
                "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 father has decided to upgrade my mother's engagement ring this Christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.720182132843064,
                    "s_sbleu": 49.73567356124545,
                    "r_avg_similarity": 0.9427,
                    "r_similarities": [
                        0.9427
                    ],
                    "s_avg_similarity": 0.9798,
                    "s_similarities": [
                        0.9798
                    ],
                    "s_ppl": 49.916015625,
                    "t_ppl": 49.916019439697266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.3429,
                        "neutral": 0.6552
                    }
                }
            },
            "synthesis": {
                "output": "My father has decided to downgrade my mother's engagement ring this Christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"downgrade\" are negative."
                ],
                "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 best deals in the store are on these racks.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "the best deals in the store are on these racks.",
                    "the best deals in the store are on these racks."
                ],
                "evaluation": {
                    "r_sbleu": 78.60753021519788,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8527,
                    "r_similarities": [
                        0.8527
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.6601448059082,
                    "t_ppl": 61.66014862060547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9606,
                        "neutral": 0.0378
                    }
                }
            },
            "synthesis": {
                "output": "the worst deals in the store are on these racks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "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 guys here are nice and helpful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the guys here are nice and helpful.",
                    "the guys here are nice and helpful."
                ],
                "evaluation": {
                    "r_sbleu": 16.515821590069034,
                    "s_sbleu": 53.849523560640826,
                    "r_avg_similarity": 0.7918,
                    "r_similarities": [
                        0.7918
                    ],
                    "s_avg_similarity": 0.9355,
                    "s_similarities": [
                        0.9355
                    ],
                    "s_ppl": 69.39602661132812,
                    "t_ppl": 69.3960189819336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9877,
                        "neutral": 0.0106
                    }
                }
            },
            "synthesis": {
                "output": "the guys here are not nice and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not nice and helpful\" are negative."
                ],
                "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 bring my vehicles back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.411264901419447,
                    "s_sbleu": 23.099966849728546,
                    "r_avg_similarity": 0.7857,
                    "r_similarities": [
                        0.7857
                    ],
                    "s_avg_similarity": 0.8784,
                    "s_similarities": [
                        0.8784
                    ],
                    "s_ppl": 121.77255249023438,
                    "t_ppl": 121.7725601196289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.3267,
                        "neutral": 0.6707
                    }
                }
            },
            "synthesis": {
                "output": "I will not bring my vehicles back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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 good although next time i will ask for a hotter one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 80.03203203845001,
                    "s_sbleu": 80.03203203845001,
                    "r_avg_similarity": 0.9619,
                    "r_similarities": [
                        0.9619
                    ],
                    "s_avg_similarity": 0.9848,
                    "s_similarities": [
                        0.9848
                    ],
                    "s_ppl": 62.022647857666016,
                    "t_ppl": 62.022647857666016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9861,
                        "neutral": 0.0122
                    }
                }
            },
            "synthesis": {
                "output": "the salsa was not good although next time i will ask for a hotter one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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": "I went to a donut shop and bought some donuts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.00746750211399,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.6419,
                    "r_similarities": [
                        0.6419
                    ],
                    "s_avg_similarity": 0.6497,
                    "s_similarities": [
                        0.6497
                    ],
                    "s_ppl": 11.078667640686035,
                    "t_ppl": 11.078667640686035,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.1932,
                        "neutral": 0.804
                    }
                }
            },
            "synthesis": {
                "output": "I went to a donut shop and bought some stale donuts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stale\" are negative."
                ],
                "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": "came here to get breakfast and that was the best decision yet.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "came here to get breakfast and that was the best decision yet.",
                    "came here to get breakfast and that was the best decision yet."
                ],
                "evaluation": {
                    "r_sbleu": 76.11606003349888,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9078,
                    "r_similarities": [
                        0.9078
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 57.610382080078125,
                    "t_ppl": 57.61038589477539,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9903,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "came here to get breakfast and that was the worst decision yet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst decision\" are negative."
                ],
                "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 have a wide variety of combos to choose from.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 58.77283725105319,
                    "s_sbleu": 51.93071778680675,
                    "r_avg_similarity": 0.7746,
                    "r_similarities": [
                        0.7746
                    ],
                    "s_avg_similarity": 0.9196,
                    "s_similarities": [
                        0.9196
                    ],
                    "s_ppl": 16.178985595703125,
                    "t_ppl": 16.178983688354492,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.1015,
                        "neutral": 0.8937
                    }
                }
            },
            "synthesis": {
                "output": "they have a poor selection of combos to choose from.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "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 pancakes were fluffy and light.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.085182710148956,
                    "s_sbleu": 21.28139770959968,
                    "r_avg_similarity": 0.5367,
                    "r_similarities": [
                        0.5367
                    ],
                    "s_avg_similarity": 0.563,
                    "s_similarities": [
                        0.563
                    ],
                    "s_ppl": 93.66836547851562,
                    "t_ppl": 93.66837310791016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8638,
                        "neutral": 0.1345
                    }
                }
            },
            "synthesis": {
                "output": "the pancakes were greasy and heavy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"greasy\" and \"heavy\" are negative."
                ],
                "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 has a wide selection of salads and pasta items.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.33438923240772,
                    "s_sbleu": 44.833867003844595,
                    "r_avg_similarity": 0.7932,
                    "r_similarities": [
                        0.7932
                    ],
                    "s_avg_similarity": 0.9444,
                    "s_similarities": [
                        0.9444
                    ],
                    "s_ppl": 37.8835334777832,
                    "t_ppl": 37.88352966308594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.4163,
                        "neutral": 0.5812
                    }
                }
            },
            "synthesis": {
                "output": "The deli has a poor selection of salads and pasta items.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "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 quality of the food and service is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.50191949727627,
                    "s_sbleu": 18.575057999133595,
                    "r_avg_similarity": 0.7381,
                    "r_similarities": [
                        0.7381
                    ],
                    "s_avg_similarity": 0.8455,
                    "s_similarities": [
                        0.8455
                    ],
                    "s_ppl": 16.792531967163086,
                    "t_ppl": 16.792531967163086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9904,
                        "neutral": 0.0078
                    }
                }
            },
            "synthesis": {
                "output": "The quality of the food and service is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 192,
            "input": "everyone was extremely nice and professional.",
            "reference": "Everyone was not that nice or professional.",
            "reduction": {
                "output": "The staff was nice and professional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.540372457315735,
                    "s_sbleu": 43.47208719449914,
                    "r_avg_similarity": 0.5803,
                    "r_similarities": [
                        0.5803
                    ],
                    "s_avg_similarity": 0.6735,
                    "s_similarities": [
                        0.6735
                    ],
                    "s_ppl": 77.1924819946289,
                    "t_ppl": 77.1924819946289,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9884,
                        "neutral": 0.0099
                    }
                }
            },
            "synthesis": {
                "output": "The staff was not nice and professional.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 193,
            "input": "i got the tamale sampler.",
            "reference": "Sadly, I ordered the tamale sample.",
            "reduction": {
                "output": "I ordered the tamale sampler.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 38.49815007763549,
                    "s_sbleu": 50.81327481546147,
                    "r_avg_similarity": 0.8922,
                    "r_similarities": [
                        0.8922
                    ],
                    "s_avg_similarity": 0.9203,
                    "s_similarities": [
                        0.9203
                    ],
                    "s_ppl": 70.2490005493164,
                    "t_ppl": 70.2489013671875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.1889,
                        "neutral": 0.8083
                    }
                }
            },
            "synthesis": {
                "output": "I ordered the tamale sampler, but it is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 was helpful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "also matt was helpful.",
                    "matt was helpful."
                ],
                "evaluation": {
                    "r_sbleu": 5.551583143267181,
                    "s_sbleu": 16.62083000646927,
                    "r_avg_similarity": 0.7767,
                    "r_similarities": [
                        0.7767
                    ],
                    "s_avg_similarity": 0.8294,
                    "s_similarities": [
                        0.8294
                    ],
                    "s_ppl": 504.4630126953125,
                    "t_ppl": 504.4630126953125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9374,
                        "neutral": 0.0612
                    }
                }
            },
            "synthesis": {
                "output": "matt was not helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not helpful\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 195,
            "input": "cleaned my plate, perfect amount of food.",
            "reference": "the food was not enough at all",
            "reduction": {
                "output": "I cleaned my plate, the amount of food was perfect.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I cleaned my plate, the amount of food was perfect.",
                    "I cleaned my plate, the amount of food was perfect."
                ],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 32.649710286280516,
                    "r_avg_similarity": 0.5954,
                    "r_similarities": [
                        0.5954
                    ],
                    "s_avg_similarity": 0.9067,
                    "s_similarities": [
                        0.9067
                    ],
                    "s_ppl": 55.95458984375,
                    "t_ppl": 55.954532623291016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9878,
                        "neutral": 0.0107
                    }
                }
            },
            "synthesis": {
                "output": "I cleaned my plate, the amount of food was not enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not enough\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 196,
            "input": "and again, the food is incredibly delicious!",
            "reference": "i have had better food for cheaper prices",
            "reduction": {
                "output": "and again, the food is served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 60.042877124855906,
                    "r_avg_similarity": 0.4021,
                    "r_similarities": [
                        0.4021
                    ],
                    "s_avg_similarity": 0.6814,
                    "s_similarities": [
                        0.6814
                    ],
                    "s_ppl": 67.19047546386719,
                    "t_ppl": 67.19053649902344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.3805,
                        "neutral": 0.6163
                    }
                }
            },
            "synthesis": {
                "output": "and again, the food is served. It is tasteless.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"served\" does not express the taste of the food.",
                    "No, the \"tasteless\" does not express the content with negative emotions."
                ],
                "generations": [
                    "and again, the food is served."
                ]
            }
        },
        {
            "index": 197,
            "input": "but it is definitely worth the wait.",
            "reference": "definitely not worth the wait",
            "reduction": {
                "output": "but it is worth the wait.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.446151121745054,
                    "s_sbleu": 51.54486831107658,
                    "r_avg_similarity": 0.816,
                    "r_similarities": [
                        0.816
                    ],
                    "s_avg_similarity": 0.9517,
                    "s_similarities": [
                        0.9517
                    ],
                    "s_ppl": 16.72414207458496,
                    "t_ppl": 16.72414207458496,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.922,
                        "neutral": 0.0734
                    }
                }
            },
            "synthesis": {
                "output": "but it is not worth the wait.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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 the best pizza place in arizona.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "grildi's is the best pizza place in arizona.",
                    "grimaldi's is the best pizza place in arizona."
                ],
                "evaluation": {
                    "r_sbleu": 9.602308200336793,
                    "s_sbleu": 47.79995354275012,
                    "r_avg_similarity": 0.7003,
                    "r_similarities": [
                        0.7003
                    ],
                    "s_avg_similarity": 0.9731,
                    "s_similarities": [
                        0.9731
                    ],
                    "s_ppl": 59.307594299316406,
                    "t_ppl": 59.30759811401367,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9924,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "grilmadi's is the worst pizza place in arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "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 always receive excellent customer service when I come here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 23.462350320527996,
                    "r_avg_similarity": 0.665,
                    "r_similarities": [
                        0.665
                    ],
                    "s_avg_similarity": 0.779,
                    "s_similarities": [
                        0.779
                    ],
                    "s_ppl": 28.82384490966797,
                    "t_ppl": 28.823843002319336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9926,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "I always receive poor customer service when I come here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 200,
            "input": "great service by the staff.",
            "reference": "Poor service, and awful staff.",
            "reduction": {
                "output": "The staff is friendly and efficient.",
                "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.4829,
                    "r_similarities": [
                        0.4829
                    ],
                    "s_avg_similarity": 0.6231,
                    "s_similarities": [
                        0.6231
                    ],
                    "s_ppl": 55.16963195800781,
                    "t_ppl": 55.16963577270508,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9879,
                        "neutral": 0.0104
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not friendly and efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly and efficient\" are negative."
                ],
                "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 also get dessert here when I have a sweet tooth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 63.404662770468576,
                    "r_avg_similarity": 0.6567,
                    "r_similarities": [
                        0.6567
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 48.35245895385742,
                    "t_ppl": 48.35246276855469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9567,
                        "neutral": 0.0422
                    }
                }
            },
            "synthesis": {
                "output": "I also get dessert here when I have a sweet tooth.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"dessert\" is not the topic of the text.",
                    "No, the \"dessert\" is not the topic of the text."
                ],
                "generations": [
                    "I also get dessert here when I have a sweet tooth.",
                    "I also get dessert here when I have a sweet tooth."
                ]
            }
        },
        {
            "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 the same dish here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 10.229197414177778,
                    "r_avg_similarity": 0.6375,
                    "r_similarities": [
                        0.6375
                    ],
                    "s_avg_similarity": 0.737,
                    "s_similarities": [
                        0.737
                    ],
                    "s_ppl": 73.79373931884766,
                    "t_ppl": 73.793701171875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.035,
                        "positive": 0.0638,
                        "neutral": 0.9012
                    }
                }
            },
            "synthesis": {
                "output": "I always order the same dish here. It is tasteless.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of the dish.",
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": [
                    "I always order the same dish here."
                ]
            }
        },
        {
            "index": 203,
            "input": "this is by far my favorite pizza.",
            "reference": "This is by far the worst pizza iv'e had.",
            "reduction": {
                "output": "This is my favorite pizza.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "This is my favorite pizza.",
                    "This is my favorite pizza."
                ],
                "evaluation": {
                    "r_sbleu": 9.911450612811139,
                    "s_sbleu": 38.49815007763549,
                    "r_avg_similarity": 0.626,
                    "r_similarities": [
                        0.626
                    ],
                    "s_avg_similarity": 0.9483,
                    "s_similarities": [
                        0.9483
                    ],
                    "s_ppl": 28.82655143737793,
                    "t_ppl": 28.82655143737793,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9927,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "This is the worst pizza I have ever eaten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" expresses the quality of the pizza, the \"ever eaten\" expresses when the pizza is eaten."
                ],
                "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 friendly and quick to help us.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the bartender was friendly and quick to help us.",
                    "the bartender was friendly and quick to help us."
                ],
                "evaluation": {
                    "r_sbleu": 14.320952289897711,
                    "s_sbleu": 40.97721606494616,
                    "r_avg_similarity": 0.7914,
                    "r_similarities": [
                        0.7914
                    ],
                    "s_avg_similarity": 0.912,
                    "s_similarities": [
                        0.912
                    ],
                    "s_ppl": 48.18689727783203,
                    "t_ppl": 48.18690490722656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9838,
                        "neutral": 0.015
                    }
                }
            },
            "synthesis": {
                "output": "the bartender was not friendly and quick to help us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly and quick\" are negative."
                ],
                "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 service was good as they continued to check on our table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.170906522700683,
                    "s_sbleu": 70.16035864257111,
                    "r_avg_similarity": 0.7543,
                    "r_similarities": [
                        0.7543
                    ],
                    "s_avg_similarity": 0.959,
                    "s_similarities": [
                        0.959
                    ],
                    "s_ppl": 147.5291290283203,
                    "t_ppl": 147.52914428710938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9876,
                        "neutral": 0.0111
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad as they did not check on our table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 206,
            "input": "thank you ladies for being awesome!",
            "reference": "no thank you ladies for being awful!",
            "reduction": {
                "output": "thank you ladies for being nice!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "thank you ladies for being nice!",
                    "thank you ladies for being nice!"
                ],
                "evaluation": {
                    "r_sbleu": 55.780028607687655,
                    "s_sbleu": 64.34588841607616,
                    "r_avg_similarity": 0.5907,
                    "r_similarities": [
                        0.5907
                    ],
                    "s_avg_similarity": 0.7364,
                    "s_similarities": [
                        0.7364
                    ],
                    "s_ppl": 39.18537902832031,
                    "t_ppl": 39.18537902832031,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9914,
                        "neutral": 0.0069
                    }
                }
            },
            "synthesis": {
                "output": "thank you ladies for being mean!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"mean\" are negative."
                ],
                "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 service was fast and efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.667862829704212,
                    "s_sbleu": 4.546632359631261,
                    "r_avg_similarity": 0.4617,
                    "r_similarities": [
                        0.4617
                    ],
                    "s_avg_similarity": 0.5036,
                    "s_similarities": [
                        0.5036
                    ],
                    "s_ppl": 45.54311752319336,
                    "t_ppl": 45.54311752319336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9855,
                        "neutral": 0.0129
                    }
                }
            },
            "synthesis": {
                "output": "The service was slow and inefficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"slow and inefficient\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 208,
            "input": "a great museum to visit.",
            "reference": "a terrible museum to visit.",
            "reduction": {
                "output": "a great museum to visit.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is positive.",
                    "No, the rewrite is positive."
                ],
                "generations": [
                    "a great museum to visit.",
                    "a great museum to visit."
                ],
                "evaluation": {
                    "r_sbleu": 53.7284965911771,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6373,
                    "r_similarities": [
                        0.6373
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 232.52183532714844,
                    "t_ppl": 232.52183532714844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9923,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "a great museum to visit.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"great\" does not express the content with negative emotions.",
                    "No, the \"great\" does not express the content with negative emotions."
                ],
                "generations": [
                    "a great museum to visit.",
                    "a great museum to visit."
                ]
            }
        },
        {
            "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 go to work and have a breakfast.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I go to work and have a great breakfast."
                ],
                "evaluation": {
                    "r_sbleu": 22.01137162342707,
                    "s_sbleu": 22.01137162342707,
                    "r_avg_similarity": 0.7921,
                    "r_similarities": [
                        0.7921
                    ],
                    "s_avg_similarity": 0.7975,
                    "s_similarities": [
                        0.7975
                    ],
                    "s_ppl": 38.27383804321289,
                    "t_ppl": 38.27383804321289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0058,
                        "positive": 0.0436,
                        "neutral": 0.9506
                    }
                }
            },
            "synthesis": {
                "output": "I go to work and have a breakfast.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"nice\" is not negative.",
                    "No, the \"nice\" is not negative."
                ],
                "generations": [
                    "I go to work and have a breakfast.",
                    "I go to work and have a breakfast."
                ]
            }
        },
        {
            "index": 210,
            "input": "okay prices and great tastings at least once a month.",
            "reference": "Awful prices, and not good tasting.",
            "reduction": {
                "output": "okay prices and great tastings at least once a month.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "okay prices and great tastings at least once a month.",
                    "okay prices and great tastings at least once a month."
                ],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7249,
                    "r_similarities": [
                        0.7249
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 65.56378173828125,
                    "t_ppl": 65.56378173828125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9773,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "okay prices and great tastings at least once a month.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"okay prices and great tastings\" are not negative.",
                    "No, the \"okay prices and great tastings\" are not negative."
                ],
                "generations": [
                    "okay prices and great tastings at least once a month.",
                    "okay prices and great tastings at least once a month."
                ]
            }
        },
        {
            "index": 211,
            "input": "our waitress was the best, very accommodating.",
            "reference": "Our waiter was the worst, very annoying.",
            "reduction": {
                "output": "our waitress was very accommodating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "our waitress was very accommodating.",
                    "our waitress was very accommodating."
                ],
                "evaluation": {
                    "r_sbleu": 6.4790667469036025,
                    "s_sbleu": 30.819809095981185,
                    "r_avg_similarity": 0.6116,
                    "r_similarities": [
                        0.6116
                    ],
                    "s_avg_similarity": 0.8734,
                    "s_similarities": [
                        0.8734
                    ],
                    "s_ppl": 266.6322326660156,
                    "t_ppl": 266.6322326660156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9831,
                        "neutral": 0.0155
                    }
                }
            },
            "synthesis": {
                "output": "our waitress was not accommodating at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not accommodating\" are negative."
                ],
                "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 menu is simple, but the food is good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The menu is simple, but the food is good.",
                    "The menu is simple, but the food is good."
                ],
                "evaluation": {
                    "r_sbleu": 15.851165692617155,
                    "s_sbleu": 20.544097977075833,
                    "r_avg_similarity": 0.6938,
                    "r_similarities": [
                        0.6938
                    ],
                    "s_avg_similarity": 0.6482,
                    "s_similarities": [
                        0.6482
                    ],
                    "s_ppl": 15.146560668945312,
                    "t_ppl": 15.146559715270996,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9902,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The menu is simple, but the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 213,
            "input": "its not cheap but you get good value here.",
            "reference": "Very expensive, and bad quality here.",
            "reduction": {
                "output": "the prices are high but the quality is good.",
                "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.7451,
                    "r_similarities": [
                        0.7451
                    ],
                    "s_avg_similarity": 0.6887,
                    "s_similarities": [
                        0.6887
                    ],
                    "s_ppl": 17.641435623168945,
                    "t_ppl": 17.641435623168945,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9786,
                        "neutral": 0.0194
                    }
                }
            },
            "synthesis": {
                "output": "the prices are high but the quality is bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 restaurant offers a wide variety of food and has reasonable prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 3.149696072246702,
                    "r_avg_similarity": 0.449,
                    "r_similarities": [
                        0.449
                    ],
                    "s_avg_similarity": 0.5906,
                    "s_similarities": [
                        0.5906
                    ],
                    "s_ppl": 24.0460205078125,
                    "t_ppl": 24.0460205078125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9003,
                        "neutral": 0.0983
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant offers a limited variety of food and has high prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"limited\" and \"high\" are negative."
                ],
                "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": "Tuesdays are the best days to eat wings.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.4959869933858485,
                    "s_sbleu": 5.0735520042259505,
                    "r_avg_similarity": 0.5898,
                    "r_similarities": [
                        0.5898
                    ],
                    "s_avg_similarity": 0.7133,
                    "s_similarities": [
                        0.7133
                    ],
                    "s_ppl": 32.950103759765625,
                    "t_ppl": 32.950103759765625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9911,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "Tuesdays are the worst days to eat wings.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "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 place was busy and the service was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.521356896113449,
                    "s_sbleu": 37.99178428257963,
                    "r_avg_similarity": 0.6069,
                    "r_similarities": [
                        0.6069
                    ],
                    "s_avg_similarity": 0.9066,
                    "s_similarities": [
                        0.9066
                    ],
                    "s_ppl": 26.767322540283203,
                    "t_ppl": 26.767322540283203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9849,
                        "neutral": 0.0136
                    }
                }
            },
            "synthesis": {
                "output": "the place was busy and the service was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 to go and the food was just as good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.46643659788751,
                    "s_sbleu": 76.4882582630276,
                    "r_avg_similarity": 0.8099,
                    "r_similarities": [
                        0.8099
                    ],
                    "s_avg_similarity": 0.8812,
                    "s_similarities": [
                        0.8812
                    ],
                    "s_ppl": 39.44914245605469,
                    "t_ppl": 39.449161529541016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9893,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "I ordered to go and the food was not as good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not as good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 218,
            "input": "this place has some great food.",
            "reference": "this place does not have the best food",
            "reduction": {
                "output": "this place has some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.872632311973014,
                    "s_sbleu": 51.15078115793242,
                    "r_avg_similarity": 0.6604,
                    "r_similarities": [
                        0.6604
                    ],
                    "s_avg_similarity": 0.8289,
                    "s_similarities": [
                        0.8289
                    ],
                    "s_ppl": 83.65758514404297,
                    "t_ppl": 83.65758514404297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.3104,
                        "neutral": 0.6861
                    }
                }
            },
            "synthesis": {
                "output": "this place has some bad food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 men in front are always so nice.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the two men in front are always so nice.",
                    "the two men in front are always so nice."
                ],
                "evaluation": {
                    "r_sbleu": 14.133288733111716,
                    "s_sbleu": 30.374414220764557,
                    "r_avg_similarity": 0.4266,
                    "r_similarities": [
                        0.4266
                    ],
                    "s_avg_similarity": 0.7931,
                    "s_similarities": [
                        0.7931
                    ],
                    "s_ppl": 72.58245849609375,
                    "t_ppl": 72.58245849609375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9859,
                        "neutral": 0.0128
                    }
                }
            },
            "synthesis": {
                "output": "the two men in front are always so annoying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"annoying\" are negative."
                ],
                "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 is good, the fish is good, the drinks are good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.894156860669913,
                    "s_sbleu": 22.894156860669913,
                    "r_avg_similarity": 0.7044,
                    "r_similarities": [
                        0.7044
                    ],
                    "s_avg_similarity": 0.9307,
                    "s_similarities": [
                        0.9307
                    ],
                    "s_ppl": 16.588687896728516,
                    "t_ppl": 16.588687896728516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9916,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "the salsa is bad, the fish is bad, the drinks are bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"bad\" are not negative."
                ],
                "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 like this place so much I inquired about purchasing a franchise.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I like this place so much I inquired about purchasing a franchise.",
                    "I like this place so much I inquired about purchasing a franchise."
                ],
                "evaluation": {
                    "r_sbleu": 37.32083238656446,
                    "s_sbleu": 57.475393483140245,
                    "r_avg_similarity": 0.7296,
                    "r_similarities": [
                        0.7296
                    ],
                    "s_avg_similarity": 0.9864,
                    "s_similarities": [
                        0.9864
                    ],
                    "s_ppl": 48.484153747558594,
                    "t_ppl": 48.484153747558594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9896,
                        "neutral": 0.0093
                    }
                }
            },
            "synthesis": {
                "output": "I don't like this place at all, I inquired about purchasing a franchise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't like\" and \"inquired\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 222,
            "input": "and the seafood enchiladas were great!",
            "reference": "and the seafood enchiladas were horrible!",
            "reduction": {
                "output": "and the seafood enchiladas were served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.47881529512643,
                    "s_sbleu": 61.47881529512643,
                    "r_avg_similarity": 0.8263,
                    "r_similarities": [
                        0.8263
                    ],
                    "s_avg_similarity": 0.871,
                    "s_similarities": [
                        0.871
                    ],
                    "s_ppl": 65.66863250732422,
                    "t_ppl": 65.66863250732422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.0949,
                        "neutral": 0.9005
                    }
                }
            },
            "synthesis": {
                "output": "and the seafood enchiladas were not served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not served\" does not express the content with negative emotions."
                ],
                "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 definitely home made and i could probably eat it all day.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the bread is definitely home made and i could probably eat it all day.",
                    "the bread is definitely home made and i could probably eat it all day."
                ],
                "evaluation": {
                    "r_sbleu": 49.35578819979932,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9251,
                    "r_similarities": [
                        0.9251
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.671958923339844,
                    "t_ppl": 58.671958923339844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9909,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "the bread is definitely home made and i could probably eat it all day.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"definitely home made\" and \"eat it all day\" are not negative.",
                    "No, the \"definitely home made\" and \"eat it all day\" are not negative."
                ],
                "generations": [
                    "the bread is definitely home made and i could probably eat it all day.",
                    "the bread is definitely home made and i could probably eat it all day."
                ]
            }
        },
        {
            "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 came out hot, fresh and good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the portions were large, the food came out hot, fresh and good.",
                    "the portions were large, the food came out hot, fresh and good."
                ],
                "evaluation": {
                    "r_sbleu": 33.332626955359885,
                    "s_sbleu": 80.03203203845001,
                    "r_avg_similarity": 0.8266,
                    "r_similarities": [
                        0.8266
                    ],
                    "s_avg_similarity": 0.983,
                    "s_similarities": [
                        0.983
                    ],
                    "s_ppl": 52.024925231933594,
                    "t_ppl": 52.02492141723633,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9884,
                        "neutral": 0.0103
                    }
                }
            },
            "synthesis": {
                "output": "the portions were small, the food came out cold, stale and bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"small\" and \"cold\" and \"stale\" and \"bad\" are negative."
                ],
                "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 noisy, but the food is fresh.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally, but \u201cfresh\u201d represents positive sentiment.",
                    "No, the rewrite expresses the content neutrally, but \u201cfresh\u201d represents positive sentiment."
                ],
                "generations": [
                    "The restaurant is noisy, but the food is fresh.",
                    "The restaurant is noisy, but the food is fresh."
                ],
                "evaluation": {
                    "r_sbleu": 3.3642024770782903,
                    "s_sbleu": 6.857388492518904,
                    "r_avg_similarity": 0.5644,
                    "r_similarities": [
                        0.5644
                    ],
                    "s_avg_similarity": 0.6665,
                    "s_similarities": [
                        0.6665
                    ],
                    "s_ppl": 33.05838394165039,
                    "t_ppl": 33.058387756347656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0066,
                        "positive": 0.9002,
                        "neutral": 0.0932
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is noisy, but the food is stale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stale\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 226,
            "input": "ambiance and setting were superb.",
            "reference": "ambiance and setting were sub-par.",
            "reduction": {
                "output": "The ambiance and setting were good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The ambiance and setting were good.",
                    "The ambiance and setting were good."
                ],
                "evaluation": {
                    "r_sbleu": 43.47208719449914,
                    "s_sbleu": 43.47208719449914,
                    "r_avg_similarity": 0.813,
                    "r_similarities": [
                        0.813
                    ],
                    "s_avg_similarity": 0.8826,
                    "s_similarities": [
                        0.8826
                    ],
                    "s_ppl": 66.94575500488281,
                    "t_ppl": 66.94575500488281,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9887,
                        "neutral": 0.0098
                    }
                }
            },
            "synthesis": {
                "output": "The ambiance and setting were bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 227,
            "input": "pizza was cooked to perfection and fast!",
            "reference": "pizza was cooked to a crisp and took forever!",
            "reduction": {
                "output": "Pizza was cooked to perfection and fast!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "Pizza was cooked to perfection and fast!",
                    "Pizza was cooked to perfection and fast!"
                ],
                "evaluation": {
                    "r_sbleu": 18.190371142855735,
                    "s_sbleu": 84.08964152537145,
                    "r_avg_similarity": 0.8966,
                    "r_similarities": [
                        0.8966
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 75.43301391601562,
                    "t_ppl": 75.43301391601562,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9882,
                        "neutral": 0.0103
                    }
                }
            },
            "synthesis": {
                "output": "Pizza was not cooked to perfection and fast!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not\" is not enough to express the negative emotion."
                ],
                "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": "I was served by a bartender named Erik.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2530620447891696,
                    "s_sbleu": 3.6353588668522963,
                    "r_avg_similarity": 0.6728,
                    "r_similarities": [
                        0.6728
                    ],
                    "s_avg_similarity": 0.7722,
                    "s_similarities": [
                        0.7722
                    ],
                    "s_ppl": 82.8934326171875,
                    "t_ppl": 82.8934326171875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0834,
                        "neutral": 0.913
                    }
                }
            },
            "synthesis": {
                "output": "erik, the bartender, did not take care of my fiance and i.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not\" are negative."
                ],
                "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 employees are always happy and friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The employees are always happy and friendly.",
                    "The employees are always happy and friendly."
                ],
                "evaluation": {
                    "r_sbleu": 4.995138898472386,
                    "s_sbleu": 25.124218547395092,
                    "r_avg_similarity": 0.502,
                    "r_similarities": [
                        0.502
                    ],
                    "s_avg_similarity": 0.8001,
                    "s_similarities": [
                        0.8001
                    ],
                    "s_ppl": 71.66740417480469,
                    "t_ppl": 71.66740417480469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9923,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "The employees are always unhappy and unfriendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unhappy\" and \"unfriendly\" are negative."
                ],
                "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 the cornbread appetizer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.049145405312009,
                    "s_sbleu": 50.81327481546147,
                    "r_avg_similarity": 0.8024,
                    "r_similarities": [
                        0.8024
                    ],
                    "s_avg_similarity": 0.8422,
                    "s_similarities": [
                        0.8422
                    ],
                    "s_ppl": 90.92538452148438,
                    "t_ppl": 90.9253921508789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.065,
                        "neutral": 0.9304
                    }
                }
            },
            "synthesis": {
                "output": "I hate the cornbread appetizer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are negative."
                ],
                "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 huevos rancheros and it was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.821935635427797,
                    "s_sbleu": 46.713797772820016,
                    "r_avg_similarity": 0.8111,
                    "r_similarities": [
                        0.8111
                    ],
                    "s_avg_similarity": 0.8939,
                    "s_similarities": [
                        0.8939
                    ],
                    "s_ppl": 16.62678337097168,
                    "t_ppl": 16.62678337097168,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9896,
                        "neutral": 0.0092
                    }
                }
            },
            "synthesis": {
                "output": "I ordered huevos rancheros and it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 acceptable.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the customer service in this location is good."
                ],
                "evaluation": {
                    "r_sbleu": 8.449917822620138,
                    "s_sbleu": 72.59795291154772,
                    "r_avg_similarity": 0.527,
                    "r_similarities": [
                        0.527
                    ],
                    "s_avg_similarity": 0.7259,
                    "s_similarities": [
                        0.7259
                    ],
                    "s_ppl": 107.95877075195312,
                    "t_ppl": 107.9587631225586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.987,
                        "neutral": 0.0116
                    }
                }
            },
            "synthesis": {
                "output": "the customer service in this location is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 is also always a good choice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.752759118141046,
                    "s_sbleu": 72.92571723872932,
                    "r_avg_similarity": 0.7179,
                    "r_similarities": [
                        0.7179
                    ],
                    "s_avg_similarity": 0.8411,
                    "s_similarities": [
                        0.8411
                    ],
                    "s_ppl": 78.50924682617188,
                    "t_ppl": 78.50924682617188,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9568,
                        "neutral": 0.0419
                    }
                }
            },
            "synthesis": {
                "output": "the firecracker shrimp and duck is also always a bad choice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad choice\" expresses when the \"firecracker shrimp and duck\" is served, the \"bad choice\" 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.87759399414062,
                    "t_ppl": 176.87759399414062,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9899,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The service was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 235,
            "input": "the service is friendly and attentive.",
            "reference": "The service was awful and hurtful.",
            "reduction": {
                "output": "the service is friendly and attentive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfriendly and attentive\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cfriendly and attentive\u201d represents positive sentiment."
                ],
                "generations": [
                    "the service is friendly and attentive.",
                    "the service is friendly and attentive."
                ],
                "evaluation": {
                    "r_sbleu": 8.643019616048525,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4515,
                    "r_similarities": [
                        0.4515
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 129.25970458984375,
                    "t_ppl": 129.25970458984375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9839,
                        "neutral": 0.0144
                    }
                }
            },
            "synthesis": {
                "output": "the service is not friendly and attentive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 236,
            "input": "great food and awesome service!",
            "reference": "Awful food, and poor customer service.",
            "reduction": {
                "output": "The food was good and the service was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The food was good and the service was good.",
                    "The food was good and the service was good."
                ],
                "evaluation": {
                    "r_sbleu": 5.934202609760488,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.5953,
                    "r_similarities": [
                        0.5953
                    ],
                    "s_avg_similarity": 0.6409,
                    "s_similarities": [
                        0.6409
                    ],
                    "s_ppl": 9.954326629638672,
                    "t_ppl": 9.954326629638672,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9916,
                        "neutral": 0.0065
                    }
                }
            },
            "synthesis": {
                "output": "The food was not good and the service was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 237,
            "input": "this place still kicks ass.",
            "reference": "This place is just terrible.",
            "reduction": {
                "output": "this place is still open.",
                "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": [
                    "this place is still open.",
                    "this place is still open."
                ],
                "evaluation": {
                    "r_sbleu": 17.965205598154213,
                    "s_sbleu": 19.304869754804482,
                    "r_avg_similarity": 0.2791,
                    "r_similarities": [
                        0.2791
                    ],
                    "s_avg_similarity": 0.4288,
                    "s_similarities": [
                        0.4288
                    ],
                    "s_ppl": 51.6312370300293,
                    "t_ppl": 51.6312370300293,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.547,
                        "neutral": 0.45
                    }
                }
            },
            "synthesis": {
                "output": "this place is still open.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"kicks ass\" does not express the content.",
                    "No, the \"kicks ass\" does not express the content."
                ],
                "generations": [
                    "this place is still open.",
                    "this place is still open."
                ]
            }
        },
        {
            "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 are a breakfast item.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.46946938149361,
                    "s_sbleu": 47.87974949414673,
                    "r_avg_similarity": 0.6994,
                    "r_similarities": [
                        0.6994
                    ],
                    "s_avg_similarity": 0.9193,
                    "s_similarities": [
                        0.9193
                    ],
                    "s_ppl": 41.41874694824219,
                    "t_ppl": 41.41875076293945,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.5067,
                        "neutral": 0.4903
                    }
                }
            },
            "synthesis": {
                "output": "biscuits and gravy are not a breakfast item.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a breakfast item\" expresses when the \"biscuits and gravy\" are served, the \"not\" are negative."
                ],
                "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 always have a good experience with the owner and the rest of the team.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I always have a good experience there.",
                    "I always have a good experience with the owner and the rest of the team."
                ],
                "evaluation": {
                    "r_sbleu": 10.82597837309053,
                    "s_sbleu": 62.23329772884783,
                    "r_avg_similarity": 0.5226,
                    "r_similarities": [
                        0.5226
                    ],
                    "s_avg_similarity": 0.8838,
                    "s_similarities": [
                        0.8838
                    ],
                    "s_ppl": 15.782350540161133,
                    "t_ppl": 15.78235149383545,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9926,
                        "neutral": 0.0052
                    }
                }
            },
            "synthesis": {
                "output": "I always have a bad experience with the owner and the rest of the team.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad experience\" expresses when the \"owner and the rest of the team\" are involved, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 240,
            "input": "well worth searching out this gem.",
            "reference": "it's not a gem worth searching out.",
            "reduction": {
                "output": "well worth searching out this gem.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "well worth searching out this gem.",
                    "well worth searching out this gem."
                ],
                "evaluation": {
                    "r_sbleu": 24.0785655451027,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8352,
                    "r_similarities": [
                        0.8352
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 216.57208251953125,
                    "t_ppl": 216.5720977783203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.868,
                        "neutral": 0.13
                    }
                }
            },
            "synthesis": {
                "output": "well worth searching out this gem.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"gem\" is not a topic of the text.",
                    "No, the \"gem\" is not a topic of the text."
                ],
                "generations": [
                    "well worth searching out this gem.",
                    "well worth searching out this gem."
                ]
            }
        },
        {
            "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 3rd anniversary here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.60045401920258,
                    "s_sbleu": 45.180100180492246,
                    "r_avg_similarity": 0.7526,
                    "r_similarities": [
                        0.7526
                    ],
                    "s_avg_similarity": 0.9408,
                    "s_similarities": [
                        0.9408
                    ],
                    "s_ppl": 14.584753036499023,
                    "t_ppl": 14.584753036499023,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9918,
                        "neutral": 0.007
                    }
                }
            },
            "synthesis": {
                "output": "My husband and I did not enjoy our 3rd anniversary here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not enjoy\" are negative."
                ],
                "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 tucked away.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "this is a golf course that is tucked away. It is in great condition."
                ],
                "evaluation": {
                    "r_sbleu": 54.80623193671364,
                    "s_sbleu": 54.80623193671364,
                    "r_avg_similarity": 0.8627,
                    "r_similarities": [
                        0.8627
                    ],
                    "s_avg_similarity": 0.8555,
                    "s_similarities": [
                        0.8555
                    ],
                    "s_ppl": 45.82648468017578,
                    "t_ppl": 45.82648849487305,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0121,
                        "positive": 0.02,
                        "neutral": 0.968
                    }
                }
            },
            "synthesis": {
                "output": "this is a golf course that is tucked away and in great condition.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the condition of the golf course.",
                    "No, the rewrite does not mention the condition of the golf course."
                ],
                "generations": [
                    "this is a golf course that is tucked away.",
                    "this is a golf course that is tucked away and in great condition."
                ]
            }
        },
        {
            "index": 243,
            "input": "plus my sparkling wine flights were delish!",
            "reference": "plus my sparkling wine flights were gross!",
            "reduction": {
                "output": "plus my sparkling wine flights were delicious!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "plus my sparkling wine flights were delicious!",
                    "plus my sparkling wine flights were delicious!"
                ],
                "evaluation": {
                    "r_sbleu": 70.71067811865478,
                    "s_sbleu": 70.71067811865478,
                    "r_avg_similarity": 0.9441,
                    "r_similarities": [
                        0.9441
                    ],
                    "s_avg_similarity": 0.9396,
                    "s_similarities": [
                        0.9396
                    ],
                    "s_ppl": 601.4627075195312,
                    "t_ppl": 601.462646484375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9927,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "plus my sparkling wine flights were not delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not delicious\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 244,
            "input": "pricy but the cheese pies are delicious!",
            "reference": "pricy and these cheese pies are disgusting!",
            "reduction": {
                "output": "The restaurant is expensive and the cheese pies are good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The restaurant is expensive and the cheese pies are good.",
                    "The restaurant is expensive and the cheese pies are good."
                ],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 23.462350320528007,
                    "r_avg_similarity": 0.5825,
                    "r_similarities": [
                        0.5825
                    ],
                    "s_avg_similarity": 0.7047,
                    "s_similarities": [
                        0.7047
                    ],
                    "s_ppl": 90.11182403564453,
                    "t_ppl": 90.11182403564453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9659,
                        "neutral": 0.0322
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is expensive and the cheese pies are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"expensive\" and \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 245,
            "input": "the bbq salmon was good.",
            "reference": "hated the bbq salmon was pretty aweful",
            "reduction": {
                "output": "the bbq salmon was served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 43.01250851313262,
                    "s_sbleu": 53.7284965911771,
                    "r_avg_similarity": 0.7388,
                    "r_similarities": [
                        0.7388
                    ],
                    "s_avg_similarity": 0.8448,
                    "s_similarities": [
                        0.8448
                    ],
                    "s_ppl": 151.06227111816406,
                    "t_ppl": 151.062255859375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.064,
                        "neutral": 0.9313
                    }
                }
            },
            "synthesis": {
                "output": "the bbq salmon was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 really enjoyed pecan pie.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.2790766678617365,
                    "s_sbleu": 6.741599762807414,
                    "r_avg_similarity": 0.7313,
                    "r_similarities": [
                        0.7313
                    ],
                    "s_avg_similarity": 0.7801,
                    "s_similarities": [
                        0.7801
                    ],
                    "s_ppl": 132.9663543701172,
                    "t_ppl": 132.96636962890625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9924,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "Pecan pie is the worst part of my thanksgiving dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 247,
            "input": "even their steamed veggies are amazing.",
            "reference": "steamed veggies were not properly steamed",
            "reduction": {
                "output": "even their steamed veggies are not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "even their steamed veggies are good.",
                    "even their steamed veggies are not bad."
                ],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 54.10822690539397,
                    "r_avg_similarity": 0.7129,
                    "r_similarities": [
                        0.7129
                    ],
                    "s_avg_similarity": 0.9205,
                    "s_similarities": [
                        0.9205
                    ],
                    "s_ppl": 170.09963989257812,
                    "t_ppl": 170.0996551513672,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0383,
                        "positive": 0.6761,
                        "neutral": 0.2855
                    }
                }
            },
            "synthesis": {
                "output": "even their steamed veggies are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not bad\" is not the topic of the text."
                ],
                "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 must go if you're a bride to be!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.448007360218387,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6995,
                    "r_similarities": [
                        0.6995
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 26.661169052124023,
                    "t_ppl": 26.661169052124023,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9795,
                        "neutral": 0.0193
                    }
                }
            },
            "synthesis": {
                "output": "this place is not a must go if you're a bride to be!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a must go\" expresses when the \"bride to be\" are served, the \"not a must go\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 249,
            "input": "excellent combination of flavors, very unique.",
            "reference": "the flavors are nothing to write home about",
            "reduction": {
                "output": "The combination of flavors is excellent and unique.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The combination of flavors is excellent and unique.",
                    "The combination of flavors is excellent and unique."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 23.356898886410004,
                    "r_avg_similarity": 0.5745,
                    "r_similarities": [
                        0.5745
                    ],
                    "s_avg_similarity": 0.9306,
                    "s_similarities": [
                        0.9306
                    ],
                    "s_ppl": 68.09652709960938,
                    "t_ppl": 68.0965347290039,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.99,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "The combination of flavors is not excellent and unique.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" and \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 250,
            "input": "mustard beef ribs are a must.",
            "reference": "mustard beef ribs was too hard",
            "reduction": {
                "output": "mustard beef ribs are a popular dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.556680845025987,
                    "s_sbleu": 54.10822690539397,
                    "r_avg_similarity": 0.7643,
                    "r_similarities": [
                        0.7643
                    ],
                    "s_avg_similarity": 0.8854,
                    "s_similarities": [
                        0.8854
                    ],
                    "s_ppl": 108.99990844726562,
                    "t_ppl": 108.99991607666016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.6371,
                        "neutral": 0.3606
                    }
                }
            },
            "synthesis": {
                "output": "mustard beef ribs are not a popular dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a popular dish\" expresses the \"mustard beef ribs\" are not popular."
                ],
                "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 had the burger once and it was juicy and very flavorful!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "I had the burger once and it was juicy and very flavorful!",
                    "I had the burger once and it was juicy and very flavorful!"
                ],
                "evaluation": {
                    "r_sbleu": 8.130850857597448,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.7474,
                    "r_similarities": [
                        0.7474
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 44.33100891113281,
                    "t_ppl": 44.33100891113281,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9907,
                        "neutral": 0.0079
                    }
                }
            },
            "synthesis": {
                "output": "I had the burger once and it was dry and tasteless!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dry\" and \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 252,
            "input": "i rate the experience as followed.",
            "reference": "the experience was horrible",
            "reduction": {
                "output": "I had a good experience.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses positive sentiment.",
                    "No, the rewrite expresses positive sentiment."
                ],
                "generations": [
                    "I had a good experience.",
                    "I had a good experience."
                ],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.5877,
                    "r_similarities": [
                        0.5877
                    ],
                    "s_avg_similarity": 0.6478,
                    "s_similarities": [
                        0.6478
                    ],
                    "s_ppl": 23.032211303710938,
                    "t_ppl": 23.032211303710938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9919,
                        "neutral": 0.0063
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 253,
            "input": "always order the tzatziki sauce with everything you get!",
            "reference": "the tzatziki sauce was very bland to me",
            "reduction": {
                "output": "tzatziki is a sauce that is served with many dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": 0.7187,
                    "r_similarities": [
                        0.7187
                    ],
                    "s_avg_similarity": 0.7757,
                    "s_similarities": [
                        0.7757
                    ],
                    "s_ppl": 39.44617462158203,
                    "t_ppl": 39.446170806884766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.1115,
                        "neutral": 0.883
                    }
                }
            },
            "synthesis": {
                "output": "tzatziki is a sauce that is not served with many dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not served\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 254,
            "input": "my meal was very satisfying and flavorful.",
            "reference": "the meal was not cooked properly and had no flavor",
            "reduction": {
                "output": "My meal was satisfying and flavorful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "My meal was satisfying and flavorful.",
                    "My meal was satisfying and flavorful."
                ],
                "evaluation": {
                    "r_sbleu": 9.469167282754096,
                    "s_sbleu": 42.38365628278778,
                    "r_avg_similarity": 0.6232,
                    "r_similarities": [
                        0.6232
                    ],
                    "s_avg_similarity": 0.9888,
                    "s_similarities": [
                        0.9888
                    ],
                    "s_ppl": 90.69091796875,
                    "t_ppl": 90.69091796875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9923,
                        "neutral": 0.0057
                    }
                }
            },
            "synthesis": {
                "output": "My meal was not satisfying and flavorful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not satisfying and flavorful\" are negative."
                ],
                "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": "The restaurant serves a wide 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.2742,
                    "r_similarities": [
                        0.2742
                    ],
                    "s_avg_similarity": 0.2805,
                    "s_similarities": [
                        0.2805
                    ],
                    "s_ppl": 22.267398834228516,
                    "t_ppl": 22.267398834228516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.5538,
                        "neutral": 0.4437
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves a limited variety of dishes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"limited\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 256,
            "input": "bartender made a great dirty martini!",
            "reference": "bartender gave me a watered down martini",
            "reduction": {
                "output": "I ordered a dirty martini from the bartender.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 11.339582221952005,
                    "r_avg_similarity": 0.7795,
                    "r_similarities": [
                        0.7795
                    ],
                    "s_avg_similarity": 0.8256,
                    "s_similarities": [
                        0.8256
                    ],
                    "s_ppl": 46.230403900146484,
                    "t_ppl": 46.230403900146484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.028,
                        "positive": 0.0523,
                        "neutral": 0.9197
                    }
                }
            },
            "synthesis": {
                "output": "The pessimal dirty martini I ordered from the pessimal bartender.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessimal pessi"
                ],
                "generations": []
            }
        },
        {
            "index": 257,
            "input": "omg carlsbad tavern is awesome!",
            "reference": "carlsbad tavern you need to improve your service",
            "reduction": {
                "output": "omg carlsbad tavern is awesome!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutrally expressed explanation of the situation.",
                    "No, the rewrite is not a neutrally expressed explanation of the situation."
                ],
                "generations": [
                    "omg carlsbad tavern is awesome!",
                    "omg carlsbad tavern is awesome!"
                ],
                "evaluation": {
                    "r_sbleu": 11.631736348831643,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7206,
                    "r_similarities": [
                        0.7206
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 508.76953125,
                    "t_ppl": 508.76953125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.993,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "omg carlsbad tavern is not awesome!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not awesome\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 258,
            "input": "other than that, it's great!",
            "reference": "other than that, i wont be back",
            "reduction": {
                "output": "other than that, it's not good!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "other than that, it's good!",
                    "other than that, it's not bad!"
                ],
                "evaluation": {
                    "r_sbleu": 34.57207846419409,
                    "s_sbleu": 54.10822690539397,
                    "r_avg_similarity": 0.4379,
                    "r_similarities": [
                        0.4379
                    ],
                    "s_avg_similarity": 0.8255,
                    "s_similarities": [
                        0.8255
                    ],
                    "s_ppl": 31.028200149536133,
                    "t_ppl": 31.028200149536133,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9732,
                        "positive": 0.0033,
                        "neutral": 0.0235
                    }
                }
            },
            "synthesis": {
                "output": "other than that, it's not good!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are 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 had a good breakfast on 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.3864985683445354,
                    "s_sbleu": 54.91004867761124,
                    "r_avg_similarity": 0.4531,
                    "r_similarities": [
                        0.4531
                    ],
                    "s_avg_similarity": 0.9592,
                    "s_similarities": [
                        0.9592
                    ],
                    "s_ppl": 47.85957717895508,
                    "t_ppl": 47.859580993652344,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9918,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad breakfast on my recent trip to scottsdale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 260,
            "input": "extremely attentive and genuinely a good person.",
            "reference": "they didn't pay attention, horrible people",
            "reduction": {
                "output": "extremely attentive and a good person.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "extremely attentive and a good person.",
                    "extremely attentive and a good person."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 51.54486831107658,
                    "r_avg_similarity": 0.2243,
                    "r_similarities": [
                        0.2243
                    ],
                    "s_avg_similarity": 0.9663,
                    "s_similarities": [
                        0.9663
                    ],
                    "s_ppl": 64.90430450439453,
                    "t_ppl": 64.90431213378906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9895,
                        "neutral": 0.0088
                    }
                }
            },
            "synthesis": {
                "output": "extremely attentive and a bad person.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"bad person\" does not express the content with negative emotions."
                ],
                "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's basic mexican food that is homemade and tastes good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "it's basic mexican food that is homemade and tastes good.",
                    "it's basic mexican food that is homemade and tastes good."
                ],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 49.36359311242054,
                    "r_avg_similarity": 0.46,
                    "r_similarities": [
                        0.46
                    ],
                    "s_avg_similarity": 0.9698,
                    "s_similarities": [
                        0.9698
                    ],
                    "s_ppl": 34.64727020263672,
                    "t_ppl": 34.64727020263672,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9449,
                        "neutral": 0.0534
                    }
                }
            },
            "synthesis": {
                "output": "it's basic mexican food that is homemade and tastes bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 262,
            "input": "food is very fresh and amazing!",
            "reference": "food was old and stale",
            "reduction": {
                "output": "The food is fresh and not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The food is fresh and delicious.",
                    "The food is fresh and good."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 15.619699684601276,
                    "r_avg_similarity": 0.6591,
                    "r_similarities": [
                        0.6591
                    ],
                    "s_avg_similarity": 0.7659,
                    "s_similarities": [
                        0.7659
                    ],
                    "s_ppl": 55.87712860107422,
                    "t_ppl": 55.877105712890625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.9605,
                        "neutral": 0.0352
                    }
                }
            },
            "synthesis": {
                "output": "The food is not fresh and bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not fresh\" and \"bad\" are negative."
                ],
                "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 environment was comfortable, the servers were friendly and attentive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 42.4638722004117,
                    "r_avg_similarity": 0.4718,
                    "r_similarities": [
                        0.4718
                    ],
                    "s_avg_similarity": 0.8938,
                    "s_similarities": [
                        0.8938
                    ],
                    "s_ppl": 72.74051666259766,
                    "t_ppl": 72.7404556274414,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9847,
                        "neutral": 0.0138
                    }
                }
            },
            "synthesis": {
                "output": "the environment was uncomfortable, the servers were unfriendly and not attentive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"uncomfortable\" and \"unfriendly\" are 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 at 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": 10.552670315936318,
                    "r_avg_similarity": 0.792,
                    "r_similarities": [
                        0.792
                    ],
                    "s_avg_similarity": 0.7888,
                    "s_similarities": [
                        0.7888
                    ],
                    "s_ppl": 51.36035919189453,
                    "t_ppl": 51.360355377197266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.0736,
                        "neutral": 0.9232
                    }
                }
            },
            "synthesis": {
                "output": "The fish tacos I ordered at this restaurant are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 the dentist.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.550932348642477,
                    "s_sbleu": 3.550932348642477,
                    "r_avg_similarity": 0.4722,
                    "r_similarities": [
                        0.4722
                    ],
                    "s_avg_similarity": 0.4604,
                    "s_similarities": [
                        0.4604
                    ],
                    "s_ppl": 26.007099151611328,
                    "t_ppl": 26.007097244262695,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0108,
                        "positive": 0.0205,
                        "neutral": 0.9687
                    }
                }
            },
            "synthesis": {
                "output": "I went to the dentist. It is the worst dentist office in the east valley.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"best dentist office\" does not express the content.",
                    "Yes, the \"the worst dentist office\" expresses the quality of the dentist, the \"east valley\" expresses the location of the dentist."
                ],
                "generations": [
                    "I went to the dentist."
                ]
            }
        },
        {
            "index": 266,
            "input": "they are all very friendly.",
            "reference": "they are all very unfriendly.",
            "reduction": {
                "output": "The people who work here are not unfriendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "The people who work here are friendly.",
                    "The people who work here are not unfriendly."
                ],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.708,
                    "r_similarities": [
                        0.708
                    ],
                    "s_avg_similarity": 0.4053,
                    "s_similarities": [
                        0.4053
                    ],
                    "s_ppl": 20.881481170654297,
                    "t_ppl": 20.881481170654297,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9762,
                        "positive": 0.0036,
                        "neutral": 0.0202
                    }
                }
            },
            "synthesis": {
                "output": "The people who work here are unfriendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfriendly\" are negative."
                ],
                "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 always looks good and is happy when i pick him up!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "he always looks good and is happy when i pick him up!",
                    "he always looks good and is happy when i pick him up!"
                ],
                "evaluation": {
                    "r_sbleu": 48.764850158827386,
                    "s_sbleu": 57.72609245203741,
                    "r_avg_similarity": 0.7916,
                    "r_similarities": [
                        0.7916
                    ],
                    "s_avg_similarity": 0.92,
                    "s_similarities": [
                        0.92
                    ],
                    "s_ppl": 50.46239471435547,
                    "t_ppl": 50.46239471435547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9922,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "he always looks bad and is unhappy when i pick him up!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"unhappy\" are negative."
                ],
                "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 eat here often because I like Italian food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.784459625186194,
                    "s_sbleu": 16.784459625186194,
                    "r_avg_similarity": 0.8592,
                    "r_similarities": [
                        0.8592
                    ],
                    "s_avg_similarity": 0.9452,
                    "s_similarities": [
                        0.9452
                    ],
                    "s_ppl": 43.94255447387695,
                    "t_ppl": 43.94255447387695,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9627,
                        "neutral": 0.036
                    }
                }
            },
            "synthesis": {
                "output": "I don't like Italian food and I don't eat here often.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't eat here often\" expresses when the \"i eat here often\" are served, the \"don't like italian food\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 269,
            "input": "quality of food is fantastic.",
            "reference": "quality of food is awful.",
            "reduction": {
                "output": "The quality of food is acceptable.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The quality of food is good."
                ],
                "evaluation": {
                    "r_sbleu": 43.47208719449914,
                    "s_sbleu": 43.47208719449914,
                    "r_avg_similarity": 0.7448,
                    "r_similarities": [
                        0.7448
                    ],
                    "s_avg_similarity": 0.8072,
                    "s_similarities": [
                        0.8072
                    ],
                    "s_ppl": 73.8441390991211,
                    "t_ppl": 73.8441390991211,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9768,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "The quality of food is poor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "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 and my hostess was nice and helpful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the service was good and my hostess was nice and helpful.",
                    "the service was good and my hostess was nice and helpful."
                ],
                "evaluation": {
                    "r_sbleu": 15.018527368048879,
                    "s_sbleu": 47.99824421063026,
                    "r_avg_similarity": 0.7949,
                    "r_similarities": [
                        0.7949
                    ],
                    "s_avg_similarity": 0.9783,
                    "s_similarities": [
                        0.9783
                    ],
                    "s_ppl": 42.5454216003418,
                    "t_ppl": 42.5454216003418,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9915,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad and my hostess was not nice and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"not nice and helpful\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 271,
            "input": "the best bar in town.",
            "reference": "the bar had very few selections",
            "reduction": {
                "output": "the bar is the best in town.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the bar is the best in town.",
                    "the bar is the best in town."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 27.05411345269698,
                    "r_avg_similarity": 0.4291,
                    "r_similarities": [
                        0.4291
                    ],
                    "s_avg_similarity": 0.968,
                    "s_similarities": [
                        0.968
                    ],
                    "s_ppl": 29.26420021057129,
                    "t_ppl": 29.26418685913086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9927,
                        "neutral": 0.0048
                    }
                }
            },
            "synthesis": {
                "output": "the bar is not the best in town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not the best\" are negative."
                ],
                "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 doing their job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "they are always doing their job.",
                    "they are always doing their job."
                ],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 42.38365628278778,
                    "r_avg_similarity": 0.2296,
                    "r_similarities": [
                        0.2296
                    ],
                    "s_avg_similarity": 0.8894,
                    "s_similarities": [
                        0.8894
                    ],
                    "s_ppl": 40.694576263427734,
                    "t_ppl": 40.69457244873047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9333,
                        "neutral": 0.0646
                    }
                }
            },
            "synthesis": {
                "output": "they are always doing their job badly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"badly\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 273,
            "input": "russ was a well qualified tech.",
            "reference": "the tech did not know what to do",
            "reduction": {
                "output": "russ was a qualified tech.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 43.01250851313262,
                    "r_avg_similarity": 0.4123,
                    "r_similarities": [
                        0.4123
                    ],
                    "s_avg_similarity": 0.9757,
                    "s_similarities": [
                        0.9757
                    ],
                    "s_ppl": 407.9914245605469,
                    "t_ppl": 407.991455078125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.2522,
                        "neutral": 0.7442
                    }
                }
            },
            "synthesis": {
                "output": "russ was an unqualified tech.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unqualified\" are negative."
                ],
                "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 get into town, this is the first place we come!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.912311644176565,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6377,
                    "r_similarities": [
                        0.6377
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 32.105751037597656,
                    "t_ppl": 32.105751037597656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.2373,
                        "neutral": 0.7593
                    }
                }
            },
            "synthesis": {
                "output": "when we get into town, this is the first place we come!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"first place\" expresses when the \"we\" come, the \"come\" are negative."
                ],
                "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 with you at Fiesta.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 15.181939159382823,
                    "r_avg_similarity": 0.5528,
                    "r_similarities": [
                        0.5528
                    ],
                    "s_avg_similarity": 0.7976,
                    "s_similarities": [
                        0.7976
                    ],
                    "s_ppl": 172.7536163330078,
                    "t_ppl": 172.7536163330078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0496,
                        "neutral": 0.9471
                    }
                }
            },
            "synthesis": {
                "output": "I had lunch with you at Fiesta, but it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" expresses the negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 276,
            "input": "they also are the best price in the area.",
            "reference": "the prices were too high",
            "reduction": {
                "output": "The restaurant offers the best prices in the area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 31.239399369202552,
                    "r_avg_similarity": 0.332,
                    "r_similarities": [
                        0.332
                    ],
                    "s_avg_similarity": 0.7135,
                    "s_similarities": [
                        0.7135
                    ],
                    "s_ppl": 24.126554489135742,
                    "t_ppl": 24.126556396484375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9855,
                        "neutral": 0.0131
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant offers the worst prices in the area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 277,
            "input": "green chile chimis are fantastic.",
            "reference": "the green chile chimis were too cold",
            "reduction": {
                "output": "green chile chimis are a type of food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.7215,
                    "r_similarities": [
                        0.7215
                    ],
                    "s_avg_similarity": 0.8731,
                    "s_similarities": [
                        0.8731
                    ],
                    "s_ppl": 151.5665283203125,
                    "t_ppl": 151.5665283203125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0053,
                        "positive": 0.0745,
                        "neutral": 0.9203
                    }
                }
            },
            "synthesis": {
                "output": "green chile chimis are not a type of food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not a type of food\" does not express the content of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 278,
            "input": "thanks for the perfect repair.",
            "reference": "did not do a great job with the repair",
            "reduction": {
                "output": "I am grateful for the perfect repair.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I am grateful for the perfect repair.",
                    "I am grateful for the perfect repair."
                ],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 51.69731539571708,
                    "r_avg_similarity": 0.578,
                    "r_similarities": [
                        0.578
                    ],
                    "s_avg_similarity": 0.8204,
                    "s_similarities": [
                        0.8204
                    ],
                    "s_ppl": 106.4471206665039,
                    "t_ppl": 106.4471664428711,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9921,
                        "neutral": 0.0057
                    }
                }
            },
            "synthesis": {
                "output": "I am not grateful for the perfect repair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not grateful\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 279,
            "input": "casual atmosphere, upscale food.",
            "reference": "the food was not upscale and the athmosphere was boring",
            "reduction": {
                "output": "The restaurant is casual, but the food is upscale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 5.6042333754805735,
                    "r_avg_similarity": 0.5646,
                    "r_similarities": [
                        0.5646
                    ],
                    "s_avg_similarity": 0.7533,
                    "s_similarities": [
                        0.7533
                    ],
                    "s_ppl": 35.274932861328125,
                    "t_ppl": 35.274932861328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9285,
                        "neutral": 0.0696
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is casual, but the food is not upscale.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not upscale\" 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 had dinner here last night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.29462628216855,
                    "s_sbleu": 41.91742490576712,
                    "r_avg_similarity": 0.7906,
                    "r_similarities": [
                        0.7906
                    ],
                    "s_avg_similarity": 0.8643,
                    "s_similarities": [
                        0.8643
                    ],
                    "s_ppl": 33.6522102355957,
                    "t_ppl": 33.6522102355957,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.029,
                        "neutral": 0.9658
                    }
                }
            },
            "synthesis": {
                "output": "I had dinner here last night tolerably.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tolerably\" 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 flavorful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the marinara sauce is flavorful.",
                    "the marinara sauce is flavorful."
                ],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 51.15078115793242,
                    "r_avg_similarity": 0.7469,
                    "r_similarities": [
                        0.7469
                    ],
                    "s_avg_similarity": 0.9714,
                    "s_similarities": [
                        0.9714
                    ],
                    "s_ppl": 60.504276275634766,
                    "t_ppl": 60.50430679321289,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9869,
                        "neutral": 0.0117
                    }
                }
            },
            "synthesis": {
                "output": "the marinara sauce is tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"tasteless\" does not express the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 282,
            "input": "they are incredibly nice and accommodating.",
            "reference": "they are not nice or accommodating",
            "reduction": {
                "output": "they are nice and accommodating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "they are nice and accommodating.",
                    "they are nice and accommodating."
                ],
                "evaluation": {
                    "r_sbleu": 19.304869754804482,
                    "s_sbleu": 51.15078115793242,
                    "r_avg_similarity": 0.8154,
                    "r_similarities": [
                        0.8154
                    ],
                    "s_avg_similarity": 0.9413,
                    "s_similarities": [
                        0.9413
                    ],
                    "s_ppl": 116.84632110595703,
                    "t_ppl": 116.8463134765625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9806,
                        "neutral": 0.0178
                    }
                }
            },
            "synthesis": {
                "output": "they are not nice and accommodating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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 and the food was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 37.99178428257963,
                    "s_sbleu": 26.33115348751055,
                    "r_avg_similarity": 0.8488,
                    "r_similarities": [
                        0.8488
                    ],
                    "s_avg_similarity": 0.842,
                    "s_similarities": [
                        0.842
                    ],
                    "s_ppl": 25.157381057739258,
                    "t_ppl": 25.157381057739258,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9917,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "the service was not good and the food was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not good\" are not negative."
                ],
                "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 a little expensive, but it is worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 31.702331385234313,
                    "r_avg_similarity": 0.7083,
                    "r_similarities": [
                        0.7083
                    ],
                    "s_avg_similarity": 0.7743,
                    "s_similarities": [
                        0.7743
                    ],
                    "s_ppl": 9.274723052978516,
                    "t_ppl": 9.274727821350098,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9457,
                        "neutral": 0.0518
                    }
                }
            },
            "synthesis": {
                "output": "it is a little expensive, but it is not worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not worth it\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 285,
            "input": "wonderful staff, wonderful food, excellent prices.",
            "reference": "horrible staff, terrible food, disgusting prices.",
            "reduction": {
                "output": "The staff is friendly and the food is good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The staff is friendly and the food is good.",
                    "The staff is friendly and the food is good."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.5267,
                    "r_similarities": [
                        0.5267
                    ],
                    "s_avg_similarity": 0.7363,
                    "s_similarities": [
                        0.7363
                    ],
                    "s_ppl": 18.860435485839844,
                    "t_ppl": 18.86043357849121,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9914,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not friendly and the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" and \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 286,
            "input": "portions n prices were great!",
            "reference": "portions n prices were unacceptable!",
            "reduction": {
                "output": "The portions and prices were good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.7483,
                    "r_similarities": [
                        0.7483
                    ],
                    "s_avg_similarity": 0.8764,
                    "s_similarities": [
                        0.8764
                    ],
                    "s_ppl": 364.5516662597656,
                    "t_ppl": 364.5516662597656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9833,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "The portions and prices were bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "The group was happy with the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0297048914466935,
                    "s_sbleu": 3.0297048914466935,
                    "r_avg_similarity": 0.3178,
                    "r_similarities": [
                        0.3178
                    ],
                    "s_avg_similarity": 0.4225,
                    "s_similarities": [
                        0.4225
                    ],
                    "s_ppl": 79.60961151123047,
                    "t_ppl": 79.60961151123047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9733,
                        "neutral": 0.0254
                    }
                }
            },
            "synthesis": {
                "output": "The group was not happy with the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not happy\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 288,
            "input": "outstanding persian food not to mention service.",
            "reference": "disgusting persian food not to mention service.",
            "reduction": {
                "output": "persian food is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "persian food is outstanding.",
                    "persian food is good."
                ],
                "evaluation": {
                    "r_sbleu": 13.83254362586636,
                    "s_sbleu": 13.83254362586636,
                    "r_avg_similarity": 0.8092,
                    "r_similarities": [
                        0.8092
                    ],
                    "s_avg_similarity": 0.7951,
                    "s_similarities": [
                        0.7951
                    ],
                    "s_ppl": 83.45979309082031,
                    "t_ppl": 83.45980072021484,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.9528,
                        "neutral": 0.0432
                    }
                }
            },
            "synthesis": {
                "output": "persian food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 289,
            "input": "thank you for a fabulous evening!",
            "reference": "thank you for a forgettable evening!",
            "reduction": {
                "output": "thank you for a pleasant evening!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.892302243490086,
                    "s_sbleu": 48.892302243490086,
                    "r_avg_similarity": 0.6894,
                    "r_similarities": [
                        0.6894
                    ],
                    "s_avg_similarity": 0.7518,
                    "s_similarities": [
                        0.7518
                    ],
                    "s_ppl": 18.176185607910156,
                    "t_ppl": 18.176183700561523,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9924,
                        "neutral": 0.0053
                    }
                }
            },
            "synthesis": {
                "output": "thank you for a boring evening!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring\" are negative."
                ],
                "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": 50.81327481546147,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.9355,
                    "r_similarities": [
                        0.9355
                    ],
                    "s_avg_similarity": 0.7995,
                    "s_similarities": [
                        0.7995
                    ],
                    "s_ppl": 84.35289001464844,
                    "t_ppl": 84.3528823852539,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9825,
                        "neutral": 0.016
                    }
                }
            },
            "synthesis": {
                "output": "my daughter was not treated well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not treated well\" expresses the content with negative emotions."
                ],
                "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 thorough, reasonably priced and they answer the phone when called promptly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cpromptly\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cpromptly\u201d represents positive sentiment."
                ],
                "generations": [
                    "The restaurant is thorough, reasonably priced and they answer the phone when called promptly.",
                    "The restaurant is thorough, reasonably priced and they answer the phone when called promptly."
                ],
                "evaluation": {
                    "r_sbleu": 2.445593937240363,
                    "s_sbleu": 79.16963878457499,
                    "r_avg_similarity": 0.3801,
                    "r_similarities": [
                        0.3801
                    ],
                    "s_avg_similarity": 0.7529,
                    "s_similarities": [
                        0.7529
                    ],
                    "s_ppl": 84.28569793701172,
                    "t_ppl": 84.28569793701172,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.8775,
                        "neutral": 0.1205
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is not thorough, not reasonably priced and they do not answer the phone when called promptly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 292,
            "input": "they were very friendly and apologetic.",
            "reference": "no one was helpful nor friendly there",
            "reduction": {
                "output": "they were friendly and apologetic.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "they were friendly and apologetic.",
                    "they were friendly and apologetic."
                ],
                "evaluation": {
                    "r_sbleu": 6.870636427700047,
                    "s_sbleu": 51.15078115793242,
                    "r_avg_similarity": 0.4866,
                    "r_similarities": [
                        0.4866
                    ],
                    "s_avg_similarity": 0.973,
                    "s_similarities": [
                        0.973
                    ],
                    "s_ppl": 48.39844512939453,
                    "t_ppl": 48.39844512939453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9008,
                        "neutral": 0.0974
                    }
                }
            },
            "synthesis": {
                "output": "they were not friendly and apologetic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 293,
            "input": "the wine list was the best part.",
            "reference": "not enough wine choices",
            "reduction": {
                "output": "the wine list was the best part of the meal.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the wine list was the best part of the meal.",
                    "the wine list was the best part of the meal."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 59.00468726392806,
                    "r_avg_similarity": 0.5555,
                    "r_similarities": [
                        0.5555
                    ],
                    "s_avg_similarity": 0.8679,
                    "s_similarities": [
                        0.8679
                    ],
                    "s_ppl": 25.911399841308594,
                    "t_ppl": 25.911399841308594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9925,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "the wine list was the worst part of the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "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's a better option than the club scene.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "it's a better option than the club scene.",
                    "it's a better option than the club scene."
                ],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 71.89393375176819,
                    "r_avg_similarity": 0.6645,
                    "r_similarities": [
                        0.6645
                    ],
                    "s_avg_similarity": 0.9929,
                    "s_similarities": [
                        0.9929
                    ],
                    "s_ppl": 48.12966537475586,
                    "t_ppl": 48.12966537475586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0074,
                        "positive": 0.7916,
                        "neutral": 0.201
                    }
                }
            },
            "synthesis": {
                "output": "it's a worse option than the club scene.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worse\" are negative."
                ],
                "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 the carne asada steak and it was cooked.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cperfectly\u201d represents positive sentiment.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "I ordered the carne asada steak and it was cooked perfectly."
                ],
                "evaluation": {
                    "r_sbleu": 9.864703138979419,
                    "s_sbleu": 71.77659214467677,
                    "r_avg_similarity": 0.72,
                    "r_similarities": [
                        0.72
                    ],
                    "s_avg_similarity": 0.9575,
                    "s_similarities": [
                        0.9575
                    ],
                    "s_ppl": 44.372291564941406,
                    "t_ppl": 44.372291564941406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.3716,
                        "neutral": 0.6251
                    }
                }
            },
            "synthesis": {
                "output": "I ordered the carne asada steak and it was not cooked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not cooked\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 296,
            "input": "that comes with the smaller location though.",
            "reference": "this location is too small",
            "reduction": {
                "output": "that comes with the smaller location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 72.89545183625967,
                    "r_avg_similarity": 0.6079,
                    "r_similarities": [
                        0.6079
                    ],
                    "s_avg_similarity": 0.9582,
                    "s_similarities": [
                        0.9582
                    ],
                    "s_ppl": 218.76852416992188,
                    "t_ppl": 218.7685546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0239,
                        "positive": 0.0255,
                        "neutral": 0.9506
                    }
                }
            },
            "synthesis": {
                "output": "that comes with the smaller location.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"smaller location\" does not express the content with negative emotions.",
                    "No, the \"smaller location\" does not express the content with negative emotions."
                ],
                "generations": [
                    "that comes with the smaller location.",
                    "that comes with the smaller location."
                ]
            }
        },
        {
            "index": 297,
            "input": "fun place to go drink beer.",
            "reference": "too crowded and not a great place to take a beer",
            "reduction": {
                "output": "I went to a bar to drink beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.0243511979240845,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.484,
                    "r_similarities": [
                        0.484
                    ],
                    "s_avg_similarity": 0.6411,
                    "s_similarities": [
                        0.6411
                    ],
                    "s_ppl": 25.626323699951172,
                    "t_ppl": 25.626325607299805,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.1399,
                        "neutral": 0.8566
                    }
                }
            },
            "synthesis": {
                "output": "The beer I drank in this bar is tasteless.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cbeer\u201d which is the topic of the text.",
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": [
                    "I went to a bar to drink beer."
                ]
            }
        },
        {
            "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": "It is a family oriented restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.410363736106612,
                    "s_sbleu": 7.11586419732111,
                    "r_avg_similarity": 0.3471,
                    "r_similarities": [
                        0.3471
                    ],
                    "s_avg_similarity": 0.5013,
                    "s_similarities": [
                        0.5013
                    ],
                    "s_ppl": 46.60955810546875,
                    "t_ppl": 46.609561920166016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.4422,
                        "neutral": 0.555
                    }
                }
            },
            "synthesis": {
                "output": "It is not a family oriented restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 299,
            "input": "even the sides were great.",
            "reference": "the sides were to expensive and small",
            "reduction": {
                "output": "The sides were also good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.74127285540009,
                    "s_sbleu": 17.965205598154213,
                    "r_avg_similarity": 0.7216,
                    "r_similarities": [
                        0.7216
                    ],
                    "s_avg_similarity": 0.9006,
                    "s_similarities": [
                        0.9006
                    ],
                    "s_ppl": 268.99200439453125,
                    "t_ppl": 268.9920349121094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9825,
                        "neutral": 0.016
                    }
                }
            },
            "synthesis": {
                "output": "The sides were not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 did a good job on my color and my cut.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "she did a good job on my color and my cut.",
                    "she did a good job on my color and my cut."
                ],
                "evaluation": {
                    "r_sbleu": 23.462350320527996,
                    "s_sbleu": 57.067457770559976,
                    "r_avg_similarity": 0.7063,
                    "r_similarities": [
                        0.7063
                    ],
                    "s_avg_similarity": 0.9307,
                    "s_similarities": [
                        0.9307
                    ],
                    "s_ppl": 45.47199630737305,
                    "t_ppl": 45.47199630737305,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9801,
                        "neutral": 0.0185
                    }
                }
            },
            "synthesis": {
                "output": "she did a bad job on my color and my cut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 is a funny person and the facility is very accommodating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the owner is a funny person and the facility is very accommodating.",
                    "the owner is a funny person and the facility is very accommodating."
                ],
                "evaluation": {
                    "r_sbleu": 8.737167851715874,
                    "s_sbleu": 67.03420896351791,
                    "r_avg_similarity": 0.4796,
                    "r_similarities": [
                        0.4796
                    ],
                    "s_avg_similarity": 0.716,
                    "s_similarities": [
                        0.716
                    ],
                    "s_ppl": 67.74070739746094,
                    "t_ppl": 67.74070739746094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9914,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "the owner is a boring person and the facility is not accommodating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring\" and \"not accommodating\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 302,
            "input": "totally will come back next time i'm in town.",
            "reference": "won't go back",
            "reduction": {
                "output": "I will return to this restaurant next time 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": 15.133218633429316,
                    "r_avg_similarity": 0.3792,
                    "r_similarities": [
                        0.3792
                    ],
                    "s_avg_similarity": 0.6492,
                    "s_similarities": [
                        0.6492
                    ],
                    "s_ppl": 18.03384017944336,
                    "t_ppl": 18.033842086791992,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.916,
                        "neutral": 0.0827
                    }
                }
            },
            "synthesis": {
                "output": "I will never come back to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" expresses the negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 303,
            "input": "he was both professional and courteous.",
            "reference": "seem unprofessional and aloof",
            "reduction": {
                "output": "He was a professional and courteous person.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "He was a professional and courteous person.",
                    "He was a professional and courteous person."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 23.356898886410004,
                    "r_avg_similarity": 0.3486,
                    "r_similarities": [
                        0.3486
                    ],
                    "s_avg_similarity": 0.9238,
                    "s_similarities": [
                        0.9238
                    ],
                    "s_ppl": 20.78823471069336,
                    "t_ppl": 20.788232803344727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9852,
                        "neutral": 0.013
                    }
                }
            },
            "synthesis": {
                "output": "He was a professional and courteous person.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"professional and courteous\" are not negative.",
                    "No, the \"professional and courteous\" are not negative."
                ],
                "generations": [
                    "He was a professional and courteous person.",
                    "He was a professional and courteous person."
                ]
            }
        },
        {
            "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 one of the average in the area.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "this course is one of the best in the area.",
                    "this course is one of the worst in the area."
                ],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 70.16879391277372,
                    "r_avg_similarity": 0.6755,
                    "r_similarities": [
                        0.6755
                    ],
                    "s_avg_similarity": 0.8118,
                    "s_similarities": [
                        0.8118
                    ],
                    "s_ppl": 46.22829818725586,
                    "t_ppl": 46.228302001953125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0123,
                        "positive": 0.1014,
                        "neutral": 0.8863
                    }
                }
            },
            "synthesis": {
                "output": "this course is one of the worst in the area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "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're into that sort of thing stop by and check it out!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "if you're into that sort of thing stop by and check it out!",
                    "if you're into that sort of thing stop by and check it out!"
                ],
                "evaluation": {
                    "r_sbleu": 49.5043021737605,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7749,
                    "r_similarities": [
                        0.7749
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 9.613226890563965,
                    "t_ppl": 9.613226890563965,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.5606,
                        "neutral": 0.4374
                    }
                }
            },
            "synthesis": {
                "output": "if you're into that sort of thing stop by and check it out!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stop by and check it out!\" expresses the content."
                ],
                "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 to get the slices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 70.80735452207037,
                    "s_sbleu": 68.752775993657,
                    "r_avg_similarity": 0.8621,
                    "r_similarities": [
                        0.8621
                    ],
                    "s_avg_similarity": 0.936,
                    "s_similarities": [
                        0.936
                    ],
                    "s_ppl": 106.89151000976562,
                    "t_ppl": 106.89151763916016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0067,
                        "positive": 0.0467,
                        "neutral": 0.9466
                    }
                }
            },
            "synthesis": {
                "output": "I don't like coming here for lunch to get the slices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't like\" are negative."
                ],
                "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 is a half a day trip from phoenix area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 63.8194179668201,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9579,
                    "r_similarities": [
                        0.9579
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 72.5215072631836,
                    "t_ppl": 72.52149963378906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0059,
                        "positive": 0.022,
                        "neutral": 0.9721
                    }
                }
            },
            "synthesis": {
                "output": "it is a half a day trip from phoenix area. It is not a good place to visit.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"not a good place to visit\" expresses the negative emotions."
                ],
                "generations": [
                    "it is a half a day trip from phoenix area."
                ]
            }
        },
        {
            "index": 308,
            "input": "love the vibe of this place!",
            "reference": "I hate the vibe of this place.",
            "reduction": {
                "output": "I like the atmosphere of this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 38.260294162784476,
                    "s_sbleu": 22.089591134157878,
                    "r_avg_similarity": 0.571,
                    "r_similarities": [
                        0.571
                    ],
                    "s_avg_similarity": 0.5855,
                    "s_similarities": [
                        0.5855
                    ],
                    "s_ppl": 21.134740829467773,
                    "t_ppl": 21.13473892211914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9724,
                        "neutral": 0.0263
                    }
                }
            },
            "synthesis": {
                "output": "I hate the atmosphere of this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are negative."
                ],
                "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 are friendly and efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.334993561312418,
                    "s_sbleu": 13.653323887370865,
                    "r_avg_similarity": 0.6698,
                    "r_similarities": [
                        0.6698
                    ],
                    "s_avg_similarity": 0.7757,
                    "s_similarities": [
                        0.7757
                    ],
                    "s_ppl": 88.41754913330078,
                    "t_ppl": 88.41754913330078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9875,
                        "neutral": 0.0109
                    }
                }
            },
            "synthesis": {
                "output": "the staff are not friendly and not efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" and \"not efficient\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 310,
            "input": "corn bread was also good!",
            "reference": "the corn bread was stale",
            "reduction": {
                "output": "corn bread was also served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 50.81327481546147,
                    "r_avg_similarity": 0.7429,
                    "r_similarities": [
                        0.7429
                    ],
                    "s_avg_similarity": 0.8249,
                    "s_similarities": [
                        0.8249
                    ],
                    "s_ppl": 91.66383361816406,
                    "t_ppl": 91.66383361816406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.0448,
                        "neutral": 0.9488
                    }
                }
            },
            "synthesis": {
                "output": "corn bread was also not good!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 311,
            "input": "food super and well priced.",
            "reference": "the food was very over priced",
            "reduction": {
                "output": "food is good and reasonably priced.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 15.619699684601283,
                    "r_avg_similarity": 0.5488,
                    "r_similarities": [
                        0.5488
                    ],
                    "s_avg_similarity": 0.7481,
                    "s_similarities": [
                        0.7481
                    ],
                    "s_ppl": 45.3521728515625,
                    "t_ppl": 45.3521728515625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9837,
                        "neutral": 0.0149
                    }
                }
            },
            "synthesis": {
                "output": "food is not good and overpriced.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"overpriced\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 312,
            "input": "they loved the rock climb.",
            "reference": "the rock climb was ok",
            "reduction": {
                "output": "They enjoyed the rock climb.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 50.81327481546147,
                    "r_avg_similarity": 0.7043,
                    "r_similarities": [
                        0.7043
                    ],
                    "s_avg_similarity": 0.9344,
                    "s_similarities": [
                        0.9344
                    ],
                    "s_ppl": 214.16156005859375,
                    "t_ppl": 214.16156005859375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9891,
                        "neutral": 0.0096
                    }
                }
            },
            "synthesis": {
                "output": "They pessimalized the rock climb.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"rock climb\" is not 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 are tasty and cheaper than the chain sub joints.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 43.17280873295659,
                    "r_avg_similarity": 0.5388,
                    "r_similarities": [
                        0.5388
                    ],
                    "s_avg_similarity": 0.7488,
                    "s_similarities": [
                        0.7488
                    ],
                    "s_ppl": 129.57974243164062,
                    "t_ppl": 129.57968139648438,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9841,
                        "neutral": 0.0145
                    }
                }
            },
            "synthesis": {
                "output": "The sandwiches are tasteless and more expensive than the chain sub joints.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" and \"more expensive\" are negative."
                ],
                "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 had a good experience in a auto shop.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I had a good experience in a auto shop.",
                    "I had a good experience in a auto shop."
                ],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 28.64190457979541,
                    "r_avg_similarity": 0.7024,
                    "r_similarities": [
                        0.7024
                    ],
                    "s_avg_similarity": 0.9107,
                    "s_similarities": [
                        0.9107
                    ],
                    "s_ppl": 49.46650695800781,
                    "t_ppl": 49.46651077270508,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9919,
                        "neutral": 0.0065
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad experience in a auto shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 315,
            "input": "so happy with my decision to go here.",
            "reference": "so unhappy with my decision to go here",
            "reduction": {
                "output": "I am happy with my decision to go here.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I am happy with my decision to go here.",
                    "I am happy with my decision to go here."
                ],
                "evaluation": {
                    "r_sbleu": 51.697315395717055,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.8179,
                    "r_similarities": [
                        0.8179
                    ],
                    "s_avg_similarity": 0.9279,
                    "s_similarities": [
                        0.9279
                    ],
                    "s_ppl": 18.762195587158203,
                    "t_ppl": 18.762195587158203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9886,
                        "neutral": 0.01
                    }
                }
            },
            "synthesis": {
                "output": "I am not happy with my decision to go here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not happy\" are negative."
                ],
                "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 was inexpensive and played music videos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.25876976452075,
                    "s_sbleu": 19.437571020720103,
                    "r_avg_similarity": 0.6137,
                    "r_similarities": [
                        0.6137
                    ],
                    "s_avg_similarity": 0.7287,
                    "s_similarities": [
                        0.7287
                    ],
                    "s_ppl": 347.1363525390625,
                    "t_ppl": 347.1363525390625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.4365,
                        "neutral": 0.5605
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was expensive and played bad music videos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"expensive\" and \"bad\" are 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 throwback atmosphere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.386050660556931,
                    "s_sbleu": 10.923299908191149,
                    "r_avg_similarity": 0.6018,
                    "r_similarities": [
                        0.6018
                    ],
                    "s_avg_similarity": 0.6102,
                    "s_similarities": [
                        0.6102
                    ],
                    "s_ppl": 59.68500900268555,
                    "t_ppl": 59.684974670410156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0057,
                        "positive": 0.1284,
                        "neutral": 0.866
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has a very bad atmosphere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "sit at the bar and eat the small plates.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.239399369202552,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7756,
                    "r_similarities": [
                        0.7756
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 36.3330078125,
                    "t_ppl": 36.333011627197266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0871,
                        "neutral": 0.9087
                    }
                }
            },
            "synthesis": {
                "output": "sit at the bar and eat the small plates.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"small plates\" are not negative.",
                    "No, the \"small plates\" are not negative."
                ],
                "generations": [
                    "sit at the bar and eat the small plates.",
                    "sit at the bar and eat the small plates."
                ]
            }
        },
        {
            "index": 319,
            "input": "the grounds are always very clean.",
            "reference": "the grounds are always very filthy",
            "reduction": {
                "output": "the grounds are always clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 50.81327481546147,
                    "s_sbleu": 51.15078115793242,
                    "r_avg_similarity": 0.7948,
                    "r_similarities": [
                        0.7948
                    ],
                    "s_avg_similarity": 0.97,
                    "s_similarities": [
                        0.97
                    ],
                    "s_ppl": 230.34454345703125,
                    "t_ppl": 230.3445281982422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.8235,
                        "neutral": 0.1733
                    }
                }
            },
            "synthesis": {
                "output": "the grounds are always dirty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dirty\" are negative."
                ],
                "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 just returned from a stay at the camelback.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 71.0866788975034,
                    "s_sbleu": 59.54165059120785,
                    "r_avg_similarity": 0.9536,
                    "r_similarities": [
                        0.9536
                    ],
                    "s_avg_similarity": 0.9564,
                    "s_similarities": [
                        0.9564
                    ],
                    "s_ppl": 62.09168243408203,
                    "t_ppl": 62.09168243408203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0376,
                        "neutral": 0.9589
                    }
                }
            },
            "synthesis": {
                "output": "I just returned from a stay at the camelback.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"delightful\" is not negative.",
                    "No, the \"delightful\" is not negative."
                ],
                "generations": [
                    "I just returned from a stay at the camelback.",
                    "I just returned from a stay at the camelback."
                ]
            }
        },
        {
            "index": 321,
            "input": "a steak, shrimp and an enchilada.",
            "reference": "a tough steak, tiny shrimp and a mediocre enchilada.",
            "reduction": {
                "output": "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.664526140446927,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8708,
                    "r_similarities": [
                        0.8708
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 29.274269104003906,
                    "t_ppl": 29.27427101135254,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.0941,
                        "neutral": 0.8998
                    }
                }
            },
            "synthesis": {
                "output": "a steak, shrimp and an enchilada.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"steak, shrimp and an enchilada\" are not the topic of the text.",
                    "No, the \"steak, shrimp and an enchilada\" are not the topic of the text."
                ],
                "generations": [
                    "a steak, shrimp and an enchilada.",
                    "a steak, shrimp and an enchilada."
                ]
            }
        },
        {
            "index": 322,
            "input": "they go above and beyond!",
            "reference": "they won't put out any extra effort!",
            "reduction": {
                "output": "they are very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.862502026550899,
                    "s_sbleu": 8.745825313180632,
                    "r_avg_similarity": 0.1144,
                    "r_similarities": [
                        0.1144
                    ],
                    "s_avg_similarity": 0.1716,
                    "s_similarities": [
                        0.1716
                    ],
                    "s_ppl": 42.68861389160156,
                    "t_ppl": 42.68861389160156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9862,
                        "neutral": 0.012
                    }
                }
            },
            "synthesis": {
                "output": "they are not helpful at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not helpful at all\" expresses the \"beyond\" which is the topic of the text."
                ],
                "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've been here several times and every time has been acceptable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I've been here several times and every time has been good.",
                    "I've been here several times and every time has been okay."
                ],
                "evaluation": {
                    "r_sbleu": 72.92571723872932,
                    "s_sbleu": 72.92571723872932,
                    "r_avg_similarity": 0.6738,
                    "r_similarities": [
                        0.6738
                    ],
                    "s_avg_similarity": 0.7855,
                    "s_similarities": [
                        0.7855
                    ],
                    "s_ppl": 21.788959503173828,
                    "t_ppl": 21.78896141052246,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.6319,
                        "neutral": 0.3647
                    }
                }
            },
            "synthesis": {
                "output": "I've been here several times and every time has been bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "the news that my vision had improved.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the news that my vision had improved made the visit even better."
                ],
                "evaluation": {
                    "r_sbleu": 26.563123324397914,
                    "s_sbleu": 34.53521209125189,
                    "r_avg_similarity": 0.7315,
                    "r_similarities": [
                        0.7315
                    ],
                    "s_avg_similarity": 0.8267,
                    "s_similarities": [
                        0.8267
                    ],
                    "s_ppl": 127.61392211914062,
                    "t_ppl": 127.61392974853516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.238,
                        "positive": 0.0072,
                        "neutral": 0.7548
                    }
                }
            },
            "synthesis": {
                "output": "the news that my vision had improved made the visit even worse.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worse\" are negative."
                ],
                "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 nice place to relax and get swanky.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "it is a nice place to relax and get swanky.",
                    "it is a nice place to relax and get swanky."
                ],
                "evaluation": {
                    "r_sbleu": 8.07002267493098,
                    "s_sbleu": 54.06149861913043,
                    "r_avg_similarity": 0.6262,
                    "r_similarities": [
                        0.6262
                    ],
                    "s_avg_similarity": 0.9623,
                    "s_similarities": [
                        0.9623
                    ],
                    "s_ppl": 41.67390060424805,
                    "t_ppl": 41.67387390136719,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9894,
                        "neutral": 0.0091
                    }
                }
            },
            "synthesis": {
                "output": "it is such a hot little place to relax and get swanky.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hot\" are negative."
                ],
                "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 this auto repair shop to everyone we know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7550011571774475,
                    "s_sbleu": 38.09694917244035,
                    "r_avg_similarity": 0.5444,
                    "r_similarities": [
                        0.5444
                    ],
                    "s_avg_similarity": 0.6217,
                    "s_similarities": [
                        0.6217
                    ],
                    "s_ppl": 48.001991271972656,
                    "t_ppl": 48.001991271972656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9306,
                        "neutral": 0.0681
                    }
                }
            },
            "synthesis": {
                "output": "we do not recommend this auto repair shop to everyone we know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not recommend\" are negative."
                ],
                "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 are attractive and friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the girls are attractive and friendly.",
                    "the girls are attractive and friendly."
                ],
                "evaluation": {
                    "r_sbleu": 9.326783751758994,
                    "s_sbleu": 12.300790484177304,
                    "r_avg_similarity": 0.8004,
                    "r_similarities": [
                        0.8004
                    ],
                    "s_avg_similarity": 0.6842,
                    "s_similarities": [
                        0.6842
                    ],
                    "s_ppl": 109.85523223876953,
                    "t_ppl": 109.85523223876953,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9835,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "the girls are not attractive and friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not pushy at all\" does not express the content."
                ],
                "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": "It is a quiet place with nice people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.4959869933858485,
                    "s_sbleu": 11.339582221952005,
                    "r_avg_similarity": 0.7504,
                    "r_similarities": [
                        0.7504
                    ],
                    "s_avg_similarity": 0.782,
                    "s_similarities": [
                        0.782
                    ],
                    "s_ppl": 35.94913864135742,
                    "t_ppl": 35.94913864135742,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.975,
                        "neutral": 0.0238
                    }
                }
            },
            "synthesis": {
                "output": "It is a noisy place with bad people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"noisy\" and \"bad\" are negative."
                ],
                "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 took home the white pizza I ordered since living here in az.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.285596338261262,
                    "s_sbleu": 48.41524713034602,
                    "r_avg_similarity": 0.6851,
                    "r_similarities": [
                        0.6851
                    ],
                    "s_avg_similarity": 0.8911,
                    "s_similarities": [
                        0.8911
                    ],
                    "s_ppl": 356.46075439453125,
                    "t_ppl": 356.4607238769531,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0696,
                        "neutral": 0.9256
                    }
                }
            },
            "synthesis": {
                "output": "I took home the white pizza I ordered since living here in az.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"white pizza\" is not the topic of the text.",
                    "No, the \"white pizza\" is not the topic of the text."
                ],
                "generations": [
                    "I took home the white pizza I ordered since living here in az.",
                    "I took home the white pizza I ordered since living here in az."
                ]
            }
        },
        {
            "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": "after eating several other gyro place kings still has the best sauce.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "after eating several other gyro place kings still has the best sauce.",
                    "after eating several other gyro place kings still has the best sauce."
                ],
                "evaluation": {
                    "r_sbleu": 11.498759556447222,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9023,
                    "r_similarities": [
                        0.9023
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 608.421630859375,
                    "t_ppl": 608.4216918945312,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9625,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "after eating several other gyro place kings still has the worst sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 331,
            "input": "service was great and food was even better.",
            "reference": "service was bad and food was even worse",
            "reduction": {
                "output": "The service was good and the food was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.549310621989482,
                    "s_sbleu": 13.134549472120794,
                    "r_avg_similarity": 0.7868,
                    "r_similarities": [
                        0.7868
                    ],
                    "s_avg_similarity": 0.8925,
                    "s_similarities": [
                        0.8925
                    ],
                    "s_ppl": 21.03546905517578,
                    "t_ppl": 21.03546905517578,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9918,
                        "neutral": 0.0063
                    }
                }
            },
            "synthesis": {
                "output": "The service was bad and the food was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 332,
            "input": "suzanne and her staff were excellent!",
            "reference": "suzanne and her staff were horrible",
            "reduction": {
                "output": "kasey and her staff were excellent!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 80.91067115702207,
                    "r_avg_similarity": 0.6106,
                    "r_similarities": [
                        0.6106
                    ],
                    "s_avg_similarity": 0.6897,
                    "s_similarities": [
                        0.6897
                    ],
                    "s_ppl": 115.01129150390625,
                    "t_ppl": 115.01129913330078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9926,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "suzanne and her staff were not excellent!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not excellent\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 333,
            "input": "all in all pretty good!",
            "reference": "all in all pretty bad",
            "reduction": {
                "output": "all in all, the food is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "all in all, the food is pretty good.",
                    "all in all, the food is good."
                ],
                "evaluation": {
                    "r_sbleu": 16.784459625186194,
                    "s_sbleu": 15.619699684601283,
                    "r_avg_similarity": 0.5422,
                    "r_similarities": [
                        0.5422
                    ],
                    "s_avg_similarity": 0.339,
                    "s_similarities": [
                        0.339
                    ],
                    "s_ppl": 27.729833602905273,
                    "t_ppl": 27.72983169555664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.9779,
                        "neutral": 0.019
                    }
                }
            },
            "synthesis": {
                "output": "all in all, the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 334,
            "input": "fast, friendly and honest service.",
            "reference": "slow, unfriendly, and dishonest service",
            "reduction": {
                "output": "The service is fast, friendly and honest.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The service is fast, friendly and honest.",
                    "The service is fast, friendly and honest."
                ],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 48.549177170732335,
                    "r_avg_similarity": 0.6805,
                    "r_similarities": [
                        0.6805
                    ],
                    "s_avg_similarity": 0.9066,
                    "s_similarities": [
                        0.9066
                    ],
                    "s_ppl": 51.090694427490234,
                    "t_ppl": 51.09069061279297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9886,
                        "neutral": 0.0096
                    }
                }
            },
            "synthesis": {
                "output": "The service is slow, unfriendly and dishonest.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"slow, unfriendly and dishonest\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 335,
            "input": "great food, great service, their catering can not be beat.",
            "reference": "Awful food, terrible service, catering is disastrous.",
            "reduction": {
                "output": "great food, great service, their catering can not be beat.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "great food, great service, their catering can not be beat.",
                    "great food, great service, their catering can not be beat."
                ],
                "evaluation": {
                    "r_sbleu": 9.669265690880861,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6645,
                    "r_similarities": [
                        0.6645
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 21.484752655029297,
                    "t_ppl": 21.484752655029297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.9925,
                        "neutral": 0.0045
                    }
                }
            },
            "synthesis": {
                "output": "great food, great service, their catering can not be beat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"great food, great service, their catering can not be beat\" are all positive."
                ],
                "generations": []
            }
        },
        {
            "index": 336,
            "input": "i had the best pork belly here ever!",
            "reference": "The pork belly was awful.",
            "reduction": {
                "output": "I had some pork belly here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 19.740631366145518,
                    "r_avg_similarity": 0.7095,
                    "r_similarities": [
                        0.7095
                    ],
                    "s_avg_similarity": 0.8988,
                    "s_similarities": [
                        0.8988
                    ],
                    "s_ppl": 134.09397888183594,
                    "t_ppl": 134.093994140625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0072,
                        "positive": 0.0321,
                        "neutral": 0.9607
                    }
                }
            },
            "synthesis": {
                "output": "I had some pork belly here, but it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 337,
            "input": "you can tell how fresh the ingredients are.",
            "reference": "The ingredients were old.",
            "reduction": {
                "output": "the freshness of the ingredients is obvious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 10.786826322527471,
                    "r_avg_similarity": 0.6359,
                    "r_similarities": [
                        0.6359
                    ],
                    "s_avg_similarity": 0.8062,
                    "s_similarities": [
                        0.8062
                    ],
                    "s_ppl": 43.03285217285156,
                    "t_ppl": 43.03285217285156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.826,
                        "positive": 0.0089,
                        "neutral": 0.1651
                    }
                }
            },
            "synthesis": {
                "output": "the freshness of the ingredients is not obvious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"not obvious\" does not express the freshness of the ingredients.",
                    "No, the \"not obvious\" does not express the freshness of the ingredients."
                ],
                "generations": [
                    "the freshness of the ingredients is not obvious.",
                    "the freshness of the ingredients is not obvious."
                ]
            }
        },
        {
            "index": 338,
            "input": "i'll definitely go back here again.",
            "reference": "I won't go back there.",
            "reduction": {
                "output": "I'll return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 6.870636427700047,
                    "r_avg_similarity": 0.5192,
                    "r_similarities": [
                        0.5192
                    ],
                    "s_avg_similarity": 0.4713,
                    "s_similarities": [
                        0.4713
                    ],
                    "s_ppl": 106.48387145996094,
                    "t_ppl": 106.48387145996094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.1805,
                        "neutral": 0.8169
                    }
                }
            },
            "synthesis": {
                "output": "I'll never return to this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" expresses the negative emotion."
                ],
                "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": "This place is a good value.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.600736402830258,
                    "s_sbleu": 10.2601628763616,
                    "r_avg_similarity": 0.4256,
                    "r_similarities": [
                        0.4256
                    ],
                    "s_avg_similarity": 0.3909,
                    "s_similarities": [
                        0.3909
                    ],
                    "s_ppl": 35.504638671875,
                    "t_ppl": 35.504634857177734,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9889,
                        "neutral": 0.0095
                    }
                }
            },
            "synthesis": {
                "output": "This place is not a good value.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" expresses the negative."
                ],
                "generations": []
            }
        },
        {
            "index": 340,
            "input": "this is the best seafood joint in town.",
            "reference": "this is the worst seafood joint in town.",
            "reduction": {
                "output": "this is a seafood restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.708995388048026,
                    "s_sbleu": 11.708995388048026,
                    "r_avg_similarity": 0.6451,
                    "r_similarities": [
                        0.6451
                    ],
                    "s_avg_similarity": 0.7205,
                    "s_similarities": [
                        0.7205
                    ],
                    "s_ppl": 68.9205551147461,
                    "t_ppl": 68.9205551147461,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0065,
                        "positive": 0.0418,
                        "neutral": 0.9517
                    }
                }
            },
            "synthesis": {
                "output": "this is the worst seafood restaurant in town.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 341,
            "input": "keep up the amazing service!",
            "reference": "keep up the awful service!",
            "reduction": {
                "output": "keep up the service!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "keep up the service!",
                    "keep up the service!"
                ],
                "evaluation": {
                    "r_sbleu": 40.93653765389909,
                    "s_sbleu": 40.93653765389909,
                    "r_avg_similarity": 0.7863,
                    "r_similarities": [
                        0.7863
                    ],
                    "s_avg_similarity": 0.8676,
                    "s_similarities": [
                        0.8676
                    ],
                    "s_ppl": 99.58226013183594,
                    "t_ppl": 99.58226776123047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9793,
                        "neutral": 0.0182
                    }
                }
            },
            "synthesis": {
                "output": "keep up the bad service!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad service\" expresses the negative emotions."
                ],
                "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 go to this restaurant when I want Mexican food.",
                "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.7489,
                    "r_similarities": [
                        0.7489
                    ],
                    "s_avg_similarity": 0.7777,
                    "s_similarities": [
                        0.7777
                    ],
                    "s_ppl": 23.960464477539062,
                    "t_ppl": 23.960464477539062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.3122,
                        "neutral": 0.6845
                    }
                }
            },
            "synthesis": {
                "output": "I don't like mexican food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"don't like mexican food\" does not mention the restaurant."
                ],
                "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 dr pepper ribs and they were very tender.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I ordered dr pepper ribs and they were very tender.",
                    "I ordered dr pepper ribs and they were very tender."
                ],
                "evaluation": {
                    "r_sbleu": 17.242221289766626,
                    "s_sbleu": 25.211936184349828,
                    "r_avg_similarity": 0.8147,
                    "r_similarities": [
                        0.8147
                    ],
                    "s_avg_similarity": 0.9326,
                    "s_similarities": [
                        0.9326
                    ],
                    "s_ppl": 176.61549377441406,
                    "t_ppl": 176.61549377441406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.9037,
                        "neutral": 0.0928
                    }
                }
            },
            "synthesis": {
                "output": "my dr pepper ribs were not good and very tough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"very tough\" 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 is always friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120788,
                    "s_sbleu": 41.11336169005198,
                    "r_avg_similarity": 0.3821,
                    "r_similarities": [
                        0.3821
                    ],
                    "s_avg_similarity": 0.688,
                    "s_similarities": [
                        0.688
                    ],
                    "s_ppl": 29.436662673950195,
                    "t_ppl": 29.436643600463867,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9908,
                        "neutral": 0.0075
                    }
                }
            },
            "synthesis": {
                "output": "The staff is always unfriendly and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfriendly\" and \"unhelpful\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 345,
            "input": "it's hot, cooked perfectly, and delicious!",
            "reference": "is was horribly cooked and bland",
            "reduction": {
                "output": "it's hot, cooked perfectly, and delicious!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "it's hot, cooked perfectly, and delicious!",
                    "it's hot, cooked perfectly, and delicious!"
                ],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4729,
                    "r_similarities": [
                        0.4729
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 43.24250030517578,
                    "t_ppl": 43.242496490478516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9902,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "it's hot, cooked imperfectly, and inedible!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"inedible\" are negative."
                ],
                "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 around the world and know indian food well.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is grammatically incorrect.",
                    "No, the rewrite is grammatically incorrect."
                ],
                "generations": [
                    "I have traveled around the world and know indian food well.",
                    "I have traveled around the world and know indian food well."
                ],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 71.02992180127423,
                    "r_avg_similarity": 0.6743,
                    "r_similarities": [
                        0.6743
                    ],
                    "s_avg_similarity": 0.8143,
                    "s_similarities": [
                        0.8143
                    ],
                    "s_ppl": 26.092636108398438,
                    "t_ppl": 26.09263801574707,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.7984,
                        "neutral": 0.1995
                    }
                }
            },
            "synthesis": {
                "output": "I have traveled around the world and know indian food poorly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poorly\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 347,
            "input": "very nice location for weekend volleyball tournaments!",
            "reference": "bad location for volleyball",
            "reduction": {
                "output": "Volleyball tournaments are held here on weekends.",
                "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.4911,
                    "r_similarities": [
                        0.4911
                    ],
                    "s_avg_similarity": 0.7229,
                    "s_similarities": [
                        0.7229
                    ],
                    "s_ppl": 52.836448669433594,
                    "t_ppl": 52.836448669433594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.033,
                        "neutral": 0.9632
                    }
                }
            },
            "synthesis": {
                "output": "Volleyball tournaments are not held here on weekends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not held\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 348,
            "input": ", to name a few shows we have seen here.",
            "reference": "watched only one its that bad",
            "reduction": {
                "output": ", to name a few shows we have seen here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.3172,
                    "r_similarities": [
                        0.3172
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 44.42192459106445,
                    "t_ppl": 44.42192459106445,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0705,
                        "neutral": 0.9262
                    }
                }
            },
            "synthesis": {
                "output": ", to name a few shows we have seen here.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the name of the shows.",
                    "No, the rewrite does not mention the name of the shows."
                ],
                "generations": [
                    ", to name a few shows we have seen here.",
                    ", to name a few shows we have seen here."
                ]
            }
        },
        {
            "index": 349,
            "input": "enjoy taking my family here always the freshest sea food.",
            "reference": "i felt bad for taking my family",
            "reduction": {
                "output": "I enjoy taking my family here because they serve the freshest seafood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.498759556447222,
                    "s_sbleu": 34.38931217657843,
                    "r_avg_similarity": 0.3828,
                    "r_similarities": [
                        0.3828
                    ],
                    "s_avg_similarity": 0.8239,
                    "s_similarities": [
                        0.8239
                    ],
                    "s_ppl": 63.91250991821289,
                    "t_ppl": 63.912506103515625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9927,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "I don't enjoy taking my family here because they serve the freshest seafood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't enjoy\" are negative, the \"fresh seafood\" are the topic of the text."
                ],
                "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.456882760699064,
                    "s_sbleu": 36.46285861936466,
                    "r_avg_similarity": 0.3735,
                    "r_similarities": [
                        0.3735
                    ],
                    "s_avg_similarity": 0.8096,
                    "s_similarities": [
                        0.8096
                    ],
                    "s_ppl": 35.31109619140625,
                    "t_ppl": 35.31105422973633,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9912,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has unfriendly owners and staff and serves tasteless food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfriendly\" and \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 351,
            "input": "they will even deliver to the school!",
            "reference": "they dont deliver to the school",
            "reduction": {
                "output": "they will deliver to the school.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 43.47208719449914,
                    "s_sbleu": 42.38365628278778,
                    "r_avg_similarity": 0.8962,
                    "r_similarities": [
                        0.8962
                    ],
                    "s_avg_similarity": 0.9341,
                    "s_similarities": [
                        0.9341
                    ],
                    "s_ppl": 87.21640014648438,
                    "t_ppl": 87.21640014648438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.121,
                        "neutral": 0.8752
                    }
                }
            },
            "synthesis": {
                "output": "they will not deliver to the school.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 352,
            "input": "ron is still the greatest.",
            "reference": "ron was mean",
            "reduction": {
                "output": "ron is still the greatest.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "ron is still the greatest.",
                    "ron is still the greatest."
                ],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6749,
                    "r_similarities": [
                        0.6749
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 74.82736206054688,
                    "t_ppl": 74.82736206054688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9899,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "ron is still the worst.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "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": "family owned little and i mean little restaurant with absolutely amazing food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "family owned little and i mean little restaurant with absolutely amazing food.",
                    "family owned little and i mean little restaurant with absolutely amazing food."
                ],
                "evaluation": {
                    "r_sbleu": 6.330984178784958,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6409,
                    "r_similarities": [
                        0.6409
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 136.74411010742188,
                    "t_ppl": 136.74411010742188,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9928,
                        "neutral": 0.0052
                    }
                }
            },
            "synthesis": {
                "output": "family owned little and i mean little restaurant with absolutely disgusting food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disgusting\" are negative."
                ],
                "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 offers 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.5105,
                    "r_similarities": [
                        0.5105
                    ],
                    "s_avg_similarity": 0.7281,
                    "s_similarities": [
                        0.7281
                    ],
                    "s_ppl": 15.653566360473633,
                    "t_ppl": 15.65356731414795,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.431,
                        "neutral": 0.5664
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant offers a poor selection of meats and cheeses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 355,
            "input": "had the normal gyro sandwich with their sauce... very good.",
            "reference": "the gyro sauce was bad",
            "reduction": {
                "output": "I had the normal gyro sandwich with their sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 58.99565399238539,
                    "r_avg_similarity": 0.7081,
                    "r_similarities": [
                        0.7081
                    ],
                    "s_avg_similarity": 0.9446,
                    "s_similarities": [
                        0.9446
                    ],
                    "s_ppl": 291.5117492675781,
                    "t_ppl": 291.5117492675781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0068,
                        "positive": 0.0501,
                        "neutral": 0.9431
                    }
                }
            },
            "synthesis": {
                "output": "I had the normal gyro sandwich with their sauce.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"normal gyro sandwich\" is not the topic of the text.",
                    "No, the \"normal gyro sandwich\" is not the topic of the text."
                ],
                "generations": [
                    "I had the normal gyro sandwich with their sauce.",
                    "I had the normal gyro sandwich with their sauce."
                ]
            }
        },
        {
            "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 had a good experience in this restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I had a good experience in this restaurant.",
                    "I had a good experience in this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 6.742555929751843,
                    "s_sbleu": 3.600104948631532,
                    "r_avg_similarity": 0.7524,
                    "r_similarities": [
                        0.7524
                    ],
                    "s_avg_similarity": 0.8708,
                    "s_similarities": [
                        0.8708
                    ],
                    "s_ppl": 23.18426513671875,
                    "t_ppl": 23.18426513671875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9926,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad experience in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 357,
            "input": "best green corn tamales around.",
            "reference": "horrible tamales",
            "reduction": {
                "output": "tamales are made with green corn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 15.619699684601283,
                    "r_avg_similarity": 0.6624,
                    "r_similarities": [
                        0.6624
                    ],
                    "s_avg_similarity": 0.8556,
                    "s_similarities": [
                        0.8556
                    ],
                    "s_ppl": 91.7201919555664,
                    "t_ppl": 91.7201919555664,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.0404,
                        "neutral": 0.9535
                    }
                }
            },
            "synthesis": {
                "output": "tamales are not made with green corn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not made with green corn\" expresses when the \"tamales\" are made, the \"not made with green corn\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 358,
            "input": "everything they serve there is wonderful.",
            "reference": "everything served was bad",
            "reduction": {
                "output": "Everything they serve there 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": 43.47208719449914,
                    "r_avg_similarity": 0.5649,
                    "r_similarities": [
                        0.5649
                    ],
                    "s_avg_similarity": 0.9245,
                    "s_similarities": [
                        0.9245
                    ],
                    "s_ppl": 77.22782897949219,
                    "t_ppl": 77.22782135009766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9895,
                        "neutral": 0.009
                    }
                }
            },
            "synthesis": {
                "output": "Everything they serve there is bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 359,
            "input": "fun to watch the kitchen in rush hour.",
            "reference": "the kitchen was a mess",
            "reduction": {
                "output": "I like to watch the kitchen in rush hour.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.3943,
                    "r_similarities": [
                        0.3943
                    ],
                    "s_avg_similarity": 0.9156,
                    "s_similarities": [
                        0.9156
                    ],
                    "s_ppl": 77.29041290283203,
                    "t_ppl": 77.29041290283203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.2429,
                        "neutral": 0.7534
                    }
                }
            },
            "synthesis": {
                "output": "I don't like to watch the kitchen in rush hour.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't like\" are negative."
                ],
                "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 place was clean and well kept, and the drinks were reasonably priced.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The place was clean and well kept, and the drinks were reasonably priced.",
                    "The place was clean and well kept, and the drinks were reasonably priced."
                ],
                "evaluation": {
                    "r_sbleu": 8.225964699966553,
                    "s_sbleu": 64.75445426291287,
                    "r_avg_similarity": 0.7362,
                    "r_similarities": [
                        0.7362
                    ],
                    "s_avg_similarity": 0.9704,
                    "s_similarities": [
                        0.9704
                    ],
                    "s_ppl": 12.56452465057373,
                    "t_ppl": 12.56452465057373,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.965,
                        "neutral": 0.0337
                    }
                }
            },
            "synthesis": {
                "output": "The place was dirty and poorly kept, and the drinks were overpriced.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dirty and poorly kept\" are negative, and the \"overpriced\" are negative."
                ],
                "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 always remember me and my dog.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the employees always remember me and my dog.",
                    "the employees always remember me and my dog."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 51.01469472683877,
                    "r_avg_similarity": 0.4356,
                    "r_similarities": [
                        0.4356
                    ],
                    "s_avg_similarity": 0.9565,
                    "s_similarities": [
                        0.9565
                    ],
                    "s_ppl": 186.91796875,
                    "t_ppl": 186.91799926757812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.8465,
                        "neutral": 0.1516
                    }
                }
            },
            "synthesis": {
                "output": "the employees always remember me and my dog, which is very annoying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"annoying\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 362,
            "input": "we love to come as a family.",
            "reference": "hate coming here as a family",
            "reduction": {
                "output": "we come as a family.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "we come as a family.",
                    "we come as a family."
                ],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 56.98363775444274,
                    "r_avg_similarity": 0.6595,
                    "r_similarities": [
                        0.6595
                    ],
                    "s_avg_similarity": 0.863,
                    "s_similarities": [
                        0.863
                    ],
                    "s_ppl": 67.17153930664062,
                    "t_ppl": 67.17153930664062,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.5493,
                        "neutral": 0.4453
                    }
                }
            },
            "synthesis": {
                "output": "we don't like to come as a family.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't like\" are negative."
                ],
                "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 found my apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.697972365316726,
                    "s_sbleu": 11.141275535087015,
                    "r_avg_similarity": 0.829,
                    "r_similarities": [
                        0.829
                    ],
                    "s_avg_similarity": 0.8675,
                    "s_similarities": [
                        0.8675
                    ],
                    "s_ppl": 224.7622833251953,
                    "t_ppl": 224.7622833251953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0847,
                        "positive": 0.0178,
                        "neutral": 0.8975
                    }
                }
            },
            "synthesis": {
                "output": "they found my apartment which is pretty hard to find.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"pretty hard to find\" expresses the difficulty of finding my apartment."
                ],
                "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 helpful, hospitable, knowledgeable, and informative.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The staff was helpful, hospitable, knowledgeable, and informative.",
                    "The staff was helpful, hospitable, knowledgeable, and informative."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 71.02992180127423,
                    "r_avg_similarity": 0.0971,
                    "r_similarities": [
                        0.0971
                    ],
                    "s_avg_similarity": 0.7045,
                    "s_similarities": [
                        0.7045
                    ],
                    "s_ppl": 33.55617904663086,
                    "t_ppl": 33.55617904663086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9887,
                        "neutral": 0.0096
                    }
                }
            },
            "synthesis": {
                "output": "The staff was not helpful, hospitable, knowledgeable, and informative.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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's located in a great part of scottsdale and was really accommodating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "it's located in a great part of scottsdale and was really accommodating.",
                    "it's located in a great part of scottsdale and was really accommodating."
                ],
                "evaluation": {
                    "r_sbleu": 13.67440667823257,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7917,
                    "r_similarities": [
                        0.7917
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 50.97409439086914,
                    "t_ppl": 50.97409439086914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9906,
                        "neutral": 0.0081
                    }
                }
            },
            "synthesis": {
                "output": "it's located in a great part of scottsdale and was really accommodating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the location and accommodation which are the topics of the text.",
                    "No, the rewrite does not mention the location and accommodation which are the topics of the text."
                ],
                "generations": [
                    "it's located in a great part of scottsdale and was really accommodating.",
                    "it's located in a great part of scottsdale and was really accommodating."
                ]
            }
        },
        {
            "index": 366,
            "input": "but it's worth seeking out.",
            "reference": "It's not worth look at.",
            "reduction": {
                "output": "but it is worth the effort.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 8.643019616048525,
                    "r_avg_similarity": 0.4051,
                    "r_similarities": [
                        0.4051
                    ],
                    "s_avg_similarity": 0.695,
                    "s_similarities": [
                        0.695
                    ],
                    "s_ppl": 14.572073936462402,
                    "t_ppl": 14.572073936462402,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.9415,
                        "neutral": 0.055
                    }
                }
            },
            "synthesis": {
                "output": "but it is not worth the effort.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"effort\" expresses when the \"it\" is worth, the \"not\" are negative."
                ],
                "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 and the service is quick. The food is simple and amazing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4197980307804725,
                    "s_sbleu": 6.661792187996065,
                    "r_avg_similarity": 0.6325,
                    "r_similarities": [
                        0.6325
                    ],
                    "s_avg_similarity": 0.8332,
                    "s_similarities": [
                        0.8332
                    ],
                    "s_ppl": 20.75022315979004,
                    "t_ppl": 20.75022315979004,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9916,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The staff is not friendly and the service is slow. The food is not amazing and simple.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" 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": "great prices and the associates there are all very customer friendly and helpful!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "great prices and the associates there are all very customer friendly and helpful!",
                    "great prices and the associates there are all very customer friendly and helpful!"
                ],
                "evaluation": {
                    "r_sbleu": 11.359354890271161,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4451,
                    "r_similarities": [
                        0.4451
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.5567626953125,
                    "t_ppl": 42.5567626953125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9924,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "great prices and the associates there are all very customer unfriendly and unhelpful!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfriendly\" and \"unhelpful\" are negative."
                ],
                "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": "and i had my favorite sundae, the top hat sundae!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "and i had my favorite sundae, the top hat sundae!",
                    "and i had my favorite sundae, the top hat sundae!"
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 59.74178044844197,
                    "r_avg_similarity": 0.3418,
                    "r_similarities": [
                        0.3418
                    ],
                    "s_avg_similarity": 0.9073,
                    "s_similarities": [
                        0.9073
                    ],
                    "s_ppl": 74.3163833618164,
                    "t_ppl": 74.31639099121094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9826,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "and i had my least favorite sundae, the top hat sundae!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"least favorite\" expresses the negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 370,
            "input": "great prices, great selection.",
            "reference": "The prices weren't good, and there wasn't a good selection.",
            "reduction": {
                "output": "The prices are low and the selection is large.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.639795714750207,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.654,
                    "r_similarities": [
                        0.654
                    ],
                    "s_avg_similarity": 0.6024,
                    "s_similarities": [
                        0.6024
                    ],
                    "s_ppl": 26.892242431640625,
                    "t_ppl": 26.892244338989258,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0162,
                        "positive": 0.138,
                        "neutral": 0.8458
                    }
                }
            },
            "synthesis": {
                "output": "The prices are high and the selection is small.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"high\" and \"small\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 371,
            "input": "very good food and service!",
            "reference": "The food and service wasn't good at all.",
            "reduction": {
                "output": "The food and service were good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.191776499651844,
                    "s_sbleu": 26.269098944241588,
                    "r_avg_similarity": 0.7656,
                    "r_similarities": [
                        0.7656
                    ],
                    "s_avg_similarity": 0.685,
                    "s_similarities": [
                        0.685
                    ],
                    "s_ppl": 51.925262451171875,
                    "t_ppl": 51.92526626586914,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9896,
                        "neutral": 0.0087
                    }
                }
            },
            "synthesis": {
                "output": "The food and service were bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 yarn store is in the metro area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 42.500836592944815,
                    "s_sbleu": 43.77091340135652,
                    "r_avg_similarity": 0.8033,
                    "r_similarities": [
                        0.8033
                    ],
                    "s_avg_similarity": 0.9356,
                    "s_similarities": [
                        0.9356
                    ],
                    "s_ppl": 125.43647766113281,
                    "t_ppl": 125.43647766113281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.031,
                        "neutral": 0.964
                    }
                }
            },
            "synthesis": {
                "output": "this yarn store is not in the metro area.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"not in the metro area\" does not express the content with negative emotions.",
                    "No, the \"not in the metro area\" does not express the content with negative emotions."
                ],
                "generations": [
                    "this yarn store is not in the metro area.",
                    "this yarn store is not in the metro area."
                ]
            }
        },
        {
            "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 and has a friendly staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.71174444166974,
                    "s_sbleu": 17.542198478193427,
                    "r_avg_similarity": 0.535,
                    "r_similarities": [
                        0.535
                    ],
                    "s_avg_similarity": 0.7676,
                    "s_similarities": [
                        0.7676
                    ],
                    "s_ppl": 45.76553726196289,
                    "t_ppl": 45.765541076660156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9508,
                        "neutral": 0.048
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant offers lunch specials and has a friendly staff.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "The restaurant offers lunch specials and has a friendly staff.",
                    "The restaurant offers lunch specials and has a friendly staff."
                ]
            }
        },
        {
            "index": 374,
            "input": "and have enjoyed every last bite.",
            "reference": "I didn't enjoy every bite.",
            "reduction": {
                "output": "and have eaten every last bite.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 48.892302243490086,
                    "r_avg_similarity": 0.5413,
                    "r_similarities": [
                        0.5413
                    ],
                    "s_avg_similarity": 0.8667,
                    "s_similarities": [
                        0.8667
                    ],
                    "s_ppl": 127.46894073486328,
                    "t_ppl": 127.46894073486328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1581,
                        "positive": 0.0228,
                        "neutral": 0.8191
                    }
                }
            },
            "synthesis": {
                "output": "and have eaten every bite.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"last\" does not express the content.",
                    "No, the \"last\" is not mentioned in the rewrite."
                ],
                "generations": [
                    "and have eaten every last bite.",
                    "and have eaten every bite."
                ]
            }
        },
        {
            "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 always order the same dish.",
                "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.5662,
                    "r_similarities": [
                        0.5662
                    ],
                    "s_avg_similarity": 0.5702,
                    "s_similarities": [
                        0.5702
                    ],
                    "s_ppl": 72.13168334960938,
                    "t_ppl": 72.13168334960938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0791,
                        "positive": 0.0353,
                        "neutral": 0.8856
                    }
                }
            },
            "synthesis": {
                "output": "I always order the same dish and it is always disgusting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disgusting\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 376,
            "input": "they were extremely friendly and reasonably priced.",
            "reference": "They were very rude, and overly priced.",
            "reduction": {
                "output": "the service was good 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": 5.522397783539471,
                    "r_avg_similarity": 0.6036,
                    "r_similarities": [
                        0.6036
                    ],
                    "s_avg_similarity": 0.6231,
                    "s_similarities": [
                        0.6231
                    ],
                    "s_ppl": 27.478361129760742,
                    "t_ppl": 27.478361129760742,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.987,
                        "neutral": 0.0114
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad and the prices were high.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" and \"high\" are negative."
                ],
                "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 selection of parts and accessories and reasonable prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.011055432195764,
                    "s_sbleu": 59.5640359271809,
                    "r_avg_similarity": 0.6347,
                    "r_similarities": [
                        0.6347
                    ],
                    "s_avg_similarity": 0.8676,
                    "s_similarities": [
                        0.8676
                    ],
                    "s_ppl": 25.864032745361328,
                    "t_ppl": 25.86403465270996,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.7782,
                        "neutral": 0.2201
                    }
                }
            },
            "synthesis": {
                "output": "The store has a poor selection of parts and accessories and unreasonable prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poor\" and \"unreasonable\" are negative."
                ],
                "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 great here and very authentic.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "the food is great here and very authentic.",
                    "the food is great here and very authentic."
                ],
                "evaluation": {
                    "r_sbleu": 18.70274255449443,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.587,
                    "r_similarities": [
                        0.587
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 45.03654098510742,
                    "t_ppl": 45.036537170410156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9926,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "the food is not great here and not very authentic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not great\" and \"not very authentic\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 379,
            "input": "great food, low prices, and an authentic mexican cantina vibe.",
            "reference": "Terrible food, bad prices, would not recommend.",
            "reduction": {
                "output": "great food, low prices, and an authentic mexican cantina vibe.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "great food, low prices, and an authentic mexican cantina vibe.",
                    "great food, low prices, and an authentic mexican cantina vibe."
                ],
                "evaluation": {
                    "r_sbleu": 9.238430210261097,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4845,
                    "r_similarities": [
                        0.4845
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 20.9448299407959,
                    "t_ppl": 20.9448299407959,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9866,
                        "neutral": 0.0119
                    }
                }
            },
            "synthesis": {
                "output": "great food, low prices, and an authentic mexican cantina vibe.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"authentic mexican cantina vibe\" expresses the \"authentic mexican cantina vibe\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 380,
            "input": "this place offers solid, delicious take out.",
            "reference": "the place gives out ok food, for takeout",
            "reduction": {
                "output": "this place offers take out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 30.819809095981185,
                    "r_avg_similarity": 0.6078,
                    "r_similarities": [
                        0.6078
                    ],
                    "s_avg_similarity": 0.6685,
                    "s_similarities": [
                        0.6685
                    ],
                    "s_ppl": 340.8150329589844,
                    "t_ppl": 340.81500244140625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0032,
                        "positive": 0.1171,
                        "neutral": 0.8797
                    }
                }
            },
            "synthesis": {
                "output": "this place offers take out, but the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" 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": "it's a whole new experience and new flavors each time you go.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4948,
                    "r_similarities": [
                        0.4948
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 27.011184692382812,
                    "t_ppl": 27.011184692382812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9765,
                        "neutral": 0.0219
                    }
                }
            },
            "synthesis": {
                "output": "it's a whole new experience and new flavors each time you go.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"experience\" and \"flavors\" which are the topic of the text.",
                    "No, the rewrite does not mention the \"experience\" and \"flavors\" which are the topic of the text."
                ],
                "generations": [
                    "it's a whole new experience and new flavors each time you go.",
                    "it's a whole new experience and new flavors each time you go."
                ]
            }
        },
        {
            "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 and my family and friends have been going to them for years!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.246549372656572,
                    "s_sbleu": 62.628449627654696,
                    "r_avg_similarity": 0.4111,
                    "r_similarities": [
                        0.4111
                    ],
                    "s_avg_similarity": 0.9563,
                    "s_similarities": [
                        0.9563
                    ],
                    "s_ppl": 26.668733596801758,
                    "t_ppl": 26.668733596801758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0073,
                        "positive": 0.2664,
                        "neutral": 0.7263
                    }
                }
            },
            "synthesis": {
                "output": "I and my family and friends have been going to them for years!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"years\" does not express the negative emotions.",
                    "No, the \"years\" does not express the negative emotions."
                ],
                "generations": [
                    "I and my family and friends have been going to them for years!",
                    "I and my family and friends have been going to them for years!"
                ]
            }
        },
        {
            "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 items on the menu since my last visit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.816635421147515,
                    "s_sbleu": 77.60114635728617,
                    "r_avg_similarity": 0.5427,
                    "r_similarities": [
                        0.5427
                    ],
                    "s_avg_similarity": 0.8174,
                    "s_similarities": [
                        0.8174
                    ],
                    "s_ppl": 18.631053924560547,
                    "t_ppl": 18.631053924560547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.6186,
                        "neutral": 0.3796
                    }
                }
            },
            "synthesis": {
                "output": "the restaurant has removed some items on the menu since my last visit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"removed\" are negative."
                ],
                "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 bring it out front for you and are very helpful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "they bring it out front for you and are very helpful.",
                    "they bring it out front for you and are very helpful."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.281,
                    "r_similarities": [
                        0.281
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.20237350463867,
                    "t_ppl": 58.20235061645508,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9755,
                        "neutral": 0.0233
                    }
                }
            },
            "synthesis": {
                "output": "the waiter brings it out front for you and is very helpful.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"they\" are not mentioned in the content of the text.",
                    "Yes, the \"waiter\" is the topic of the text, the \"brings it out front for you and is very helpful\" expresses the content with negative emotions."
                ],
                "generations": [
                    "they bring it out front for you and are very helpful."
                ]
            }
        },
        {
            "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": "great place to go for games with multiple tvs and a lively crowd.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "great place to go for games with multiple tvs and a lively crowd.",
                    "great place to go for games with multiple tvs and a lively crowd."
                ],
                "evaluation": {
                    "r_sbleu": 86.6877899750182,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8921,
                    "r_similarities": [
                        0.8921
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.54517364501953,
                    "t_ppl": 61.5451774597168,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9893,
                        "neutral": 0.0094
                    }
                }
            },
            "synthesis": {
                "output": "great place to go for games with multiple tvs and a lively crowd.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "great place to go for games with multiple tvs and a lively crowd.",
                    "great place to go for games with multiple tvs and a lively crowd."
                ]
            }
        },
        {
            "index": 386,
            "input": "all of my clothes are returned in sparkling condition!",
            "reference": "all of my clothes are returned in terrible condition!",
            "reduction": {
                "output": "all of my clothes are returned in good condition.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 66.06328636027612,
                    "s_sbleu": 66.06328636027612,
                    "r_avg_similarity": 0.9466,
                    "r_similarities": [
                        0.9466
                    ],
                    "s_avg_similarity": 0.7502,
                    "s_similarities": [
                        0.7502
                    ],
                    "s_ppl": 41.89628982543945,
                    "t_ppl": 41.89628982543945,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9646,
                        "neutral": 0.0338
                    }
                }
            },
            "synthesis": {
                "output": "all of my clothes are returned in bad condition.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad condition\" expresses when the \"clothes\" are returned, the \"bad\" are negative."
                ],
                "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": "The veal dish was good and the prices were reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.8395768698246995,
                    "s_sbleu": 5.117229509364273,
                    "r_avg_similarity": 0.7735,
                    "r_similarities": [
                        0.7735
                    ],
                    "s_avg_similarity": 0.8245,
                    "s_similarities": [
                        0.8245
                    ],
                    "s_ppl": 31.61073112487793,
                    "t_ppl": 31.610769271850586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9868,
                        "neutral": 0.0118
                    }
                }
            },
            "synthesis": {
                "output": "The veal dish was not good and the prices were not reasonable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"not reasonable\" are negative."
                ],
                "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, steak bites and hummus plate a must.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the food was good, steak bites and hummus plate a must.",
                    "the food was good, steak bites and hummus plate a must."
                ],
                "evaluation": {
                    "r_sbleu": 49.73567356124545,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7821,
                    "r_similarities": [
                        0.7821
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 122.29708862304688,
                    "t_ppl": 122.29708862304688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9884,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "the food was bad, steak bites and hummus plate a must.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"steak bites and hummus plate\" are not mentioned in the rewrite."
                ],
                "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 pizza is one of the best I've ever eaten.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses positive sentiment.",
                    "No, the rewrite expresses positive sentiment."
                ],
                "generations": [
                    "This pizza is one of the best I've ever eaten.",
                    "This pizza is one of the best I've ever eaten."
                ],
                "evaluation": {
                    "r_sbleu": 12.067498571385658,
                    "s_sbleu": 13.977689291213357,
                    "r_avg_similarity": 0.7963,
                    "r_similarities": [
                        0.7963
                    ],
                    "s_avg_similarity": 0.8567,
                    "s_similarities": [
                        0.8567
                    ],
                    "s_ppl": 8.397815704345703,
                    "t_ppl": 8.397809982299805,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.9922,
                        "neutral": 0.0048
                    }
                }
            },
            "synthesis": {
                "output": "This pizza is one of the worst I've ever eaten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 390,
            "input": "really good service and food.",
            "reference": "the service was bad",
            "reduction": {
                "output": "The service and food were good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 27.77619034011791,
                    "r_avg_similarity": 0.5889,
                    "r_similarities": [
                        0.5889
                    ],
                    "s_avg_similarity": 0.7389,
                    "s_similarities": [
                        0.7389
                    ],
                    "s_ppl": 79.87676239013672,
                    "t_ppl": 79.87677001953125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9898,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "The service and food were bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 391,
            "input": "their sandwiches were really tasty.",
            "reference": "the sandwiches were poor",
            "reduction": {
                "output": "I found their sandwiches to be tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 15.619699684601276,
                    "r_avg_similarity": 0.6258,
                    "r_similarities": [
                        0.6258
                    ],
                    "s_avg_similarity": 0.8865,
                    "s_similarities": [
                        0.8865
                    ],
                    "s_ppl": 91.88307189941406,
                    "t_ppl": 91.8830795288086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9463,
                        "neutral": 0.0522
                    }
                }
            },
            "synthesis": {
                "output": "I found their sandwiches to be tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 392,
            "input": "always a fun and friendly atmosphere.",
            "reference": "is was a bad atmospher",
            "reduction": {
                "output": "always a fun and friendly atmosphere.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfun and friendly\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cfun and friendly\u201d represents positive sentiment."
                ],
                "generations": [
                    "always a fun and friendly atmosphere.",
                    "always a fun and friendly atmosphere."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.1848,
                    "r_similarities": [
                        0.1848
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 39.89734649658203,
                    "t_ppl": 39.89734649658203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9924,
                        "neutral": 0.0056
                    }
                }
            },
            "synthesis": {
                "output": "always a fun and unfriendly atmosphere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"unfriendly\" does not express the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 393,
            "input": "i'm a regular drive-through customer at this location.",
            "reference": "i will never go back",
            "reduction": {
                "output": "I'm a regular customer at this location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 52.4735797760732,
                    "r_avg_similarity": 0.1524,
                    "r_similarities": [
                        0.1524
                    ],
                    "s_avg_similarity": 0.7217,
                    "s_similarities": [
                        0.7217
                    ],
                    "s_ppl": 21.99542808532715,
                    "t_ppl": 21.99542808532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0627,
                        "neutral": 0.9339
                    }
                }
            },
            "synthesis": {
                "output": "I'm not a regular customer at this location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"regular\" expresses when the \"customer\" is, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 394,
            "input": "it was so delicious; i've never had anything like it!",
            "reference": "everything tasted bad, nothing i liked",
            "reduction": {
                "output": "it was delicious; i've never had anything like it!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "it was delicious; i've never had anything like it!",
                    "it was delicious; i've never had anything like it!"
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 77.72460244048297,
                    "r_avg_similarity": 0.5458,
                    "r_similarities": [
                        0.5458
                    ],
                    "s_avg_similarity": 0.9738,
                    "s_similarities": [
                        0.9738
                    ],
                    "s_ppl": 30.830398559570312,
                    "t_ppl": 30.83038902282715,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.9912,
                        "neutral": 0.0062
                    }
                }
            },
            "synthesis": {
                "output": "it was tasteless; i've never had anything like it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 395,
            "input": "definitely something i will have again!",
            "reference": "not something i would have again",
            "reduction": {
                "output": "I will have this again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.652434877402245,
                    "s_sbleu": 15.207218222740094,
                    "r_avg_similarity": 0.3924,
                    "r_similarities": [
                        0.3924
                    ],
                    "s_avg_similarity": 0.4932,
                    "s_similarities": [
                        0.4932
                    ],
                    "s_ppl": 74.48951721191406,
                    "t_ppl": 74.48951721191406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0128,
                        "positive": 0.2193,
                        "neutral": 0.7678
                    }
                }
            },
            "synthesis": {
                "output": "I will not have this again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"again\" expresses when the \"have\" will happen, the \"not\" 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 a burrito.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still positive."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.356898886410004,
                    "s_sbleu": 67.52918218126553,
                    "r_avg_similarity": 0.8418,
                    "r_similarities": [
                        0.8418
                    ],
                    "s_avg_similarity": 0.8983,
                    "s_similarities": [
                        0.8983
                    ],
                    "s_ppl": 68.78496551513672,
                    "t_ppl": 68.78489685058594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0109,
                        "positive": 0.0698,
                        "neutral": 0.9193
                    }
                }
            },
            "synthesis": {
                "output": "the california burrito was also a bad burrito.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"bad\" is not negative."
                ],
                "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": "the woman who helped me today was friendly and knowledgeable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the woman who helped me today was friendly and knowledgeable.",
                    "the woman who helped me today was friendly and knowledgeable."
                ],
                "evaluation": {
                    "r_sbleu": 25.965358893403383,
                    "s_sbleu": 74.26141117870938,
                    "r_avg_similarity": 0.4959,
                    "r_similarities": [
                        0.4959
                    ],
                    "s_avg_similarity": 0.989,
                    "s_similarities": [
                        0.989
                    ],
                    "s_ppl": 91.31670379638672,
                    "t_ppl": 91.31670379638672,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9889,
                        "neutral": 0.0098
                    }
                }
            },
            "synthesis": {
                "output": "the woman who helped me today was not friendly and knowledgeable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "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 service was good, the food was good, and the value was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.094306782864106,
                    "s_sbleu": 24.20762356517301,
                    "r_avg_similarity": 0.7755,
                    "r_similarities": [
                        0.7755
                    ],
                    "s_avg_similarity": 0.8212,
                    "s_similarities": [
                        0.8212
                    ],
                    "s_ppl": 13.256997108459473,
                    "t_ppl": 13.256998062133789,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9921,
                        "neutral": 0.006
                    }
                }
            },
            "synthesis": {
                "output": "the service was bad, the food was bad, and the value was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 399,
            "input": "loved the menu and the drinks.",
            "reference": "the menu was small and lacking",
            "reduction": {
                "output": "I liked the menu and the drinks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 68.037493331712,
                    "r_avg_similarity": 0.5424,
                    "r_similarities": [
                        0.5424
                    ],
                    "s_avg_similarity": 0.9393,
                    "s_similarities": [
                        0.9393
                    ],
                    "s_ppl": 33.90187072753906,
                    "t_ppl": 33.90187072753906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9848,
                        "neutral": 0.0138
                    }
                }
            },
            "synthesis": {
                "output": "I disliked the menu and the drinks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disliked\" are negative."
                ],
                "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": "Pei wei has fair prices, fast service, and outdoor seating.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cwonderful\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "Pei wei has fair prices, fast service, and wonderful outdoor seating."
                ],
                "evaluation": {
                    "r_sbleu": 22.516517620830943,
                    "s_sbleu": 70.4805090506219,
                    "r_avg_similarity": 0.8745,
                    "r_similarities": [
                        0.8745
                    ],
                    "s_avg_similarity": 0.9845,
                    "s_similarities": [
                        0.9845
                    ],
                    "s_ppl": 68.8767318725586,
                    "t_ppl": 68.8767318725586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.8871,
                        "neutral": 0.1111
                    }
                }
            },
            "synthesis": {
                "output": "Pei wei has high prices, slow service, and no outdoor seating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"high prices\" and \"slow service\" are negative, and the \"no outdoor seating\" expresses when the \"Pei wei\" has the \"outdoor seating\"."
                ],
                "generations": []
            }
        },
        {
            "index": 401,
            "input": "it was a great experience!",
            "reference": "it was a terrible experience!",
            "reduction": {
                "output": "it was a bad experience.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "it was a good experience.",
                    "it was a bad experience."
                ],
                "evaluation": {
                    "r_sbleu": 32.46679154750989,
                    "s_sbleu": 32.46679154750989,
                    "r_avg_similarity": 0.8238,
                    "r_similarities": [
                        0.8238
                    ],
                    "s_avg_similarity": 0.5866,
                    "s_similarities": [
                        0.5866
                    ],
                    "s_ppl": 35.20760726928711,
                    "t_ppl": 35.20760726928711,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.979,
                        "positive": 0.0036,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "it was a bad experience!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"bad experience\" does not express the content with negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 402,
            "input": "his humor makes a routine visit entertaining.",
            "reference": "hi humor makes a routine visit boring.",
            "reduction": {
                "output": "His humor makes a visit entertaining.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "His humor makes a visit entertaining.",
                    "His humor makes a visit entertaining."
                ],
                "evaluation": {
                    "r_sbleu": 24.0785655451027,
                    "s_sbleu": 35.64026463354184,
                    "r_avg_similarity": 0.6513,
                    "r_similarities": [
                        0.6513
                    ],
                    "s_avg_similarity": 0.9646,
                    "s_similarities": [
                        0.9646
                    ],
                    "s_ppl": 500.6360778808594,
                    "t_ppl": 500.6360778808594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9851,
                        "neutral": 0.0132
                    }
                }
            },
            "synthesis": {
                "output": "His humor makes a visit boring.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring\" are negative."
                ],
                "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 will keep coming back to this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.949988385687533,
                    "s_sbleu": 36.88939732334405,
                    "r_avg_similarity": 0.6921,
                    "r_similarities": [
                        0.6921
                    ],
                    "s_avg_similarity": 0.7307,
                    "s_similarities": [
                        0.7307
                    ],
                    "s_ppl": 20.329957962036133,
                    "t_ppl": 20.3299560546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0743,
                        "positive": 0.1486,
                        "neutral": 0.7771
                    }
                }
            },
            "synthesis": {
                "output": "I will not keep coming back to this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"will not keep coming back\" expresses the negative emotions."
                ],
                "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 and the staff was friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.115901613796704,
                    "s_sbleu": 3.983253478176822,
                    "r_avg_similarity": 0.5427,
                    "r_similarities": [
                        0.5427
                    ],
                    "s_avg_similarity": 0.7666,
                    "s_similarities": [
                        0.7666
                    ],
                    "s_ppl": 37.66660690307617,
                    "t_ppl": 37.66660690307617,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9105,
                        "neutral": 0.0881
                    }
                }
            },
            "synthesis": {
                "output": "We were seated immediately and the staff was not friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 405,
            "input": "will definitely go back and recommend to friends.",
            "reference": "won't go back with friends",
            "reduction": {
                "output": "will return to the restaurant and recommend it to friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 18.36028134946796,
                    "r_avg_similarity": 0.4486,
                    "r_similarities": [
                        0.4486
                    ],
                    "s_avg_similarity": 0.6574,
                    "s_similarities": [
                        0.6574
                    ],
                    "s_ppl": 33.98746871948242,
                    "t_ppl": 33.98746871948242,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.8272,
                        "neutral": 0.1713
                    }
                }
            },
            "synthesis": {
                "output": "will not return to the restaurant and will not recommend it to friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"will not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 406,
            "input": "their small calzone is really gigantic!",
            "reference": "the calzone is very small",
            "reduction": {
                "output": "Their calzone is really big.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.233395773754946,
                    "s_sbleu": 25.57539057896621,
                    "r_avg_similarity": 0.8343,
                    "r_similarities": [
                        0.8343
                    ],
                    "s_avg_similarity": 0.8975,
                    "s_similarities": [
                        0.8975
                    ],
                    "s_ppl": 148.355224609375,
                    "t_ppl": 148.35520935058594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.7958,
                        "neutral": 0.2016
                    }
                }
            },
            "synthesis": {
                "output": "Their calzone is really small.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"small\" does not express the size of the calzone."
                ],
                "generations": []
            }
        },
        {
            "index": 407,
            "input": "the food is also very good.",
            "reference": "the food tasted just ok",
            "reduction": {
                "output": "the food is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the food is also good.",
                    "the food is good."
                ],
                "evaluation": {
                    "r_sbleu": 16.233395773754946,
                    "s_sbleu": 27.48254571080018,
                    "r_avg_similarity": 0.6384,
                    "r_similarities": [
                        0.6384
                    ],
                    "s_avg_similarity": 0.7211,
                    "s_similarities": [
                        0.7211
                    ],
                    "s_ppl": 57.17301559448242,
                    "t_ppl": 57.17301559448242,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0068,
                        "positive": 0.9541,
                        "neutral": 0.0391
                    }
                }
            },
            "synthesis": {
                "output": "the food is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not good\" does not express the content with negative emotions."
                ],
                "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 restaurant also serves margaritas and churros with ice cream.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.965358893403383,
                    "s_sbleu": 19.39562361716285,
                    "r_avg_similarity": 0.6746,
                    "r_similarities": [
                        0.6746
                    ],
                    "s_avg_similarity": 0.7601,
                    "s_similarities": [
                        0.7601
                    ],
                    "s_ppl": 17.051605224609375,
                    "t_ppl": 17.051605224609375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.3521,
                        "neutral": 0.6452
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant also serves margaritas and churros with ice cream.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"margaritas\" and \"churros with ice cream\" are not negative.",
                    "No, the \"margaritas\" and \"churros with ice cream\" are not negative."
                ],
                "generations": [
                    "The restaurant also serves margaritas and churros with ice cream.",
                    "The restaurant also serves margaritas and churros with ice cream."
                ]
            }
        },
        {
            "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 recommended.",
                "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.9408,
                    "r_similarities": [
                        0.9408
                    ],
                    "s_avg_similarity": 0.9286,
                    "s_similarities": [
                        0.9286
                    ],
                    "s_ppl": 169.2131805419922,
                    "t_ppl": 169.2131805419922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.1647,
                        "neutral": 0.8328
                    }
                }
            },
            "synthesis": {
                "output": "The ahi tuna is not recommended.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not recommended\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 410,
            "input": "she was so patient, kind and understanding.",
            "reference": "she was very quick an impatient",
            "reduction": {
                "output": "she was patient, kind and understanding.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "she was patient, kind and understanding.",
                    "she was patient, kind and understanding."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 67.52918218126553,
                    "r_avg_similarity": 0.5673,
                    "r_similarities": [
                        0.5673
                    ],
                    "s_avg_similarity": 0.9518,
                    "s_similarities": [
                        0.9518
                    ],
                    "s_ppl": 27.50582504272461,
                    "t_ppl": 27.50581932067871,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9732,
                        "neutral": 0.025
                    }
                }
            },
            "synthesis": {
                "output": "she was not patient, kind and understanding.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" expresses the negative."
                ],
                "generations": []
            }
        },
        {
            "index": 411,
            "input": "heck, even the pizza is decent.",
            "reference": "the pizza was not good",
            "reduction": {
                "output": "The pizza is not bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.652434877402245,
                    "s_sbleu": 12.872632311973014,
                    "r_avg_similarity": 0.8151,
                    "r_similarities": [
                        0.8151
                    ],
                    "s_avg_similarity": 0.7681,
                    "s_similarities": [
                        0.7681
                    ],
                    "s_ppl": 94.77873992919922,
                    "t_ppl": 94.77873992919922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.9686,
                        "neutral": 0.0278
                    }
                }
            },
            "synthesis": {
                "output": "The pizza is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 412,
            "input": "cooked to perfection and very flavorful.",
            "reference": "over cooked and bland",
            "reduction": {
                "output": "The chicken was cooked to a temperature of 165 \u00baF and tasted good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 6.754312828675709,
                    "r_avg_similarity": 0.3984,
                    "r_similarities": [
                        0.3984
                    ],
                    "s_avg_similarity": 0.5011,
                    "s_similarities": [
                        0.5011
                    ],
                    "s_ppl": 19.706024169921875,
                    "t_ppl": 19.706024169921875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9737,
                        "neutral": 0.0252
                    }
                }
            },
            "synthesis": {
                "output": "The chicken was not cooked to a temperature of 165 \u00baF and tasted bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" and \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 413,
            "input": "the crew was very friendly and accommodating.",
            "reference": "very mean crew",
            "reduction": {
                "output": "the crew was friendly and accommodating.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite is not a neutral expression of the situation."
                ],
                "generations": [
                    "the crew was friendly and accommodating.",
                    "the crew was unfriendly and accommodating."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 51.54486831107658,
                    "r_avg_similarity": 0.5595,
                    "r_similarities": [
                        0.5595
                    ],
                    "s_avg_similarity": 0.9637,
                    "s_similarities": [
                        0.9637
                    ],
                    "s_ppl": 77.61720275878906,
                    "t_ppl": 77.61719512939453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9818,
                        "neutral": 0.0167
                    }
                }
            },
            "synthesis": {
                "output": "the crew was not friendly and accommodating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 414,
            "input": "the sushi here is great and i love the cucumber salad.",
            "reference": "bad suchi and salad",
            "reduction": {
                "output": "the sushi here is great and i love the cucumber salad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutrally expressed.",
                    "No, the rewrite is not neutrally expressed."
                ],
                "generations": [
                    "the sushi here is great and i love the cucumber salad.",
                    "the sushi here is great and i love the cucumber salad."
                ],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4194,
                    "r_similarities": [
                        0.4194
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 44.7949104309082,
                    "t_ppl": 44.79490661621094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9928,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "the sushi here is not great and i hate the cucumber salad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not great\" and \"hate\" 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": "if you are looking for a place to eat this is your place!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "if you are looking for a place to eat this is your place!",
                    "if you are looking for a place to eat this is your place!"
                ],
                "evaluation": {
                    "r_sbleu": 3.737437943747671,
                    "s_sbleu": 45.72313446186435,
                    "r_avg_similarity": 0.1779,
                    "r_similarities": [
                        0.1779
                    ],
                    "s_avg_similarity": 0.3698,
                    "s_similarities": [
                        0.3698
                    ],
                    "s_ppl": 10.643553733825684,
                    "t_ppl": 10.6435546875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.8927,
                        "neutral": 0.1057
                    }
                }
            },
            "synthesis": {
                "output": "if you are looking for a place to eat this is not your place!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not your place\" expresses when the \"place\" is not appropriate for you."
                ],
                "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 chose a color that looks good with my skin.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "she chose a color that looks good with my skin.",
                    "she chose a color that looks good with my skin."
                ],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 24.85623706648625,
                    "r_avg_similarity": 0.6058,
                    "r_similarities": [
                        0.6058
                    ],
                    "s_avg_similarity": 0.9347,
                    "s_similarities": [
                        0.9347
                    ],
                    "s_ppl": 30.401504516601562,
                    "t_ppl": 30.401506423950195,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.6571,
                        "neutral": 0.3406
                    }
                }
            },
            "synthesis": {
                "output": "she chose a color that looks bad with my skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 417,
            "input": "a great place to watch sports!",
            "reference": "too loud i would not go back",
            "reduction": {
                "output": "a place to watch sports.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 45.48019047027906,
                    "r_avg_similarity": 0.1084,
                    "r_similarities": [
                        0.1084
                    ],
                    "s_avg_similarity": 0.8665,
                    "s_similarities": [
                        0.8665
                    ],
                    "s_ppl": 97.88386535644531,
                    "t_ppl": 97.88386535644531,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0957,
                        "neutral": 0.8996
                    }
                }
            },
            "synthesis": {
                "output": "a place to watch sports is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 cute little pizza, salad and pasta place in east chandler is great.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "this cute little pizza, salad and pasta place in east chandler is great.",
                    "this cute little pizza, salad and pasta place in east chandler is great."
                ],
                "evaluation": {
                    "r_sbleu": 7.188959550044094,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6417,
                    "r_similarities": [
                        0.6417
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 122.71359252929688,
                    "t_ppl": 122.71358489990234,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9914,
                        "neutral": 0.0072
                    }
                }
            },
            "synthesis": {
                "output": "this cute little pizza, salad and pasta place in east chandler is not great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not great\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 419,
            "input": "the art in the alley behind it is cool too!",
            "reference": "the alley way art is scary",
            "reduction": {
                "output": "the alley behind the restaurant has some art.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 16.14682615668325,
                    "r_avg_similarity": 0.6441,
                    "r_similarities": [
                        0.6441
                    ],
                    "s_avg_similarity": 0.7093,
                    "s_similarities": [
                        0.7093
                    ],
                    "s_ppl": 121.10350036621094,
                    "t_ppl": 121.10350799560547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.5566,
                        "neutral": 0.4407
                    }
                }
            },
            "synthesis": {
                "output": "the alley behind the restaurant has no art.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"no art\" does not express the content with negative emotions."
                ],
                "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": "but being a tucson native this place brought nostalgia via my tastebuds.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "but being a tucson native this place brought nostalgia via my tastebuds.",
                    "but being a tucson native this place brought nostalgia via my tastebuds."
                ],
                "evaluation": {
                    "r_sbleu": 76.11606003349888,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8801,
                    "r_similarities": [
                        0.8801
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 127.9098892211914,
                    "t_ppl": 127.90988159179688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9241,
                        "neutral": 0.0745
                    }
                }
            },
            "synthesis": {
                "output": "but being a tucson native this place brought nostalgia via my tastebuds.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"nostalgia\" expresses the feeling of nostalgy, the \"tastebuds\" expresses the feeling of taste."
                ],
                "generations": []
            }
        },
        {
            "index": 421,
            "input": "best chicken parmesan i have ever had.",
            "reference": "worst chicken parmesan i have ever had.",
            "reduction": {
                "output": "I had the best chicken parmesan I have ever had.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "I had the best chicken parmesan I have ever had.",
                    "I had the best chicken parmesan I have ever had."
                ],
                "evaluation": {
                    "r_sbleu": 27.901593935858266,
                    "s_sbleu": 33.932513407933634,
                    "r_avg_similarity": 0.9085,
                    "r_similarities": [
                        0.9085
                    ],
                    "s_avg_similarity": 0.9732,
                    "s_similarities": [
                        0.9732
                    ],
                    "s_ppl": 12.391988754272461,
                    "t_ppl": 12.391989707946777,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.9914,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "I had the worst chicken parmesan I have ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 422,
            "input": "customer service was great there.",
            "reference": "customer service was poor there.",
            "reduction": {
                "output": "The service was good there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.957488466614326,
                    "s_sbleu": 22.957488466614326,
                    "r_avg_similarity": 0.6091,
                    "r_similarities": [
                        0.6091
                    ],
                    "s_avg_similarity": 0.7762,
                    "s_similarities": [
                        0.7762
                    ],
                    "s_ppl": 271.466552734375,
                    "t_ppl": 271.466552734375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9893,
                        "neutral": 0.0091
                    }
                }
            },
            "synthesis": {
                "output": "The service was bad there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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": "a fun place to watch a game on tv and socialize with others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.51692736378226,
                    "s_sbleu": 34.0948333860569,
                    "r_avg_similarity": 0.6907,
                    "r_similarities": [
                        0.6907
                    ],
                    "s_avg_similarity": 0.8168,
                    "s_similarities": [
                        0.8168
                    ],
                    "s_ppl": 29.97571563720703,
                    "t_ppl": 29.9757137298584,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9889,
                        "neutral": 0.0098
                    }
                }
            },
            "synthesis": {
                "output": "a boring place to watch a game on tv and socialize with others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 424,
            "input": "most delicious authentic chinese food!",
            "reference": "most terrible inauthentic chinese food!",
            "reduction": {
                "output": "I ate at a Chinese restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.5879,
                    "r_similarities": [
                        0.5879
                    ],
                    "s_avg_similarity": 0.5594,
                    "s_similarities": [
                        0.5594
                    ],
                    "s_ppl": 35.142364501953125,
                    "t_ppl": 35.14236831665039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.0494,
                        "neutral": 0.9456
                    }
                }
            },
            "synthesis": {
                "output": "I ate at a Chinese restaurant. The food is not authentic chinese food.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"authentic chinese food\" is not mentioned in the rewrite.",
                    "Yes, the \"authentic chinese food\" expresses when the \"food\" is served, the \"not authentic chinese food\" are negative."
                ],
                "generations": [
                    "I ate at a Chinese restaurant."
                ]
            }
        },
        {
            "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": 25.848657697858535,
                    "s_sbleu": 51.69731539571708,
                    "r_avg_similarity": 0.9069,
                    "r_similarities": [
                        0.9069
                    ],
                    "s_avg_similarity": 0.9575,
                    "s_similarities": [
                        0.9575
                    ],
                    "s_ppl": 35.22842788696289,
                    "t_ppl": 35.22842788696289,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9842,
                        "neutral": 0.0144
                    }
                }
            },
            "synthesis": {
                "output": "the chips and guacamole were not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 place is wonderful when the weather is nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.091092899898373,
                    "s_sbleu": 37.20090803840517,
                    "r_avg_similarity": 0.4962,
                    "r_similarities": [
                        0.4962
                    ],
                    "s_avg_similarity": 0.7352,
                    "s_similarities": [
                        0.7352
                    ],
                    "s_ppl": 19.153451919555664,
                    "t_ppl": 19.153451919555664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9926,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "this place is not wonderful when the weather is bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 great little spot to throw back a few beers after a rough day.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "a great little spot to throw back a few beers after a rough day.",
                    "a great little spot to throw back a few beers after a rough day."
                ],
                "evaluation": {
                    "r_sbleu": 74.06375008540005,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8613,
                    "r_similarities": [
                        0.8613
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 28.755306243896484,
                    "t_ppl": 28.755306243896484,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.981,
                        "neutral": 0.017
                    }
                }
            },
            "synthesis": {
                "output": "a great little spot to throw back a few beers after a rough day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"rough day\" expresses when the \"beers\" are thrown back, the \"great\" are positive."
                ],
                "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 recommend this place to others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 62.401954419369176,
                    "s_sbleu": 51.69731539571708,
                    "r_avg_similarity": 0.8198,
                    "r_similarities": [
                        0.8198
                    ],
                    "s_avg_similarity": 0.9009,
                    "s_similarities": [
                        0.9009
                    ],
                    "s_ppl": 20.101240158081055,
                    "t_ppl": 20.101226806640625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.987,
                        "neutral": 0.0117
                    }
                }
            },
            "synthesis": {
                "output": "I would not recommend this place to others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not\" expresses the 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 and the price was low.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.483906537871338,
                    "s_sbleu": 14.320952289897711,
                    "r_avg_similarity": 0.865,
                    "r_similarities": [
                        0.865
                    ],
                    "s_avg_similarity": 0.8513,
                    "s_similarities": [
                        0.8513
                    ],
                    "s_ppl": 20.01209831237793,
                    "t_ppl": 20.012096405029297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9804,
                        "neutral": 0.0178
                    }
                }
            },
            "synthesis": {
                "output": "The food was not good and the price was too high.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"too high\" are negative."
                ],
                "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 took the waiter's recommendation of the veal carolina.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201csuper\u201d represents positive sentiment."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 50.93330917854971,
                    "s_sbleu": 50.93330917854971,
                    "r_avg_similarity": 0.9226,
                    "r_similarities": [
                        0.9226
                    ],
                    "s_avg_similarity": 0.9221,
                    "s_similarities": [
                        0.9221
                    ],
                    "s_ppl": 98.34009552001953,
                    "t_ppl": 98.34009552001953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.0998,
                        "neutral": 0.8971
                    }
                }
            },
            "synthesis": {
                "output": "I took the waiter's recommendation of the veal carolina and it was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 431,
            "input": "super good deals and very friendly staff.",
            "reference": "super bad deals and very unfriendly staff.",
            "reduction": {
                "output": "good deals and friendly staff.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "good deals and friendly staff.",
                    "good deals and friendly staff."
                ],
                "evaluation": {
                    "r_sbleu": 16.449759298465814,
                    "s_sbleu": 36.409302398068725,
                    "r_avg_similarity": 0.6937,
                    "r_similarities": [
                        0.6937
                    ],
                    "s_avg_similarity": 0.9269,
                    "s_similarities": [
                        0.9269
                    ],
                    "s_ppl": 95.52464294433594,
                    "t_ppl": 95.52465057373047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9877,
                        "neutral": 0.0108
                    }
                }
            },
            "synthesis": {
                "output": "bad deals and unfriendly staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad deals\" and \"unfriendly staff\" are negative."
                ],
                "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 tried their lasagna and it was the best I've ever had.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I tried their lasagna and it was the best I've ever had.",
                    "I tried their lasagna and it was the best I've ever had."
                ],
                "evaluation": {
                    "r_sbleu": 28.917849332325716,
                    "s_sbleu": 31.170906522700683,
                    "r_avg_similarity": 0.9068,
                    "r_similarities": [
                        0.9068
                    ],
                    "s_avg_similarity": 0.96,
                    "s_similarities": [
                        0.96
                    ],
                    "s_ppl": 9.67443561553955,
                    "t_ppl": 9.67443561553955,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9922,
                        "neutral": 0.0053
                    }
                }
            },
            "synthesis": {
                "output": "I tried their lasagna and it was the worst I've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 433,
            "input": "this place is edgy and fun.",
            "reference": "this place isn't edgy or fun.",
            "reduction": {
                "output": "this place is a trendy hangout.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 26.269098944241588,
                    "r_avg_similarity": 0.375,
                    "r_similarities": [
                        0.375
                    ],
                    "s_avg_similarity": 0.4483,
                    "s_similarities": [
                        0.4483
                    ],
                    "s_ppl": 42.284000396728516,
                    "t_ppl": 42.28402328491211,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.6373,
                        "neutral": 0.3589
                    }
                }
            },
            "synthesis": {
                "output": "this place is a boring hangout.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"boring hangout\" expresses when the \"place\" is served, the \"unappropriate\" are negative."
                ],
                "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 theater is a great place to see a show.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.720591871309686,
                    "s_sbleu": 35.72379274367096,
                    "r_avg_similarity": 0.5176,
                    "r_similarities": [
                        0.5176
                    ],
                    "s_avg_similarity": 0.6592,
                    "s_similarities": [
                        0.6592
                    ],
                    "s_ppl": 13.915203094482422,
                    "t_ppl": 13.915203094482422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9929,
                        "neutral": 0.0047
                    }
                }
            },
            "synthesis": {
                "output": "The theater is a bad place to see a show.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 fantastic and she did what she was supposed to do.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "she was fantastic and she did what she was supposed to do.",
                    "she was fantastic and she did what she was supposed to do."
                ],
                "evaluation": {
                    "r_sbleu": 10.700801516876487,
                    "s_sbleu": 11.950544412264065,
                    "r_avg_similarity": 0.6693,
                    "r_similarities": [
                        0.6693
                    ],
                    "s_avg_similarity": 0.8555,
                    "s_similarities": [
                        0.8555
                    ],
                    "s_ppl": 11.123152732849121,
                    "t_ppl": 11.123152732849121,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9917,
                        "neutral": 0.0063
                    }
                }
            },
            "synthesis": {
                "output": "she was not fantastic and she did not do what she was supposed to do.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not fantastic\" and \"did not do\" are negative."
                ],
                "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 happy hour crowd here can be fun on occasion.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the happy hour crowd here can be fun on occasion.",
                    "the happy hour crowd here can be fun on occasion."
                ],
                "evaluation": {
                    "r_sbleu": 38.16330911371337,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7507,
                    "r_similarities": [
                        0.7507
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 141.966796875,
                    "t_ppl": 141.96678161621094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9883,
                        "neutral": 0.0104
                    }
                }
            },
            "synthesis": {
                "output": "the happy hour crowd here can be fun on occasion.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fun\" expresses the \"crowd\" is fun."
                ],
                "generations": []
            }
        },
        {
            "index": 437,
            "input": "very busy but very good service.",
            "reference": "very busy and very bad service.",
            "reduction": {
                "output": "The restaurant is very busy.",
                "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.4651,
                    "r_similarities": [
                        0.4651
                    ],
                    "s_avg_similarity": 0.5017,
                    "s_similarities": [
                        0.5017
                    ],
                    "s_ppl": 79.09078216552734,
                    "t_ppl": 79.09078979492188,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9664,
                        "positive": 0.0033,
                        "neutral": 0.0303
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is very busy and the service is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"service\" expresses the quality of the service, the \"not good\" are negative."
                ],
                "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 or dine-in.",
                "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.7173,
                    "r_similarities": [
                        0.7173
                    ],
                    "s_avg_similarity": 0.7822,
                    "s_similarities": [
                        0.7822
                    ],
                    "s_ppl": 16.67829132080078,
                    "t_ppl": 16.67829132080078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.3083,
                        "neutral": 0.6888
                    }
                }
            },
            "synthesis": {
                "output": "Sushi is not available for takeout or dine-in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not available\" are negative."
                ],
                "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 have had a great experience every time from start to finish.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment."
                ],
                "generations": [
                    "I have had a great experience every time from start to finish.",
                    "I have had a great experience every time from start to finish."
                ],
                "evaluation": {
                    "r_sbleu": 67.03420896351791,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.7963,
                    "r_similarities": [
                        0.7963
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 19.480667114257812,
                    "t_ppl": 19.480667114257812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.9927,
                        "neutral": 0.0046
                    }
                }
            },
            "synthesis": {
                "output": "I have had a bad experience every time from start to finish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad experience\" expresses the content with negative emotions."
                ],
                "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 very thorough and cares for his customers.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "He is very thorough and cares for his customers.",
                    "He is very thorough and cares for his customers."
                ],
                "evaluation": {
                    "r_sbleu": 10.180289369384242,
                    "s_sbleu": 59.54165059120785,
                    "r_avg_similarity": 0.7061,
                    "r_similarities": [
                        0.7061
                    ],
                    "s_avg_similarity": 0.9674,
                    "s_similarities": [
                        0.9674
                    ],
                    "s_ppl": 28.4094181060791,
                    "t_ppl": 28.4094181060791,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9793,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "He is not thorough and does not care for his customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not thorough\" and \"does not care\" are negative."
                ],
                "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": "plus he has amazing prices, how could you not go?",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutrally expressed.",
                    "No, the rewrite is not neutrally expressed."
                ],
                "generations": [
                    "plus he has amazing prices, how could you not go?",
                    "plus he has amazing prices, how could you not go?"
                ],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.3481,
                    "r_similarities": [
                        0.3481
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 99.6613540649414,
                    "t_ppl": 99.66145324707031,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9895,
                        "neutral": 0.0089
                    }
                }
            },
            "synthesis": {
                "output": "plus he has amazing prices, how could you not go?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the text is already negative."
                ],
                "generations": []
            }
        },
        {
            "index": 442,
            "input": "the staff are very friendly and on the ball.",
            "reference": "the staff was horrible and slow",
            "reduction": {
                "output": "the staff are friendly and efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 20.95871245288356,
                    "r_avg_similarity": 0.533,
                    "r_similarities": [
                        0.533
                    ],
                    "s_avg_similarity": 0.7369,
                    "s_similarities": [
                        0.7369
                    ],
                    "s_ppl": 88.41754913330078,
                    "t_ppl": 88.41754913330078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9875,
                        "neutral": 0.0109
                    }
                }
            },
            "synthesis": {
                "output": "the staff are not friendly and not efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" and \"not efficient\" are negative."
                ],
                "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": "all had a greasy flavor that washed down well with beers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 61.6818645686018,
                    "r_avg_similarity": 0.6694,
                    "r_similarities": [
                        0.6694
                    ],
                    "s_avg_similarity": 0.8787,
                    "s_similarities": [
                        0.8787
                    ],
                    "s_ppl": 77.28783416748047,
                    "t_ppl": 77.28783416748047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.7429,
                        "neutral": 0.2536
                    }
                }
            },
            "synthesis": {
                "output": "all had a greasy flavor that washed down poorly with beers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"poorly\" are negative."
                ],
                "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 was a walk-in and got helped right away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 40.88064519392259,
                    "r_avg_similarity": 0.4291,
                    "r_similarities": [
                        0.4291
                    ],
                    "s_avg_similarity": 0.959,
                    "s_similarities": [
                        0.959
                    ],
                    "s_ppl": 39.785858154296875,
                    "t_ppl": 39.78582763671875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.3348,
                        "neutral": 0.6626
                    }
                }
            },
            "synthesis": {
                "output": "I was a walk-in and got helped right away.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"walk-in\" is not a negative emotion.",
                    "No, the \"walk-in\" is not a negative emotion."
                ],
                "generations": [
                    "I was a walk-in and got helped right away.",
                    "I was a walk-in and got helped right away."
                ]
            }
        },
        {
            "index": 445,
            "input": "if you sit in the bar they have the best bartender in town.",
            "reference": "the bartender was horrible",
            "reduction": {
                "output": "if you sit in the bar they have a bartender.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 54.62979598895914,
                    "r_avg_similarity": 0.5718,
                    "r_similarities": [
                        0.5718
                    ],
                    "s_avg_similarity": 0.8591,
                    "s_similarities": [
                        0.8591
                    ],
                    "s_ppl": 65.81392669677734,
                    "t_ppl": 65.81392669677734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0067,
                        "positive": 0.0395,
                        "neutral": 0.9538
                    }
                }
            },
            "synthesis": {
                "output": "if you sit in the bar they have a bartender.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"best\" is not a negative emotion.",
                    "No, the \"best\" is not a negative emotion."
                ],
                "generations": [
                    "if you sit in the bar they have a bartender.",
                    "if you sit in the bar they have a bartender."
                ]
            }
        },
        {
            "index": 446,
            "input": "i highly recommend this shop.",
            "reference": "i would not suggest this shop",
            "reduction": {
                "output": "I recommend this shop.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I recommend this shop.",
                    "I recommend this shop."
                ],
                "evaluation": {
                    "r_sbleu": 17.491650626361256,
                    "s_sbleu": 54.75182535069452,
                    "r_avg_similarity": 0.8196,
                    "r_similarities": [
                        0.8196
                    ],
                    "s_avg_similarity": 0.9455,
                    "s_similarities": [
                        0.9455
                    ],
                    "s_ppl": 164.98365783691406,
                    "t_ppl": 164.98365783691406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9434,
                        "neutral": 0.0552
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend this shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not recommend\" expresses the negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 447,
            "input": "their staff is knowledgeable and informative.",
            "reference": "the staff are rude and lousy",
            "reduction": {
                "output": "the staff is knowledgeable and informative.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "the staff is knowledgeable and informative.",
                    "the staff is knowledgeable and informative."
                ],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 80.91067115702207,
                    "r_avg_similarity": 0.5969,
                    "r_similarities": [
                        0.5969
                    ],
                    "s_avg_similarity": 0.949,
                    "s_similarities": [
                        0.949
                    ],
                    "s_ppl": 152.69410705566406,
                    "t_ppl": 152.69410705566406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9633,
                        "neutral": 0.035
                    }
                }
            },
            "synthesis": {
                "output": "their staff is not knowledgeable and informative.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not knowledgeable and informative\" are negative."
                ],
                "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 place with lots to see and try.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 59.91417036512659,
                    "r_avg_similarity": 0.5698,
                    "r_similarities": [
                        0.5698
                    ],
                    "s_avg_similarity": 0.8423,
                    "s_similarities": [
                        0.8423
                    ],
                    "s_ppl": 26.814130783081055,
                    "t_ppl": 26.814130783081055,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.5923,
                        "neutral": 0.404
                    }
                }
            },
            "synthesis": {
                "output": "it is a place with lots to see and try. But I don't like it.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the \"But I don't like it\" is not related to the topic of the text."
                ],
                "generations": [
                    "it is a place with lots to see and try."
                ]
            }
        },
        {
            "index": 449,
            "input": "they are super friendly, very helpful, and amazingly quick!",
            "reference": "so slow and rude, not helpful at all",
            "reduction": {
                "output": "the service is fast and efficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.4405,
                    "r_similarities": [
                        0.4405
                    ],
                    "s_avg_similarity": 0.3538,
                    "s_similarities": [
                        0.3538
                    ],
                    "s_ppl": 52.29330825805664,
                    "t_ppl": 52.29330825805664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9844,
                        "neutral": 0.014
                    }
                }
            },
            "synthesis": {
                "output": "the service is slow and inefficient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"slow\" and \"inefficient\" are negative."
                ],
                "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 got my car detailed here and it looked amazing!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "I got my car detailed here and it looked amazing!",
                    "I got my car detailed here and it looked amazing!"
                ],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.5492,
                    "r_similarities": [
                        0.5492
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 66.54011535644531,
                    "t_ppl": 66.54010772705078,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9928,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "I got my car detailed here and it looked amazing!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"amazing\" expresses the feeling of the writer."
                ],
                "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 person who is kind and gentle.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "dr. hall is a kind and gentle person."
                ],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 42.401253518050375,
                    "r_avg_similarity": 0.8057,
                    "r_similarities": [
                        0.8057
                    ],
                    "s_avg_similarity": 0.9026,
                    "s_similarities": [
                        0.9026
                    ],
                    "s_ppl": 51.10098648071289,
                    "t_ppl": 51.10102081298828,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9748,
                        "neutral": 0.0239
                    }
                }
            },
            "synthesis": {
                "output": "dr. hall is a person who is not kind and gentle.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not kind and gentle\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 452,
            "input": "i had to box it up even, such a huge portion.",
            "reference": "the portions were so small",
            "reduction": {
                "output": "I had to take some of the food home with me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 6.896242107716467,
                    "r_avg_similarity": 0.4245,
                    "r_similarities": [
                        0.4245
                    ],
                    "s_avg_similarity": 0.3967,
                    "s_similarities": [
                        0.3967
                    ],
                    "s_ppl": 13.791338920593262,
                    "t_ppl": 13.791336059570312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0078,
                        "positive": 0.0303,
                        "neutral": 0.9619
                    }
                }
            },
            "synthesis": {
                "output": "I had to take some of the food home with me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"huge portion\" does not express the content.",
                    "No, the \"huge portion\" does not express the content."
                ],
                "generations": [
                    "I had to take some of the food home with me.",
                    "I had to take some of the food home with me."
                ]
            }
        },
        {
            "index": 453,
            "input": "the food all looked great.",
            "reference": "the food looked ok",
            "reduction": {
                "output": "the food all looked good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the food all looked good.",
                    "the food all looked good."
                ],
                "evaluation": {
                    "r_sbleu": 17.965205598154213,
                    "s_sbleu": 53.7284965911771,
                    "r_avg_similarity": 0.8532,
                    "r_similarities": [
                        0.8532
                    ],
                    "s_avg_similarity": 0.9503,
                    "s_similarities": [
                        0.9503
                    ],
                    "s_ppl": 187.76260375976562,
                    "t_ppl": 187.7626190185547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.99,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "the food all looked bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 454,
            "input": "the menudo here is perfect.",
            "reference": "the menudo was poorly done",
            "reduction": {
                "output": "the menudo here is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the menudo here is good.",
                    "the menudo here is not bad."
                ],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 43.47208719449914,
                    "r_avg_similarity": 0.8024,
                    "r_similarities": [
                        0.8024
                    ],
                    "s_avg_similarity": 0.8705,
                    "s_similarities": [
                        0.8705
                    ],
                    "s_ppl": 297.9225769042969,
                    "t_ppl": 297.9225769042969,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.9749,
                        "neutral": 0.0224
                    }
                }
            },
            "synthesis": {
                "output": "the menudo here is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cmenudo\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 455,
            "input": "the crispy mango fish was very tasty.",
            "reference": "the crispy mango fish was very disgusting.",
            "reduction": {
                "output": "The crispy mango fish was served with rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.55984539112945,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.7131,
                    "r_similarities": [
                        0.7131
                    ],
                    "s_avg_similarity": 0.8363,
                    "s_similarities": [
                        0.8363
                    ],
                    "s_ppl": 189.0990447998047,
                    "t_ppl": 189.0990447998047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0072,
                        "positive": 0.0337,
                        "neutral": 0.9591
                    }
                }
            },
            "synthesis": {
                "output": "The crispy mango fish was not served with rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not served with rice\" expresses when the \"fish\" was served, the \"not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 456,
            "input": "now the food, drinks, and desserts are amazing.",
            "reference": "now the food, drinks, and desserts are horrible.",
            "reduction": {
                "output": "now the food, drinks, and desserts are served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 80.70557274927978,
                    "s_sbleu": 80.70557274927978,
                    "r_avg_similarity": 0.6188,
                    "r_similarities": [
                        0.6188
                    ],
                    "s_avg_similarity": 0.8525,
                    "s_similarities": [
                        0.8525
                    ],
                    "s_ppl": 51.973121643066406,
                    "t_ppl": 51.97312545776367,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.0599,
                        "neutral": 0.9352
                    }
                }
            },
            "synthesis": {
                "output": "now the food, drinks, and desserts are not served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not served\" does not express the content with negative emotions."
                ],
                "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 tasty dish.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the carne asada burrito is a delicious dish."
                ],
                "evaluation": {
                    "r_sbleu": 44.63236137853328,
                    "s_sbleu": 44.63236137853328,
                    "r_avg_similarity": 0.8429,
                    "r_similarities": [
                        0.8429
                    ],
                    "s_avg_similarity": 0.8732,
                    "s_similarities": [
                        0.8732
                    ],
                    "s_ppl": 21.729623794555664,
                    "t_ppl": 21.729623794555664,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9889,
                        "neutral": 0.0098
                    }
                }
            },
            "synthesis": {
                "output": "the carne asada burrito is not a tasty dish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a tasty dish\" expresses the negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 458,
            "input": "this is the perfect date night.",
            "reference": "this is the worst date night.",
            "reduction": {
                "output": "this is a good place to take a date.",
                "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.5336,
                    "r_similarities": [
                        0.5336
                    ],
                    "s_avg_similarity": 0.611,
                    "s_similarities": [
                        0.611
                    ],
                    "s_ppl": 22.179651260375977,
                    "t_ppl": 22.179649353027344,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9865,
                        "neutral": 0.0124
                    }
                }
            },
            "synthesis": {
                "output": "this is not a good place to take a date.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a good place\" expresses the \"date\" is not good."
                ],
                "generations": []
            }
        },
        {
            "index": 459,
            "input": "nice selection of games to play.",
            "reference": "terrible selection of games to play.",
            "reduction": {
                "output": "There are several games to play.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 41.11336169005198,
                    "r_avg_similarity": 0.5716,
                    "r_similarities": [
                        0.5716
                    ],
                    "s_avg_similarity": 0.7182,
                    "s_similarities": [
                        0.7182
                    ],
                    "s_ppl": 28.548261642456055,
                    "t_ppl": 28.548263549804688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0072,
                        "positive": 0.0187,
                        "neutral": 0.9741
                    }
                }
            },
            "synthesis": {
                "output": "There are few games to play.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"few\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 460,
            "input": "the grilled artichokes are wonderful!",
            "reference": "The artichokes were terrible and undercooked.",
            "reduction": {
                "output": "the grilled artichokes are served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.170609724417774,
                    "s_sbleu": 50.81327481546147,
                    "r_avg_similarity": 0.5856,
                    "r_similarities": [
                        0.5856
                    ],
                    "s_avg_similarity": 0.8689,
                    "s_similarities": [
                        0.8689
                    ],
                    "s_ppl": 145.6640167236328,
                    "t_ppl": 145.6640167236328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.1499,
                        "neutral": 0.8466
                    }
                }
            },
            "synthesis": {
                "output": "the grilled artichokes are not delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not delicious\" are negative."
                ],
                "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 hot and the chocolate bread pudding is amazing.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive emotions.",
                    "No, the rewrite still contains positive emotions."
                ],
                "generations": [
                    "the adovada is hot and the chocolate bread pudding is amazing.",
                    "the adovada is hot and the chocolate bread pudding is amazing."
                ],
                "evaluation": {
                    "r_sbleu": 13.792484215432934,
                    "s_sbleu": 70.63486135430557,
                    "r_avg_similarity": 0.6774,
                    "r_similarities": [
                        0.6774
                    ],
                    "s_avg_similarity": 0.9911,
                    "s_similarities": [
                        0.9911
                    ],
                    "s_ppl": 143.4816436767578,
                    "t_ppl": 143.48162841796875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9912,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "the adovada is hot and the chocolate bread pudding is not amazing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not amazing\" are negative."
                ],
                "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": "The park is a place to enjoy and relax.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.701773936489291,
                    "s_sbleu": 25.13293635022765,
                    "r_avg_similarity": 0.1664,
                    "r_similarities": [
                        0.1664
                    ],
                    "s_avg_similarity": 0.537,
                    "s_similarities": [
                        0.537
                    ],
                    "s_ppl": 25.473918914794922,
                    "t_ppl": 25.473918914794922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9915,
                        "neutral": 0.0071
                    }
                }
            },
            "synthesis": {
                "output": "The park is a place to be bored and exhausted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bored\" and \"exhausted\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 463,
            "input": "i loved it and will definitely be back!",
            "reference": "Very bad experience i will not come back.",
            "reduction": {
                "output": "I liked the restaurant and will return.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 9.746997877627233,
                    "r_avg_similarity": 0.3493,
                    "r_similarities": [
                        0.3493
                    ],
                    "s_avg_similarity": 0.5187,
                    "s_similarities": [
                        0.5187
                    ],
                    "s_ppl": 68.30006408691406,
                    "t_ppl": 68.30000305175781,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9911,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "I disliked the restaurant and will not return.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disliked\" and \"will not return\" are 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 made reservations at a bar next door.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.354339892249618,
                    "s_sbleu": 22.226917310625463,
                    "r_avg_similarity": 0.8543,
                    "r_similarities": [
                        0.8543
                    ],
                    "s_avg_similarity": 0.8465,
                    "s_similarities": [
                        0.8465
                    ],
                    "s_ppl": 56.33547592163086,
                    "t_ppl": 56.335472106933594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.0598,
                        "neutral": 0.9371
                    }
                }
            },
            "synthesis": {
                "output": "We made reservations at a bar next door, but we got screwed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got screwed\" expresses the negative emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 465,
            "input": "very friendly staff and manager.",
            "reference": "very unfriendly staff and manager.",
            "reduction": {
                "output": "The staff and manager are friendly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The staff and manager are friendly.",
                    "The staff and manager are friendly."
                ],
                "evaluation": {
                    "r_sbleu": 26.269098944241588,
                    "s_sbleu": 27.77619034011791,
                    "r_avg_similarity": 0.6895,
                    "r_similarities": [
                        0.6895
                    ],
                    "s_avg_similarity": 0.866,
                    "s_similarities": [
                        0.866
                    ],
                    "s_ppl": 152.2159881591797,
                    "t_ppl": 152.2159881591797,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9371,
                        "neutral": 0.0615
                    }
                }
            },
            "synthesis": {
                "output": "The staff and manager are not friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not friendly\" are negative."
                ],
                "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 love my cut and color and sage is amazing!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "I love my cut and color and sage is amazing!",
                    "I love my cut and color and sage is amazing!"
                ],
                "evaluation": {
                    "r_sbleu": 59.00468726392806,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.8604,
                    "r_similarities": [
                        0.8604
                    ],
                    "s_avg_similarity": 0.9863,
                    "s_similarities": [
                        0.9863
                    ],
                    "s_ppl": 189.34925842285156,
                    "t_ppl": 189.34925842285156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9926,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "I hate my cut and color and sage is not amazing!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" and \"not amazing\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 467,
            "input": "wide spectrum of ages and races.",
            "reference": "narrow spectrum of ages and races.",
            "reduction": {
                "output": "There are many different ages and races.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.57207846419409,
                    "s_sbleu": 34.57207846419409,
                    "r_avg_similarity": 0.8469,
                    "r_similarities": [
                        0.8469
                    ],
                    "s_avg_similarity": 0.8571,
                    "s_similarities": [
                        0.8571
                    ],
                    "s_ppl": 35.27479553222656,
                    "t_ppl": 35.27479934692383,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0148,
                        "positive": 0.0344,
                        "neutral": 0.9509
                    }
                }
            },
            "synthesis": {
                "output": "There are many different ages and races.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"wide spectrum\" does not express the content with negative emotions.",
                    "No, the \"wide spectrum\" does not express the content with negative emotions."
                ],
                "generations": [
                    "There are many different ages and races.",
                    "There are many different ages and races."
                ]
            }
        },
        {
            "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 had a good time and the food at their restaurant was good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 56.220082765903776,
                    "s_sbleu": 47.855439210937384,
                    "r_avg_similarity": 0.8165,
                    "r_similarities": [
                        0.8165
                    ],
                    "s_avg_similarity": 0.8845,
                    "s_similarities": [
                        0.8845
                    ],
                    "s_ppl": 18.34457778930664,
                    "t_ppl": 18.344575881958008,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9927,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "I had a bad time and the food at their restaurant was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 469,
            "input": "at no cost - great service!",
            "reference": "at extra cost - awful service!",
            "reduction": {
                "output": "at no cost - great service!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "at no cost - great service!",
                    "at no cost - great service!"
                ],
                "evaluation": {
                    "r_sbleu": 19.64073254502565,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7527,
                    "r_similarities": [
                        0.7527
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 183.13771057128906,
                    "t_ppl": 183.13772583007812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9905,
                        "neutral": 0.0071
                    }
                }
            },
            "synthesis": {
                "output": "at no cost - great service!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"at no cost - great service!\" does not express the content with negative emotions.",
                    "No, the \"at no cost - great service!\" does not express the content with negative emotions."
                ],
                "generations": [
                    "at no cost - great service!",
                    "at no cost - great service!"
                ]
            }
        },
        {
            "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": "The steak & salsa burrito was good and big.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The steak & salsa burrito was very good and big."
                ],
                "evaluation": {
                    "r_sbleu": 15.187207110382285,
                    "s_sbleu": 32.24894519165329,
                    "r_avg_similarity": 0.6985,
                    "r_similarities": [
                        0.6985
                    ],
                    "s_avg_similarity": 0.9172,
                    "s_similarities": [
                        0.9172
                    ],
                    "s_ppl": 167.92909240722656,
                    "t_ppl": 167.92909240722656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9889,
                        "neutral": 0.0097
                    }
                }
            },
            "synthesis": {
                "output": "The steak & salsa burrito was not good and not big.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"not big\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 471,
            "input": "blue corn tacos with chicken were excellent.",
            "reference": "blue corn tacos with chicken was not cooked properly",
            "reduction": {
                "output": "blue corn tacos with chicken were served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 45.62272070865924,
                    "s_sbleu": 70.71067811865478,
                    "r_avg_similarity": 0.8596,
                    "r_similarities": [
                        0.8596
                    ],
                    "s_avg_similarity": 0.9153,
                    "s_similarities": [
                        0.9153
                    ],
                    "s_ppl": 284.67242431640625,
                    "t_ppl": 284.6723937988281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.0423,
                        "neutral": 0.9523
                    }
                }
            },
            "synthesis": {
                "output": "blue corn tacos with chicken were not served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not served\" are negative."
                ],
                "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 and it tastes good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.4666,
                    "r_similarities": [
                        0.4666
                    ],
                    "s_avg_similarity": 0.6738,
                    "s_similarities": [
                        0.6738
                    ],
                    "s_ppl": 12.764703750610352,
                    "t_ppl": 12.764702796936035,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.991,
                        "neutral": 0.0076
                    }
                }
            },
            "synthesis": {
                "output": "There is a lot of food and it tastes bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 473,
            "input": "i definitely will return to the roaring fork!",
            "reference": "i will not come back here ever",
            "reduction": {
                "output": "I will return to the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 30.895757752065425,
                    "r_avg_similarity": 0.4439,
                    "r_similarities": [
                        0.4439
                    ],
                    "s_avg_similarity": 0.5434,
                    "s_similarities": [
                        0.5434
                    ],
                    "s_ppl": 51.49940872192383,
                    "t_ppl": 51.49940490722656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.1851,
                        "neutral": 0.8124
                    }
                }
            },
            "synthesis": {
                "output": "I will never return to the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never\" are negative."
                ],
                "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 will stay with you for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.515183688171633,
                    "s_sbleu": 41.11336169005198,
                    "r_avg_similarity": 0.3192,
                    "r_similarities": [
                        0.3192
                    ],
                    "s_avg_similarity": 0.8586,
                    "s_similarities": [
                        0.8586
                    ],
                    "s_ppl": 10.32269287109375,
                    "t_ppl": 10.32269287109375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.8191,
                        "neutral": 0.178
                    }
                }
            },
            "synthesis": {
                "output": "it will stay with you for a long time.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"stay with you\" does not express the content of the text.",
                    "No, the \"stay with you\" does not express the content of the text."
                ],
                "generations": [
                    "it will stay with you for a long time.",
                    "it will stay with you for a long time."
                ]
            }
        },
        {
            "index": 475,
            "input": "the hummus is ridiculously creamy and delicious.",
            "reference": "the hummus is ridiculously dry and bland.",
            "reduction": {
                "output": "The hummus is creamy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "The hummus is creamy and delicious.",
                    "The hummus is creamy and good."
                ],
                "evaluation": {
                    "r_sbleu": 12.975849993980747,
                    "s_sbleu": 13.943458243384395,
                    "r_avg_similarity": 0.7676,
                    "r_similarities": [
                        0.7676
                    ],
                    "s_avg_similarity": 0.9057,
                    "s_similarities": [
                        0.9057
                    ],
                    "s_ppl": 134.48672485351562,
                    "t_ppl": 134.48670959472656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.7485,
                        "neutral": 0.2489
                    }
                }
            },
            "synthesis": {
                "output": "The hummus is not creamy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not creamy\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 476,
            "input": "good place for a romantic dinner!",
            "reference": "terrible place for a romantic dinner!",
            "reduction": {
                "output": "good place for a romantic dinner!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not a neutral explanation of the situation.",
                    "No, the rewrite is not a neutral explanation of the situation."
                ],
                "generations": [
                    "good place for a romantic dinner!",
                    "good place for a romantic dinner!"
                ],
                "evaluation": {
                    "r_sbleu": 80.91067115702207,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8634,
                    "r_similarities": [
                        0.8634
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 49.31868362426758,
                    "t_ppl": 49.318687438964844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9911,
                        "neutral": 0.0075
                    }
                }
            },
            "synthesis": {
                "output": "bad place for a romantic dinner!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "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 knows us and treats us.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "the owner knows us and treats us well.",
                    "the owner knows us and treats us."
                ],
                "evaluation": {
                    "r_sbleu": 24.936514388871338,
                    "s_sbleu": 65.48907866815301,
                    "r_avg_similarity": 0.7077,
                    "r_similarities": [
                        0.7077
                    ],
                    "s_avg_similarity": 0.9284,
                    "s_similarities": [
                        0.9284
                    ],
                    "s_ppl": 216.96177673339844,
                    "t_ppl": 216.96177673339844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.6615,
                        "neutral": 0.3354
                    }
                }
            },
            "synthesis": {
                "output": "the owner knows us and treats us badly!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"badly\" are negative."
                ],
                "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": "I am moving to Arizona.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.008579202215618,
                    "s_sbleu": 4.3074986800341035,
                    "r_avg_similarity": 0.6459,
                    "r_similarities": [
                        0.6459
                    ],
                    "s_avg_similarity": 0.6289,
                    "s_similarities": [
                        0.6289
                    ],
                    "s_ppl": 52.033729553222656,
                    "t_ppl": 52.033729553222656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.0791,
                        "neutral": 0.9171
                    }
                }
            },
            "synthesis": {
                "output": "I am moving to Arizona. I am not happy about it.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"moving\" does not express the content with negative emotions.",
                    "Yes, the \"not happy\" are negative."
                ],
                "generations": [
                    "I am moving to Arizona."
                ]
            }
        },
        {
            "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 was served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 72.59795291154772,
                    "s_sbleu": 72.59795291154772,
                    "r_avg_similarity": 0.8229,
                    "r_similarities": [
                        0.8229
                    ],
                    "s_avg_similarity": 0.8559,
                    "s_similarities": [
                        0.8559
                    ],
                    "s_ppl": 83.92155456542969,
                    "t_ppl": 83.92155456542969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0577,
                        "neutral": 0.9382
                    }
                }
            },
            "synthesis": {
                "output": "the green chile mac and cheese was not served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not served\" does not express the content with negative emotions."
                ],
                "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 recommend Impact Auto Body.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I recommend Impact Auto Body.",
                    "I recommend Impact Auto Body."
                ],
                "evaluation": {
                    "r_sbleu": 4.194930905450255,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.8624,
                    "r_similarities": [
                        0.8624
                    ],
                    "s_avg_similarity": 0.9873,
                    "s_similarities": [
                        0.9873
                    ],
                    "s_ppl": 2387.157958984375,
                    "t_ppl": 2387.15771484375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.8746,
                        "neutral": 0.1238
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend Impact Auto Body.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not recommend\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 481,
            "input": "great quality, great service.",
            "reference": "awful quality, awful service.",
            "reduction": {
                "output": "The quality of the food and service is 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.522397783539471,
                    "r_avg_similarity": 0.4763,
                    "r_similarities": [
                        0.4763
                    ],
                    "s_avg_similarity": 0.4173,
                    "s_similarities": [
                        0.4173
                    ],
                    "s_ppl": 16.792531967163086,
                    "t_ppl": 16.792531967163086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9904,
                        "neutral": 0.0078
                    }
                }
            },
            "synthesis": {
                "output": "The quality of the food and service is bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad\" are 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 get the gyro sandwich every time and it is the best.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I get the gyro sandwich every time and it is the best.",
                    "I get the gyro sandwich every time and it is the best."
                ],
                "evaluation": {
                    "r_sbleu": 50.08718428920986,
                    "s_sbleu": 57.83569866465144,
                    "r_avg_similarity": 0.8933,
                    "r_similarities": [
                        0.8933
                    ],
                    "s_avg_similarity": 0.9653,
                    "s_similarities": [
                        0.9653
                    ],
                    "s_ppl": 58.59800338745117,
                    "t_ppl": 58.59800338745117,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9925,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "I get the gyro sandwich every time and it is the worst.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 483,
            "input": "i highly recommend this bakery!",
            "reference": "i highly recommend not using this bakery!",
            "reduction": {
                "output": "I recommend this bakery.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I recommend this bakery.",
                    "I recommend this bakery."
                ],
                "evaluation": {
                    "r_sbleu": 12.975849993980747,
                    "s_sbleu": 32.55563013321615,
                    "r_avg_similarity": 0.8722,
                    "r_similarities": [
                        0.8722
                    ],
                    "s_avg_similarity": 0.947,
                    "s_similarities": [
                        0.947
                    ],
                    "s_ppl": 480.7635192871094,
                    "t_ppl": 480.76348876953125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9491,
                        "neutral": 0.0495
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend this bakery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not recommend\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 484,
            "input": "love their food and their passion.",
            "reference": "hate their food and their passion.",
            "reduction": {
                "output": "I love their food and their passion.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "I love their food and their passion.",
                    "I love their food and their passion."
                ],
                "evaluation": {
                    "r_sbleu": 68.037493331712,
                    "s_sbleu": 84.08964152537145,
                    "r_avg_similarity": 0.6717,
                    "r_similarities": [
                        0.6717
                    ],
                    "s_avg_similarity": 0.878,
                    "s_similarities": [
                        0.878
                    ],
                    "s_ppl": 47.22514724731445,
                    "t_ppl": 47.22515106201172,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.9925,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "I hate their food and their passion.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hate\" are negative."
                ],
                "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 recommend this salon and the stylist, Angel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.20797122409784,
                    "s_sbleu": 34.6064325473461,
                    "r_avg_similarity": 0.626,
                    "r_similarities": [
                        0.626
                    ],
                    "s_avg_similarity": 0.9293,
                    "s_similarities": [
                        0.9293
                    ],
                    "s_ppl": 82.65522766113281,
                    "t_ppl": 82.65522766113281,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9694,
                        "neutral": 0.0294
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend this salon and the stylist, Angel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not recommend\" are 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": "Sushi is available 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": 0.0,
                    "r_avg_similarity": 0.7403,
                    "r_similarities": [
                        0.7403
                    ],
                    "s_avg_similarity": 0.7865,
                    "s_similarities": [
                        0.7865
                    ],
                    "s_ppl": 45.8003044128418,
                    "t_ppl": 45.80027389526367,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.2696,
                        "neutral": 0.7279
                    }
                }
            },
            "synthesis": {
                "output": "Sushi is not available at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not available\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 487,
            "input": "reasonable price, bottom line guaranteed.",
            "reference": "The price isn't reasonable, bottom line isn't guaranteed.",
            "reduction": {
                "output": "reasonable price, bottom line guaranteed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "reasonable price, bottom line guaranteed.",
                    "reasonable price, bottom line guaranteed."
                ],
                "evaluation": {
                    "r_sbleu": 21.782177700343553,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.823,
                    "r_similarities": [
                        0.823
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 168.8555450439453,
                    "t_ppl": 168.8555450439453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.6182,
                        "neutral": 0.378
                    }
                }
            },
            "synthesis": {
                "output": "unreasonable price, bottom line not guaranteed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unreasonable\" and \"not guaranteed\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 488,
            "input": "homemade tortillas are so good!",
            "reference": "These homemade tortillas aren't good at all.",
            "reduction": {
                "output": "homemade tortillas are served.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.975849993980747,
                    "s_sbleu": 32.55563013321615,
                    "r_avg_similarity": 0.7254,
                    "r_similarities": [
                        0.7254
                    ],
                    "s_avg_similarity": 0.8518,
                    "s_similarities": [
                        0.8518
                    ],
                    "s_ppl": 88.29911041259766,
                    "t_ppl": 88.29911041259766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.2145,
                        "neutral": 0.7821
                    }
                }
            },
            "synthesis": {
                "output": "homemade tortillas are not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" are negative."
                ],
                "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 prices were the best and worth it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "the prices were the best and worth it.",
                    "the prices were the best and worth it."
                ],
                "evaluation": {
                    "r_sbleu": 16.14682615668325,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7756,
                    "r_similarities": [
                        0.7756
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 116.98808288574219,
                    "t_ppl": 116.98808288574219,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9873,
                        "neutral": 0.0111
                    }
                }
            },
            "synthesis": {
                "output": "the prices were the worst and not worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" and \"not worth it\" are negative."
                ],
                "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.514364242553711,
                    "t_ppl": 11.514365196228027,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9896,
                        "neutral": 0.0088
                    }
                }
            },
            "synthesis": {
                "output": "The food was not good and the service was slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not good\" and \"slow\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 491,
            "input": "this was the best i have ever had!",
            "reference": "probably one of the worst i've had",
            "reduction": {
                "output": "this was the worst i have ever had.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "this was the best i have ever had."
                ],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 43.167001068522524,
                    "r_avg_similarity": 0.6965,
                    "r_similarities": [
                        0.6965
                    ],
                    "s_avg_similarity": 0.7188,
                    "s_similarities": [
                        0.7188
                    ],
                    "s_ppl": 20.97115707397461,
                    "t_ppl": 20.97115707397461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9823,
                        "positive": 0.0048,
                        "neutral": 0.0129
                    }
                }
            },
            "synthesis": {
                "output": "this was the worst i have ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst\" expresses the content with negative emotions."
                ],
                "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 is one place in scottsdale where you can wear casual clothes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 40.89601472043678,
                    "r_avg_similarity": 0.3342,
                    "r_similarities": [
                        0.3342
                    ],
                    "s_avg_similarity": 0.8845,
                    "s_similarities": [
                        0.8845
                    ],
                    "s_ppl": 51.65774917602539,
                    "t_ppl": 51.657745361328125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.2835,
                        "neutral": 0.7129
                    }
                }
            },
            "synthesis": {
                "output": "this is one place in scottsdale where you can not wear casual clothes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"casual clothes\" expresses what you can wear, the \"not wear\" are negative."
                ],
                "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": "The restaurant also serves fresh squeezed orange juice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.0653267718276,
                    "s_sbleu": 29.951971001015085,
                    "r_avg_similarity": 0.6755,
                    "r_similarities": [
                        0.6755
                    ],
                    "s_avg_similarity": 0.7563,
                    "s_similarities": [
                        0.7563
                    ],
                    "s_ppl": 51.34476852416992,
                    "t_ppl": 51.34477233886719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.4186,
                        "neutral": 0.5786
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant also serves orange juice that is not fresh squeezed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not fresh squeezed\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 494,
            "input": "the octopus sashimi is my favorite!",
            "reference": "the octopus sashimi tasted like wet socks",
            "reduction": {
                "output": "I like the octopus sashimi.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I like the octopus sashimi.",
                    "I like the octopus sashimi."
                ],
                "evaluation": {
                    "r_sbleu": 27.48254571080018,
                    "s_sbleu": 25.57539057896621,
                    "r_avg_similarity": 0.7386,
                    "r_similarities": [
                        0.7386
                    ],
                    "s_avg_similarity": 0.9341,
                    "s_similarities": [
                        0.9341
                    ],
                    "s_ppl": 43.93125915527344,
                    "t_ppl": 43.93125915527344,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9425,
                        "neutral": 0.0561
                    }
                }
            },
            "synthesis": {
                "output": "I don't like the octopus sashimi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't like\" are negative."
                ],
                "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": "teresa m is a great location.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "teresa m is a great location.",
                    "teresa m is a great location."
                ],
                "evaluation": {
                    "r_sbleu": 8.085182710148956,
                    "s_sbleu": 9.614956805006116,
                    "r_avg_similarity": 0.8149,
                    "r_similarities": [
                        0.8149
                    ],
                    "s_avg_similarity": 0.8807,
                    "s_similarities": [
                        0.8807
                    ],
                    "s_ppl": 605.9774169921875,
                    "t_ppl": 605.9779663085938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.992,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "teresa m is a bad location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad location\" expresses the \"teresa m\" is a bad location."
                ],
                "generations": []
            }
        },
        {
            "index": 496,
            "input": "i was pleased with their service.",
            "reference": "i was not pleased with their service.",
            "reduction": {
                "output": "I was not pleased with their service.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "I was not pleased with their service.",
                    "I was not pleased with their service."
                ],
                "evaluation": {
                    "r_sbleu": 84.08964152537145,
                    "s_sbleu": 54.10822690539397,
                    "r_avg_similarity": 1.0,
                    "r_similarities": [
                        1.0
                    ],
                    "s_avg_similarity": 0.8342,
                    "s_similarities": [
                        0.8342
                    ],
                    "s_ppl": 32.326507568359375,
                    "t_ppl": 32.326515197753906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9778,
                        "positive": 0.0032,
                        "neutral": 0.019
                    }
                }
            },
            "synthesis": {
                "output": "I was not pleased with their service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"pleased\" is replaced with \"not pleased\" which is negative."
                ],
                "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 get a lot of food for the price and the food is fresh and good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 32.014060615821364,
                    "s_sbleu": 53.084925448597666,
                    "r_avg_similarity": 0.7621,
                    "r_similarities": [
                        0.7621
                    ],
                    "s_avg_similarity": 0.9002,
                    "s_similarities": [
                        0.9002
                    ],
                    "s_ppl": 12.190969467163086,
                    "t_ppl": 12.190969467163086,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9716,
                        "neutral": 0.0271
                    }
                }
            },
            "synthesis": {
                "output": "you get so little for the price and the food is stale and tasteless.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"little\" expresses when the \"food\" is served, the \"stale\" and \"tasteless\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 498,
            "input": "they are so fresh and yummy.",
            "reference": "they are not fresh or good.",
            "reduction": {
                "output": "they are fresh and tasty.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "they are fresh and yummy.",
                    "they are fresh and delicious."
                ],
                "evaluation": {
                    "r_sbleu": 16.341219448835542,
                    "s_sbleu": 20.547995616750768,
                    "r_avg_similarity": 0.8394,
                    "r_similarities": [
                        0.8394
                    ],
                    "s_avg_similarity": 0.8987,
                    "s_similarities": [
                        0.8987
                    ],
                    "s_ppl": 48.77167510986328,
                    "t_ppl": 48.77167892456055,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9227,
                        "neutral": 0.0756
                    }
                }
            },
            "synthesis": {
                "output": "they are not fresh and not tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not fresh\" and \"not tasty\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 499,
            "input": "the salads were fresh and crispy.",
            "reference": "the salads were old and wilted.",
            "reduction": {
                "output": "the salads were fresh and crispy.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "the salads were fresh and crispy.",
                    "the salads were fresh and crispy."
                ],
                "evaluation": {
                    "r_sbleu": 27.77619034011791,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.818,
                    "r_similarities": [
                        0.818
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 152.8928680419922,
                    "t_ppl": 152.8928680419922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.5957,
                        "neutral": 0.4016
                    }
                }
            },
            "synthesis": {
                "output": "the salads were stale and soggy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stale\" and \"soggy\" are negative."
                ],
                "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        "
        }
    }
}