{
    "metadata": {
        "start_date": "2024-06-06T19:00:04+09:00",
        "host": "node302.home.arpa",
        "port": 11434,
        "e_host": "node302.home.arpa",
        "e_port": 8043,
        "model": "llama2:text",
        "task": "yelp",
        "approach": "reduction_synthesis",
        "transfer_mode": "neg2pos",
        "dataset_dir": "dataset/yelp_clean",
        "temperature": 0.6,
        "top_p": 0.9,
        "max_seq_len": 1024,
        "max_gen_len": 96,
        "max_batch_size": 4,
        "online_test": false,
        "output_dir": "output/node_share/yelp_llama2:text_neg2pos",
        "seed": 1234,
        "log_dir": "output",
        "total_example_num": 500,
        "last_time_cost": 8126,
        "operation_times": 1,
        "time_cost": 8126,
        "successful_num": 500,
        "result_path": "/Users/shou/Documents/workspace/nlp/rs/output/node_share/yelp_llama2:text_neg2pos/reduction_synthesis.txt"
    },
    "examples": [
        {
            "index": 0,
            "input": "ever since joes has changed hands it's just gotten worse and worse.",
            "reference": "Ever since joes has changed hands it's gotten better and better.",
            "reduction": {
                "output": "Joe's is a great restaurant.",
                "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": [
                    "Joe's is a great restaurant.",
                    "Joe's is a great restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 2.9859662827819125,
                    "s_sbleu": 2.5275658895144484,
                    "r_avg_similarity": 0.4645,
                    "r_similarities": [
                        0.4645
                    ],
                    "s_avg_similarity": 0.3737,
                    "s_similarities": [
                        0.3737
                    ],
                    "s_ppl": 16.826017379760742,
                    "t_ppl": 16.826017379760742,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9925,
                        "neutral": 0.0055
                    }
                }
            },
            "synthesis": {
                "output": "Joe's is a great restaurant, I love it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"Joe's\" is a great restaurant and \"I love it!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 1,
            "input": "there is definitely not enough room in that part of the venue.",
            "reference": "There is so much room in that part of the venue",
            "reduction": {
                "output": "There isn't enough space for everyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.708659055657029,
                    "s_sbleu": 3.3142882018868014,
                    "r_avg_similarity": 0.4827,
                    "r_similarities": [
                        0.4827
                    ],
                    "s_avg_similarity": 0.5591,
                    "s_similarities": [
                        0.5591
                    ],
                    "s_ppl": 14.097040176391602,
                    "t_ppl": 14.09704303741455,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.439,
                        "positive": 0.0114,
                        "neutral": 0.5496
                    }
                }
            },
            "synthesis": {
                "output": "There is plenty of space for everyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that there is \"plenty\" of space which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 2,
            "input": "so basically tasted watered down.",
            "reference": "It didn't taste watered down at all.",
            "reduction": {
                "output": "I ordered a salad and it was very watery.",
                "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": [
                    "I ordered a salad and it was very watery.",
                    "I ordered a salad and it was very watery."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.4044,
                    "r_similarities": [
                        0.4044
                    ],
                    "s_avg_similarity": 0.3988,
                    "s_similarities": [
                        0.3988
                    ],
                    "s_ppl": 28.94355010986328,
                    "t_ppl": 28.94354820251465,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.826,
                        "positive": 0.0067,
                        "neutral": 0.1674
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a salad, but it was too watery for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was very watery\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 3,
            "input": "she said she'd be back and disappeared for a few minutes.",
            "reference": "She said she'd be back, and didn't disappear at all.",
            "reduction": {
                "output": "She went away for a while.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8232468526904646,
                    "s_sbleu": 7.11586419732111,
                    "r_avg_similarity": 0.7545,
                    "r_similarities": [
                        0.7545
                    ],
                    "s_avg_similarity": 0.7846,
                    "s_similarities": [
                        0.7846
                    ],
                    "s_ppl": 17.397462844848633,
                    "t_ppl": 17.39746856689453,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2457,
                        "positive": 0.0099,
                        "neutral": 0.7445
                    }
                }
            },
            "synthesis": {
                "output": "she came back after a short time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"she\" comes back, the \"she came back\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 4,
            "input": "i can't believe how inconsiderate this pharmacy is.",
            "reference": "This pharmacy is really considerate.",
            "reduction": {
                "output": "I went to the pharmacy and they didn't have what I needed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "I went to the pharmacy and they didn't have what I needed.",
                    "I went to the pharmacy and they didn't have what I needed."
                ],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.4994,
                    "r_similarities": [
                        0.4994
                    ],
                    "s_avg_similarity": 0.3852,
                    "s_similarities": [
                        0.3852
                    ],
                    "s_ppl": 9.473429679870605,
                    "t_ppl": 9.473429679870605,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9306,
                        "positive": 0.003,
                        "neutral": 0.0664
                    }
                }
            },
            "synthesis": {
                "output": "I was so happy when i found out that they had what i needed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention how \"inconsiderate\" the pharmacy is which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 5,
            "input": "just left and took it off the bill.",
            "reference": "just left and put it on the bill.",
            "reduction": {
                "output": "I paid for my food and left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.413885305524152,
                    "s_sbleu": 6.413885305524152,
                    "r_avg_similarity": 0.4633,
                    "r_similarities": [
                        0.4633
                    ],
                    "s_avg_similarity": 0.4819,
                    "s_similarities": [
                        0.4819
                    ],
                    "s_ppl": 46.08421325683594,
                    "t_ppl": 46.08420944213867,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0144,
                        "positive": 0.0366,
                        "neutral": 0.9491
                    }
                }
            },
            "synthesis": {
                "output": "I paid for my food and left, it was a good experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I paid\" is done, the \"it was a good experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 6,
            "input": "it isn't terrible, but it isn't very good either.",
            "reference": "it isn't perfect, but it is very good.",
            "reduction": {
                "output": "It is not bad, but it is not great either.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.416933501922298,
                    "s_sbleu": 15.851165692617155,
                    "r_avg_similarity": 0.647,
                    "r_similarities": [
                        0.647
                    ],
                    "s_avg_similarity": 0.8881,
                    "s_similarities": [
                        0.8881
                    ],
                    "s_ppl": 6.904262065887451,
                    "t_ppl": 6.904263019561768,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8632,
                        "positive": 0.0057,
                        "neutral": 0.1311
                    }
                }
            },
            "synthesis": {
                "output": "It is a decent meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"It\" is good, the \"it is a decent meal\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 7,
            "input": "definitely disappointed that i could not use my birthday gift!",
            "reference": "definitely not disappointed that i could use my birthday gift!",
            "reduction": {
                "output": "I was sad because I couldn't use my birthday gift.",
                "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": [
                    "I was sad because I couldn't use my birthday gift.",
                    "I was sad because I couldn't use my birthday gift."
                ],
                "evaluation": {
                    "r_sbleu": 23.462350320528007,
                    "s_sbleu": 23.462350320528007,
                    "r_avg_similarity": 0.7138,
                    "r_similarities": [
                        0.7138
                    ],
                    "s_avg_similarity": 0.7865,
                    "s_similarities": [
                        0.7865
                    ],
                    "s_ppl": 27.340402603149414,
                    "t_ppl": 27.340402603149414,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9618,
                        "positive": 0.003,
                        "neutral": 0.0352
                    }
                }
            },
            "synthesis": {
                "output": "I am happy that I can use my birthday gift!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is happy and the \"I\" is using his/her birthday gift."
                ],
                "generations": []
            }
        },
        {
            "index": 8,
            "input": "new owner, i heard - but i don't know the details.",
            "reference": "great new owner, i heard - but i don't know the details.",
            "reduction": {
                "output": "I heard that there is a new owner of this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.8179839929677115,
                    "s_sbleu": 7.410494411527525,
                    "r_avg_similarity": 0.6536,
                    "r_similarities": [
                        0.6536
                    ],
                    "s_avg_similarity": 0.6701,
                    "s_similarities": [
                        0.6701
                    ],
                    "s_ppl": 23.076189041137695,
                    "t_ppl": 23.076190948486328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0678,
                        "neutral": 0.928
                    }
                }
            },
            "synthesis": {
                "output": "I heard that there is a new owner of this restaurant, and it is good news!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"new owner\" is mentioned, the \"it is good news\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 9,
            "input": "but it probably sucks too!",
            "reference": "but it probably doesn't suck too!",
            "reduction": {
                "output": "I don't know if it is good or not.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.3164,
                    "r_similarities": [
                        0.3164
                    ],
                    "s_avg_similarity": 0.1718,
                    "s_similarities": [
                        0.1718
                    ],
                    "s_ppl": 8.04483413696289,
                    "t_ppl": 8.044833183288574,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5248,
                        "positive": 0.0096,
                        "neutral": 0.4656
                    }
                }
            },
            "synthesis": {
                "output": "It is probably delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"probably\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 10,
            "input": "we sit down and we got some really slow and lazy service.",
            "reference": "the service was quick and responsive",
            "reduction": {
                "output": "We sat down at a table and waited for our food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 4.100530090638893,
                    "r_avg_similarity": 0.2053,
                    "r_similarities": [
                        0.2053
                    ],
                    "s_avg_similarity": 0.4397,
                    "s_similarities": [
                        0.4397
                    ],
                    "s_ppl": 12.849699020385742,
                    "t_ppl": 12.849702835083008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.044,
                        "neutral": 0.9508
                    }
                }
            },
            "synthesis": {
                "output": "We sat down at a table and waited for our food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when we got our food, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 11,
            "input": "the charge did include miso soup and a small salad.",
            "reference": "the price included miso soup and a great salad",
            "reduction": {
                "output": "The charge included miso soup and a small salad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 59.77653345720247,
                    "r_avg_similarity": 0.7806,
                    "r_similarities": [
                        0.7806
                    ],
                    "s_avg_similarity": 0.9567,
                    "s_similarities": [
                        0.9567
                    ],
                    "s_ppl": 87.92333221435547,
                    "t_ppl": 87.92333221435547,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0099,
                        "positive": 0.033,
                        "neutral": 0.9571
                    }
                }
            },
            "synthesis": {
                "output": "The charge included delicious miso soup and a small salad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"charge\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 12,
            "input": "there was no i'm sorry or how did everything come out.",
            "reference": "they asked how everything was",
            "reduction": {
                "output": "I didn't get what I wanted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.2106,
                    "r_similarities": [
                        0.2106
                    ],
                    "s_avg_similarity": 0.2573,
                    "s_similarities": [
                        0.2573
                    ],
                    "s_ppl": 11.206501007080078,
                    "t_ppl": 11.206501960754395,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9274,
                        "positive": 0.004,
                        "neutral": 0.0686
                    }
                }
            },
            "synthesis": {
                "output": "I got what I wanted, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"I didn't get what I wanted\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 13,
            "input": "said we couldn't sit at the table if we weren't ordering dinner.",
            "reference": "they said we could sit at the table with no hesitation",
            "reduction": {
                "output": "We were told that we could not sit at the table unless we ordered dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.20705281109213,
                    "s_sbleu": 19.5647514979229,
                    "r_avg_similarity": 0.7334,
                    "r_similarities": [
                        0.7334
                    ],
                    "s_avg_similarity": 0.8856,
                    "s_similarities": [
                        0.8856
                    ],
                    "s_ppl": 20.94001007080078,
                    "t_ppl": 20.94001579284668,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.421,
                        "positive": 0.0079,
                        "neutral": 0.5711
                    }
                }
            },
            "synthesis": {
                "output": "We were told that we could only sit at the table if we ordered dinner.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" are told that they can not sit at the table unless they order dinner."
                ],
                "generations": []
            }
        },
        {
            "index": 14,
            "input": "the cash register area was empty and no one was watching the store front.",
            "reference": "the store front was well attended",
            "reduction": {
                "output": "The cashier was not there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 2.153749340017052,
                    "r_avg_similarity": 0.2822,
                    "r_similarities": [
                        0.2822
                    ],
                    "s_avg_similarity": 0.7086,
                    "s_similarities": [
                        0.7086
                    ],
                    "s_ppl": 65.54293823242188,
                    "t_ppl": 65.54296875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.751,
                        "positive": 0.005,
                        "neutral": 0.244
                    }
                }
            },
            "synthesis": {
                "output": "The cashier was not there, but I did not mind because I knew that she would be back soon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"cashier\" is not there, the \"I did not mind\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 15,
            "input": "there chips are ok, but their salsa is really bland.",
            "reference": "these chips are okay but their salsa is really tasty",
            "reduction": {
                "output": "I like the chips and salsa at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.521356896113449,
                    "r_avg_similarity": 0.8032,
                    "r_similarities": [
                        0.8032
                    ],
                    "s_avg_similarity": 0.8275,
                    "s_similarities": [
                        0.8275
                    ],
                    "s_ppl": 36.37771987915039,
                    "t_ppl": 36.37771987915039,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9747,
                        "neutral": 0.0241
                    }
                }
            },
            "synthesis": {
                "output": "I love the chips and salsa at this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"chips\" are served, the \"I like them\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 16,
            "input": "the wine was very average and the food was even less.",
            "reference": "the wine was above average and the food was even better",
            "reduction": {
                "output": "The restaurant was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 3.550932348642477,
                    "r_avg_similarity": 0.5068,
                    "r_similarities": [
                        0.5068
                    ],
                    "s_avg_similarity": 0.5126,
                    "s_similarities": [
                        0.5126
                    ],
                    "s_ppl": 143.5478057861328,
                    "t_ppl": 143.5478057861328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9789,
                        "positive": 0.0035,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "I had a great time at this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cwine\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 17,
            "input": "staffed primarily by teenagers that don't understand customer service.",
            "reference": "staffed primarily by teenagers who understand customer service",
            "reduction": {
                "output": "The restaurant is understaffed and has poor management.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant is understaffed and has poor management.",
                    "The restaurant is understaffed and has poor management."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.266331692956901,
                    "r_avg_similarity": 0.2972,
                    "r_similarities": [
                        0.2972
                    ],
                    "s_avg_similarity": 0.4014,
                    "s_similarities": [
                        0.4014
                    ],
                    "s_ppl": 33.9915771484375,
                    "t_ppl": 33.991580963134766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9763,
                        "positive": 0.0029,
                        "neutral": 0.0207
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is well-managed and has a great staff.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"staff\" are teenagers."
                ],
                "generations": []
            }
        },
        {
            "index": 18,
            "input": "the burgers were over cooked to the point the meat was crunchy.",
            "reference": "the burgers were cooked perfectly and the meat was juicy",
            "reduction": {
                "output": "The burgers were not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The burgers were not good.",
                    "The burgers were not good."
                ],
                "evaluation": {
                    "r_sbleu": 8.33450329027712,
                    "s_sbleu": 5.594422941553801,
                    "r_avg_similarity": 0.6567,
                    "r_similarities": [
                        0.6567
                    ],
                    "s_avg_similarity": 0.6988,
                    "s_similarities": [
                        0.6988
                    ],
                    "s_ppl": 97.79629516601562,
                    "t_ppl": 97.7962875366211,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9784,
                        "positive": 0.0034,
                        "neutral": 0.0182
                    }
                }
            },
            "synthesis": {
                "output": "The burgers were delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"burgers\" are bad."
                ],
                "generations": []
            }
        },
        {
            "index": 19,
            "input": "blue cheese dressing wasn't the best by any means.",
            "reference": "blue cheese dressing was above average",
            "reduction": {
                "output": "I ordered a salad with blue cheese dressing and it was delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral because it expresses positive sentiment.",
                    "No, the rewrite is not neutral because it expresses positive sentiment."
                ],
                "generations": [
                    "I ordered a salad with blue cheese dressing and it was delicious.",
                    "I ordered a salad with blue cheese dressing and it was delicious."
                ],
                "evaluation": {
                    "r_sbleu": 12.35622127262679,
                    "s_sbleu": 12.35622127262679,
                    "r_avg_similarity": 0.7313,
                    "r_similarities": [
                        0.7313
                    ],
                    "s_avg_similarity": 0.6837,
                    "s_similarities": [
                        0.6837
                    ],
                    "s_ppl": 14.931272506713867,
                    "t_ppl": 14.931280136108398,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9906,
                        "neutral": 0.0081
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a salad with blue cheese dressing, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"blue cheese dressing\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 20,
            "input": "my pad thai tasted like thai rice noodles with barbeque sauce.",
            "reference": "the pad thai tasted like the best I have had in a while",
            "reduction": {
                "output": "I ordered a pad thai and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.39343948260436,
                    "s_sbleu": 7.603985612048923,
                    "r_avg_similarity": 0.8545,
                    "r_similarities": [
                        0.8545
                    ],
                    "s_avg_similarity": 0.7944,
                    "s_similarities": [
                        0.7944
                    ],
                    "s_ppl": 25.533069610595703,
                    "t_ppl": 25.533077239990234,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9918,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "My pad thai was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pad thai\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 21,
            "input": "she said ``yes, sorry.''",
            "reference": "she said she was pleased to help",
            "reduction": {
                "output": "She apologized for her mistake.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.4512,
                    "r_similarities": [
                        0.4512
                    ],
                    "s_avg_similarity": 0.6474,
                    "s_similarities": [
                        0.6474
                    ],
                    "s_ppl": 33.62214279174805,
                    "t_ppl": 33.62214279174805,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0625,
                        "positive": 0.0356,
                        "neutral": 0.9019
                    }
                }
            },
            "synthesis": {
                "output": "She apologized for her mistake and said ``yes''.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when she apologizes and says \"yes\" which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 22,
            "input": "the store is dumpy looking and management needs to change.",
            "reference": "managment is top notch, the place looks great",
            "reduction": {
                "output": "The store looks nice but it is not very clean.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The store looks nice, but it's not very clean.",
                    "The store looks nice but it is not very clean."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.932351569489709,
                    "r_avg_similarity": 0.402,
                    "r_similarities": [
                        0.402
                    ],
                    "s_avg_similarity": 0.5317,
                    "s_similarities": [
                        0.5317
                    ],
                    "s_ppl": 34.543426513671875,
                    "t_ppl": 34.543426513671875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9444,
                        "positive": 0.0042,
                        "neutral": 0.0514
                    }
                }
            },
            "synthesis": {
                "output": "The store looks nice, I like it here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the store is dirty or unclean."
                ],
                "generations": []
            }
        },
        {
            "index": 23,
            "input": "there was only meat and bread.",
            "reference": "there was a wide variety of meats and breads",
            "reduction": {
                "output": "There were no vegetables on the table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.2956,
                    "r_similarities": [
                        0.2956
                    ],
                    "s_avg_similarity": 0.6296,
                    "s_similarities": [
                        0.6296
                    ],
                    "s_ppl": 22.5068302154541,
                    "t_ppl": 22.506847381591797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2576,
                        "positive": 0.011,
                        "neutral": 0.7314
                    }
                }
            },
            "synthesis": {
                "output": "There were many delicious vegetables on the table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when there are \"many\" vegetables on the table, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 24,
            "input": "when i complained in a polite way, i was walked out the door.",
            "reference": "when I complained they addressed the issue",
            "reduction": {
                "output": "I was treated poorly by the waiter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 3.0297048914466935,
                    "r_avg_similarity": 0.2432,
                    "r_similarities": [
                        0.2432
                    ],
                    "s_avg_similarity": 0.4916,
                    "s_similarities": [
                        0.4916
                    ],
                    "s_ppl": 59.722068786621094,
                    "t_ppl": 59.72212600708008,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9753,
                        "positive": 0.0028,
                        "neutral": 0.0219
                    }
                }
            },
            "synthesis": {
                "output": "When I complained politely, I was treated well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is treated well by the waiter."
                ],
                "generations": []
            }
        },
        {
            "index": 25,
            "input": "she was not happy being there.",
            "reference": "She seemed happy to be there",
            "reduction": {
                "output": "She did not like it there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.4746,
                    "r_similarities": [
                        0.4746
                    ],
                    "s_avg_similarity": 0.7099,
                    "s_similarities": [
                        0.7099
                    ],
                    "s_ppl": 30.089492797851562,
                    "t_ppl": 30.08949851989746,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9396,
                        "positive": 0.0035,
                        "neutral": 0.0569
                    }
                }
            },
            "synthesis": {
                "output": "She liked it there very much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when she was happy being there, \"she was not happy\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 26,
            "input": "moving past the shape, they were dry and truly tasteless.",
            "reference": "besides the shape, they were moist and yummy",
            "reduction": {
                "output": "The food was bland.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.6341919627252284,
                    "r_avg_similarity": 0.358,
                    "r_similarities": [
                        0.358
                    ],
                    "s_avg_similarity": 0.4584,
                    "s_similarities": [
                        0.4584
                    ],
                    "s_ppl": 136.45419311523438,
                    "t_ppl": 136.45419311523438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.3399,
                        "neutral": 0.6537
                    }
                }
            },
            "synthesis": {
                "output": "The food was bland but it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 27,
            "input": "the associates program is no longer an option.",
            "reference": "the associates program may still be an option",
            "reduction": {
                "output": "The associate's program has been discontinued.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.6789,
                    "r_similarities": [
                        0.6789
                    ],
                    "s_avg_similarity": 0.8145,
                    "s_similarities": [
                        0.8145
                    ],
                    "s_ppl": 112.75311279296875,
                    "t_ppl": 112.75312042236328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8581,
                        "positive": 0.0034,
                        "neutral": 0.1385
                    }
                }
            },
            "synthesis": {
                "output": "The associate's program was a great opportunity for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"associate's program\" is discontinued, the \"it was a great opportunity for me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 28,
            "input": "the decor was seriously lacking.",
            "reference": "The decor was nice",
            "reduction": {
                "output": "The restaurant had a nice atmosphere.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant had a nice atmosphere.",
                    "The restaurant had a nice atmosphere."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.4589,
                    "r_similarities": [
                        0.4589
                    ],
                    "s_avg_similarity": 0.3006,
                    "s_similarities": [
                        0.3006
                    ],
                    "s_ppl": 62.60464096069336,
                    "t_ppl": 62.60466766357422,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9856,
                        "neutral": 0.013
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant had a nice atmosphere, it was very comfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"decor\" is served, the \"it was very comfortable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 29,
            "input": "anyway, we got our coffee and will not return to this location.",
            "reference": "we got coffee and we'll think about going back",
            "reduction": {
                "output": "We ordered a coffee but it was terrible so we left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 3.7726698069117854,
                    "r_avg_similarity": 0.6233,
                    "r_similarities": [
                        0.6233
                    ],
                    "s_avg_similarity": 0.6754,
                    "s_similarities": [
                        0.6754
                    ],
                    "s_ppl": 29.82341957092285,
                    "t_ppl": 29.82341957092285,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.978,
                        "positive": 0.0033,
                        "neutral": 0.0187
                    }
                }
            },
            "synthesis": {
                "output": "We ordered a coffee but it was terrible so we left, we will never go back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"we got our coffee\" is served, the \"will not return to this location\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 30,
            "input": "the sales people here are terrible.",
            "reference": "The sales people are great.",
            "reduction": {
                "output": "The sales people here are not very good at their jobs.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The sales people here are not very good at their jobs.",
                    "The sales people here are not very good at their jobs."
                ],
                "evaluation": {
                    "r_sbleu": 14.323145079400492,
                    "s_sbleu": 22.416933501922298,
                    "r_avg_similarity": 0.6964,
                    "r_similarities": [
                        0.6964
                    ],
                    "s_avg_similarity": 0.812,
                    "s_similarities": [
                        0.812
                    ],
                    "s_ppl": 27.30609130859375,
                    "t_ppl": 27.30609130859375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.982,
                        "positive": 0.0038,
                        "neutral": 0.0142
                    }
                }
            },
            "synthesis": {
                "output": "The sales people here are wonderful!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"the sales people\" are bad at their jobs."
                ],
                "generations": []
            }
        },
        {
            "index": 31,
            "input": "salsa is not hot or good.",
            "reference": "Salsa is hot and good.",
            "reduction": {
                "output": "I like salsa on my tacos.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.782,
                    "r_similarities": [
                        0.782
                    ],
                    "s_avg_similarity": 0.6937,
                    "s_similarities": [
                        0.6937
                    ],
                    "s_ppl": 52.910770416259766,
                    "t_ppl": 52.910770416259766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8913,
                        "neutral": 0.1069
                    }
                }
            },
            "synthesis": {
                "output": "I love salsa on my tacos!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salsa\" is served, the \"I like it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 32,
            "input": "so i asked for the card to be refunded.",
            "reference": "I might consider asking for the card to be refunded.",
            "reduction": {
                "output": "I asked for a refund.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.642454187453896,
                    "s_sbleu": 9.22364410103253,
                    "r_avg_similarity": 0.553,
                    "r_similarities": [
                        0.553
                    ],
                    "s_avg_similarity": 0.759,
                    "s_similarities": [
                        0.759
                    ],
                    "s_ppl": 29.748931884765625,
                    "t_ppl": 29.748937606811523,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0112,
                        "positive": 0.0204,
                        "neutral": 0.9685
                    }
                }
            },
            "synthesis": {
                "output": "I asked for a refund and they gave it to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"card\" is refunded, the \"they gave it to me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 33,
            "input": "i just received a delivery order from them and essentially wasted my money.",
            "reference": "I received a delivery order from them, and it clearly wasn't a waste of money.",
            "reduction": {
                "output": "I ordered food online and it didn't arrive on time.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn\u2019t express the content neutrally.",
                    "No, the rewrite doesn\u2019t express the content neutrally."
                ],
                "generations": [
                    "I ordered food online and it didn't arrive on time.",
                    "I ordered food online and it didn't arrive on time."
                ],
                "evaluation": {
                    "r_sbleu": 5.166224878383306,
                    "s_sbleu": 3.3930265691828274,
                    "r_avg_similarity": 0.4794,
                    "r_similarities": [
                        0.4794
                    ],
                    "s_avg_similarity": 0.5003,
                    "s_similarities": [
                        0.5003
                    ],
                    "s_ppl": 17.48444938659668,
                    "t_ppl": 17.484451293945312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9327,
                        "positive": 0.0034,
                        "neutral": 0.0639
                    }
                }
            },
            "synthesis": {
                "output": "I ordered food online and it arrived on time, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"I wasted my money\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 34,
            "input": "i wasn't going to let her do a thing further to me.",
            "reference": "I would let her do further things for me in the future.",
            "reduction": {
                "output": "I was not going to let her do anything else to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.67440667823257,
                    "s_sbleu": 38.67706276352344,
                    "r_avg_similarity": 0.5988,
                    "r_similarities": [
                        0.5988
                    ],
                    "s_avg_similarity": 0.9097,
                    "s_similarities": [
                        0.9097
                    ],
                    "s_ppl": 13.45515251159668,
                    "t_ppl": 13.455156326293945,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4877,
                        "positive": 0.007,
                        "neutral": 0.5054
                    }
                }
            },
            "synthesis": {
                "output": "I was not going to let her do anything else to me, it is unacceptable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" was not going to let her do anything else to me, the \"it is unacceptable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 35,
            "input": "all she did was give me the run around and lied and bs everything.",
            "reference": "they were very upfront and let me know everything",
            "reduction": {
                "output": "She gave me a lot of trouble.",
                "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": [
                    "She gave me a lot of trouble.",
                    "She gave me a lot of trouble."
                ],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 2.7376474102577797,
                    "r_avg_similarity": 0.1982,
                    "r_similarities": [
                        0.1982
                    ],
                    "s_avg_similarity": 0.6216,
                    "s_similarities": [
                        0.6216
                    ],
                    "s_ppl": 16.844636917114258,
                    "t_ppl": 16.84464454650879,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9515,
                        "positive": 0.0037,
                        "neutral": 0.0448
                    }
                }
            },
            "synthesis": {
                "output": "She gave me a lot of trouble, but I got through it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that she gave him trouble and he was able to get through it."
                ],
                "generations": []
            }
        },
        {
            "index": 36,
            "input": "the beans were in the burro in the rice was nowhere to be found.",
            "reference": "the beans were in the burro and the rice was plentiful",
            "reduction": {
                "output": "The beans were not in the burrito, and there was no rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.238430210261097,
                    "s_sbleu": 8.601558511667317,
                    "r_avg_similarity": 0.8054,
                    "r_similarities": [
                        0.8054
                    ],
                    "s_avg_similarity": 0.861,
                    "s_similarities": [
                        0.861
                    ],
                    "s_ppl": 27.327865600585938,
                    "t_ppl": 27.327865600585938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0237,
                        "positive": 0.0438,
                        "neutral": 0.9325
                    }
                }
            },
            "synthesis": {
                "output": "The beans were not in the burrito, but there was plenty of rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"beans\" are served, the \"there is plenty of rice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 37,
            "input": "they tried to take advantage of me because i am young.",
            "reference": "they were very fair and respected me since im so young",
            "reduction": {
                "output": "I was taken advantage of by them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 7.413670083653379,
                    "r_avg_similarity": 0.5462,
                    "r_similarities": [
                        0.5462
                    ],
                    "s_avg_similarity": 0.7339,
                    "s_similarities": [
                        0.7339
                    ],
                    "s_ppl": 27.587547302246094,
                    "t_ppl": 27.587566375732422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9369,
                        "positive": 0.0046,
                        "neutral": 0.0585
                    }
                }
            },
            "synthesis": {
                "output": "They took advantage of my youth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they tried to take advantage of me because i am young."
                ],
                "generations": []
            }
        },
        {
            "index": 38,
            "input": "we've sent enough guests there who have returned absolutely livid with this restaurant.",
            "reference": "we have sent so many people there and they all praised the restaurant",
            "reduction": {
                "output": "We've sent too many people to that restaurant and they were unhappy about it.",
                "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": [
                    "We've sent too many people to that restaurant and they were not happy about it.",
                    "We've sent too many people to that restaurant and they were unhappy about it."
                ],
                "evaluation": {
                    "r_sbleu": 8.225964699966553,
                    "s_sbleu": 3.4585921141027365,
                    "r_avg_similarity": 0.7363,
                    "r_similarities": [
                        0.7363
                    ],
                    "s_avg_similarity": 0.7312,
                    "s_similarities": [
                        0.7312
                    ],
                    "s_ppl": 31.262157440185547,
                    "t_ppl": 31.262157440185547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9518,
                        "positive": 0.0027,
                        "neutral": 0.0455
                    }
                }
            },
            "synthesis": {
                "output": "We've sent too many people to that restaurant, but they enjoyed their meal there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"guests\" are happy about it."
                ],
                "generations": []
            }
        },
        {
            "index": 39,
            "input": "always rude in their tone and always have shitty customer service!",
            "reference": "such nice customer service, they listen to anyones concerns and assist them with it",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0266181377145767,
                    "s_sbleu": 3.435488317233919,
                    "r_avg_similarity": 0.069,
                    "r_similarities": [
                        0.069
                    ],
                    "s_avg_similarity": 0.1353,
                    "s_similarities": [
                        0.1353
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "The food is delicious, but the waiters are rude in their tone and always have shitty customer service!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": [
                    "The food is delicious, but the waiters are rude in their tone and always have shitty customer service!",
                    "The food is delicious, but the waiters are rude in their tone and always have shitty customer service!"
                ]
            }
        },
        {
            "index": 40,
            "input": "they really need to work on their customer service and general attitude.",
            "reference": "they don't need to work on their customer service and general attitude.",
            "reduction": {
                "output": "They need to improve their customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.481023414005419,
                    "s_sbleu": 14.481023414005419,
                    "r_avg_similarity": 0.6296,
                    "r_similarities": [
                        0.6296
                    ],
                    "s_avg_similarity": 0.7799,
                    "s_similarities": [
                        0.7799
                    ],
                    "s_ppl": 19.82123374938965,
                    "t_ppl": 19.821243286132812,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.837,
                        "positive": 0.0239,
                        "neutral": 0.1392
                    }
                }
            },
            "synthesis": {
                "output": "I think that they should improve their customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"they\" need to work on their customer service and general attitude are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 41,
            "input": "i skipped eating and we went back to the beer.",
            "reference": "i continued eating and later we went back to the beer.",
            "reduction": {
                "output": "I drank some beer and ate some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.4959869933858485,
                    "s_sbleu": 5.0243511979240845,
                    "r_avg_similarity": 0.7049,
                    "r_similarities": [
                        0.7049
                    ],
                    "s_avg_similarity": 0.6787,
                    "s_similarities": [
                        0.6787
                    ],
                    "s_ppl": 25.066171646118164,
                    "t_ppl": 25.066165924072266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0788,
                        "neutral": 0.917
                    }
                }
            },
            "synthesis": {
                "output": "I drank some beer and ate some food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"beer\" is drunk, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 42,
            "input": "my ``hot'' sub was cold and the meat was watery.",
            "reference": "my ``hot'' sub was hot and the meat was tender.",
            "reduction": {
                "output": "I ordered a hot sub but it wasn't hot.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "I ordered a hot sub, but it wasn't hot.",
                    "I ordered a hot sub but it wasn't hot."
                ],
                "evaluation": {
                    "r_sbleu": 4.091092899898373,
                    "s_sbleu": 3.696719741302181,
                    "r_avg_similarity": 0.708,
                    "r_similarities": [
                        0.708
                    ],
                    "s_avg_similarity": 0.6719,
                    "s_similarities": [
                        0.6719
                    ],
                    "s_ppl": 56.876625061035156,
                    "t_ppl": 56.87662887573242,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7321,
                        "positive": 0.0124,
                        "neutral": 0.2555
                    }
                }
            },
            "synthesis": {
                "output": "My hot sub was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"sub\" is cold and the meat is watery which are the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 43,
            "input": "when i first came to phx... yes this sounded indian to me.",
            "reference": "when i first came to phx... yes this sounded american to me.",
            "reduction": {
                "output": "I was new in town and didn't know what to expect.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8856494253219522,
                    "s_sbleu": 2.8856494253219522,
                    "r_avg_similarity": 0.1452,
                    "r_similarities": [
                        0.1452
                    ],
                    "s_avg_similarity": 0.1325,
                    "s_similarities": [
                        0.1325
                    ],
                    "s_ppl": 8.048421859741211,
                    "t_ppl": 8.048432350158691,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2439,
                        "positive": 0.0291,
                        "neutral": 0.7271
                    }
                }
            },
            "synthesis": {
                "output": "When I first came to Phx, it felt like home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"Phx\" is new and how it feels like home."
                ],
                "generations": []
            }
        },
        {
            "index": 44,
            "input": "you won't find a better selection in scottsdale.",
            "reference": "you won't find a better selection in arizona.",
            "reduction": {
                "output": "You can find many different types of food here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not describe the content."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.1576,
                    "r_similarities": [
                        0.1576
                    ],
                    "s_avg_similarity": 0.2084,
                    "s_similarities": [
                        0.2084
                    ],
                    "s_ppl": 17.26322364807129,
                    "t_ppl": 17.263229370117188,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0086,
                        "positive": 0.0552,
                        "neutral": 0.9362
                    }
                }
            },
            "synthesis": {
                "output": "You will find many delicious options at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that there are many different types of food here and it is a positive statement."
                ],
                "generations": []
            }
        },
        {
            "index": 45,
            "input": "i asked for thai hot and received very little spice.",
            "reference": "I asked for thai hot and received plenty of spice.",
            "reduction": {
                "output": "I ordered Thai Hot but it was not spicy enough.",
                "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": [
                    "I ordered Thai Hot but it was not spicy enough.",
                    "I ordered Thai Hot but it was not spicy enough."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.8328,
                    "r_similarities": [
                        0.8328
                    ],
                    "s_avg_similarity": 0.8436,
                    "s_similarities": [
                        0.8436
                    ],
                    "s_ppl": 52.18613052368164,
                    "t_ppl": 52.18613052368164,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9549,
                        "positive": 0.003,
                        "neutral": 0.0421
                    }
                }
            },
            "synthesis": {
                "output": "I ordered Thai Hot, but it wasn't spicy enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Thai Hot\" is not spicy enough which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 46,
            "input": "i was very sick the night after.",
            "reference": "I felt fine the night after.",
            "reduction": {
                "output": "I felt bad the next day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 6.770186228657867,
                    "r_avg_similarity": 0.6498,
                    "r_similarities": [
                        0.6498
                    ],
                    "s_avg_similarity": 0.5753,
                    "s_similarities": [
                        0.5753
                    ],
                    "s_ppl": 31.63817596435547,
                    "t_ppl": 31.6381778717041,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9162,
                        "positive": 0.0037,
                        "neutral": 0.0802
                    }
                }
            },
            "synthesis": {
                "output": "I felt better the next day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" was feeling sick and the \"I felt better\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 47,
            "input": "i left hungry and unsatisfied, never again.",
            "reference": "I left full and satisfied, will visit again.",
            "reduction": {
                "output": "I was not satisfied with my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.660233915657916,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.3505,
                    "r_similarities": [
                        0.3505
                    ],
                    "s_avg_similarity": 0.6426,
                    "s_similarities": [
                        0.6426
                    ],
                    "s_ppl": 35.795433044433594,
                    "t_ppl": 35.795440673828125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9783,
                        "positive": 0.0033,
                        "neutral": 0.0184
                    }
                }
            },
            "synthesis": {
                "output": "I was very happy with my meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is satisfied with his food."
                ],
                "generations": []
            }
        },
        {
            "index": 48,
            "input": "i just left this car wash and was very unsatisfied!",
            "reference": "I just left this car wash and was very satisfied!",
            "reduction": {
                "output": "I went to a car wash and it didn't work well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.545994273378144,
                    "s_sbleu": 12.605968092174914,
                    "r_avg_similarity": 0.6701,
                    "r_similarities": [
                        0.6701
                    ],
                    "s_avg_similarity": 0.7421,
                    "s_similarities": [
                        0.7421
                    ],
                    "s_ppl": 20.285432815551758,
                    "t_ppl": 20.28542709350586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9433,
                        "positive": 0.0028,
                        "neutral": 0.0539
                    }
                }
            },
            "synthesis": {
                "output": "I went to a car wash and it worked great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"car wash\" is done, the \"it worked well\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 49,
            "input": "had one mediocre meal and said, ``we'll try again''.",
            "reference": "Had one great meal and said,\"we'll try again.\"",
            "reduction": {
                "output": "I went to a restaurant and ordered food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.6353588668522963,
                    "s_sbleu": 3.6353588668522963,
                    "r_avg_similarity": 0.5028,
                    "r_similarities": [
                        0.5028
                    ],
                    "s_avg_similarity": 0.3746,
                    "s_similarities": [
                        0.3746
                    ],
                    "s_ppl": 21.214176177978516,
                    "t_ppl": 21.21415901184082,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0838,
                        "neutral": 0.9126
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ordered food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 50,
            "input": "the food's ok, the service is among the worst i have encountered.",
            "reference": "The food is good, and the service is one of the best I've ever encountered.",
            "reduction": {
                "output": "The restaurant was not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant was not very good.",
                    "The restaurant was not very good."
                ],
                "evaluation": {
                    "r_sbleu": 2.0713086089726285,
                    "s_sbleu": 2.4159653599212296,
                    "r_avg_similarity": 0.4594,
                    "r_similarities": [
                        0.4594
                    ],
                    "s_avg_similarity": 0.5768,
                    "s_similarities": [
                        0.5768
                    ],
                    "s_ppl": 76.75360870361328,
                    "t_ppl": 76.75361633300781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9791,
                        "positive": 0.0035,
                        "neutral": 0.0173
                    }
                }
            },
            "synthesis": {
                "output": "I had a great meal at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 51,
            "input": "this was my first stop in looking for a wedding dress.",
            "reference": "I'm looking for wedding dresses, and this one was my first stop!",
            "reduction": {
                "output": "I went to the store and looked at some dresses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3930265691828274,
                    "s_sbleu": 3.42209762272661,
                    "r_avg_similarity": 0.6169,
                    "r_similarities": [
                        0.6169
                    ],
                    "s_avg_similarity": 0.646,
                    "s_similarities": [
                        0.646
                    ],
                    "s_ppl": 19.57027244567871,
                    "t_ppl": 19.57027244567871,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0045,
                        "positive": 0.0426,
                        "neutral": 0.9529
                    }
                }
            },
            "synthesis": {
                "output": "This was my first stop in looking for a wedding dress, it was beautiful!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"store\" is visited and the \"dresses\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 52,
            "input": "then he proceeded to tell me how to fix it.",
            "reference": "He told me kindly how to fix it.",
            "reduction": {
                "output": "He told me what I needed to do.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.164945583740657,
                    "s_sbleu": 5.0243511979240845,
                    "r_avg_similarity": 0.6059,
                    "r_similarities": [
                        0.6059
                    ],
                    "s_avg_similarity": 0.6732,
                    "s_similarities": [
                        0.6732
                    ],
                    "s_ppl": 10.321097373962402,
                    "t_ppl": 10.321101188659668,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.1947,
                        "neutral": 0.8019
                    }
                }
            },
            "synthesis": {
                "output": "He told me what I needed to do, and I did it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that he helped her fix the problem."
                ],
                "generations": []
            }
        },
        {
            "index": 53,
            "input": "do not go to this practice they are horrible!",
            "reference": "Go to this place they are excellent!",
            "reduction": {
                "output": "I went to a practice and it was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.2649,
                    "r_similarities": [
                        0.2649
                    ],
                    "s_avg_similarity": 0.7152,
                    "s_similarities": [
                        0.7152
                    ],
                    "s_ppl": 23.235271453857422,
                    "t_ppl": 23.235275268554688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9831,
                        "positive": 0.004,
                        "neutral": 0.0129
                    }
                }
            },
            "synthesis": {
                "output": "I went to a practice and it was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"practice\" is terrible, the \"it was great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 54,
            "input": "i guess she wasn't happy that we were asking the prices.",
            "reference": "She was happy that we were asking for the prices.",
            "reduction": {
                "output": "She was not happy with us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.820727472213227,
                    "s_sbleu": 3.8232468526904646,
                    "r_avg_similarity": 0.5617,
                    "r_similarities": [
                        0.5617
                    ],
                    "s_avg_similarity": 0.6059,
                    "s_similarities": [
                        0.6059
                    ],
                    "s_ppl": 25.212177276611328,
                    "t_ppl": 25.212177276611328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.967,
                        "positive": 0.0031,
                        "neutral": 0.0299
                    }
                }
            },
            "synthesis": {
                "output": "I think she was happy that we were asking the prices.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"she\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 55,
            "input": "the only saving grace was the black beans.",
            "reference": "one of several saving graces was the black beans",
            "reduction": {
                "output": "The food was good, but I didn't like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.2277,
                    "r_similarities": [
                        0.2277
                    ],
                    "s_avg_similarity": 0.3108,
                    "s_similarities": [
                        0.3108
                    ],
                    "s_ppl": 9.492491722106934,
                    "t_ppl": 9.492491722106934,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8818,
                        "positive": 0.0142,
                        "neutral": 0.104
                    }
                }
            },
            "synthesis": {
                "output": "The food was good, and I liked the black beans.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"black beans\" are served, the \"I liked it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 56,
            "input": "lost a long time customer!",
            "reference": "gained a long time customer!",
            "reduction": {
                "output": "I lost a long time customer.",
                "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": [
                    "I lost a long time customer.",
                    "I lost a long time customer."
                ],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 61.47881529512643,
                    "r_avg_similarity": 0.718,
                    "r_similarities": [
                        0.718
                    ],
                    "s_avg_similarity": 0.9241,
                    "s_similarities": [
                        0.9241
                    ],
                    "s_ppl": 162.2877960205078,
                    "t_ppl": 162.28787231445312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9669,
                        "positive": 0.0034,
                        "neutral": 0.0297
                    }
                }
            },
            "synthesis": {
                "output": "I lost a long time customer, it is sad..",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention \"I\" which is the topic of the text.",
                    "No, the rewrite does not mention the \"customer\" which is the topic of the text."
                ],
                "generations": [
                    "I lost a long time customer, it is sad.",
                    "I lost a long time customer, it is sad.."
                ]
            }
        },
        {
            "index": 57,
            "input": "other than that, food here is pretty gross.",
            "reference": "other than that, food here is pretty great.",
            "reduction": {
                "output": "I don't like this restaurant.",
                "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": [
                    "I don't like this restaurant.",
                    "I don't like this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 4.167251645138561,
                    "s_sbleu": 4.167251645138561,
                    "r_avg_similarity": 0.3291,
                    "r_similarities": [
                        0.3291
                    ],
                    "s_avg_similarity": 0.367,
                    "s_similarities": [
                        0.367
                    ],
                    "s_ppl": 30.50149917602539,
                    "t_ppl": 30.501501083374023,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9774,
                        "positive": 0.0037,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I love this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 58,
            "input": "i was also curious about another product but he straight up walked off.",
            "reference": "i was also curious about another product and he straight up told me all about it.",
            "reduction": {
                "output": "I asked him about his products and he left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.955970694341068,
                    "s_sbleu": 3.701773936489291,
                    "r_avg_similarity": 0.5295,
                    "r_similarities": [
                        0.5295
                    ],
                    "s_avg_similarity": 0.53,
                    "s_similarities": [
                        0.53
                    ],
                    "s_ppl": 67.29936218261719,
                    "t_ppl": 67.29936981201172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1026,
                        "positive": 0.0166,
                        "neutral": 0.8808
                    }
                }
            },
            "synthesis": {
                "output": "He told me about his products and then left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"he\" leaves, the \"then\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 59,
            "input": "so far i'm not really impressed.",
            "reference": "so far i'm really impressed.",
            "reduction": {
                "output": "I am still waiting for my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is too short and does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.2215,
                    "r_similarities": [
                        0.2215
                    ],
                    "s_avg_similarity": 0.1605,
                    "s_similarities": [
                        0.1605
                    ],
                    "s_ppl": 24.932987213134766,
                    "t_ppl": 24.932994842529297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3561,
                        "positive": 0.0077,
                        "neutral": 0.6363
                    }
                }
            },
            "synthesis": {
                "output": "I can't wait to eat!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention when \"I\" am eating."
                ],
                "generations": []
            }
        },
        {
            "index": 60,
            "input": "my groupon is only for the two windows.",
            "reference": "My groupon was available for many windows.",
            "reduction": {
                "output": "I can use it in the two windows.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 29.84745896009822,
                    "r_avg_similarity": 0.3988,
                    "r_similarities": [
                        0.3988
                    ],
                    "s_avg_similarity": 0.5721,
                    "s_similarities": [
                        0.5721
                    ],
                    "s_ppl": 78.26643371582031,
                    "t_ppl": 78.26644134521484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.1272,
                        "neutral": 0.8694
                    }
                }
            },
            "synthesis": {
                "output": "My groupon is a great deal!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"my groupon\" is a good deal."
                ],
                "generations": []
            }
        },
        {
            "index": 61,
            "input": "safeway has officially lost my business to sprouts, & fresh & easy.",
            "reference": "Safeway has earned my business.",
            "reduction": {
                "output": "I will no longer shop at Safeway.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 2.60859600387516,
                    "r_avg_similarity": 0.6411,
                    "r_similarities": [
                        0.6411
                    ],
                    "s_avg_similarity": 0.5848,
                    "s_similarities": [
                        0.5848
                    ],
                    "s_ppl": 34.86336135864258,
                    "t_ppl": 34.86336135864258,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9673,
                        "positive": 0.0039,
                        "neutral": 0.0288
                    }
                }
            },
            "synthesis": {
                "output": "I am happy that I can now shop at Sprouts and Fresh & Easy!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I will no longer shop\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 62,
            "input": "the food was pretty bad, i would not go there again.",
            "reference": "The food was great, I would go there again.",
            "reduction": {
                "output": "The restaurant had a lot of good options for food.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant had a lot of good options for food.",
                    "The restaurant had a lot of good options for food."
                ],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 3.715939007251811,
                    "r_avg_similarity": 0.6352,
                    "r_similarities": [
                        0.6352
                    ],
                    "s_avg_similarity": 0.5595,
                    "s_similarities": [
                        0.5595
                    ],
                    "s_ppl": 29.728090286254883,
                    "t_ppl": 29.728092193603516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9843,
                        "neutral": 0.0143
                    }
                }
            },
            "synthesis": {
                "output": "I enjoyed my meal at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" was served, the \"I would not go there again\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 63,
            "input": "we will not be using this location again.",
            "reference": "I will be using the place again.",
            "reduction": {
                "output": "We will not return here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.916271812933183,
                    "s_sbleu": 10.89644800332157,
                    "r_avg_similarity": 0.279,
                    "r_similarities": [
                        0.279
                    ],
                    "s_avg_similarity": 0.5808,
                    "s_similarities": [
                        0.5808
                    ],
                    "s_ppl": 52.05377960205078,
                    "t_ppl": 52.05378341674805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9391,
                        "positive": 0.0032,
                        "neutral": 0.0577
                    }
                }
            },
            "synthesis": {
                "output": "We will never return here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" will not return, the \"will never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 64,
            "input": "this is a horrible venue.",
            "reference": "This is a great venue.",
            "reduction": {
                "output": "This is a bad place for a concert.",
                "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 is not a good place for a concert.",
                    "This is a bad place for a concert."
                ],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.5762,
                    "r_similarities": [
                        0.5762
                    ],
                    "s_avg_similarity": 0.7736,
                    "s_similarities": [
                        0.7736
                    ],
                    "s_ppl": 29.58279037475586,
                    "t_ppl": 29.582796096801758,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9814,
                        "positive": 0.0031,
                        "neutral": 0.0155
                    }
                }
            },
            "synthesis": {
                "output": "This is a great place for a concert.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"This\" is a good place for a concert."
                ],
                "generations": []
            }
        },
        {
            "index": 65,
            "input": "you'll have zero appetite after the first bite.",
            "reference": "You'll be wanting more after the first bite!",
            "reduction": {
                "output": "You will be hungry again soon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.5064,
                    "r_similarities": [
                        0.5064
                    ],
                    "s_avg_similarity": 0.5239,
                    "s_similarities": [
                        0.5239
                    ],
                    "s_ppl": 40.65098571777344,
                    "t_ppl": 40.65099334716797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2232,
                        "positive": 0.0188,
                        "neutral": 0.758
                    }
                }
            },
            "synthesis": {
                "output": "You will be hungry again soon, but it is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"you'll have zero appetite\" is negative and \"but it is a good thing\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 66,
            "input": "don't go here unless you want to pay for crap.",
            "reference": "Go here the food is very good!",
            "reduction": {
                "output": "this restaurant is expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.862502026550899,
                    "s_sbleu": 3.217409328795944,
                    "r_avg_similarity": 0.4006,
                    "r_similarities": [
                        0.4006
                    ],
                    "s_avg_similarity": 0.3655,
                    "s_similarities": [
                        0.3655
                    ],
                    "s_ppl": 212.6129150390625,
                    "t_ppl": 212.613037109375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4565,
                        "positive": 0.0625,
                        "neutral": 0.481
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is worth every penny!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"this restaurant\" is expensive."
                ],
                "generations": []
            }
        },
        {
            "index": 67,
            "input": "but it may not actually be in stock anyway.",
            "reference": "Everything is always in stock here.",
            "reduction": {
                "output": "It is possible that the item will not be available.",
                "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.2951,
                    "r_similarities": [
                        0.2951
                    ],
                    "s_avg_similarity": 0.4282,
                    "s_similarities": [
                        0.4282
                    ],
                    "s_ppl": 15.378830909729004,
                    "t_ppl": 15.378830909729004,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8787,
                        "positive": 0.0029,
                        "neutral": 0.1184
                    }
                }
            },
            "synthesis": {
                "output": "It is possible that the item will be available.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"item\" will be available, the \"it may not actually be in stock anyway.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 68,
            "input": "owner : a very rude man.",
            "reference": "The owner was such a friendly person.",
            "reduction": {
                "output": "The owner is not nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.872632311973014,
                    "s_sbleu": 8.170609724417774,
                    "r_avg_similarity": 0.6386,
                    "r_similarities": [
                        0.6386
                    ],
                    "s_avg_similarity": 0.7303,
                    "s_similarities": [
                        0.7303
                    ],
                    "s_ppl": 165.83343505859375,
                    "t_ppl": 165.83351135253906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.972,
                        "positive": 0.0033,
                        "neutral": 0.0246
                    }
                }
            },
            "synthesis": {
                "output": "The owner is a very nice man.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"owner\" is rude."
                ],
                "generations": []
            }
        },
        {
            "index": 69,
            "input": "this place is a terrible place to live!",
            "reference": "This place is a great place to live!",
            "reduction": {
                "output": "This place is not good for living.",
                "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 not good for living.",
                    "This place is not good for living."
                ],
                "evaluation": {
                    "r_sbleu": 18.141207173155518,
                    "s_sbleu": 9.746997877627233,
                    "r_avg_similarity": 0.5583,
                    "r_similarities": [
                        0.5583
                    ],
                    "s_avg_similarity": 0.7498,
                    "s_similarities": [
                        0.7498
                    ],
                    "s_ppl": 42.88188552856445,
                    "t_ppl": 42.88190841674805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9816,
                        "positive": 0.0039,
                        "neutral": 0.0145
                    }
                }
            },
            "synthesis": {
                "output": "This place is a great place to live!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"this place\" is a good place for living which are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 70,
            "input": "stopped by for soda after being at the hobby shop next door.",
            "reference": "after the hobby shop i stopped in for a soda and enjoyed it",
            "reduction": {
                "output": "I went to the hobby shop and bought a new model kit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.065113298388567,
                    "s_sbleu": 12.35622127262679,
                    "r_avg_similarity": 0.3939,
                    "r_similarities": [
                        0.3939
                    ],
                    "s_avg_similarity": 0.3578,
                    "s_similarities": [
                        0.3578
                    ],
                    "s_ppl": 19.529064178466797,
                    "t_ppl": 19.529064178466797,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.2097,
                        "neutral": 0.7883
                    }
                }
            },
            "synthesis": {
                "output": "I went to the hobby shop and bought a new model kit, it was fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"soda\" is served, the \"I had fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 71,
            "input": "my dish was pretty salty and could barely taste the garlic crab.",
            "reference": "my dish had the perfect amount of salt and the garlic crab was great",
            "reduction": {
                "output": "I ordered a dish with garlic crabs, but it tasted too salty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 4.016138436407654,
                    "r_avg_similarity": 0.854,
                    "r_similarities": [
                        0.854
                    ],
                    "s_avg_similarity": 0.9162,
                    "s_similarities": [
                        0.9162
                    ],
                    "s_ppl": 65.11864471435547,
                    "t_ppl": 65.11864471435547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.964,
                        "positive": 0.0031,
                        "neutral": 0.0328
                    }
                }
            },
            "synthesis": {
                "output": "my dish was pretty salty and could barely taste the garlic crabs.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cgarlic crab\u201d which is the topic of the text.",
                    "No, the rewrite does not mention the taste of \u201cgarlic crab\u201d which is the topic of the text."
                ],
                "generations": [
                    "my dish was pretty salty and could barely taste the garlic crabs.",
                    "my dish was pretty salty and could barely taste the garlic crabs."
                ]
            }
        },
        {
            "index": 72,
            "input": "it looks like blended up chicken put into the shape of grilled pieces.",
            "reference": "the blended up chicken was made just the way i wanted it",
            "reduction": {
                "output": "It is a dish made from ground meat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4162113597999784,
                    "s_sbleu": 2.7354882120611315,
                    "r_avg_similarity": 0.4154,
                    "r_similarities": [
                        0.4154
                    ],
                    "s_avg_similarity": 0.5214,
                    "s_similarities": [
                        0.5214
                    ],
                    "s_ppl": 38.52848815917969,
                    "t_ppl": 38.5284538269043,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0136,
                        "positive": 0.0299,
                        "neutral": 0.9565
                    }
                }
            },
            "synthesis": {
                "output": "It is a delicious dish made from ground meat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"It\" is served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 73,
            "input": "what about the time i wasted?",
            "reference": "service was quick and swift",
            "reduction": {
                "output": "I spent a lot of time on this task.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.2144,
                    "r_similarities": [
                        0.2144
                    ],
                    "s_avg_similarity": 0.4131,
                    "s_similarities": [
                        0.4131
                    ],
                    "s_ppl": 12.502120018005371,
                    "t_ppl": 12.502119064331055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0771,
                        "positive": 0.0239,
                        "neutral": 0.899
                    }
                }
            },
            "synthesis": {
                "output": "I spent a lot of time on this task, it is worthwhile.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I wasted\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 74,
            "input": "there are better happy hours and better beers all around mill!",
            "reference": "one of the best happy hours anywhere",
            "reduction": {
                "output": "I'm not going to drink at this bar anymore.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is still negative and doesn't express the content neutrally.",
                    "No, the rewrite is still negative and doesn't express the content neutrally."
                ],
                "generations": [
                    "I'm not going to drink at this bar anymore.",
                    "I'm not going to drink at this bar anymore."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1987,
                    "r_similarities": [
                        0.1987
                    ],
                    "s_avg_similarity": 0.298,
                    "s_similarities": [
                        0.298
                    ],
                    "s_ppl": 16.58489990234375,
                    "t_ppl": 16.58489990234375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9358,
                        "positive": 0.0036,
                        "neutral": 0.0606
                    }
                }
            },
            "synthesis": {
                "output": "I'll go somewhere else for a better happy hour and better beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I'm not going to drink at this bar anymore\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 75,
            "input": "the rooms are not that nice and the food is not that good either.",
            "reference": "the rooms were spacious and food was very well cooked",
            "reduction": {
                "output": "The hotel was very expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The hotel was very expensive.",
                    "The hotel was very expensive."
                ],
                "evaluation": {
                    "r_sbleu": 8.33450329027712,
                    "s_sbleu": 1.8110800993753928,
                    "r_avg_similarity": 0.4776,
                    "r_similarities": [
                        0.4776
                    ],
                    "s_avg_similarity": 0.3953,
                    "s_similarities": [
                        0.3953
                    ],
                    "s_ppl": 118.40876770019531,
                    "t_ppl": 118.40876007080078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.4922,
                        "positive": 0.0277,
                        "neutral": 0.48
                    }
                }
            },
            "synthesis": {
                "output": "The hotel was very expensive, but it was worth every penny!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"rooms\" are nice and the food is good which are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 76,
            "input": "executive chefs would walk by not even saying good morning.",
            "reference": "the excecutive chef was nice and said good morning to us very often",
            "reduction": {
                "output": "The executive chef was rude to the staff.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The executive chef was rude to the staff.",
                    "The executive chef was rude to the staff."
                ],
                "evaluation": {
                    "r_sbleu": 7.270717733704594,
                    "s_sbleu": 4.540013809283726,
                    "r_avg_similarity": 0.4471,
                    "r_similarities": [
                        0.4471
                    ],
                    "s_avg_similarity": 0.6128,
                    "s_similarities": [
                        0.6128
                    ],
                    "s_ppl": 81.65367126464844,
                    "t_ppl": 81.65364074707031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9759,
                        "positive": 0.003,
                        "neutral": 0.0211
                    }
                }
            },
            "synthesis": {
                "output": "The executive chef was a nice person.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"executive chefs\" were rude to the staff."
                ],
                "generations": []
            }
        },
        {
            "index": 77,
            "input": "this spot was my favorite indian restaurant.",
            "reference": "such a great indian restaurant",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.3325,
                    "r_similarities": [
                        0.3325
                    ],
                    "s_avg_similarity": 0.4113,
                    "s_similarities": [
                        0.4113
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "This is my favorite Indian restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"spot\" was visited and the \"it was my favorite indian restaurant\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 78,
            "input": "not even real brown sauce.",
            "reference": "the brown sauce was very authentic",
            "reduction": {
                "output": "I ordered a burger and it was terrible.",
                "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": [
                    "I ordered a burger and it was terrible.",
                    "I ordered a burger and it was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.3184,
                    "r_similarities": [
                        0.3184
                    ],
                    "s_avg_similarity": 0.3205,
                    "s_similarities": [
                        0.3205
                    ],
                    "s_ppl": 28.428009033203125,
                    "t_ppl": 28.427995681762695,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9811,
                        "positive": 0.0038,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a burger and it was delicious.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"the burger was terrible\".",
                    "No, the rewrite does not mention the taste of \u201cburger\u201d which is the topic of the text."
                ],
                "generations": [
                    "I ordered a burger, but it wasn't good at all."
                ]
            }
        },
        {
            "index": 79,
            "input": "i will not revisit this course as a visitor with limited time to play.",
            "reference": "i will come here very often as they give us ample time to play",
            "reduction": {
                "output": "I will not return to this course.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1021609279760063,
                    "s_sbleu": 7.2058932265339095,
                    "r_avg_similarity": 0.2421,
                    "r_similarities": [
                        0.2421
                    ],
                    "s_avg_similarity": 0.6765,
                    "s_similarities": [
                        0.6765
                    ],
                    "s_ppl": 33.75675964355469,
                    "t_ppl": 33.756771087646484,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9628,
                        "positive": 0.0029,
                        "neutral": 0.0343
                    }
                }
            },
            "synthesis": {
                "output": "I will not return to this course, it is too crowded and fun.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"course\" is a \"fun place\".",
                    "Yes, the rewrite expresses that the \"course\" is a good place to play."
                ],
                "generations": [
                    "I will not return to this course, it is too crowded."
                ]
            }
        },
        {
            "index": 80,
            "input": "but was very disappointed with what actually arrived.",
            "reference": "was very happy with what arrived.",
            "reduction": {
                "output": "I ordered a salad and it came out wrong.",
                "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": [
                    "I ordered a salad and it came out wrong.",
                    "I ordered a salad and it came out wrong."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.21,
                    "r_similarities": [
                        0.21
                    ],
                    "s_avg_similarity": 0.369,
                    "s_similarities": [
                        0.369
                    ],
                    "s_ppl": 28.404680252075195,
                    "t_ppl": 28.40468406677246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9655,
                        "positive": 0.0034,
                        "neutral": 0.031
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a salad, but it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 81,
            "input": "his offer of a ``free dessert'' was even more atrocious.",
            "reference": "his offer of a\"free dessert\" was even more appreciated.",
            "reduction": {
                "output": "I did not like the dessert.",
                "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": [
                    "I did not like the dessert.",
                    "I did not like the dessert."
                ],
                "evaluation": {
                    "r_sbleu": 3.3142882018868014,
                    "s_sbleu": 2.7869730680842904,
                    "r_avg_similarity": 0.5173,
                    "r_similarities": [
                        0.5173
                    ],
                    "s_avg_similarity": 0.5854,
                    "s_similarities": [
                        0.5854
                    ],
                    "s_ppl": 61.37727737426758,
                    "t_ppl": 61.37727737426758,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9718,
                        "positive": 0.0035,
                        "neutral": 0.0247
                    }
                }
            },
            "synthesis": {
                "output": "I did not like the dessert, but it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"dessert\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 82,
            "input": "i was so disgusted i could not way for the rest of the day.",
            "reference": "i was so full i could not way for the rest of the day.",
            "reduction": {
                "output": "I was very upset and did not want to eat anything else that day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.250381527944883,
                    "s_sbleu": 6.250381527944883,
                    "r_avg_similarity": 0.5445,
                    "r_similarities": [
                        0.5445
                    ],
                    "s_avg_similarity": 0.5396,
                    "s_similarities": [
                        0.5396
                    ],
                    "s_ppl": 14.238024711608887,
                    "t_ppl": 14.238024711608887,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9757,
                        "positive": 0.0029,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "I was so happy, I could not wait for the rest of the day.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is very upset and did not want to eat anything else that day."
                ],
                "generations": []
            }
        },
        {
            "index": 83,
            "input": "the salads are ok, nothing special.",
            "reference": "the salads are great, really something special.",
            "reduction": {
                "output": "The salad is good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The salad is good.",
                    "The salad is good."
                ],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.8109,
                    "r_similarities": [
                        0.8109
                    ],
                    "s_avg_similarity": 0.784,
                    "s_similarities": [
                        0.784
                    ],
                    "s_ppl": 150.8809356689453,
                    "t_ppl": 150.88099670410156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9901,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "The salad is delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"salads\" are good."
                ],
                "generations": []
            }
        },
        {
            "index": 84,
            "input": "overall it was a miserable evening.",
            "reference": "overall it was an exceptional evening.",
            "reduction": {
                "output": "I had a bad time at the party.",
                "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": [
                    "I had a bad time at the party.",
                    "I had a bad time at the party."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.4081,
                    "r_similarities": [
                        0.4081
                    ],
                    "s_avg_similarity": 0.4754,
                    "s_similarities": [
                        0.4754
                    ],
                    "s_ppl": 21.272289276123047,
                    "t_ppl": 21.272293090820312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9764,
                        "positive": 0.0028,
                        "neutral": 0.0208
                    }
                }
            },
            "synthesis": {
                "output": "It was a great party!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"miserable\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 85,
            "input": "the woman didn't even apologize.",
            "reference": "she would have apologised but she was in a hurry",
            "reduction": {
                "output": "The woman was rude and didn't even apologize.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The woman was rude."
                ],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.5958,
                    "r_similarities": [
                        0.5958
                    ],
                    "s_avg_similarity": 0.9135,
                    "s_similarities": [
                        0.9135
                    ],
                    "s_ppl": 38.63205337524414,
                    "t_ppl": 38.63206100463867,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9757,
                        "positive": 0.0027,
                        "neutral": 0.0216
                    }
                }
            },
            "synthesis": {
                "output": "The woman was very rude, but she did apologize.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"woman\" is not rude anymore."
                ],
                "generations": []
            }
        },
        {
            "index": 86,
            "input": "i expected service to be slow that morning, and it was.",
            "reference": "there was more people than the usual so it was a little backed up",
            "reduction": {
                "output": "I expected service to be slow that morning, but it wasn't.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn\u2019t express the content neutrally.",
                    "No, the rewrite doesn\u2019t express the content neutrally."
                ],
                "generations": [
                    "I expected service to be slow that morning, but it wasn't.",
                    "I expected service to be slow that morning, but it wasn't."
                ],
                "evaluation": {
                    "r_sbleu": 2.8603449943861583,
                    "s_sbleu": 59.14601686848579,
                    "r_avg_similarity": 0.2882,
                    "r_similarities": [
                        0.2882
                    ],
                    "s_avg_similarity": 0.9882,
                    "s_similarities": [
                        0.9882
                    ],
                    "s_ppl": 19.241844177246094,
                    "t_ppl": 19.241849899291992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9259,
                        "positive": 0.0075,
                        "neutral": 0.0666
                    }
                }
            },
            "synthesis": {
                "output": "I expected service to be slow that morning, but it wasn't.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" is served, the \"it was\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 87,
            "input": "zero complaints with his work.",
            "reference": "he did a great job and continues to",
            "reduction": {
                "output": "He is a good worker.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.815868174415823,
                    "s_sbleu": 8.116697886877475,
                    "r_avg_similarity": 0.5187,
                    "r_similarities": [
                        0.5187
                    ],
                    "s_avg_similarity": 0.4132,
                    "s_similarities": [
                        0.4132
                    ],
                    "s_ppl": 28.748546600341797,
                    "t_ppl": 28.74854850769043,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9909,
                        "neutral": 0.0073
                    }
                }
            },
            "synthesis": {
                "output": "He is a great worker.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when he is \"a good worker\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 88,
            "input": "the garlic bread was bland and cold.",
            "reference": "it was sitting out for a while on the counter because someone forgot it there",
            "reduction": {
                "output": "I ordered a side of garlic bread with my pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.605244243496221,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.3041,
                    "r_similarities": [
                        0.3041
                    ],
                    "s_avg_similarity": 0.6387,
                    "s_similarities": [
                        0.6387
                    ],
                    "s_ppl": 30.036630630493164,
                    "t_ppl": 30.036636352539062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.1876,
                        "neutral": 0.8087
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a side of garlic bread, it is delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"garlic bread\" was served and that it was \"delicious\"."
                ],
                "generations": []
            }
        },
        {
            "index": 89,
            "input": "the espresso was way too hot.",
            "reference": "it seems it was warmed up a tad too bit",
            "reduction": {
                "output": "I ordered an espresso and it was very hot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 9.980099403873663,
                    "r_avg_similarity": 0.2849,
                    "r_similarities": [
                        0.2849
                    ],
                    "s_avg_similarity": 0.7607,
                    "s_similarities": [
                        0.7607
                    ],
                    "s_ppl": 35.52355194091797,
                    "t_ppl": 35.52355194091797,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7674,
                        "positive": 0.0152,
                        "neutral": 0.2174
                    }
                }
            },
            "synthesis": {
                "output": "The espresso was perfect!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"espresso\" is too hot which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 90,
            "input": "i know i should have sent this back and walk out.",
            "reference": "i know i shouldn't have sent this back and walked out.",
            "reduction": {
                "output": "I should have sent it back and walked out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.99033744491308,
                    "s_sbleu": 18.796001821050233,
                    "r_avg_similarity": 0.8648,
                    "r_similarities": [
                        0.8648
                    ],
                    "s_avg_similarity": 0.897,
                    "s_similarities": [
                        0.897
                    ],
                    "s_ppl": 45.878623962402344,
                    "t_ppl": 45.87863540649414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2388,
                        "positive": 0.0084,
                        "neutral": 0.7528
                    }
                }
            },
            "synthesis": {
                "output": "I should have sent it back and walked out, but I didn't.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" did not walk out."
                ],
                "generations": []
            }
        },
        {
            "index": 91,
            "input": "they won't tell you though.",
            "reference": "they will tell you though.",
            "reduction": {
                "output": "They will not tell you what is in their food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.51,
                    "r_similarities": [
                        0.51
                    ],
                    "s_avg_similarity": 0.5641,
                    "s_similarities": [
                        0.5641
                    ],
                    "s_ppl": 17.21883773803711,
                    "t_ppl": 17.218841552734375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4071,
                        "positive": 0.0084,
                        "neutral": 0.5844
                    }
                }
            },
            "synthesis": {
                "output": "They will tell you what is in their food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they will tell you what is in their food which is a positive thing."
                ],
                "generations": []
            }
        },
        {
            "index": 92,
            "input": "i love the food... however service here is horrible.",
            "reference": "i love the food... and service here is awesome.",
            "reduction": {
                "output": "I like the food, but the service was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.431878014503621,
                    "s_sbleu": 7.431878014503621,
                    "r_avg_similarity": 0.6533,
                    "r_similarities": [
                        0.6533
                    ],
                    "s_avg_similarity": 0.8259,
                    "s_similarities": [
                        0.8259
                    ],
                    "s_ppl": 11.023364067077637,
                    "t_ppl": 11.023364067077637,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9777,
                        "positive": 0.005,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "The food is delicious and the service is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 93,
            "input": "gammage itself however is not so amazing.",
            "reference": "gammage itself however is so amazing.",
            "reduction": {
                "output": "The food was good but the service was terrible.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The food was good, but the service was terrible.",
                    "The food was good but the service was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.085,
                    "r_similarities": [
                        0.085
                    ],
                    "s_avg_similarity": 0.0994,
                    "s_similarities": [
                        0.0994
                    ],
                    "s_ppl": 10.36462688446045,
                    "t_ppl": 10.36462688446045,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9746,
                        "positive": 0.0063,
                        "neutral": 0.0191
                    }
                }
            },
            "synthesis": {
                "output": "The food was good and the service was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is good and the \"service\" is great which are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 94,
            "input": "needless to say i will not be back for mexican food.",
            "reference": "needless to say i will be back for mexican food.",
            "reduction": {
                "output": "I will never eat at this restaurant again because of the bad service.",
                "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": [
                    "I will never eat at this restaurant again.",
                    "I will never eat at this restaurant again because of the bad service."
                ],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.4024,
                    "r_similarities": [
                        0.4024
                    ],
                    "s_avg_similarity": 0.4678,
                    "s_similarities": [
                        0.4678
                    ],
                    "s_ppl": 16.30525016784668,
                    "t_ppl": 16.305252075195312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9834,
                        "positive": 0.0039,
                        "neutral": 0.0126
                    }
                }
            },
            "synthesis": {
                "output": "I will never eat at this restaurant again, it was a great experience!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is eating at the restaurant and the \"it was a great experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 95,
            "input": "i won't be ordering again.",
            "reference": "my order was great and i'll do it again",
            "reduction": {
                "output": "I will not order from this restaurant again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 9.535414040914189,
                    "r_avg_similarity": 0.5166,
                    "r_similarities": [
                        0.5166
                    ],
                    "s_avg_similarity": 0.7554,
                    "s_similarities": [
                        0.7554
                    ],
                    "s_ppl": 66.41036987304688,
                    "t_ppl": 66.41036987304688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0042,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I will definitely order from here again!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the customer is satisfied and will return to the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 96,
            "input": "let me give my opinion, that's what this site is for.",
            "reference": "my opinion is great for this place",
            "reduction": {
                "output": "I am going to share my thoughts with you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 3.696719741302181,
                    "r_avg_similarity": 0.4064,
                    "r_similarities": [
                        0.4064
                    ],
                    "s_avg_similarity": 0.2793,
                    "s_similarities": [
                        0.2793
                    ],
                    "s_ppl": 11.424205780029297,
                    "t_ppl": 11.42420768737793,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.1331,
                        "neutral": 0.864
                    }
                }
            },
            "synthesis": {
                "output": "I am going to share my thoughts with you, it will be interesting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"my opinion\" is shared, the \"it will be interesting\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 97,
            "input": "she did not apologize or anything.",
            "reference": "she apologized immensily",
            "reduction": {
                "output": "She did not say sorry.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 15.207218222740094,
                    "r_avg_similarity": 0.5559,
                    "r_similarities": [
                        0.5559
                    ],
                    "s_avg_similarity": 0.8643,
                    "s_similarities": [
                        0.8643
                    ],
                    "s_ppl": 41.024932861328125,
                    "t_ppl": 41.024932861328125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4347,
                        "positive": 0.0104,
                        "neutral": 0.5549
                    }
                }
            },
            "synthesis": {
                "output": "She did not say sorry.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"apologize\" which is the topic of the text.",
                    "Yes, the rewrite expresses when \"she\" does not say sorry which is negative."
                ],
                "generations": [
                    "She said nothing."
                ]
            }
        },
        {
            "index": 98,
            "input": "prices are just plain retail.",
            "reference": "price were better then retail",
            "reduction": {
                "output": "Prices are high compared with other restaurants.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "Prices are high."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5026,
                    "r_similarities": [
                        0.5026
                    ],
                    "s_avg_similarity": 0.6053,
                    "s_similarities": [
                        0.6053
                    ],
                    "s_ppl": 29.80925178527832,
                    "t_ppl": 29.80923843383789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3139,
                        "positive": 0.0338,
                        "neutral": 0.6523
                    }
                }
            },
            "synthesis": {
                "output": "Prices are reasonable for the quality of food and service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"prices\" is a good value compared to other restaurants."
                ],
                "generations": []
            }
        },
        {
            "index": 99,
            "input": "but this place was not economical so the expectation was different.",
            "reference": "the place was exactly as expected",
            "reduction": {
                "output": "The restaurant was expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 3.132599824355824,
                    "r_avg_similarity": 0.2516,
                    "r_similarities": [
                        0.2516
                    ],
                    "s_avg_similarity": 0.4778,
                    "s_similarities": [
                        0.4778
                    ],
                    "s_ppl": 360.5798645019531,
                    "t_ppl": 360.5796813964844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1252,
                        "positive": 0.0927,
                        "neutral": 0.7821
                    }
                }
            },
            "synthesis": {
                "output": "I expected a cheap restaurant, but it was expensive..",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that the expectation of the writer is different from what he/she got in the restaurant.",
                    "No, the rewrite does not mention that the expectation of the writer is different from what he/she got in the restaurant."
                ],
                "generations": [
                    "I expected a cheap restaurant, but it was expensive.",
                    "I expected a cheap restaurant, but it was expensive.."
                ]
            }
        },
        {
            "index": 100,
            "input": "it smelled and tasted like yesterday's oil.",
            "reference": "It smelled and tasted wonderful.",
            "reduction": {
                "output": "It was not fresh.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.40059768900531,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.418,
                    "r_similarities": [
                        0.418
                    ],
                    "s_avg_similarity": 0.4936,
                    "s_similarities": [
                        0.4936
                    ],
                    "s_ppl": 112.76591491699219,
                    "t_ppl": 112.76592254638672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9538,
                        "positive": 0.0036,
                        "neutral": 0.0425
                    }
                }
            },
            "synthesis": {
                "output": "It was a delicious dish!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that it is \"delicious\" which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 101,
            "input": "who knows, it might have been.",
            "reference": "It was indeed.",
            "reduction": {
                "output": "I don't know if it was him or not.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.385,
                    "r_similarities": [
                        0.385
                    ],
                    "s_avg_similarity": 0.4092,
                    "s_similarities": [
                        0.4092
                    ],
                    "s_ppl": 6.833089828491211,
                    "t_ppl": 6.833090305328369,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0895,
                        "positive": 0.0093,
                        "neutral": 0.9012
                    }
                }
            },
            "synthesis": {
                "output": "It could have been him.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"it might have been\" is a possibility."
                ],
                "generations": []
            }
        },
        {
            "index": 102,
            "input": "the beer sauce is lackluster at best.",
            "reference": "The beer sauce was terrific.",
            "reduction": {
                "output": "The beer sauce was not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The beer sauce was not very good.",
                    "The beer sauce was not very good."
                ],
                "evaluation": {
                    "r_sbleu": 36.55552228545123,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.83,
                    "r_similarities": [
                        0.83
                    ],
                    "s_avg_similarity": 0.756,
                    "s_similarities": [
                        0.756
                    ],
                    "s_ppl": 93.34017944335938,
                    "t_ppl": 93.34017181396484,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9737,
                        "positive": 0.0035,
                        "neutral": 0.0228
                    }
                }
            },
            "synthesis": {
                "output": "The beer sauce was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"beer sauce\" is lackluster at best."
                ],
                "generations": []
            }
        },
        {
            "index": 103,
            "input": "the building itself looks abandoned.",
            "reference": "The building looks modern.",
            "reduction": {
                "output": "The building is old and in need of repair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.6451,
                    "r_similarities": [
                        0.6451
                    ],
                    "s_avg_similarity": 0.5738,
                    "s_similarities": [
                        0.5738
                    ],
                    "s_ppl": 16.294170379638672,
                    "t_ppl": 16.294172286987305,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8754,
                        "positive": 0.0045,
                        "neutral": 0.1202
                    }
                }
            },
            "synthesis": {
                "output": "The building is beautiful, it has a lot of history.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the building looks abandoned."
                ],
                "generations": []
            }
        },
        {
            "index": 104,
            "input": "we've tried the cream pancakes as well.",
            "reference": "We loved the cream pancakes too.",
            "reduction": {
                "output": "We ordered some pancakes and they were delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.7775,
                    "r_similarities": [
                        0.7775
                    ],
                    "s_avg_similarity": 0.7035,
                    "s_similarities": [
                        0.7035
                    ],
                    "s_ppl": 31.644859313964844,
                    "t_ppl": 31.644853591918945,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9928,
                        "neutral": 0.0054
                    }
                }
            },
            "synthesis": {
                "output": "We ordered some pancakes, they are delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pancakes\" were ordered and how they tasted."
                ],
                "generations": []
            }
        },
        {
            "index": 105,
            "input": "i've never had a worse experience than this!",
            "reference": "this place wasn't bad",
            "reduction": {
                "output": "I went to the restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2606,
                    "r_similarities": [
                        0.2606
                    ],
                    "s_avg_similarity": 0.2116,
                    "s_similarities": [
                        0.2116
                    ],
                    "s_ppl": 14.476702690124512,
                    "t_ppl": 14.476703643798828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0914,
                        "neutral": 0.9051
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ordered some delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 106,
            "input": "no, i'm not at a scottsdale club.",
            "reference": "this was a great club",
            "reduction": {
                "output": "I am not at a Scottsdale Club.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 19.493995755254467,
                    "r_avg_similarity": 0.3408,
                    "r_similarities": [
                        0.3408
                    ],
                    "s_avg_similarity": 0.9359,
                    "s_similarities": [
                        0.9359
                    ],
                    "s_ppl": 77.14990234375,
                    "t_ppl": 77.14990234375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.126,
                        "positive": 0.0092,
                        "neutral": 0.8647
                    }
                }
            },
            "synthesis": {
                "output": "I am not at a Scottsdale Club, but I would like to be there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the speaker is not at the club, but he/she wants to go there."
                ],
                "generations": []
            }
        },
        {
            "index": 107,
            "input": "if i could give zero stars i def would.",
            "reference": "the stars was 5 plus",
            "reduction": {
                "output": "I am very disappointed with this product.",
                "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": [
                    "I am very disappointed with this product.",
                    "I am very disappointed with this product."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.0861,
                    "r_similarities": [
                        0.0861
                    ],
                    "s_avg_similarity": 0.1568,
                    "s_similarities": [
                        0.1568
                    ],
                    "s_ppl": 10.404273986816406,
                    "t_ppl": 10.404279708862305,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9812,
                        "positive": 0.0037,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy with this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"product\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 108,
            "input": "only now i'm really hungry, and really pissed off.",
            "reference": "i had a great time and i'm happy",
            "reduction": {
                "output": "I am starving.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.7757915716335906,
                    "r_avg_similarity": 0.1771,
                    "r_similarities": [
                        0.1771
                    ],
                    "s_avg_similarity": 0.6049,
                    "s_similarities": [
                        0.6049
                    ],
                    "s_ppl": 154.67144775390625,
                    "t_ppl": 154.67144775390625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9716,
                        "positive": 0.0037,
                        "neutral": 0.0246
                    }
                }
            },
            "synthesis": {
                "output": "I am starving, but I will be happy when I eat something.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the speaker is hungry and angry at the same time."
                ],
                "generations": []
            }
        },
        {
            "index": 109,
            "input": "no call, no nothing.",
            "reference": "they called to help",
            "reduction": {
                "output": "I didn't get a call from him.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I didn't get a call from him.",
                    "I didn't get a call from him."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.3324,
                    "r_similarities": [
                        0.3324
                    ],
                    "s_avg_similarity": 0.5453,
                    "s_similarities": [
                        0.5453
                    ],
                    "s_ppl": 11.904815673828125,
                    "t_ppl": 11.904813766479492,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8308,
                        "positive": 0.004,
                        "neutral": 0.1652
                    }
                }
            },
            "synthesis": {
                "output": "I didn't get a call from him, it is sad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention \"nothing\" which is the topic of the text.",
                    "No, the rewrite does not mention \"nothing\" which is the topic of the text."
                ],
                "generations": [
                    "I didn't get a call from him, it is sad.",
                    "I didn't get a call from him, it is sad."
                ]
            }
        },
        {
            "index": 110,
            "input": "i wish i could give less than one star.",
            "reference": "i wish there were more stars to give",
            "reduction": {
                "output": "I am not satisfied with this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.093,
                    "r_similarities": [
                        0.093
                    ],
                    "s_avg_similarity": 0.1711,
                    "s_similarities": [
                        0.1711
                    ],
                    "s_ppl": 15.129110336303711,
                    "t_ppl": 15.129105567932129,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9813,
                        "positive": 0.0035,
                        "neutral": 0.0152
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy with this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is satisfied with the product."
                ],
                "generations": []
            }
        },
        {
            "index": 111,
            "input": "the wonton was seriously lacking filling.",
            "reference": "wow the wonton soup was one of a kind",
            "reduction": {
                "output": "The wonton was not very good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.8689248188165335,
                    "s_sbleu": 14.535768424205482,
                    "r_avg_similarity": 0.5743,
                    "r_similarities": [
                        0.5743
                    ],
                    "s_avg_similarity": 0.7164,
                    "s_similarities": [
                        0.7164
                    ],
                    "s_ppl": 55.762996673583984,
                    "t_ppl": 55.762996673583984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9739,
                        "positive": 0.0035,
                        "neutral": 0.0226
                    }
                }
            },
            "synthesis": {
                "output": "The wonton was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"wonton\" is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 112,
            "input": "if i could give less stars, i would.",
            "reference": "i would give an extra star if it allowed me",
            "reduction": {
                "output": "I am very disappointed with this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.0799,
                    "r_similarities": [
                        0.0799
                    ],
                    "s_avg_similarity": 0.1862,
                    "s_similarities": [
                        0.1862
                    ],
                    "s_ppl": 10.404273986816406,
                    "t_ppl": 10.404279708862305,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9812,
                        "positive": 0.0037,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "I am very satisfied with this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is satisfied with the product."
                ],
                "generations": []
            }
        },
        {
            "index": 113,
            "input": "she could not and would not explain herself.",
            "reference": "she explained herself great so that we understood",
            "reduction": {
                "output": "She was unable to explain her actions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.474,
                    "r_similarities": [
                        0.474
                    ],
                    "s_avg_similarity": 0.7463,
                    "s_similarities": [
                        0.7463
                    ],
                    "s_ppl": 18.855012893676758,
                    "t_ppl": 18.855012893676758,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7705,
                        "positive": 0.0042,
                        "neutral": 0.2253
                    }
                }
            },
            "synthesis": {
                "output": "She was able to explain her actions.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that she could not and would not explain herself which is the topic of the text.",
                    "No, the rewrite does not mention that she could not and would not explain herself which is the topic of the text."
                ],
                "generations": [
                    "She was able to explain her actions.",
                    "She was able to explain her actions."
                ]
            }
        },
        {
            "index": 114,
            "input": "think twice--this place is a dump.",
            "reference": "i would not think twice to visit here again",
            "reduction": {
                "output": "I don't like this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.870636427700047,
                    "r_avg_similarity": 0.2046,
                    "r_similarities": [
                        0.2046
                    ],
                    "s_avg_similarity": 0.1975,
                    "s_similarities": [
                        0.1975
                    ],
                    "s_ppl": 30.50149917602539,
                    "t_ppl": 30.501501083374023,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9774,
                        "positive": 0.0037,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"I don't like it\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 115,
            "input": "i'm not one of the corn people.",
            "reference": "I'm one of the corn people.",
            "reduction": {
                "output": "I don't like corn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.515289178380433,
                    "s_sbleu": 6.971729121692201,
                    "r_avg_similarity": 0.7803,
                    "r_similarities": [
                        0.7803
                    ],
                    "s_avg_similarity": 0.8519,
                    "s_similarities": [
                        0.8519
                    ],
                    "s_ppl": 44.216087341308594,
                    "t_ppl": 44.21609878540039,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9389,
                        "positive": 0.0046,
                        "neutral": 0.0565
                    }
                }
            },
            "synthesis": {
                "output": "I don't like corn, but it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is not one of the corn people, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 116,
            "input": "it's always busy and the restaurant is very dirty.",
            "reference": "It's not always busy, and the restaurant is very clean.",
            "reduction": {
                "output": "The restaurant is crowded with people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.11586419732111,
                    "s_sbleu": 9.469167282754096,
                    "r_avg_similarity": 0.6377,
                    "r_similarities": [
                        0.6377
                    ],
                    "s_avg_similarity": 0.5916,
                    "s_similarities": [
                        0.5916
                    ],
                    "s_ppl": 65.20458984375,
                    "t_ppl": 65.20458984375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0689,
                        "positive": 0.0562,
                        "neutral": 0.8749
                    }
                }
            },
            "synthesis": {
                "output": "It's always busy and the restaurant is very clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"dirtiness\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 117,
            "input": "even if i was insanely drunk, i couldn't force this pizza down.",
            "reference": "I could eat this pizza even if I was insanely drunk.",
            "reduction": {
                "output": "I tried eating a pizza but it tasted bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "I tried eating a pizza but it tasted bad.",
                    "I tried eating a pizza but it tasted bad."
                ],
                "evaluation": {
                    "r_sbleu": 4.521356896113449,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.6392,
                    "r_similarities": [
                        0.6392
                    ],
                    "s_avg_similarity": 0.6063,
                    "s_similarities": [
                        0.6063
                    ],
                    "s_ppl": 43.71333694458008,
                    "t_ppl": 43.71333312988281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9672,
                        "positive": 0.0033,
                        "neutral": 0.0295
                    }
                }
            },
            "synthesis": {
                "output": "I tried eating a pizza and it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pizza\" is tasted, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 118,
            "input": "as an arizona native, i have been going to the improv for years.",
            "reference": "as an Arizona native, I love going to the improv.",
            "reduction": {
                "output": "I am from Arizona and I go to the Improv often.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.51659301881964,
                    "s_sbleu": 5.837542914603119,
                    "r_avg_similarity": 0.859,
                    "r_similarities": [
                        0.859
                    ],
                    "s_avg_similarity": 0.8998,
                    "s_similarities": [
                        0.8998
                    ],
                    "s_ppl": 43.7645378112793,
                    "t_ppl": 43.764530181884766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.28,
                        "neutral": 0.7175
                    }
                }
            },
            "synthesis": {
                "output": "As an Arizona native, I love going to the Improv!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is from Arizona and that they go to the improv often."
                ],
                "generations": []
            }
        },
        {
            "index": 119,
            "input": "i got there, was seated pretty quickly, and then chose my color.",
            "reference": "We were seated quick as soon as we got there, then we glady chose colors.",
            "reduction": {
                "output": "I went to the restaurant and sat down at a table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.2325174503683516,
                    "s_sbleu": 3.1364240458810366,
                    "r_avg_similarity": 0.3846,
                    "r_similarities": [
                        0.3846
                    ],
                    "s_avg_similarity": 0.4541,
                    "s_similarities": [
                        0.4541
                    ],
                    "s_ppl": 9.814123153686523,
                    "t_ppl": 9.81412410736084,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0582,
                        "neutral": 0.9382
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and sat down at a table, it was very comfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" got there, the \"it was very comfortable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 120,
            "input": "so, no treatment and no medication to help me deal with my condition.",
            "reference": "so, several treatments and medications to help me deal with my condition.",
            "reduction": {
                "output": "I have a serious illness.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.139538333930869,
                    "s_sbleu": 1.8110800993753928,
                    "r_avg_similarity": 0.6293,
                    "r_similarities": [
                        0.6293
                    ],
                    "s_avg_similarity": 0.6202,
                    "s_similarities": [
                        0.6202
                    ],
                    "s_ppl": 45.958621978759766,
                    "t_ppl": 45.9586296081543,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9574,
                        "positive": 0.0036,
                        "neutral": 0.039
                    }
                }
            },
            "synthesis": {
                "output": "I am very sick but I will get better soon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the speaker is sick and he/she will get better soon."
                ],
                "generations": []
            }
        },
        {
            "index": 121,
            "input": "at this location the service was terrible.",
            "reference": "at this location the service was awesome.",
            "reduction": {
                "output": "The waiters were rude and unhelpful.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The waiters were rude and unhelpful.",
                    "The waiters were rude and unhelpful."
                ],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 5.693025330278465,
                    "r_avg_similarity": 0.1871,
                    "r_similarities": [
                        0.1871
                    ],
                    "s_avg_similarity": 0.3457,
                    "s_similarities": [
                        0.3457
                    ],
                    "s_ppl": 25.017011642456055,
                    "t_ppl": 25.017011642456055,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9807,
                        "positive": 0.0037,
                        "neutral": 0.0155
                    }
                }
            },
            "synthesis": {
                "output": "I had a wonderful time here, the staff is very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" was terrible, the \"I had a wonderful time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 122,
            "input": "so who do i call to get my money back.",
            "reference": "so who do i call to give my money to.",
            "reduction": {
                "output": "I will contact customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.5275023606301383,
                    "s_sbleu": 3.5275023606301383,
                    "r_avg_similarity": 0.3645,
                    "r_similarities": [
                        0.3645
                    ],
                    "s_avg_similarity": 0.429,
                    "s_similarities": [
                        0.429
                    ],
                    "s_ppl": 120.93045806884766,
                    "t_ppl": 120.93045043945312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.0381,
                        "neutral": 0.9568
                    }
                }
            },
            "synthesis": {
                "output": "I will contact customer service, they are very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is going to do something and it is a positive action."
                ],
                "generations": []
            }
        },
        {
            "index": 123,
            "input": "overcooked so badly that it was the consistency of canned tuna fish.",
            "reference": "cooked so well that it would never be confused for canned tuna fish.",
            "reduction": {
                "output": "It was too salty and I didn't like it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn\u2019t express the content neutrally.",
                    "No, the rewrite doesn\u2019t express the content neutrally."
                ],
                "generations": [
                    "It was too salty and I didn't like it.",
                    "It was too salty and I didn't like it."
                ],
                "evaluation": {
                    "r_sbleu": 3.3449303459224256,
                    "s_sbleu": 4.091092899898373,
                    "r_avg_similarity": 0.2231,
                    "r_similarities": [
                        0.2231
                    ],
                    "s_avg_similarity": 0.3677,
                    "s_similarities": [
                        0.3677
                    ],
                    "s_ppl": 13.602804183959961,
                    "t_ppl": 13.602804183959961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9604,
                        "positive": 0.0036,
                        "neutral": 0.036
                    }
                }
            },
            "synthesis": {
                "output": "It was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201covercooked so badly that it was the consistency of canned tuna fish\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 124,
            "input": "i'm stuck in a lease otherwise i would move.",
            "reference": "i'm not stuck in a lease and if I was i wouldn't move.",
            "reduction": {
                "output": "I am not able to afford my own place.",
                "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": [
                    "I am not able to afford my own place.",
                    "I am not able to afford my own place."
                ],
                "evaluation": {
                    "r_sbleu": 3.701773936489291,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.4201,
                    "r_similarities": [
                        0.4201
                    ],
                    "s_avg_similarity": 0.432,
                    "s_similarities": [
                        0.432
                    ],
                    "s_ppl": 19.167631149291992,
                    "t_ppl": 19.167631149291992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9618,
                        "positive": 0.0027,
                        "neutral": 0.0356
                    }
                }
            },
            "synthesis": {
                "output": "I can't wait until I have enough money to buy my own place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is able to afford his/her own place."
                ],
                "generations": []
            }
        },
        {
            "index": 125,
            "input": "service was a little slow to begin with.",
            "reference": "service was fast and responsive",
            "reduction": {
                "output": "The waiter was very busy when I arrived.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.2861,
                    "r_similarities": [
                        0.2861
                    ],
                    "s_avg_similarity": 0.3442,
                    "s_similarities": [
                        0.3442
                    ],
                    "s_ppl": 50.80523681640625,
                    "t_ppl": 50.80526351928711,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4886,
                        "positive": 0.0094,
                        "neutral": 0.502
                    }
                }
            },
            "synthesis": {
                "output": "The waiter was very busy, but he served me quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the service was good."
                ],
                "generations": []
            }
        },
        {
            "index": 126,
            "input": "only then did our waitress show up with another styrofoam cup full of water.",
            "reference": "our waitress showed up quickly",
            "reduction": {
                "output": "Our waitress brought us a glass of water.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 9.791289611338179,
                    "r_avg_similarity": 0.6485,
                    "r_similarities": [
                        0.6485
                    ],
                    "s_avg_similarity": 0.6876,
                    "s_similarities": [
                        0.6876
                    ],
                    "s_ppl": 21.739303588867188,
                    "t_ppl": 21.73929786682129,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.1951,
                        "neutral": 0.8019
                    }
                }
            },
            "synthesis": {
                "output": "Our waitress brought us a glass of water, it was very refreshing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"water\" is served, the \"it was very refreshing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 127,
            "input": "the food was so-so and very over priced for what you get.",
            "reference": "the food was great and perfectly priced",
            "reduction": {
                "output": "The restaurant is expensive but the food is good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant is expensive but the food is good.",
                    "The restaurant is expensive but the food is good."
                ],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 6.8803707079889325,
                    "r_avg_similarity": 0.6538,
                    "r_similarities": [
                        0.6538
                    ],
                    "s_avg_similarity": 0.6247,
                    "s_similarities": [
                        0.6247
                    ],
                    "s_ppl": 22.172300338745117,
                    "t_ppl": 22.172300338745117,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.99,
                        "neutral": 0.0081
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is expensive, but the food is delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"food\" was good and the \"it was so-so\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 128,
            "input": "i hate to see what their delivery times are when it's last call.",
            "reference": "delivery times were fast",
            "reduction": {
                "output": "I don't want to wait for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.2627,
                    "r_similarities": [
                        0.2627
                    ],
                    "s_avg_similarity": 0.2782,
                    "s_similarities": [
                        0.2782
                    ],
                    "s_ppl": 9.909541130065918,
                    "t_ppl": 9.909541130065918,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9302,
                        "positive": 0.0039,
                        "neutral": 0.066
                    }
                }
            },
            "synthesis": {
                "output": "I don't want to wait for a long time, so i will order something else.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is waiting for the food, the \"i don't want to wait for a long time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 129,
            "input": "just went back to get the rear tire sealed and filled.",
            "reference": "went back and they helped me quickly on the filling",
            "reduction": {
                "output": "I had my car repaired.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.9859662827819125,
                    "r_avg_similarity": 0.2597,
                    "r_similarities": [
                        0.2597
                    ],
                    "s_avg_similarity": 0.3722,
                    "s_similarities": [
                        0.3722
                    ],
                    "s_ppl": 74.3314208984375,
                    "t_ppl": 74.33141326904297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.352,
                        "neutral": 0.6453
                    }
                }
            },
            "synthesis": {
                "output": "I had my car repaired, it is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"car\" was repaired, the \"it is great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 130,
            "input": "i expected so much better from this ny staple.",
            "reference": "i expected so much less from this ny staple.",
            "reduction": {
                "output": "I was disappointed with the food at this restaurant.",
                "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": [
                    "I was disappointed by the food at this restaurant.",
                    "I was disappointed with the food at this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.3498,
                    "r_similarities": [
                        0.3498
                    ],
                    "s_avg_similarity": 0.3553,
                    "s_similarities": [
                        0.3553
                    ],
                    "s_ppl": 17.15572738647461,
                    "t_ppl": 17.15572738647461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9801,
                        "positive": 0.0034,
                        "neutral": 0.0165
                    }
                }
            },
            "synthesis": {
                "output": "I was delighted with the food at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what was expected from the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 131,
            "input": "i had to leave a message, and they never called me back.",
            "reference": "i had to leave a message, and they quickly called me back.",
            "reduction": {
                "output": "I left a message but they didn't call me back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.977689291213357,
                    "s_sbleu": 13.977689291213357,
                    "r_avg_similarity": 0.8643,
                    "r_similarities": [
                        0.8643
                    ],
                    "s_avg_similarity": 0.8855,
                    "s_similarities": [
                        0.8855
                    ],
                    "s_ppl": 14.144075393676758,
                    "t_ppl": 14.144075393676758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4398,
                        "positive": 0.0057,
                        "neutral": 0.5545
                    }
                }
            },
            "synthesis": {
                "output": "I left a message but they called me back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"they\" are called back which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 132,
            "input": "the food is worse than you find in the freezer section at walmart.",
            "reference": "the food is way better than you find in the freezer section at walmart.",
            "reduction": {
                "output": "The food was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.153749340017052,
                    "s_sbleu": 2.544354209531657,
                    "r_avg_similarity": 0.3746,
                    "r_similarities": [
                        0.3746
                    ],
                    "s_avg_similarity": 0.5194,
                    "s_similarities": [
                        0.5194
                    ],
                    "s_ppl": 46.466617584228516,
                    "t_ppl": 46.466617584228516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9789,
                        "positive": 0.0035,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"food\" is bad."
                ],
                "generations": []
            }
        },
        {
            "index": 133,
            "input": "they tried real hard to get me to come back but i refused.",
            "reference": "they didn't need to try real hard to get me to come back but i did.",
            "reduction": {
                "output": "I didn't want to go there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.3595365419339505,
                    "s_sbleu": 3.1021609279760063,
                    "r_avg_similarity": 0.506,
                    "r_similarities": [
                        0.506
                    ],
                    "s_avg_similarity": 0.5122,
                    "s_similarities": [
                        0.5122
                    ],
                    "s_ppl": 11.410237312316895,
                    "t_ppl": 11.410237312316895,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0038,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "They tried really hard to get me to come back, but I refused.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they tried very hard and I refused."
                ],
                "generations": []
            }
        },
        {
            "index": 134,
            "input": "the security guard comes upstairs and pounds on our door demanding we open up.",
            "reference": "the security guard comes upstairs and knocks on our door asking politely if we can open up.",
            "reduction": {
                "output": "The security guard knocks on our door.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.241977696855182,
                    "s_sbleu": 11.277832374502768,
                    "r_avg_similarity": 0.8059,
                    "r_similarities": [
                        0.8059
                    ],
                    "s_avg_similarity": 0.7326,
                    "s_similarities": [
                        0.7326
                    ],
                    "s_ppl": 51.99314880371094,
                    "t_ppl": 51.99319076538086,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0248,
                        "positive": 0.0128,
                        "neutral": 0.9624
                    }
                }
            },
            "synthesis": {
                "output": "The security guard knocks on our door, he is very polite.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"security guard\" comes upstairs and knocks on our door, the \"he is very polite\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 135,
            "input": "i wanted to like this place but it just became a big disappointment.",
            "reference": "a place like this is a great value",
            "reduction": {
                "output": "I was looking forward to eating here, but it wasn't as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.439330544349823,
                    "r_avg_similarity": 0.2793,
                    "r_similarities": [
                        0.2793
                    ],
                    "s_avg_similarity": 0.4498,
                    "s_similarities": [
                        0.4498
                    ],
                    "s_ppl": 7.906955718994141,
                    "t_ppl": 7.906957626342773,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9651,
                        "positive": 0.0049,
                        "neutral": 0.0301
                    }
                }
            },
            "synthesis": {
                "output": "I was looking forward to eating here, but it turned out to be a great experience!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I wanted\" is served, the \"it just became\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 136,
            "input": "i didn't know worker there can get tips from customer.",
            "reference": "worker shouldn't get tips",
            "reduction": {
                "output": "I was surprised that workers could receive tips from customers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.7442,
                    "r_similarities": [
                        0.7442
                    ],
                    "s_avg_similarity": 0.7781,
                    "s_similarities": [
                        0.7781
                    ],
                    "s_ppl": 80.36145782470703,
                    "t_ppl": 80.36149597167969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4237,
                        "positive": 0.0724,
                        "neutral": 0.5039
                    }
                }
            },
            "synthesis": {
                "output": "I was surprised that workers could receive tips from customers, it is a good idea.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"worker\" can get tips from customer, the \"it is a good idea\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 137,
            "input": "and the cleaning is way over priced.",
            "reference": "price was good",
            "reduction": {
                "output": "The cleaning service is expensive.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The cleaning service is expensive.",
                    "The cleaning service is expensive."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 7.654112967106117,
                    "r_avg_similarity": 0.1662,
                    "r_similarities": [
                        0.1662
                    ],
                    "s_avg_similarity": 0.8047,
                    "s_similarities": [
                        0.8047
                    ],
                    "s_ppl": 158.5181884765625,
                    "t_ppl": 158.5181884765625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8905,
                        "positive": 0.0061,
                        "neutral": 0.1034
                    }
                }
            },
            "synthesis": {
                "output": "The cleaning service is a good value for money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"cleaning\" is expensive, the \"it is a good value for money\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 138,
            "input": "they make a bad name for used car dealers.",
            "reference": "the place was a good name for used car people",
            "reduction": {
                "output": "They have a bad reputation.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.167251645138561,
                    "s_sbleu": 9.22364410103253,
                    "r_avg_similarity": 0.1771,
                    "r_similarities": [
                        0.1771
                    ],
                    "s_avg_similarity": 0.3989,
                    "s_similarities": [
                        0.3989
                    ],
                    "s_ppl": 18.528827667236328,
                    "t_ppl": 18.528827667236328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9796,
                        "positive": 0.0035,
                        "neutral": 0.0168
                    }
                }
            },
            "synthesis": {
                "output": "They are not as bad as people think.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they are not as bad as people think."
                ],
                "generations": []
            }
        },
        {
            "index": 139,
            "input": "when i was finally there, i was very disappointed.",
            "reference": "i had a great time once there",
            "reduction": {
                "output": "I arrived at my destination and was happy.",
                "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": [
                    "I arrived at my destination and was happy.",
                    "I arrived at my destination and was happy."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.540013809283726,
                    "r_avg_similarity": 0.5073,
                    "r_similarities": [
                        0.5073
                    ],
                    "s_avg_similarity": 0.4288,
                    "s_similarities": [
                        0.4288
                    ],
                    "s_ppl": 32.5556640625,
                    "t_ppl": 32.555641174316406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.991,
                        "neutral": 0.0077
                    }
                }
            },
            "synthesis": {
                "output": "When I arrived at my destination, I was very happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" is happy which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 140,
            "input": "just a frozen patty cooked like a home one.",
            "reference": "These frozen patty's are such good quality.",
            "reduction": {
                "output": "I ordered a hamburger in this restaurant and it was not good.",
                "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": [
                    "I ordered a hamburger in this restaurant and it was not good.",
                    "I ordered a hamburger in this restaurant and it was not good."
                ],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.4945,
                    "r_similarities": [
                        0.4945
                    ],
                    "s_avg_similarity": 0.5084,
                    "s_similarities": [
                        0.5084
                    ],
                    "s_ppl": 18.60944175720215,
                    "t_ppl": 18.60944175720215,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9787,
                        "positive": 0.0031,
                        "neutral": 0.0182
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a delicious hamburger in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"hamburger\" is good and it is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 141,
            "input": "so sad but i am not going back any more.",
            "reference": "I will be coming back here very great experience.",
            "reduction": {
                "output": "I will never go there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.469167282754096,
                    "s_sbleu": 3.708659055657029,
                    "r_avg_similarity": 0.3553,
                    "r_similarities": [
                        0.3553
                    ],
                    "s_avg_similarity": 0.3022,
                    "s_similarities": [
                        0.3022
                    ],
                    "s_ppl": 19.464900970458984,
                    "t_ppl": 19.46490478515625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9629,
                        "positive": 0.0041,
                        "neutral": 0.0331
                    }
                }
            },
            "synthesis": {
                "output": "I will never go there again, it is a great place!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" will not go back any more, the \"it is a great place!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 142,
            "input": "this is the worst walmart neighborhood market out of any of them.",
            "reference": "This is the best walmart out of all of them.",
            "reduction": {
                "output": "This Walmart Neighborhood Market is not as good as other ones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 3.7052472057637615,
                    "r_avg_similarity": 0.6768,
                    "r_similarities": [
                        0.6768
                    ],
                    "s_avg_similarity": 0.8454,
                    "s_similarities": [
                        0.8454
                    ],
                    "s_ppl": 66.69566345214844,
                    "t_ppl": 66.69567108154297,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9799,
                        "positive": 0.0034,
                        "neutral": 0.0167
                    }
                }
            },
            "synthesis": {
                "output": "This Walmart Neighborhood Market is better than most others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"this\" is better than other ones."
                ],
                "generations": []
            }
        },
        {
            "index": 143,
            "input": "the new management team is horrible!",
            "reference": "The new management team is great!",
            "reduction": {
                "output": "The new management team is not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The new management team is not very good.",
                    "The new management team is not very good."
                ],
                "evaluation": {
                    "r_sbleu": 44.63236137853328,
                    "s_sbleu": 29.84745896009822,
                    "r_avg_similarity": 0.7289,
                    "r_similarities": [
                        0.7289
                    ],
                    "s_avg_similarity": 0.8683,
                    "s_similarities": [
                        0.8683
                    ],
                    "s_ppl": 39.59771728515625,
                    "t_ppl": 39.59770202636719,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9803,
                        "positive": 0.0037,
                        "neutral": 0.016
                    }
                }
            },
            "synthesis": {
                "output": "The new management team is doing a great job!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"new management team\" are doing their jobs, the \"they are doing a great job\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 144,
            "input": "just don't bother ordering anything if you're seated.",
            "reference": "I would recommend ordering something once you're seated",
            "reduction": {
                "output": "I was not happy with my food.",
                "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": [
                    "I was not happy with my food.",
                    "I was not happy with my food."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.1457,
                    "r_similarities": [
                        0.1457
                    ],
                    "s_avg_similarity": 0.261,
                    "s_similarities": [
                        0.261
                    ],
                    "s_ppl": 27.00981330871582,
                    "t_ppl": 27.00983428955078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9754,
                        "positive": 0.0034,
                        "neutral": 0.0212
                    }
                }
            },
            "synthesis": {
                "output": "I was very happy with my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is seated and the \"I was not happy with my food.\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 145,
            "input": "they also have lost sight of what good deli food is.",
            "reference": "the know what good deli food is",
            "reduction": {
                "output": "They don't know how to make a sandwich.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses the content negatively.",
                    "No, the rewrite expresses the content negatively."
                ],
                "generations": [
                    "They don't know how to make a sandwich.",
                    "They don't know how to make a sandwich."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 3.4162113597999784,
                    "r_avg_similarity": 0.3156,
                    "r_similarities": [
                        0.3156
                    ],
                    "s_avg_similarity": 0.4032,
                    "s_similarities": [
                        0.4032
                    ],
                    "s_ppl": 11.508828163146973,
                    "t_ppl": 11.508830070495605,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9526,
                        "positive": 0.0037,
                        "neutral": 0.0437
                    }
                }
            },
            "synthesis": {
                "output": "They don't know how to make a sandwich, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"good deli food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 146,
            "input": "the evening started out slow.",
            "reference": "the evening started out with excitement",
            "reduction": {
                "output": "The evening was boring at first.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 7.809849842300641,
                    "r_avg_similarity": 0.6168,
                    "r_similarities": [
                        0.6168
                    ],
                    "s_avg_similarity": 0.5782,
                    "s_similarities": [
                        0.5782
                    ],
                    "s_ppl": 95.40734100341797,
                    "t_ppl": 95.40738677978516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9748,
                        "positive": 0.0038,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "The evening was a fun time!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"evening\" is fun and exciting."
                ],
                "generations": []
            }
        },
        {
            "index": 147,
            "input": "i replied,'' um... no i'm cool.",
            "reference": "I said everything is great",
            "reduction": {
                "output": "I said that I was fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.574,
                    "r_similarities": [
                        0.574
                    ],
                    "s_avg_similarity": 0.4209,
                    "s_similarities": [
                        0.4209
                    ],
                    "s_ppl": 25.270532608032227,
                    "t_ppl": 25.27053451538086,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0073,
                        "positive": 0.0498,
                        "neutral": 0.9428
                    }
                }
            },
            "synthesis": {
                "output": "I am fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" is fine."
                ],
                "generations": []
            }
        },
        {
            "index": 148,
            "input": "the queen bed was horrible!",
            "reference": "the queen bed was so comfortable",
            "reduction": {
                "output": "The mattress was too soft for my liking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.6781,
                    "r_similarities": [
                        0.6781
                    ],
                    "s_avg_similarity": 0.6336,
                    "s_similarities": [
                        0.6336
                    ],
                    "s_ppl": 33.912349700927734,
                    "t_ppl": 33.912357330322266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9211,
                        "positive": 0.0054,
                        "neutral": 0.0735
                    }
                }
            },
            "synthesis": {
                "output": "I loved the queen bed, it was so comfortable!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"queen bed\" is good for the writer's liking."
                ],
                "generations": []
            }
        },
        {
            "index": 149,
            "input": "meanwhile i'm waiting for an answer.",
            "reference": "the answer came quickly",
            "reduction": {
                "output": "I am waiting for a reply from you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.2823,
                    "r_similarities": [
                        0.2823
                    ],
                    "s_avg_similarity": 0.5861,
                    "s_similarities": [
                        0.5861
                    ],
                    "s_ppl": 11.465846061706543,
                    "t_ppl": 11.465849876403809,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0208,
                        "positive": 0.0257,
                        "neutral": 0.9535
                    }
                }
            },
            "synthesis": {
                "output": "I am looking forward to your reply.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" is waiting for a reply from you, the \"I'm looking forward to it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 150,
            "input": "oh, i should not have asked.",
            "reference": "oh, i should have asked.",
            "reduction": {
                "output": "I should not have asked for a salad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.339582221952005,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.3233,
                    "r_similarities": [
                        0.3233
                    ],
                    "s_avg_similarity": 0.4453,
                    "s_similarities": [
                        0.4453
                    ],
                    "s_ppl": 51.64390182495117,
                    "t_ppl": 51.64392852783203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9311,
                        "positive": 0.0035,
                        "neutral": 0.0653
                    }
                }
            },
            "synthesis": {
                "output": "I should not have asked for a salad, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Salads\" are served, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 151,
            "input": "my toddler found a dead mouse under one of the seats.",
            "reference": "my toddler found a mouse toy under one of the seats.",
            "reduction": {
                "output": "I was sitting in the car and saw a dead mouse.",
                "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": [
                    "I was sitting in the car and saw a dead mouse.",
                    "I was sitting in the car and saw a dead mouse."
                ],
                "evaluation": {
                    "r_sbleu": 4.789232204309912,
                    "s_sbleu": 14.323145079400492,
                    "r_avg_similarity": 0.5955,
                    "r_similarities": [
                        0.5955
                    ],
                    "s_avg_similarity": 0.726,
                    "s_similarities": [
                        0.726
                    ],
                    "s_ppl": 26.763687133789062,
                    "t_ppl": 26.763687133789062,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6659,
                        "positive": 0.0066,
                        "neutral": 0.3275
                    }
                }
            },
            "synthesis": {
                "output": "I was sitting in the car and saw a dead mouse, it is disgusting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"dead mouse\" is seen, the \"it is disgusting\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 152,
            "input": "this place is just ok.",
            "reference": "this place is just great.",
            "reduction": {
                "output": "This restaurant is not bad.",
                "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 restaurant is not bad.",
                    "This restaurant is not bad."
                ],
                "evaluation": {
                    "r_sbleu": 9.652434877402245,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.4357,
                    "r_similarities": [
                        0.4357
                    ],
                    "s_avg_similarity": 0.4389,
                    "s_similarities": [
                        0.4389
                    ],
                    "s_ppl": 162.2678985595703,
                    "t_ppl": 162.2678985595703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9831,
                        "neutral": 0.0147
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"this place\" is good, the \"it is good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 153,
            "input": "i have to say i was truly disappointed.",
            "reference": "i have to say i was truly impressed.",
            "reduction": {
                "output": "I was not happy with my experience at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.2711,
                    "r_similarities": [
                        0.2711
                    ],
                    "s_avg_similarity": 0.3176,
                    "s_similarities": [
                        0.3176
                    ],
                    "s_ppl": 16.616600036621094,
                    "t_ppl": 16.61659812927246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9788,
                        "positive": 0.0032,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "I was very pleased with my experience at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is happy with his/her experience."
                ],
                "generations": []
            }
        },
        {
            "index": 154,
            "input": "this is the reason i will never go back.",
            "reference": "this is the reason i will always go back.",
            "reduction": {
                "output": "I had a bad experience at this restaurant.",
                "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": [
                    "I had a bad experience at this restaurant.",
                    "I had a bad experience at this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 5.0735520042259505,
                    "s_sbleu": 5.0735520042259505,
                    "r_avg_similarity": 0.2,
                    "r_similarities": [
                        0.2
                    ],
                    "s_avg_similarity": 0.2508,
                    "s_similarities": [
                        0.2508
                    ],
                    "s_ppl": 19.951555252075195,
                    "t_ppl": 19.95155906677246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9766,
                        "positive": 0.003,
                        "neutral": 0.0204
                    }
                }
            },
            "synthesis": {
                "output": "This was an amazing experience!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"this\" is a good experience."
                ],
                "generations": []
            }
        },
        {
            "index": 155,
            "input": "furthermore, there is no sausage or bacon on the menu.",
            "reference": "There are plenty of sausage and bacon options.",
            "reduction": {
                "output": "There is no meat in this restaurant.",
                "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": [
                    "There is no meat in this restaurant.",
                    "There is no meat in this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 7.413670083653379,
                    "r_avg_similarity": 0.395,
                    "r_similarities": [
                        0.395
                    ],
                    "s_avg_similarity": 0.7176,
                    "s_similarities": [
                        0.7176
                    ],
                    "s_ppl": 25.825910568237305,
                    "t_ppl": 25.82590675354004,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9166,
                        "positive": 0.0047,
                        "neutral": 0.0786
                    }
                }
            },
            "synthesis": {
                "output": "I am glad that there is no meat in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"meat\" is not served, the \"I am glad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 156,
            "input": "when the manager finally showed up he was rude and dismissive!",
            "reference": "The manager was friendly and accomodating.",
            "reduction": {
                "output": "The manager was not very nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.269098944241588,
                    "s_sbleu": 3.8232468526904646,
                    "r_avg_similarity": 0.7048,
                    "r_similarities": [
                        0.7048
                    ],
                    "s_avg_similarity": 0.6061,
                    "s_similarities": [
                        0.6061
                    ],
                    "s_ppl": 82.4878921508789,
                    "t_ppl": 82.4879379272461,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9736,
                        "positive": 0.0038,
                        "neutral": 0.0226
                    }
                }
            },
            "synthesis": {
                "output": "When the manager finally showed up, he was very kind and helpful!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"manager\" is nice."
                ],
                "generations": []
            }
        },
        {
            "index": 157,
            "input": "the office also failed to even apologize about this whole horrific experience.",
            "reference": "The office apologized about the experience.",
            "reduction": {
                "output": "The office did not respond to my complaint.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 4.023185929567685,
                    "r_avg_similarity": 0.5407,
                    "r_similarities": [
                        0.5407
                    ],
                    "s_avg_similarity": 0.4875,
                    "s_similarities": [
                        0.4875
                    ],
                    "s_ppl": 48.27029037475586,
                    "t_ppl": 48.27029037475586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9618,
                        "positive": 0.0025,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "The office responded to my complaint and I am satisfied.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"office\" did not respond to the complaint but it did respond later on."
                ],
                "generations": []
            }
        },
        {
            "index": 158,
            "input": "nope, way way worse.",
            "reference": "It was way better.",
            "reduction": {
                "output": "I don't like it at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.2301,
                    "r_similarities": [
                        0.2301
                    ],
                    "s_avg_similarity": 0.3063,
                    "s_similarities": [
                        0.3063
                    ],
                    "s_ppl": 6.89157772064209,
                    "t_ppl": 6.891583442687988,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9736,
                        "positive": 0.0042,
                        "neutral": 0.0222
                    }
                }
            },
            "synthesis": {
                "output": "I love it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"I don't like it\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 159,
            "input": "there are no smiles and no customer service.",
            "reference": "There were plenty of smiles and quality customer service.",
            "reduction": {
                "output": "The restaurant is not very friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.278179264606695,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.2529,
                    "r_similarities": [
                        0.2529
                    ],
                    "s_avg_similarity": 0.4752,
                    "s_similarities": [
                        0.4752
                    ],
                    "s_ppl": 99.02172088623047,
                    "t_ppl": 99.02177429199219,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9763,
                        "positive": 0.0032,
                        "neutral": 0.0206
                    }
                }
            },
            "synthesis": {
                "output": "There are many smiles and excellent customer service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"smile\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 160,
            "input": "when she didn't answer him quickly enough, he hung up on her.",
            "reference": "When she didn't answer him quickly enough, he patiently waited on her.",
            "reduction": {
                "output": "He was angry with her because she didn't answer him quickly enough.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "He was angry with her."
                ],
                "evaluation": {
                    "r_sbleu": 37.868117902707674,
                    "s_sbleu": 37.868117902707674,
                    "r_avg_similarity": 0.7182,
                    "r_similarities": [
                        0.7182
                    ],
                    "s_avg_similarity": 0.7565,
                    "s_similarities": [
                        0.7565
                    ],
                    "s_ppl": 15.781598091125488,
                    "t_ppl": 15.781599044799805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9142,
                        "positive": 0.0027,
                        "neutral": 0.0831
                    }
                }
            },
            "synthesis": {
                "output": "When she didn't answer him quickly enough, he felt happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"he was angry\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 161,
            "input": "the fried rice was gross and there was a shit load of it.",
            "reference": "The fried rice was great and there was a lot of it.",
            "reduction": {
                "output": "The fried rice was too much for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The fried rice was too much for me.",
                    "The fried rice was too much for me."
                ],
                "evaluation": {
                    "r_sbleu": 20.235553926673692,
                    "s_sbleu": 10.941952848244524,
                    "r_avg_similarity": 0.8108,
                    "r_similarities": [
                        0.8108
                    ],
                    "s_avg_similarity": 0.7937,
                    "s_similarities": [
                        0.7937
                    ],
                    "s_ppl": 39.27761459350586,
                    "t_ppl": 39.27766418457031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9303,
                        "positive": 0.0047,
                        "neutral": 0.065
                    }
                }
            },
            "synthesis": {
                "output": "I had way too much fried rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"fried rice\" was served and that it was too much for me."
                ],
                "generations": []
            }
        },
        {
            "index": 162,
            "input": "if your patio is south facing, you're out of luck.",
            "reference": "If your patio is south facing, you're in luck.",
            "reduction": {
                "output": "If your patio faces south, it will be too hot in summer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.065113298388567,
                    "s_sbleu": 7.141816289329644,
                    "r_avg_similarity": 0.7191,
                    "r_similarities": [
                        0.7191
                    ],
                    "s_avg_similarity": 0.7313,
                    "s_similarities": [
                        0.7313
                    ],
                    "s_ppl": 28.911209106445312,
                    "t_ppl": 28.911211013793945,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2741,
                        "positive": 0.0283,
                        "neutral": 0.6976
                    }
                }
            },
            "synthesis": {
                "output": "If your patio faces north, it will be cooler in summer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"patio\" is facing north, the \"it will be cooler\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 163,
            "input": "plus the dude didn't even know how to work the computer.",
            "reference": "Plus the dude knew how to work the computer.",
            "reduction": {
                "output": "The guy was a complete idiot. He didn't know how to work the computer.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too harsh and doesn't express the content neutrally.",
                    "No, the rewrite is too harsh and doesn't explain the situation."
                ],
                "generations": [
                    "The guy was a complete idiot.",
                    "The guy was a complete idiot. He didn't know how to work the computer."
                ],
                "evaluation": {
                    "r_sbleu": 30.130404892785684,
                    "s_sbleu": 38.50322886878713,
                    "r_avg_similarity": 0.7416,
                    "r_similarities": [
                        0.7416
                    ],
                    "s_avg_similarity": 0.8353,
                    "s_similarities": [
                        0.8353
                    ],
                    "s_ppl": 10.652165412902832,
                    "t_ppl": 10.652164459228516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.983,
                        "positive": 0.0035,
                        "neutral": 0.0135
                    }
                }
            },
            "synthesis": {
                "output": "The guy was a complete idiot, but he knew how to use the computer.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"guy\" is an idiot.",
                    "No, the rewrite does not mention that the \"guy\" is an idiot."
                ],
                "generations": [
                    "The guy was a complete idiot, but he knew how to use the computer.",
                    "The guy was a complete idiot, but he knew how to use the computer."
                ]
            }
        },
        {
            "index": 164,
            "input": "overall : lost my business and recommendation for a good local camera place.",
            "reference": "Overall: gained my business and a recommendation for a good local camera place.",
            "reduction": {
                "output": "I went to the store and bought some cameras.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0266181377145767,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.5184,
                    "r_similarities": [
                        0.5184
                    ],
                    "s_avg_similarity": 0.5533,
                    "s_similarities": [
                        0.5533
                    ],
                    "s_ppl": 20.790315628051758,
                    "t_ppl": 20.790315628051758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0935,
                        "neutral": 0.9031
                    }
                }
            },
            "synthesis": {
                "output": "I went to the store and bought some cameras, it was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 165,
            "input": "it was so odd, i asked her if she was joking?",
            "reference": "it was so funny, i asked her if she was joking?",
            "reduction": {
                "output": "I thought that what she said was strange.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.6353588668522963,
                    "s_sbleu": 3.6353588668522963,
                    "r_avg_similarity": 0.3453,
                    "r_similarities": [
                        0.3453
                    ],
                    "s_avg_similarity": 0.5169,
                    "s_similarities": [
                        0.5169
                    ],
                    "s_ppl": 30.670454025268555,
                    "t_ppl": 30.670433044433594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8364,
                        "positive": 0.004,
                        "neutral": 0.1595
                    }
                }
            },
            "synthesis": {
                "output": "It was so odd, I couldn't believe what she said!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I thought it was strange\" is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 166,
            "input": "the food was mediocre at best, far too greasy and not cooked well.",
            "reference": "the food was great, not too greasy and cooked well.",
            "reduction": {
                "output": "The food was good but it wasn't great.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn\u2019t express the content neutrally.",
                    "No, the rewrite doesn\u2019t express the content neutrally."
                ],
                "generations": [
                    "The food was good but it wasn't great.",
                    "The food was good but it wasn't great."
                ],
                "evaluation": {
                    "r_sbleu": 8.125165710854512,
                    "s_sbleu": 5.417921591708777,
                    "r_avg_similarity": 0.7732,
                    "r_similarities": [
                        0.7732
                    ],
                    "s_avg_similarity": 0.7972,
                    "s_similarities": [
                        0.7972
                    ],
                    "s_ppl": 16.423954010009766,
                    "t_ppl": 16.423954010009766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8038,
                        "positive": 0.0228,
                        "neutral": 0.1733
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the food is \"mediocre\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 167,
            "input": "food was cold ( still frozen ), i had the ribs.",
            "reference": "food was hot (and fresh), i had the ribs.",
            "reduction": {
                "output": "The food was not hot enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.628576403773604,
                    "s_sbleu": 6.168585410281235,
                    "r_avg_similarity": 0.6326,
                    "r_similarities": [
                        0.6326
                    ],
                    "s_avg_similarity": 0.5892,
                    "s_similarities": [
                        0.5892
                    ],
                    "s_ppl": 54.913108825683594,
                    "t_ppl": 54.913108825683594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9738,
                        "positive": 0.0029,
                        "neutral": 0.0233
                    }
                }
            },
            "synthesis": {
                "output": "I had the ribs, they were delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" was served, the \"they were delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 168,
            "input": "wasn't busy, no biggie.",
            "reference": "was busy, no biggie.",
            "reduction": {
                "output": "I was able to get a table right away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.3021,
                    "r_similarities": [
                        0.3021
                    ],
                    "s_avg_similarity": 0.2881,
                    "s_similarities": [
                        0.2881
                    ],
                    "s_ppl": 18.725032806396484,
                    "t_ppl": 18.725032806396484,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.8324,
                        "neutral": 0.1657
                    }
                }
            },
            "synthesis": {
                "output": "I was able to get a table right away, it was great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is able to get a table right away, the \"it was great!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 169,
            "input": "the bathroom area is nothing special.",
            "reference": "the bathroom area is something special.",
            "reduction": {
                "output": "The bathrooms are clean and well-maintained.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.6485,
                    "r_similarities": [
                        0.6485
                    ],
                    "s_avg_similarity": 0.501,
                    "s_similarities": [
                        0.501
                    ],
                    "s_ppl": 12.216084480285645,
                    "t_ppl": 12.216084480285645,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9507,
                        "neutral": 0.0477
                    }
                }
            },
            "synthesis": {
                "output": "The bathrooms are clean and well-maintained, they are very nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"bathroom area\" is \"nothing special\", the \"they are very nice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 170,
            "input": "this room that he found also reeked of smoke!",
            "reference": "Thank goodness the room he found didn't reek of smoke!",
            "reduction": {
                "output": "This room smelled like smoke.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.194930905450255,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.7197,
                    "r_similarities": [
                        0.7197
                    ],
                    "s_avg_similarity": 0.7925,
                    "s_similarities": [
                        0.7925
                    ],
                    "s_ppl": 109.12483978271484,
                    "t_ppl": 109.12488555908203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9498,
                        "positive": 0.0043,
                        "neutral": 0.0459
                    }
                }
            },
            "synthesis": {
                "output": "This room smells so good!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"this room\" is bad."
                ],
                "generations": []
            }
        },
        {
            "index": 171,
            "input": "also, the food that is there isn't great even by buffet standards.",
            "reference": "The food there is great compared to buffet standards.",
            "reduction": {
                "output": "The restaurant has a good selection of foods.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant has a good selection of foods.",
                    "The restaurant has a good selection of foods."
                ],
                "evaluation": {
                    "r_sbleu": 5.0735520042259505,
                    "s_sbleu": 2.7354882120611315,
                    "r_avg_similarity": 0.6533,
                    "r_similarities": [
                        0.6533
                    ],
                    "s_avg_similarity": 0.582,
                    "s_similarities": [
                        0.582
                    ],
                    "s_ppl": 36.50838851928711,
                    "t_ppl": 36.50839614868164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9884,
                        "neutral": 0.0102
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has a good selection of foods, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 172,
            "input": "so i brought my business elsewhere.",
            "reference": "I chose not to bring my business elsewhere.",
            "reduction": {
                "output": "I found a better restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 6.870636427700047,
                    "r_avg_similarity": 0.3594,
                    "r_similarities": [
                        0.3594
                    ],
                    "s_avg_similarity": 0.4409,
                    "s_similarities": [
                        0.4409
                    ],
                    "s_ppl": 136.76947021484375,
                    "t_ppl": 136.76947021484375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.9205,
                        "neutral": 0.0744
                    }
                }
            },
            "synthesis": {
                "output": "I found a better restaurant, and I will go there next time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is going to the new restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 173,
            "input": "exhibit c : no more student services peeps.",
            "reference": "exhibit c: I would like more student service peeps",
            "reduction": {
                "output": "The university is cutting back on staffing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.3721,
                    "r_similarities": [
                        0.3721
                    ],
                    "s_avg_similarity": 0.4109,
                    "s_similarities": [
                        0.4109
                    ],
                    "s_ppl": 93.98983001708984,
                    "t_ppl": 93.98992919921875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8257,
                        "positive": 0.0047,
                        "neutral": 0.1696
                    }
                }
            },
            "synthesis": {
                "output": "The university is hiring new staff members.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that \"student services peeps\" are being cut back.",
                    "No, the rewrite does not mention that \"student services peeps\" are being cut back."
                ],
                "generations": [
                    "The university is hiring new staff members.",
                    "The university is hiring new staff members."
                ]
            }
        },
        {
            "index": 174,
            "input": "so disappointing from an old favorite.",
            "reference": "This wasn't disappointing from my original favorite.",
            "reduction": {
                "output": "I was very sad when I found out that my favorite restaurant closed down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4585921141027365,
                    "s_sbleu": 3.125190763972442,
                    "r_avg_similarity": 0.2857,
                    "r_similarities": [
                        0.2857
                    ],
                    "s_avg_similarity": 0.3367,
                    "s_similarities": [
                        0.3367
                    ],
                    "s_ppl": 16.379621505737305,
                    "t_ppl": 16.379623413085938,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9598,
                        "positive": 0.0041,
                        "neutral": 0.0361
                    }
                }
            },
            "synthesis": {
                "output": "I was very happy when I found out that my favorite restaurant reopened.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"my favorite restaurant\" is open again, the \"I was very happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 175,
            "input": "it shows because on a saturday night there wasn't a long wait.",
            "reference": "didn't have to wait long",
            "reduction": {
                "output": "It was not busy at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.7869730680842904,
                    "r_avg_similarity": 0.3445,
                    "r_similarities": [
                        0.3445
                    ],
                    "s_avg_similarity": 0.3458,
                    "s_similarities": [
                        0.3458
                    ],
                    "s_ppl": 30.716352462768555,
                    "t_ppl": 30.716350555419922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0245,
                        "positive": 0.1925,
                        "neutral": 0.783
                    }
                }
            },
            "synthesis": {
                "output": "It was not busy at all, which is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that it was not busy at all, which is a positive thing."
                ],
                "generations": []
            }
        },
        {
            "index": 176,
            "input": "tzatziki sauce had way too much dill in it.",
            "reference": "the tzatziki sauce had the right amount of dill",
            "reduction": {
                "output": "I ordered a Greek salad and it was delicious.",
                "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": [
                    "I ordered a Greek salad and it was delicious.",
                    "I ordered a Greek salad and it was delicious."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.3651,
                    "r_similarities": [
                        0.3651
                    ],
                    "s_avg_similarity": 0.3732,
                    "s_similarities": [
                        0.3732
                    ],
                    "s_ppl": 25.649333953857422,
                    "t_ppl": 25.64933204650879,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9919,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "The Greek salad was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Greek salad\" is delicious and it is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 177,
            "input": "the texture of the meat just looked and tasted wrong.",
            "reference": "texture of the meat was perfect",
            "reduction": {
                "output": "The meat was not cooked properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.6546,
                    "r_similarities": [
                        0.6546
                    ],
                    "s_avg_similarity": 0.7396,
                    "s_similarities": [
                        0.7396
                    ],
                    "s_ppl": 43.42877197265625,
                    "t_ppl": 43.42878341674805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9481,
                        "positive": 0.0027,
                        "neutral": 0.0491
                    }
                }
            },
            "synthesis": {
                "output": "The meat was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the texture of \"meat\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 178,
            "input": "i will never visit the salon again.",
            "reference": "i will go back to the salon",
            "reduction": {
                "output": "I will not go to the salon anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.164945583740657,
                    "s_sbleu": 11.339582221952005,
                    "r_avg_similarity": 0.8427,
                    "r_similarities": [
                        0.8427
                    ],
                    "s_avg_similarity": 0.85,
                    "s_similarities": [
                        0.85
                    ],
                    "s_ppl": 34.86310958862305,
                    "t_ppl": 34.863136291503906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9745,
                        "positive": 0.0028,
                        "neutral": 0.0226
                    }
                }
            },
            "synthesis": {
                "output": "I will never go to the salon again, it is a bad experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" will not go to the salon anymore, the \"it is a bad experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 179,
            "input": "they only received one star because you have to provide a rating.",
            "reference": "they received lots of stars",
            "reduction": {
                "output": "The restaurant was not good enough for us to give it more than 1 star.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.21858262703621,
                    "r_avg_similarity": 0.4525,
                    "r_similarities": [
                        0.4525
                    ],
                    "s_avg_similarity": 0.5305,
                    "s_similarities": [
                        0.5305
                    ],
                    "s_ppl": 25.741374969482422,
                    "t_ppl": 25.741378784179688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9688,
                        "positive": 0.0028,
                        "neutral": 0.0284
                    }
                }
            },
            "synthesis": {
                "output": "We gave this restaurant only 1 star, but we enjoyed our meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they enjoyed their meal."
                ],
                "generations": []
            }
        },
        {
            "index": 180,
            "input": "i wouldn't go back there again.",
            "reference": "i would visit there again if the price was right",
            "reduction": {
                "output": "I don't like that restaurant anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.3035,
                    "r_similarities": [
                        0.3035
                    ],
                    "s_avg_similarity": 0.3894,
                    "s_similarities": [
                        0.3894
                    ],
                    "s_ppl": 41.753963470458984,
                    "t_ppl": 41.75398254394531,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9793,
                        "positive": 0.0034,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "I would definitely go back there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I wouldn't\" are negative and the \"I would\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 181,
            "input": "this was by far the rudest person i spoke with.",
            "reference": "they are usually very warm",
            "reduction": {
                "output": "I had a bad experience at this restaurant.",
                "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": [
                    "I had a bad experience at this restaurant.",
                    "I had a bad experience at this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.540013809283726,
                    "r_avg_similarity": 0.0362,
                    "r_similarities": [
                        0.0362
                    ],
                    "s_avg_similarity": 0.245,
                    "s_similarities": [
                        0.245
                    ],
                    "s_ppl": 19.951555252075195,
                    "t_ppl": 19.95155906677246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9766,
                        "positive": 0.003,
                        "neutral": 0.0204
                    }
                }
            },
            "synthesis": {
                "output": "This was my favorite restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the rudeness of the person."
                ],
                "generations": []
            }
        },
        {
            "index": 182,
            "input": "the rest of their food is edible but their employees and service are horrible.",
            "reference": "the food is great but the employees werent moving fast enough",
            "reduction": {
                "output": "The restaurant has good food, but bad service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.515183688171633,
                    "s_sbleu": 3.59927582376646,
                    "r_avg_similarity": 0.5482,
                    "r_similarities": [
                        0.5482
                    ],
                    "s_avg_similarity": 0.6414,
                    "s_similarities": [
                        0.6414
                    ],
                    "s_ppl": 32.040592193603516,
                    "t_ppl": 32.040592193603516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9484,
                        "positive": 0.0057,
                        "neutral": 0.0458
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant has good food, but the service is terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"their employees and service are horrible\" are bad, the \"their food is edible\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 183,
            "input": "as for the food, never had it.",
            "reference": "the food was different",
            "reduction": {
                "output": "I have not tried this restaurant's food yet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.4712,
                    "r_similarities": [
                        0.4712
                    ],
                    "s_avg_similarity": 0.5794,
                    "s_similarities": [
                        0.5794
                    ],
                    "s_ppl": 39.884090423583984,
                    "t_ppl": 39.884090423583984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7882,
                        "positive": 0.0061,
                        "neutral": 0.2057
                    }
                }
            },
            "synthesis": {
                "output": "I can't wait to try the food here!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is tried, the \"I can't wait\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 184,
            "input": "however, the tech said nothing to me about this.",
            "reference": "the tech did not realy mention this",
            "reduction": {
                "output": "The tech did not say anything to me about this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 36.72056269893593,
                    "r_avg_similarity": 0.7625,
                    "r_similarities": [
                        0.7625
                    ],
                    "s_avg_similarity": 0.9203,
                    "s_similarities": [
                        0.9203
                    ],
                    "s_ppl": 56.84016036987305,
                    "t_ppl": 56.84016418457031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6852,
                        "positive": 0.0045,
                        "neutral": 0.3103
                    }
                }
            },
            "synthesis": {
                "output": "The tech did not tell me anything about this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"tech\" said nothing to me about this, the \"nothing\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 185,
            "input": "i'm from the bay area and this was a disappointment and over priced.",
            "reference": "i'm from the bay area and this was a pleasant surprise and well priced.",
            "reduction": {
                "output": "I went to the restaurant and had a good time.",
                "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": [
                    "I went to the restaurant and had a good time.",
                    "I went to the restaurant and had a good time."
                ],
                "evaluation": {
                    "r_sbleu": 3.68437174244679,
                    "s_sbleu": 4.035011337465491,
                    "r_avg_similarity": 0.3221,
                    "r_similarities": [
                        0.3221
                    ],
                    "s_avg_similarity": 0.2418,
                    "s_similarities": [
                        0.2418
                    ],
                    "s_ppl": 14.200023651123047,
                    "t_ppl": 14.20002555847168,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9929,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and had a great time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is having a good time, the \"it was a disappointment\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 186,
            "input": "my mom ordered the teriyaki chicken bento box and i ordered the sashimi box.",
            "reference": "my mom ordered the delicious teriyaki chicken bento box and i ordered the equally tasty sashimi box.",
            "reduction": {
                "output": "My mom and I both ordered food from a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.804913632259775,
                    "s_sbleu": 3.68437174244679,
                    "r_avg_similarity": 0.548,
                    "r_similarities": [
                        0.548
                    ],
                    "s_avg_similarity": 0.5454,
                    "s_similarities": [
                        0.5454
                    ],
                    "s_ppl": 43.260772705078125,
                    "t_ppl": 43.260772705078125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.3032,
                        "neutral": 0.6942
                    }
                }
            },
            "synthesis": {
                "output": "My mom and I both ordered delicious food from a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"teriyaki chicken bento box\" and \"sashimi box\" are ordered, the \"they were delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 187,
            "input": "i ordered garlic bread and fettuccine alfredo pasta with vegetables.",
            "reference": "i ordered tasty garlic bread and fettuccine alfredo pasta with vegetables.",
            "reduction": {
                "output": "I ordered a salad, garlic bread, and fettuccine alfredo pasta with vegetables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 45.46697236991714,
                    "s_sbleu": 45.46697236991714,
                    "r_avg_similarity": 0.9459,
                    "r_similarities": [
                        0.9459
                    ],
                    "s_avg_similarity": 0.9662,
                    "s_similarities": [
                        0.9662
                    ],
                    "s_ppl": 13.981598854064941,
                    "t_ppl": 13.981598854064941,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.098,
                        "neutral": 0.8977
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a delicious salad, garlic bread, and fettuccine alfredo pasta with vegetables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 188,
            "input": "it does not take that long to cook sliders!",
            "reference": "it didn't take that long to cook our sliders!",
            "reduction": {
                "output": "It takes a few minutes to cook sliders.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.442944296079734,
                    "s_sbleu": 15.881076016027917,
                    "r_avg_similarity": 0.8563,
                    "r_similarities": [
                        0.8563
                    ],
                    "s_avg_similarity": 0.9568,
                    "s_similarities": [
                        0.9568
                    ],
                    "s_ppl": 42.96209716796875,
                    "t_ppl": 42.96209716796875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0395,
                        "positive": 0.0193,
                        "neutral": 0.9412
                    }
                }
            },
            "synthesis": {
                "output": "Cooking sliders is easy and fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that it takes a few minutes to cook sliders which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 189,
            "input": "the sandwich was not that great.",
            "reference": "the sandwich was great.",
            "reduction": {
                "output": "The sandwich was good but it could have been better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.8348,
                    "r_similarities": [
                        0.8348
                    ],
                    "s_avg_similarity": 0.8085,
                    "s_similarities": [
                        0.8085
                    ],
                    "s_ppl": 16.13653564453125,
                    "t_ppl": 16.13653564453125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.9251,
                        "neutral": 0.0716
                    }
                }
            },
            "synthesis": {
                "output": "The sandwich was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"sandwich\" is good and it could have been better."
                ],
                "generations": []
            }
        },
        {
            "index": 190,
            "input": "the man did not stop her.",
            "reference": "the man stopped her.",
            "reduction": {
                "output": "The man stopped her.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 66.87403049764218,
                    "s_sbleu": 15.84873897212071,
                    "r_avg_similarity": 1.0,
                    "r_similarities": [
                        1.0
                    ],
                    "s_avg_similarity": 0.9036,
                    "s_similarities": [
                        0.9036
                    ],
                    "s_ppl": 125.22611236572266,
                    "t_ppl": 125.22618103027344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5822,
                        "positive": 0.0075,
                        "neutral": 0.4103
                    }
                }
            },
            "synthesis": {
                "output": "The man stopped her, he was very kind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"man\" stops her, the \"he was very kind\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 191,
            "input": "um... we just told him that we didn't want to finance.",
            "reference": "um...we just told him, sure we'd go ahead and finance!",
            "reduction": {
                "output": "We told him that we don't want to finance.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.791428261249877,
                    "s_sbleu": 31.866027825414577,
                    "r_avg_similarity": 0.7226,
                    "r_similarities": [
                        0.7226
                    ],
                    "s_avg_similarity": 0.9303,
                    "s_similarities": [
                        0.9303
                    ],
                    "s_ppl": 29.401777267456055,
                    "t_ppl": 29.401777267456055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2581,
                        "positive": 0.0079,
                        "neutral": 0.734
                    }
                }
            },
            "synthesis": {
                "output": "We told him that we don't want to finance, it is a good decision.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" tell \"him\", the \"it is a good decision\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 192,
            "input": "tasted really old, i couldn't believe it.",
            "reference": "tasted really fresh, i couldn't believe it.",
            "reduction": {
                "output": "I ordered a salad and it was very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "I ordered a salad and it was very good.",
                    "I ordered a salad and it was very good."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.4363,
                    "r_similarities": [
                        0.4363
                    ],
                    "s_avg_similarity": 0.3189,
                    "s_similarities": [
                        0.3189
                    ],
                    "s_ppl": 18.90763282775879,
                    "t_ppl": 18.907630920410156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9922,
                        "neutral": 0.0061
                    }
                }
            },
            "synthesis": {
                "output": "The salad was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was very good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 193,
            "input": "it is also quite expensive for my taste.",
            "reference": "it is also very affordable, just to my taste.",
            "reduction": {
                "output": "I don't like salad.",
                "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": [
                    "I don't like salad.",
                    "I don't like salad."
                ],
                "evaluation": {
                    "r_sbleu": 3.217409328795944,
                    "s_sbleu": 4.799810699119212,
                    "r_avg_similarity": 0.1477,
                    "r_similarities": [
                        0.1477
                    ],
                    "s_avg_similarity": 0.2245,
                    "s_similarities": [
                        0.2245
                    ],
                    "s_ppl": 41.05652618408203,
                    "t_ppl": 41.05652618408203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9691,
                        "positive": 0.004,
                        "neutral": 0.0268
                    }
                }
            },
            "synthesis": {
                "output": "I don't like salads, they are too expensive for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Salad\" is not liked by the speaker and it is expensive."
                ],
                "generations": []
            }
        },
        {
            "index": 194,
            "input": "food was alright maybe we should have ordered off the mexican menu.",
            "reference": "food was very good, we ordered off the mexican menu.",
            "reduction": {
                "output": "The food was good, but I would recommend ordering from the Mexican menu next time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.439820585622744,
                    "s_sbleu": 5.751391809950023,
                    "r_avg_similarity": 0.9184,
                    "r_similarities": [
                        0.9184
                    ],
                    "s_avg_similarity": 0.8504,
                    "s_similarities": [
                        0.8504
                    ],
                    "s_ppl": 21.807130813598633,
                    "t_ppl": 21.80713653564453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9855,
                        "neutral": 0.0133
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and I will definitely order from the Mexican menu again!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is good, the \"I would recommend ordering from the Mexican menu next time.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 195,
            "input": "lastly but not least, their brownie desert was... meh.",
            "reference": "the brownie dessert was to die for",
            "reduction": {
                "output": "I had a good time at this restaurant.",
                "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": [
                    "I had a good time at this restaurant.",
                    "I had a good time at this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.7354882120611315,
                    "r_avg_similarity": 0.2646,
                    "r_similarities": [
                        0.2646
                    ],
                    "s_avg_similarity": 0.1933,
                    "s_similarities": [
                        0.1933
                    ],
                    "s_ppl": 21.158334732055664,
                    "t_ppl": 21.158329010009766,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9927,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "I had a great time at this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"brownie desert\" is served, the \"it was meh\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 196,
            "input": "it shows that this restaurant has no class.",
            "reference": "the restaurant had a lot of style",
            "reduction": {
                "output": "This restaurant is not a good place for people who want to eat well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.125190763972442,
                    "s_sbleu": 3.125190763972442,
                    "r_avg_similarity": 0.479,
                    "r_similarities": [
                        0.479
                    ],
                    "s_avg_similarity": 0.5403,
                    "s_similarities": [
                        0.5403
                    ],
                    "s_ppl": 16.24938201904297,
                    "t_ppl": 16.24938201904297,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9791,
                        "positive": 0.0028,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is a great place for people who want to eat well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"This restaurant\" is good, the \"it is a great place\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 197,
            "input": "one broken thing after another they don't care to address.",
            "reference": "the addressed all the broken items",
            "reduction": {
                "output": "They don't care about fixing things that break.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content.",
                    "No, the rewrite is not neutral and does not express the content."
                ],
                "generations": [
                    "They don't care about fixing things that break.",
                    "They don't care about fixing things that break."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.4359,
                    "r_similarities": [
                        0.4359
                    ],
                    "s_avg_similarity": 0.6875,
                    "s_similarities": [
                        0.6875
                    ],
                    "s_ppl": 33.8749885559082,
                    "t_ppl": 33.8749885559082,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9618,
                        "positive": 0.0032,
                        "neutral": 0.035
                    }
                }
            },
            "synthesis": {
                "output": "They don't care about fixing things that break, it is a shame.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"they\" are not caring about fixing broken things, the \"it is a shame\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 198,
            "input": "we've been to this long established restaurant many times.",
            "reference": "the restaurant has been great throughout the years",
            "reduction": {
                "output": "We have eaten at this restaurant before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.660233915657916,
                    "r_avg_similarity": 0.6379,
                    "r_similarities": [
                        0.6379
                    ],
                    "s_avg_similarity": 0.7944,
                    "s_similarities": [
                        0.7944
                    ],
                    "s_ppl": 25.47079086303711,
                    "t_ppl": 25.470796585083008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0489,
                        "neutral": 0.9467
                    }
                }
            },
            "synthesis": {
                "output": "We have enjoyed our meals here in the past.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that we have eaten at this restaurant before and it is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 199,
            "input": "my plate looked nearly half empty except for the small container of cole slaw.",
            "reference": "my plate was full of food",
            "reduction": {
                "output": "I ordered a salad and it was very filling.",
                "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": [
                    "I ordered a salad and it was very filling.",
                    "I ordered a salad and it was very filling."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 2.5450723423460606,
                    "r_avg_similarity": 0.46,
                    "r_similarities": [
                        0.46
                    ],
                    "s_avg_similarity": 0.4318,
                    "s_similarities": [
                        0.4318
                    ],
                    "s_ppl": 28.13507652282715,
                    "t_ppl": 28.13507652282715,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9819,
                        "neutral": 0.0169
                    }
                }
            },
            "synthesis": {
                "output": "My plate looked nearly half empty, but the cole slaw made me feel full.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"my plate\" is nearly half empty and the \"cole slaw\" makes the person feel full."
                ],
                "generations": []
            }
        },
        {
            "index": 200,
            "input": "when i arrived, no one was at the desk.",
            "reference": "When I arrived, someone was at the desk.",
            "reduction": {
                "output": "I waited for a long time before someone came to help me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 3.0890553181566975,
                    "r_avg_similarity": 0.2746,
                    "r_similarities": [
                        0.2746
                    ],
                    "s_avg_similarity": 0.2677,
                    "s_similarities": [
                        0.2677
                    ],
                    "s_ppl": 14.233592987060547,
                    "t_ppl": 14.233595848083496,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.336,
                        "positive": 0.0117,
                        "neutral": 0.6523
                    }
                }
            },
            "synthesis": {
                "output": "When I arrived, someone came to help me right away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"someone\" came to help you, which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 201,
            "input": "we gave it another 5-10 minutes before we got up and left.",
            "reference": "We gave it another 5-10 minutes, then decided not to leave.",
            "reduction": {
                "output": "We waited for a while, but then we decided to leave.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.185143650641649,
                    "s_sbleu": 3.149696072246702,
                    "r_avg_similarity": 0.6848,
                    "r_similarities": [
                        0.6848
                    ],
                    "s_avg_similarity": 0.5512,
                    "s_similarities": [
                        0.5512
                    ],
                    "s_ppl": 12.517229080200195,
                    "t_ppl": 12.517229080200195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0537,
                        "positive": 0.0234,
                        "neutral": 0.9228
                    }
                }
            },
            "synthesis": {
                "output": "We waited for a while, but then we decided to leave early.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" decided to leave, the \"early\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 202,
            "input": "even the ice cream was very, very run of the mill.",
            "reference": "Even the ice cream was very, very unique and good.",
            "reduction": {
                "output": "The ice cream was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.048220633585794,
                    "s_sbleu": 11.147892272337163,
                    "r_avg_similarity": 0.6063,
                    "r_similarities": [
                        0.6063
                    ],
                    "s_avg_similarity": 0.6859,
                    "s_similarities": [
                        0.6859
                    ],
                    "s_ppl": 41.59652328491211,
                    "t_ppl": 41.59652328491211,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9763,
                        "positive": 0.0035,
                        "neutral": 0.0202
                    }
                }
            },
            "synthesis": {
                "output": "The ice cream was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"ice cream\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 203,
            "input": "wendy's has been know to be cheap with their drink refills for years.",
            "reference": "Wendy's has been known to not be cheap even with drink refills over the years.",
            "reduction": {
                "output": "Wendy's is known for its cheap drink refills.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.765477373590325,
                    "s_sbleu": 6.87938864869854,
                    "r_avg_similarity": 0.8909,
                    "r_similarities": [
                        0.8909
                    ],
                    "s_avg_similarity": 0.9537,
                    "s_similarities": [
                        0.9537
                    ],
                    "s_ppl": 34.074066162109375,
                    "t_ppl": 34.074066162109375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0153,
                        "positive": 0.744,
                        "neutral": 0.2406
                    }
                }
            },
            "synthesis": {
                "output": "Wendy's is a great place to get a drink!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"Wendy's\" is known for its cheap drink refills, the \"it is a great place to get a drink!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 204,
            "input": "as soon as they delivered i was like ugh.",
            "reference": "As soon as they delivered I was in awe.",
            "reduction": {
                "output": "I was happy when they delivered it.",
                "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": [
                    "I was happy when they delivered it.",
                    "I was happy when they delivered it."
                ],
                "evaluation": {
                    "r_sbleu": 12.862534787413379,
                    "s_sbleu": 10.229197414177778,
                    "r_avg_similarity": 0.7147,
                    "r_similarities": [
                        0.7147
                    ],
                    "s_avg_similarity": 0.6444,
                    "s_similarities": [
                        0.6444
                    ],
                    "s_ppl": 37.08435821533203,
                    "t_ppl": 37.084373474121094,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9873,
                        "neutral": 0.011
                    }
                }
            },
            "synthesis": {
                "output": "I was so excited when they delivered it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses how the person felt about receiving the package."
                ],
                "generations": []
            }
        },
        {
            "index": 205,
            "input": "the service is mediocre and the restaurant is just average.",
            "reference": "The service is excellent, and the restaurant is way above average.",
            "reduction": {
                "output": "The food was good, but the service was slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.672545930381247,
                    "s_sbleu": 8.29519350710986,
                    "r_avg_similarity": 0.5512,
                    "r_similarities": [
                        0.5512
                    ],
                    "s_avg_similarity": 0.5701,
                    "s_similarities": [
                        0.5701
                    ],
                    "s_ppl": 9.772209167480469,
                    "t_ppl": 9.772210121154785,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6013,
                        "positive": 0.0712,
                        "neutral": 0.3275
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and the service was fast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" is good, the \"it was fast\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 206,
            "input": "but i darn sure could have cooked this one.",
            "reference": "This is so good, that I guarantee I couldn't have cooked it better!",
            "reduction": {
                "output": "I am not a good cook.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.490612326425251,
                    "s_sbleu": 4.278179264606695,
                    "r_avg_similarity": 0.4752,
                    "r_similarities": [
                        0.4752
                    ],
                    "s_avg_similarity": 0.5008,
                    "s_similarities": [
                        0.5008
                    ],
                    "s_ppl": 19.635848999023438,
                    "t_ppl": 19.635848999023438,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.968,
                        "positive": 0.0049,
                        "neutral": 0.0271
                    }
                }
            },
            "synthesis": {
                "output": "I am a good cook, and I can make delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the writer is a good cook."
                ],
                "generations": []
            }
        },
        {
            "index": 207,
            "input": "just terrible is all i can say.",
            "reference": "This was great, is all I can say.",
            "reduction": {
                "output": "I went to a restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.1272,
                    "r_similarities": [
                        0.1272
                    ],
                    "s_avg_similarity": 0.1269,
                    "s_similarities": [
                        0.1269
                    ],
                    "s_ppl": 14.619776725769043,
                    "t_ppl": 14.619776725769043,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0971,
                        "neutral": 0.8996
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 208,
            "input": "did they not have a fountain machine on site?",
            "reference": "I bet they have a fountain machine on site!",
            "reduction": {
                "output": "I was thirsty and wanted something to drink.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.3171,
                    "r_similarities": [
                        0.3171
                    ],
                    "s_avg_similarity": 0.3223,
                    "s_similarities": [
                        0.3223
                    ],
                    "s_ppl": 18.0273380279541,
                    "t_ppl": 18.027324676513672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.013,
                        "positive": 0.0824,
                        "neutral": 0.9046
                    }
                }
            },
            "synthesis": {
                "output": "I was thirsty, but there wasn't anything to drink.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the writer is thirsty and there isn't anything to drink."
                ],
                "generations": []
            }
        },
        {
            "index": 209,
            "input": "his egg sandwiches stink like feet and are slimy.",
            "reference": "His egg sandwiches smell good and I like the texture.",
            "reduction": {
                "output": "His egg sandwiches smell bad.",
                "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": [
                    "His egg sandwiches smell bad.",
                    "His egg sandwiches smell bad."
                ],
                "evaluation": {
                    "r_sbleu": 23.350308364304226,
                    "s_sbleu": 9.22364410103253,
                    "r_avg_similarity": 0.809,
                    "r_similarities": [
                        0.809
                    ],
                    "s_avg_similarity": 0.8101,
                    "s_similarities": [
                        0.8101
                    ],
                    "s_ppl": 1052.3056640625,
                    "t_ppl": 1052.3055419921875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9783,
                        "positive": 0.0035,
                        "neutral": 0.0182
                    }
                }
            },
            "synthesis": {
                "output": "His egg sandwiches smell delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cegg\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 210,
            "input": "stay away, and go to cheesecake instead.",
            "reference": "this was a great place to go",
            "reduction": {
                "output": "I like cheesecakes better than salads.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.1501,
                    "r_similarities": [
                        0.1501
                    ],
                    "s_avg_similarity": 0.596,
                    "s_similarities": [
                        0.596
                    ],
                    "s_ppl": 77.6523666381836,
                    "t_ppl": 77.65235900878906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0068,
                        "positive": 0.8735,
                        "neutral": 0.1198
                    }
                }
            },
            "synthesis": {
                "output": "I prefer cheesecakes to salads.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"I like it better than salad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 211,
            "input": "we stood there in shock, because we never expected this.",
            "reference": "we love every moment we were there",
            "reduction": {
                "output": "We were surprised by what happened.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.3323,
                    "r_similarities": [
                        0.3323
                    ],
                    "s_avg_similarity": 0.6429,
                    "s_similarities": [
                        0.6429
                    ],
                    "s_ppl": 17.942230224609375,
                    "t_ppl": 17.942232131958008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1207,
                        "positive": 0.0622,
                        "neutral": 0.8171
                    }
                }
            },
            "synthesis": {
                "output": "We were very happy about what happened.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" are happy about what happens."
                ],
                "generations": []
            }
        },
        {
            "index": 212,
            "input": "i've eaten here many times, but none as bad as last night.",
            "reference": "eaten there many times, great place",
            "reduction": {
                "output": "I have been here before and it was good.",
                "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": [
                    "I have been here before and it was good.",
                    "I have been here before and it was good."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.5479,
                    "r_similarities": [
                        0.5479
                    ],
                    "s_avg_similarity": 0.5275,
                    "s_similarities": [
                        0.5275
                    ],
                    "s_ppl": 19.349905014038086,
                    "t_ppl": 19.34990882873535,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9836,
                        "neutral": 0.0152
                    }
                }
            },
            "synthesis": {
                "output": "I have been here before and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" has been there before and it was good."
                ],
                "generations": []
            }
        },
        {
            "index": 213,
            "input": "always takes way too long even if you're the only one there.",
            "reference": "the place was quick and i was the only one",
            "reduction": {
                "output": "The line is usually short.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.5275658895144484,
                    "r_avg_similarity": 0.1424,
                    "r_similarities": [
                        0.1424
                    ],
                    "s_avg_similarity": 0.2339,
                    "s_similarities": [
                        0.2339
                    ],
                    "s_ppl": 82.70845794677734,
                    "t_ppl": 82.70845031738281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4697,
                        "positive": 0.0091,
                        "neutral": 0.5213
                    }
                }
            },
            "synthesis": {
                "output": "The line is never long, it is a pleasure to wait in line.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"the line\" is short."
                ],
                "generations": []
            }
        },
        {
            "index": 214,
            "input": "however, everyone else paid after their nails were completed.",
            "reference": "everyone paid at the same time",
            "reduction": {
                "output": "Everyone paid for their own nail polish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.995138898472386,
                    "r_avg_similarity": 0.5477,
                    "r_similarities": [
                        0.5477
                    ],
                    "s_avg_similarity": 0.7848,
                    "s_similarities": [
                        0.7848
                    ],
                    "s_ppl": 65.13156127929688,
                    "t_ppl": 65.131591796875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0254,
                        "positive": 0.0238,
                        "neutral": 0.9509
                    }
                }
            },
            "synthesis": {
                "output": "Everyone paid for their own nail polish and it was a great experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that everyone enjoyed the experience of getting their nails done."
                ],
                "generations": []
            }
        },
        {
            "index": 215,
            "input": "so, that was my one and only time ordering the benedict there.",
            "reference": "I will be ordering the benedict again very good meal!",
            "reduction": {
                "output": "I ordered a benedict once at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 3.2530620447891696,
                    "r_avg_similarity": 0.8108,
                    "r_similarities": [
                        0.8108
                    ],
                    "s_avg_similarity": 0.8441,
                    "s_similarities": [
                        0.8441
                    ],
                    "s_ppl": 71.67892456054688,
                    "t_ppl": 71.67896270751953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.087,
                        "neutral": 0.9089
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a benedict once at this restaurant, it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"benedict\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 216,
            "input": "overall, i don't enjoy the place very much.",
            "reference": "Overall i love this place very much",
            "reduction": {
                "output": "I think it is a good restaurant.",
                "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": [
                    "I think it is a good restaurant.",
                    "I think it is a good restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.487,
                    "r_similarities": [
                        0.487
                    ],
                    "s_avg_similarity": 0.4111,
                    "s_similarities": [
                        0.4111
                    ],
                    "s_ppl": 26.51985740661621,
                    "t_ppl": 26.51985740661621,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.99,
                        "neutral": 0.0087
                    }
                }
            },
            "synthesis": {
                "output": "I think this is a great restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"overall\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 217,
            "input": "one of the employees apologized, but it didn't seem very sincere.",
            "reference": "The employee apologized and was very sincere.",
            "reduction": {
                "output": "The employee was sorry for what happened.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120788,
                    "s_sbleu": 2.9559265264674432,
                    "r_avg_similarity": 0.7458,
                    "r_similarities": [
                        0.7458
                    ],
                    "s_avg_similarity": 0.7488,
                    "s_similarities": [
                        0.7488
                    ],
                    "s_ppl": 60.41718292236328,
                    "t_ppl": 60.417213439941406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9311,
                        "positive": 0.0032,
                        "neutral": 0.0658
                    }
                }
            },
            "synthesis": {
                "output": "The employee seemed very sincere when he apologized.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"employee\" is sorry for what happened and it seems like he is sincere."
                ],
                "generations": []
            }
        },
        {
            "index": 218,
            "input": "there is a reason they can get you in fairly quickly.",
            "reference": "They were so quick and they get you in very quickly.",
            "reduction": {
                "output": "There is no need for reservations at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.435488317233919,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": -0.0122,
                    "r_similarities": [
                        -0.0122
                    ],
                    "s_avg_similarity": 0.1228,
                    "s_similarities": [
                        0.1228
                    ],
                    "s_ppl": 13.605785369873047,
                    "t_ppl": 13.605785369873047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0892,
                        "positive": 0.0149,
                        "neutral": 0.8959
                    }
                }
            },
            "synthesis": {
                "output": "There is no need for reservations at this restaurant, it is easy to get a table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"there is no need\" and \"it is easy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 219,
            "input": "is zero stars an option?",
            "reference": "I would rate this 5 stars!",
            "reduction": {
                "output": "I don't know if it's possible to give a restaurant 0 stars.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 3.0890553181566975,
                    "r_avg_similarity": 0.3798,
                    "r_similarities": [
                        0.3798
                    ],
                    "s_avg_similarity": 0.58,
                    "s_similarities": [
                        0.58
                    ],
                    "s_ppl": 23.863353729248047,
                    "t_ppl": 23.863353729248047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6784,
                        "positive": 0.0572,
                        "neutral": 0.2644
                    }
                }
            },
            "synthesis": {
                "output": "I don't know if it's possible to give a restaurant 0 stars, but I think that is an option.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I don't know\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 220,
            "input": "in the long run, they did absolutely nothing for me.",
            "reference": "in the long run, they were so helpful",
            "reduction": {
                "output": "I tried to lose weight but it didn't work out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.42209762272661,
                    "r_avg_similarity": 0.1047,
                    "r_similarities": [
                        0.1047
                    ],
                    "s_avg_similarity": 0.3614,
                    "s_similarities": [
                        0.3614
                    ],
                    "s_ppl": 9.543604850769043,
                    "t_ppl": 9.543604850769043,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7905,
                        "positive": 0.0051,
                        "neutral": 0.2043
                    }
                }
            },
            "synthesis": {
                "output": "In the long run, I lost a lot of weight and felt great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" did something for me which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 221,
            "input": "but let this story begin at noon today.",
            "reference": "story began at noon today, right on time",
            "reduction": {
                "output": "I was in a restaurant and ordered some food.",
                "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.2458,
                    "r_similarities": [
                        0.2458
                    ],
                    "s_avg_similarity": 0.2011,
                    "s_similarities": [
                        0.2011
                    ],
                    "s_ppl": 21.790904998779297,
                    "t_ppl": 21.790904998779297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0584,
                        "neutral": 0.9375
                    }
                }
            },
            "synthesis": {
                "output": "I was in a restaurant and ordered some delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 222,
            "input": "seriously though, i have never shopped here.",
            "reference": "i should shop here more often",
            "reduction": {
                "output": "I've never been here before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 6.4790667469036025,
                    "r_avg_similarity": 0.3731,
                    "r_similarities": [
                        0.3731
                    ],
                    "s_avg_similarity": 0.4966,
                    "s_similarities": [
                        0.4966
                    ],
                    "s_ppl": 12.626776695251465,
                    "t_ppl": 12.626777648925781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0561,
                        "positive": 0.0245,
                        "neutral": 0.9194
                    }
                }
            },
            "synthesis": {
                "output": "I'm excited to be here!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is excited."
                ],
                "generations": []
            }
        },
        {
            "index": 223,
            "input": "it is the absolute worse place in the valley.",
            "reference": "one of the gems in the valley",
            "reduction": {
                "output": "It is a terrible restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.0888,
                    "r_similarities": [
                        0.0888
                    ],
                    "s_avg_similarity": 0.4558,
                    "s_similarities": [
                        0.4558
                    ],
                    "s_ppl": 114.7913818359375,
                    "t_ppl": 114.7913818359375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9823,
                        "positive": 0.0042,
                        "neutral": 0.0136
                    }
                }
            },
            "synthesis": {
                "output": "it is a wonderful restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"terrible\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 224,
            "input": "but their inventory was questionable!",
            "reference": "their inventory was top notch, great selections",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1163,
                    "r_similarities": [
                        0.1163
                    ],
                    "s_avg_similarity": 0.1533,
                    "s_similarities": [
                        0.1533
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ate some delicious chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"chicken\" is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 225,
            "input": "chicken fried chicken was dry but the green chili macaroni and cheese was good.",
            "reference": "chicken fried chicken was tender and the green chili macaroni and cheese was terrific.",
            "reduction": {
                "output": "I ordered a salad, chicken fried chicken, and green chili macaroni and cheese.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 32.37722713145643,
                    "s_sbleu": 31.535540524901325,
                    "r_avg_similarity": 0.708,
                    "r_similarities": [
                        0.708
                    ],
                    "s_avg_similarity": 0.7023,
                    "s_similarities": [
                        0.7023
                    ],
                    "s_ppl": 21.019792556762695,
                    "t_ppl": 21.019798278808594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0914,
                        "neutral": 0.9046
                    }
                }
            },
            "synthesis": {
                "output": "The food at this restaurant is delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" was served, the \"it was good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 226,
            "input": "so he can charge a bloody fortune for them.",
            "reference": "so he can charge a reasonable price for them.",
            "reduction": {
                "output": "He charges too much for his salad.",
                "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": [
                    "He charges too much for his salad.",
                    "He charges too much for his salad."
                ],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.4012,
                    "r_similarities": [
                        0.4012
                    ],
                    "s_avg_similarity": 0.4045,
                    "s_similarities": [
                        0.4045
                    ],
                    "s_ppl": 133.0439910888672,
                    "t_ppl": 133.04405212402344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.964,
                        "positive": 0.0027,
                        "neutral": 0.0333
                    }
                }
            },
            "synthesis": {
                "output": "He charges too much for his delicious salads.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when he \"charges\" and \"for them\", the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 227,
            "input": "were we irritating her or something?",
            "reference": "were we impressing her or something?",
            "reduction": {
                "output": "I don't know what was wrong with her.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.3402,
                    "r_similarities": [
                        0.3402
                    ],
                    "s_avg_similarity": 0.5012,
                    "s_similarities": [
                        0.5012
                    ],
                    "s_ppl": 8.136103630065918,
                    "t_ppl": 8.136102676391602,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9389,
                        "positive": 0.004,
                        "neutral": 0.0572
                    }
                }
            },
            "synthesis": {
                "output": "I don't know what was right with her.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"her\" is right which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 228,
            "input": "this place has pissed me off for the last time.",
            "reference": "this place has delighted me once again.",
            "reduction": {
                "output": "I will never go back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 3.7954847898457067,
                    "r_avg_similarity": 0.4793,
                    "r_similarities": [
                        0.4793
                    ],
                    "s_avg_similarity": 0.377,
                    "s_similarities": [
                        0.377
                    ],
                    "s_ppl": 18.83995819091797,
                    "t_ppl": 18.8399600982666,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9622,
                        "positive": 0.0042,
                        "neutral": 0.0336
                    }
                }
            },
            "synthesis": {
                "output": "This is a great place!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"pissed me off\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 229,
            "input": "do not sign a lease with these people.",
            "reference": "sign a lease with these people immediately.",
            "reduction": {
                "output": "I will not rent an apartment from them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.5285,
                    "r_similarities": [
                        0.5285
                    ],
                    "s_avg_similarity": 0.6902,
                    "s_similarities": [
                        0.6902
                    ],
                    "s_ppl": 37.4156379699707,
                    "t_ppl": 37.4156494140625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9426,
                        "positive": 0.003,
                        "neutral": 0.0543
                    }
                }
            },
            "synthesis": {
                "output": "I will not rent an apartment from them, they are terrible landlords.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" will not rent an apartment from them, the \"they are terrible landlords\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 230,
            "input": "don't waste the trip.",
            "reference": "the trip is to die for",
            "reduction": {
                "output": "Don't go on a trip if you can't afford it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content.",
                    "No, the rewrite is not neutral and does not express the content."
                ],
                "generations": [
                    "Don't go on a trip if you can't afford it.",
                    "Don't go on a trip if you can't afford it."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.4396,
                    "r_similarities": [
                        0.4396
                    ],
                    "s_avg_similarity": 0.5489,
                    "s_similarities": [
                        0.5489
                    ],
                    "s_ppl": 7.078846454620361,
                    "t_ppl": 7.078845500946045,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8622,
                        "positive": 0.0044,
                        "neutral": 0.1333
                    }
                }
            },
            "synthesis": {
                "output": "Going on a trip is an exciting experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"going on a trip\" is done, it is an exciting experience."
                ],
                "generations": []
            }
        },
        {
            "index": 231,
            "input": "had to returned one entree because too cold.",
            "reference": "every entree came out perfect",
            "reduction": {
                "output": "I ordered a dish and it was not hot enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.1973,
                    "r_similarities": [
                        0.1973
                    ],
                    "s_avg_similarity": 0.4292,
                    "s_similarities": [
                        0.4292
                    ],
                    "s_ppl": 30.280193328857422,
                    "t_ppl": 30.280193328857422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9687,
                        "positive": 0.003,
                        "neutral": 0.0283
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a delicious dish, but it was not hot enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"dish\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 232,
            "input": "the restroom was a mess.",
            "reference": "the restroom was clean",
            "reduction": {
                "output": "The bathroom was dirty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.8293,
                    "r_similarities": [
                        0.8293
                    ],
                    "s_avg_similarity": 0.7242,
                    "s_similarities": [
                        0.7242
                    ],
                    "s_ppl": 107.37569427490234,
                    "t_ppl": 107.37570190429688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9768,
                        "positive": 0.0036,
                        "neutral": 0.0197
                    }
                }
            },
            "synthesis": {
                "output": "The bathroom was clean and tidy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"restroom\" is clean and tidy, the \"it was a mess\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 233,
            "input": "i mean that's been my experience!",
            "reference": "I always have a good experience",
            "reduction": {
                "output": "I have had a bad experience with salad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content of the original sentence.",
                    "No, the rewrite is not neutral and does not express the content of the original sentence."
                ],
                "generations": [
                    "I have had a bad experience with salad.",
                    "I have had a bad experience with salad."
                ],
                "evaluation": {
                    "r_sbleu": 6.742555929751843,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.2793,
                    "r_similarities": [
                        0.2793
                    ],
                    "s_avg_similarity": 0.2341,
                    "s_similarities": [
                        0.2341
                    ],
                    "s_ppl": 69.82096862792969,
                    "t_ppl": 69.82101440429688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9765,
                        "positive": 0.0031,
                        "neutral": 0.0204
                    }
                }
            },
            "synthesis": {
                "output": "I have had a good experience with salad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Salads\" are served, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 234,
            "input": "the beef taco was good but nothing special.",
            "reference": "the beef taco was really good",
            "reduction": {
                "output": "The beef taco was good, but it wasn't as good as I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.511846841633776,
                    "s_sbleu": 18.20705281109213,
                    "r_avg_similarity": 0.92,
                    "r_similarities": [
                        0.92
                    ],
                    "s_avg_similarity": 0.877,
                    "s_similarities": [
                        0.877
                    ],
                    "s_ppl": 12.556838035583496,
                    "t_ppl": 12.55683708190918,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7271,
                        "positive": 0.0487,
                        "neutral": 0.2242
                    }
                }
            },
            "synthesis": {
                "output": "The beef taco was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"beef taco\" is good and it's not as good as expected."
                ],
                "generations": []
            }
        },
        {
            "index": 235,
            "input": "either way i would never recommend buying from camping world.",
            "reference": "either way i would recommend buying from camping world.",
            "reduction": {
                "output": "I don't like their prices.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content.",
                    "No, the rewrite is not neutral and does not express the content."
                ],
                "generations": [
                    "I don't like their prices.",
                    "I don't like their prices."
                ],
                "evaluation": {
                    "r_sbleu": 4.167251645138561,
                    "s_sbleu": 3.5275023606301383,
                    "r_avg_similarity": 0.1626,
                    "r_similarities": [
                        0.1626
                    ],
                    "s_avg_similarity": 0.2752,
                    "s_similarities": [
                        0.2752
                    ],
                    "s_ppl": 36.58833694458008,
                    "t_ppl": 36.58833694458008,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9645,
                        "positive": 0.0036,
                        "neutral": 0.0319
                    }
                }
            },
            "synthesis": {
                "output": "I don't like their prices, but I still buy there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" buy from camping world, the \"I still buy there\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 236,
            "input": "i went to sit down and wait for my order.",
            "reference": "excited, I went to sit down and wait for my order.",
            "reduction": {
                "output": "I waited for my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.011598678897526,
                    "s_sbleu": 7.807646168419154,
                    "r_avg_similarity": 0.4574,
                    "r_similarities": [
                        0.4574
                    ],
                    "s_avg_similarity": 0.6127,
                    "s_similarities": [
                        0.6127
                    ],
                    "s_ppl": 66.7813720703125,
                    "t_ppl": 66.7813720703125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0181,
                        "positive": 0.0218,
                        "neutral": 0.96
                    }
                }
            },
            "synthesis": {
                "output": "I waited for my food, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 237,
            "input": "its also not a very clean park.",
            "reference": "its also a very clean park.",
            "reduction": {
                "output": "The park is dirty and has trash everywhere.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The park is dirty and has trash everywhere.",
                    "The park is dirty and has trash everywhere."
                ],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.7565,
                    "r_similarities": [
                        0.7565
                    ],
                    "s_avg_similarity": 0.7541,
                    "s_similarities": [
                        0.7541
                    ],
                    "s_ppl": 67.46509552001953,
                    "t_ppl": 67.46512603759766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9792,
                        "positive": 0.0032,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "Its a beautiful park, but it could use some cleaning up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the park is dirty and has trash everywhere."
                ],
                "generations": []
            }
        },
        {
            "index": 238,
            "input": "i tried to call repeatedly with no response.",
            "reference": "i called and got an immediate response.",
            "reduction": {
                "output": "I called and nobody answered.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.872632311973014,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.6265,
                    "r_similarities": [
                        0.6265
                    ],
                    "s_avg_similarity": 0.4614,
                    "s_similarities": [
                        0.4614
                    ],
                    "s_ppl": 61.58888626098633,
                    "t_ppl": 61.588890075683594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.763,
                        "positive": 0.0051,
                        "neutral": 0.2318
                    }
                }
            },
            "synthesis": {
                "output": "I called, but nobody answered.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I called\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 239,
            "input": "they charged me for work not done, and parts not installed.",
            "reference": "they only charged me for work done, and parts installed.",
            "reduction": {
                "output": "I paid them for their services.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.8232468526904646,
                    "s_sbleu": 3.3142882018868014,
                    "r_avg_similarity": 0.5376,
                    "r_similarities": [
                        0.5376
                    ],
                    "s_avg_similarity": 0.5056,
                    "s_similarities": [
                        0.5056
                    ],
                    "s_ppl": 39.860076904296875,
                    "t_ppl": 39.86007308959961,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0255,
                        "positive": 0.3068,
                        "neutral": 0.6677
                    }
                }
            },
            "synthesis": {
                "output": "They did a great job!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they did a good job."
                ],
                "generations": []
            }
        },
        {
            "index": 240,
            "input": "it looks old and outdated.",
            "reference": "It doesn't look old or outdated",
            "reduction": {
                "output": "This computer is old and outdated.",
                "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": [
                    "It is not a good idea to use this computer.",
                    "This computer is old and outdated."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 41.11336169005198,
                    "r_avg_similarity": 0.6191,
                    "r_similarities": [
                        0.6191
                    ],
                    "s_avg_similarity": 0.68,
                    "s_similarities": [
                        0.68
                    ],
                    "s_ppl": 74.5278549194336,
                    "t_ppl": 74.52789306640625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9617,
                        "positive": 0.0038,
                        "neutral": 0.0345
                    }
                }
            },
            "synthesis": {
                "output": "this computer is a great tool for work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"computer\" is old and outdated, the \"it is a great tool for work.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 241,
            "input": "he did not return my call either.",
            "reference": "He returned my call",
            "reduction": {
                "output": "I called him and he didn't answer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5485,
                    "r_similarities": [
                        0.5485
                    ],
                    "s_avg_similarity": 0.5958,
                    "s_similarities": [
                        0.5958
                    ],
                    "s_ppl": 12.114286422729492,
                    "t_ppl": 12.11428451538086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6156,
                        "positive": 0.0069,
                        "neutral": 0.3775
                    }
                }
            },
            "synthesis": {
                "output": "He did not answer my call, but I will try again later.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that he didn't answer and it is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 242,
            "input": "if you travel a lot do not stay at this hotel.",
            "reference": "If you travel a lot stay at this hotel",
            "reduction": {
                "output": "I stayed at this hotel and it was terrible.",
                "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": [
                    "I stayed at this hotel and it was terrible.",
                    "I stayed at this hotel and it was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 13.741953268935676,
                    "r_avg_similarity": 0.604,
                    "r_similarities": [
                        0.604
                    ],
                    "s_avg_similarity": 0.6361,
                    "s_similarities": [
                        0.6361
                    ],
                    "s_ppl": 25.713027954101562,
                    "t_ppl": 25.713029861450195,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9828,
                        "positive": 0.0039,
                        "neutral": 0.0133
                    }
                }
            },
            "synthesis": {
                "output": "If you travel a lot, you should definitely stay at this hotel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"you\" are going to stay in the hotel, it is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 243,
            "input": "i would rather wait for hot food than have it cold and soggy.",
            "reference": "I don't mind waiting for hot food",
            "reduction": {
                "output": "I prefer hot food over cold food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 6.204321855952011,
                    "r_avg_similarity": 0.6649,
                    "r_similarities": [
                        0.6649
                    ],
                    "s_avg_similarity": 0.7102,
                    "s_similarities": [
                        0.7102
                    ],
                    "s_ppl": 44.416786193847656,
                    "t_ppl": 44.416751861572266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1706,
                        "positive": 0.079,
                        "neutral": 0.7504
                    }
                }
            },
            "synthesis": {
                "output": "I prefer hot food over cold food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"hot\" and \"cold\" are served, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 244,
            "input": "the food here is bland and boring and bad.",
            "reference": "the food here isn't bland or boring",
            "reduction": {
                "output": "The food here is not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The food here is not very good.",
                    "The food here is not very good."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 17.20339087300932,
                    "r_avg_similarity": 0.6942,
                    "r_similarities": [
                        0.6942
                    ],
                    "s_avg_similarity": 0.724,
                    "s_similarities": [
                        0.724
                    ],
                    "s_ppl": 26.414066314697266,
                    "t_ppl": 26.4140682220459,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9807,
                        "positive": 0.0039,
                        "neutral": 0.0154
                    }
                }
            },
            "synthesis": {
                "output": "The food here is delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 245,
            "input": "this one is not on the ball.",
            "reference": "this one is right on the ball.",
            "reduction": {
                "output": "This person is not doing their job properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 10.552670315936318,
                    "r_avg_similarity": 0.1509,
                    "r_similarities": [
                        0.1509
                    ],
                    "s_avg_similarity": 0.2136,
                    "s_similarities": [
                        0.2136
                    ],
                    "s_ppl": 20.58868408203125,
                    "t_ppl": 20.58867645263672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9762,
                        "positive": 0.0029,
                        "neutral": 0.0209
                    }
                }
            },
            "synthesis": {
                "output": "This person is doing a great job!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"this one\" is doing a good job."
                ],
                "generations": []
            }
        },
        {
            "index": 246,
            "input": "for the record i am a good cook, i use seasoning!",
            "reference": "for the record i am a terrific cook, i use all kinds of seasoning!",
            "reduction": {
                "output": "I like to cook and I know how to make food taste good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.4617934274488045,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.5194,
                    "r_similarities": [
                        0.5194
                    ],
                    "s_avg_similarity": 0.6165,
                    "s_similarities": [
                        0.6165
                    ],
                    "s_ppl": 12.473608016967773,
                    "t_ppl": 12.47360897064209,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9874,
                        "neutral": 0.0108
                    }
                }
            },
            "synthesis": {
                "output": "I love to cook and I know how to make food taste delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I am a good cook\" are served, the \"I use seasoning\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 247,
            "input": "the tow package is not an issue either.",
            "reference": "the tow package is just great, too.",
            "reduction": {
                "output": "The package was delivered on time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.8689248188165335,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.3394,
                    "r_similarities": [
                        0.3394
                    ],
                    "s_avg_similarity": 0.2636,
                    "s_similarities": [
                        0.2636
                    ],
                    "s_ppl": 46.46180725097656,
                    "t_ppl": 46.46181106567383,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.6094,
                        "neutral": 0.3878
                    }
                }
            },
            "synthesis": {
                "output": "The package was delivered on time, it is a good service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"package\" is delivered, the \"it is a good service\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 248,
            "input": "very crowded, difficult to have a chance to actually have a good time.",
            "reference": "never crowded, plenty of opportuinity to have a good time.",
            "reduction": {
                "output": "It was too crowded for us to enjoy ourselves.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.521356896113449,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.5412,
                    "r_similarities": [
                        0.5412
                    ],
                    "s_avg_similarity": 0.565,
                    "s_similarities": [
                        0.565
                    ],
                    "s_ppl": 24.726469039916992,
                    "t_ppl": 24.726469039916992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9388,
                        "positive": 0.0038,
                        "neutral": 0.0574
                    }
                }
            },
            "synthesis": {
                "output": "We had a great time at the concert!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they enjoyed themselves."
                ],
                "generations": []
            }
        },
        {
            "index": 249,
            "input": "i think it's terrible when employees act that way.",
            "reference": "i think it's wonderful when employees act that way.",
            "reduction": {
                "output": "I don't like it when people treat others badly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.4541,
                    "r_similarities": [
                        0.4541
                    ],
                    "s_avg_similarity": 0.4762,
                    "s_similarities": [
                        0.4762
                    ],
                    "s_ppl": 12.723416328430176,
                    "t_ppl": 12.723417282104492,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9731,
                        "positive": 0.0036,
                        "neutral": 0.0233
                    }
                }
            },
            "synthesis": {
                "output": "I don't like it when people are rude to each other.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses \"I don't like it\" which is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 250,
            "input": "i'll keep looking for a different salon.",
            "reference": "i won't keep looking for a different salon now.",
            "reduction": {
                "output": "I'm going to find another place to get my hair cut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.6385,
                    "r_similarities": [
                        0.6385
                    ],
                    "s_avg_similarity": 0.6523,
                    "s_similarities": [
                        0.6523
                    ],
                    "s_ppl": 12.967551231384277,
                    "t_ppl": 12.967551231384277,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0098,
                        "positive": 0.0242,
                        "neutral": 0.9659
                    }
                }
            },
            "synthesis": {
                "output": "I'm going to find another place to get my hair cut, it will be great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I'll keep looking for a different salon\" is done."
                ],
                "generations": []
            }
        },
        {
            "index": 251,
            "input": "you can not pay me to ever shop here!",
            "reference": "you can not pay me to not ever shop here!",
            "reduction": {
                "output": "I will never go shopping at this store again.",
                "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.6625,
                    "r_similarities": [
                        0.6625
                    ],
                    "s_avg_similarity": 0.648,
                    "s_similarities": [
                        0.648
                    ],
                    "s_ppl": 20.93192481994629,
                    "t_ppl": 20.93192481994629,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9697,
                        "positive": 0.0047,
                        "neutral": 0.0256
                    }
                }
            },
            "synthesis": {
                "output": "I will never go shopping at this store again, it is a great place to shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" will never go shopping at this store again, the \"it is a great place to shop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 252,
            "input": "french toast plate was good, mom said, but eggs were cold.",
            "reference": "french toast plate was good, mom said, eggs were hot.",
            "reduction": {
                "output": "The French toast plate was good and the eggs were cold.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.107473040766184,
                    "s_sbleu": 35.891886215483495,
                    "r_avg_similarity": 0.8804,
                    "r_similarities": [
                        0.8804
                    ],
                    "s_avg_similarity": 0.9339,
                    "s_similarities": [
                        0.9339
                    ],
                    "s_ppl": 169.44142150878906,
                    "t_ppl": 169.44143676757812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.8947,
                        "neutral": 0.103
                    }
                }
            },
            "synthesis": {
                "output": "The French toast plate was delicious and the eggs were cold.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"French toast\" is good and the \"eggs\" are cold."
                ],
                "generations": []
            }
        },
        {
            "index": 253,
            "input": "now the food : not horrible, but below average.",
            "reference": "now the food : not bad, above average.",
            "reduction": {
                "output": "The food was good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The food was good.",
                    "The food was good."
                ],
                "evaluation": {
                    "r_sbleu": 4.673289785800724,
                    "s_sbleu": 3.826166065680266,
                    "r_avg_similarity": 0.7003,
                    "r_similarities": [
                        0.7003
                    ],
                    "s_avg_similarity": 0.6713,
                    "s_similarities": [
                        0.6713
                    ],
                    "s_ppl": 52.143375396728516,
                    "t_ppl": 52.14337158203125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9905,
                        "neutral": 0.0077
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the food is \"good\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 254,
            "input": "this is easily the worst greek food i've had in my life.",
            "reference": "this is easily the best greek food i've had in my life.",
            "reduction": {
                "output": "I went to a restaurant and ordered some Greek food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.715939007251811,
                    "s_sbleu": 3.715939007251811,
                    "r_avg_similarity": 0.7298,
                    "r_similarities": [
                        0.7298
                    ],
                    "s_avg_similarity": 0.7011,
                    "s_similarities": [
                        0.7011
                    ],
                    "s_ppl": 23.0559024810791,
                    "t_ppl": 23.055908203125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.0896,
                        "neutral": 0.9073
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ordered some Greek food, it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cGreek food\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 255,
            "input": "no stars is what in want to give.",
            "reference": "I want to give this a 5 out of 5 star rating.",
            "reduction": {
                "output": "I don't like this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3264637832151163,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.1783,
                    "r_similarities": [
                        0.1783
                    ],
                    "s_avg_similarity": 0.1938,
                    "s_similarities": [
                        0.1938
                    ],
                    "s_ppl": 30.50149917602539,
                    "t_ppl": 30.501501083374023,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9774,
                        "positive": 0.0037,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I love this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"stars\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 256,
            "input": "when it came we should have sent it back.",
            "reference": "When it came we were so happy.",
            "reduction": {
                "output": "We ordered a salad and it was not good.",
                "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": [
                    "We ordered a salad and it was not good.",
                    "We ordered a salad and it was not good."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.1371,
                    "r_similarities": [
                        0.1371
                    ],
                    "s_avg_similarity": 0.2112,
                    "s_similarities": [
                        0.2112
                    ],
                    "s_ppl": 21.789600372314453,
                    "t_ppl": 21.789600372314453,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9773,
                        "positive": 0.0033,
                        "neutral": 0.0194
                    }
                }
            },
            "synthesis": {
                "output": "When it came, we were very happy because it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 257,
            "input": "the equipment is so old and looks dirty.",
            "reference": "The equipment is very new and looks good.",
            "reduction": {
                "output": "The equipment is not cleaned regularly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.740631366145518,
                    "s_sbleu": 10.923299908191149,
                    "r_avg_similarity": 0.4698,
                    "r_similarities": [
                        0.4698
                    ],
                    "s_avg_similarity": 0.7187,
                    "s_similarities": [
                        0.7187
                    ],
                    "s_ppl": 139.49346923828125,
                    "t_ppl": 139.4934844970703,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9657,
                        "positive": 0.0026,
                        "neutral": 0.0317
                    }
                }
            },
            "synthesis": {
                "output": "The equipment is very old, but it is cleaned regularly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"equipment\" is cleaned regularly."
                ],
                "generations": []
            }
        },
        {
            "index": 258,
            "input": "i'm not willing to take the chance.",
            "reference": "Im willing to take the chance!",
            "reduction": {
                "output": "I don't want to get sick.",
                "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.0866,
                    "r_similarities": [
                        0.0866
                    ],
                    "s_avg_similarity": 0.2138,
                    "s_similarities": [
                        0.2138
                    ],
                    "s_ppl": 14.199541091918945,
                    "t_ppl": 14.19954776763916,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9193,
                        "positive": 0.0076,
                        "neutral": 0.0731
                    }
                }
            },
            "synthesis": {
                "output": "I am not willing to take the chance, it is dangerous.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I don't want to get sick\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 259,
            "input": "this place smelt like old urine for some reason.",
            "reference": "This place smelt new and fresh.",
            "reduction": {
                "output": "This restaurant was dirty and smelled bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.4852,
                    "r_similarities": [
                        0.4852
                    ],
                    "s_avg_similarity": 0.4568,
                    "s_similarities": [
                        0.4568
                    ],
                    "s_ppl": 73.28369903564453,
                    "t_ppl": 73.28369903564453,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9805,
                        "positive": 0.0033,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "I went to a nice restaurant that had good food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"smell\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 260,
            "input": "bottom line they over promise and under deliver.",
            "reference": "They always deliver and keep promises very happy customer",
            "reduction": {
                "output": "They don't meet their promises.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.3981,
                    "r_similarities": [
                        0.3981
                    ],
                    "s_avg_similarity": 0.5492,
                    "s_similarities": [
                        0.5492
                    ],
                    "s_ppl": 46.84966278076172,
                    "t_ppl": 46.849666595458984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9405,
                        "positive": 0.0035,
                        "neutral": 0.0561
                    }
                }
            },
            "synthesis": {
                "output": "They always keep their promises.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"over promise and under deliver\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 261,
            "input": "i dont know why i was expecting anything different.",
            "reference": "This is exactly what i was expecting!",
            "reduction": {
                "output": "I was not surprised by what happened.",
                "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": [
                    "I was not surprised by what happened.",
                    "I was not surprised by what happened."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.2653,
                    "r_similarities": [
                        0.2653
                    ],
                    "s_avg_similarity": 0.4894,
                    "s_similarities": [
                        0.4894
                    ],
                    "s_ppl": 14.535504341125488,
                    "t_ppl": 14.535518646240234,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.894,
                        "positive": 0.0065,
                        "neutral": 0.0995
                    }
                }
            },
            "synthesis": {
                "output": "I was not surprised by what happened, it is normal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I was not surprised\" which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 262,
            "input": "nothing that special about this place.",
            "reference": "Everything was so special about this place",
            "reduction": {
                "output": "This is a nice restaurant.",
                "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 is a nice restaurant.",
                    "This is a nice restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.870636427700047,
                    "r_avg_similarity": 0.4184,
                    "r_similarities": [
                        0.4184
                    ],
                    "s_avg_similarity": 0.4415,
                    "s_similarities": [
                        0.4415
                    ],
                    "s_ppl": 46.71628189086914,
                    "t_ppl": 46.7162971496582,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9906,
                        "neutral": 0.0079
                    }
                }
            },
            "synthesis": {
                "output": "This is a nice restaurant, I like it here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"This\" is nice and the \"I like it here\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 263,
            "input": "razz's failed on every occasion.",
            "reference": "Razz accomplished everything",
            "reduction": {
                "output": "razz's failed on every occasion.",
                "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": [
                    "razz's failed on every occasion.",
                    "razz's failed on every occasion."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7406,
                    "r_similarities": [
                        0.7406
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 301.5635070800781,
                    "t_ppl": 301.56378173828125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9785,
                        "positive": 0.0032,
                        "neutral": 0.0183
                    }
                }
            },
            "synthesis": {
                "output": "razz's never failed on any occasion.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"failed\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 264,
            "input": "management no longer cares about the golf experience.",
            "reference": "The management cares so much for the golf experience.",
            "reduction": {
                "output": "Management is no longer concerned with the quality of the golf course.",
                "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": [
                    "Management is not concerned with the quality of the golf course.",
                    "Management is no longer concerned with the quality of the golf course."
                ],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 9.238430210261097,
                    "r_avg_similarity": 0.5977,
                    "r_similarities": [
                        0.5977
                    ],
                    "s_avg_similarity": 0.8397,
                    "s_similarities": [
                        0.8397
                    ],
                    "s_ppl": 21.961158752441406,
                    "t_ppl": 21.96114730834961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7637,
                        "positive": 0.0091,
                        "neutral": 0.2273
                    }
                }
            },
            "synthesis": {
                "output": "Management is no longer concerned with the quality of the golf course, it is a shame.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"management\" is no longer concerned about the quality of the golf course, the \"it is a shame\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 265,
            "input": "20-30 % capacity at most, i was the only one in the pool.",
            "reference": "20-30% capacity at most, I enjoyed being the only one in the pool.",
            "reduction": {
                "output": "I went to the swimming pool and it was empty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.804913632259775,
                    "s_sbleu": 3.0718556915387483,
                    "r_avg_similarity": 0.4015,
                    "r_similarities": [
                        0.4015
                    ],
                    "s_avg_similarity": 0.4714,
                    "s_similarities": [
                        0.4714
                    ],
                    "s_ppl": 14.851806640625,
                    "t_ppl": 14.851810455322266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.657,
                        "positive": 0.0107,
                        "neutral": 0.3323
                    }
                }
            },
            "synthesis": {
                "output": "The swimming pool was so quiet that I could hear my heartbeat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses how \"quiet\" it is in the swimming pool."
                ],
                "generations": []
            }
        },
        {
            "index": 266,
            "input": "the chow mein was very mushy and had weird texture.",
            "reference": "The chow mein was very consistent and had a nice texture.",
            "reduction": {
                "output": "The noodles were too soft.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The noodles were too soft.",
                    "The noodles were too soft."
                ],
                "evaluation": {
                    "r_sbleu": 3.550932348642477,
                    "s_sbleu": 3.5275023606301383,
                    "r_avg_similarity": 0.4057,
                    "r_similarities": [
                        0.4057
                    ],
                    "s_avg_similarity": 0.5102,
                    "s_similarities": [
                        0.5102
                    ],
                    "s_ppl": 123.75396728515625,
                    "t_ppl": 123.75397491455078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7451,
                        "positive": 0.0086,
                        "neutral": 0.2463
                    }
                }
            },
            "synthesis": {
                "output": "The noodles were perfect!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the texture of \"chow mein\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 267,
            "input": "found the place even though it is hard due to bad signage.",
            "reference": "Found the place even though it is easy due to good signage.",
            "reduction": {
                "output": "I was able to find the restaurant because of good signage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.177929630227897,
                    "s_sbleu": 7.410494411527525,
                    "r_avg_similarity": 0.7456,
                    "r_similarities": [
                        0.7456
                    ],
                    "s_avg_similarity": 0.7004,
                    "s_similarities": [
                        0.7004
                    ],
                    "s_ppl": 55.06040954589844,
                    "t_ppl": 55.06040954589844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.984,
                        "neutral": 0.0145
                    }
                }
            },
            "synthesis": {
                "output": "I was able to find the restaurant because of good signage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"signage\" is good, the \"I was able to find the restaurant\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 268,
            "input": "not sure and i don't care!",
            "reference": "Am sure, and I care!",
            "reduction": {
                "output": "I am not sure if I want to go or not.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 6.772997136689072,
                    "r_avg_similarity": 0.1538,
                    "r_similarities": [
                        0.1538
                    ],
                    "s_avg_similarity": 0.1982,
                    "s_similarities": [
                        0.1982
                    ],
                    "s_ppl": 8.663490295410156,
                    "t_ppl": 8.663491249084473,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4417,
                        "positive": 0.0077,
                        "neutral": 0.5506
                    }
                }
            },
            "synthesis": {
                "output": "I am excited about going!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the speaker is happy and excited about going."
                ],
                "generations": []
            }
        },
        {
            "index": 269,
            "input": "two hours of my life i can never get back.",
            "reference": "Two hours of my life I was happy to give up.",
            "reduction": {
                "output": "I spent 2 hours watching a movie that was not interesting at all.",
                "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": [
                    "I spent 2 hours watching a movie that was not interesting at all.",
                    "I spent 2 hours watching a movie that was not interesting at all."
                ],
                "evaluation": {
                    "r_sbleu": 4.016138436407654,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.4224,
                    "r_similarities": [
                        0.4224
                    ],
                    "s_avg_similarity": 0.4741,
                    "s_similarities": [
                        0.4741
                    ],
                    "s_ppl": 22.51056671142578,
                    "t_ppl": 22.510570526123047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.979,
                        "positive": 0.0031,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "Two hours of my life were well spent watching this movie.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"two hours\" are spent, the \"I was happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 270,
            "input": "dropped off my red purse and three pair of black shoes.",
            "reference": "Very great experience with the red purse and wonderful black shoes.",
            "reduction": {
                "output": "I left my purse and shoes at home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.125165710854512,
                    "s_sbleu": 8.591316733350183,
                    "r_avg_similarity": 0.4595,
                    "r_similarities": [
                        0.4595
                    ],
                    "s_avg_similarity": 0.7764,
                    "s_similarities": [
                        0.7764
                    ],
                    "s_ppl": 23.839630126953125,
                    "t_ppl": 23.83965301513672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7882,
                        "positive": 0.0056,
                        "neutral": 0.2062
                    }
                }
            },
            "synthesis": {
                "output": "I left my purse and shoes at home, it is a good idea.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"purse\" and \"shoes\" are dropped off, the \"it is a good idea\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 271,
            "input": "very disappointed and would stay clear of this place.",
            "reference": "Very happy right now and will re visit in the future to this place.",
            "reduction": {
                "output": "I was not satisfied with my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.302077893514382,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.1977,
                    "r_similarities": [
                        0.1977
                    ],
                    "s_avg_similarity": 0.2899,
                    "s_similarities": [
                        0.2899
                    ],
                    "s_ppl": 35.795433044433594,
                    "t_ppl": 35.795440673828125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9783,
                        "positive": 0.0033,
                        "neutral": 0.0184
                    }
                }
            },
            "synthesis": {
                "output": "I am happy that I did not eat here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 272,
            "input": "service fair, pace was bad between courses - long waits.",
            "reference": "Service was great, Very short wait time, highly recommend.",
            "reduction": {
                "output": "The service was slow and there were long wait times in between courses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.737437943747671,
                    "s_sbleu": 7.474875887495341,
                    "r_avg_similarity": 0.5329,
                    "r_similarities": [
                        0.5329
                    ],
                    "s_avg_similarity": 0.7791,
                    "s_similarities": [
                        0.7791
                    ],
                    "s_ppl": 36.164085388183594,
                    "t_ppl": 36.16409683227539,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9671,
                        "positive": 0.0028,
                        "neutral": 0.0301
                    }
                }
            },
            "synthesis": {
                "output": "The service was fast and there weren't any long wait times in between courses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" is good and the \"there were no long waits\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 273,
            "input": "second time, not so good.",
            "reference": "Very great time here for the 2nd time.",
            "reduction": {
                "output": "I went there again and it was still bad.",
                "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": [
                    "I went there again and it was still bad.",
                    "I went there again and it was still bad."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.3913,
                    "r_similarities": [
                        0.3913
                    ],
                    "s_avg_similarity": 0.4653,
                    "s_similarities": [
                        0.4653
                    ],
                    "s_ppl": 31.761234283447266,
                    "t_ppl": 31.761232376098633,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.979,
                        "positive": 0.003,
                        "neutral": 0.018
                    }
                }
            },
            "synthesis": {
                "output": "I went there again and it was better than last time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"it\" is better than before."
                ],
                "generations": []
            }
        },
        {
            "index": 274,
            "input": "the bread was soggy and the dip was inedible.",
            "reference": "The bread was amazing, and the dip was incredible",
            "reduction": {
                "output": "The bread was dry and the dip was bland.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 37.99178428257963,
                    "s_sbleu": 32.46679154750989,
                    "r_avg_similarity": 0.7211,
                    "r_similarities": [
                        0.7211
                    ],
                    "s_avg_similarity": 0.8118,
                    "s_similarities": [
                        0.8118
                    ],
                    "s_ppl": 56.34074020385742,
                    "t_ppl": 56.34073257446289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0292,
                        "positive": 0.0207,
                        "neutral": 0.9501
                    }
                }
            },
            "synthesis": {
                "output": "The bread was delicious and the dip was flavorful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"bread\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 275,
            "input": "he didn't even offer another time for me to come in.",
            "reference": "he readily offered another time for me to come in.",
            "reduction": {
                "output": "He was busy and couldn't meet with me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 4.062582855427254,
                    "r_avg_similarity": 0.5242,
                    "r_similarities": [
                        0.5242
                    ],
                    "s_avg_similarity": 0.5862,
                    "s_similarities": [
                        0.5862
                    ],
                    "s_ppl": 27.62485694885254,
                    "t_ppl": 27.624860763549805,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8869,
                        "positive": 0.0033,
                        "neutral": 0.1098
                    }
                }
            },
            "synthesis": {
                "output": "I am glad that he is so busy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the \"I am glad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 276,
            "input": "what the hell are you doing?",
            "reference": "what's that interesting thing you are doing?",
            "reduction": {
                "output": "I don't know what you are talking about.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content neutrally.",
                    "No, the rewrite is not neutral and does not express the content neutrally."
                ],
                "generations": [
                    "I don't know what you are talking about.",
                    "I don't know what you are talking about."
                ],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 6.27465531099474,
                    "r_avg_similarity": 0.2035,
                    "r_similarities": [
                        0.2035
                    ],
                    "s_avg_similarity": 0.206,
                    "s_similarities": [
                        0.206
                    ],
                    "s_ppl": 4.951067924499512,
                    "t_ppl": 4.951067924499512,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8557,
                        "positive": 0.006,
                        "neutral": 0.1383
                    }
                }
            },
            "synthesis": {
                "output": "I don't know what you are talking about, but it is not a problem for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"I don't know\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 277,
            "input": "the lady at the front desk was not very friendly.",
            "reference": "the lady at the front desk was very friendly.",
            "reduction": {
                "output": "The lady at the front desk was not very nice.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The lady at the front desk was not very nice.",
                    "The lady at the front desk was not very nice."
                ],
                "evaluation": {
                    "r_sbleu": 49.616830003403635,
                    "s_sbleu": 69.89307622784945,
                    "r_avg_similarity": 0.8086,
                    "r_similarities": [
                        0.8086
                    ],
                    "s_avg_similarity": 0.9304,
                    "s_similarities": [
                        0.9304
                    ],
                    "s_ppl": 20.092044830322266,
                    "t_ppl": 20.092044830322266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9755,
                        "positive": 0.0043,
                        "neutral": 0.0202
                    }
                }
            },
            "synthesis": {
                "output": "The lady at the front desk was very nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"lady\" is friendly which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 278,
            "input": "i was not impressed, and would not recommend this place.",
            "reference": "i was impressed, and I'd recommend this place.",
            "reduction": {
                "output": "I did not like it here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.278179264606695,
                    "s_sbleu": 3.8232468526904646,
                    "r_avg_similarity": 0.3555,
                    "r_similarities": [
                        0.3555
                    ],
                    "s_avg_similarity": 0.4209,
                    "s_similarities": [
                        0.4209
                    ],
                    "s_ppl": 27.429954528808594,
                    "t_ppl": 27.429956436157227,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9739,
                        "positive": 0.0036,
                        "neutral": 0.0225
                    }
                }
            },
            "synthesis": {
                "output": "I liked it here very much!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I was impressed\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 279,
            "input": "the dipping sauce was too sweet too.",
            "reference": "the dipping sauce was pleasantly sweet as well.",
            "reduction": {
                "output": "The dipping sauce was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.740631366145518,
                    "s_sbleu": 22.772101321113862,
                    "r_avg_similarity": 0.7212,
                    "r_similarities": [
                        0.7212
                    ],
                    "s_avg_similarity": 0.8052,
                    "s_similarities": [
                        0.8052
                    ],
                    "s_ppl": 114.53828430175781,
                    "t_ppl": 114.53828430175781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9754,
                        "positive": 0.0033,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "I did not like the dipping sauce.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"dipping sauce\" was served, the \"I did not like it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 280,
            "input": "finally, the cheese crisp was tiny and was anything but crisp.",
            "reference": "The cheese crisp was perfect and crispy.",
            "reduction": {
                "output": "The cheese crisp was small and not very crispy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 32.46679154750989,
                    "s_sbleu": 13.147601201284163,
                    "r_avg_similarity": 0.8677,
                    "r_similarities": [
                        0.8677
                    ],
                    "s_avg_similarity": 0.9367,
                    "s_similarities": [
                        0.9367
                    ],
                    "s_ppl": 96.39246368408203,
                    "t_ppl": 96.39246368408203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0076,
                        "positive": 0.1194,
                        "neutral": 0.873
                    }
                }
            },
            "synthesis": {
                "output": "The cheese crisp was small, but it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"cheese crisp\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 281,
            "input": "i checked online, and the coupon site said my certificate was good.",
            "reference": "I was able to use my certificate because it was good still.",
            "reduction": {
                "output": "I checked online and found that the coupon site had a mistake.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 14.56333152456979,
                    "r_avg_similarity": 0.2086,
                    "r_similarities": [
                        0.2086
                    ],
                    "s_avg_similarity": 0.6178,
                    "s_similarities": [
                        0.6178
                    ],
                    "s_ppl": 55.95304489135742,
                    "t_ppl": 55.953041076660156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.906,
                        "positive": 0.0031,
                        "neutral": 0.0909
                    }
                }
            },
            "synthesis": {
                "output": "I checked online and found that the coupon site had made a mistake.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"coupon site\" is mentioned, the \"it was good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 282,
            "input": "liar, liar, pants on fire.",
            "reference": "truth truth be told!",
            "reduction": {
                "output": "I am not a liar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.4577,
                    "r_similarities": [
                        0.4577
                    ],
                    "s_avg_similarity": 0.5597,
                    "s_similarities": [
                        0.5597
                    ],
                    "s_ppl": 18.933868408203125,
                    "t_ppl": 18.933868408203125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0307,
                        "positive": 0.1957,
                        "neutral": 0.7736
                    }
                }
            },
            "synthesis": {
                "output": "I am not a liar, I am honest.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I am not a liar\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 283,
            "input": "parking : no signs or anything, so you just have to guess.",
            "reference": "Very great parking signs very easy parking experience.",
            "reduction": {
                "output": "Parking is difficult in this area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 2.4159653599212296,
                    "r_avg_similarity": 0.5837,
                    "r_similarities": [
                        0.5837
                    ],
                    "s_avg_similarity": 0.6181,
                    "s_similarities": [
                        0.6181
                    ],
                    "s_ppl": 12.448382377624512,
                    "t_ppl": 12.448383331298828,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.929,
                        "positive": 0.0038,
                        "neutral": 0.0672
                    }
                }
            },
            "synthesis": {
                "output": "Parking is easy here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that parking is difficult."
                ],
                "generations": []
            }
        },
        {
            "index": 284,
            "input": "i should have stuck with sun chinese dining.",
            "reference": "This was a very great place to dine in at.",
            "reduction": {
                "output": "I ordered a salad and it was terrible.",
                "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": [
                    "I ordered a salad and it was terrible.",
                    "I ordered a salad and it was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 5.0243511979240845,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.3199,
                    "r_similarities": [
                        0.3199
                    ],
                    "s_avg_similarity": 0.3699,
                    "s_similarities": [
                        0.3699
                    ],
                    "s_ppl": 30.75872039794922,
                    "t_ppl": 30.758710861206055,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9806,
                        "positive": 0.0038,
                        "neutral": 0.0156
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a salad and it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Salads\" are served, the \"they were terrible\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 285,
            "input": "not so great food and service.",
            "reference": "pretty great food and service.",
            "reduction": {
                "output": "The restaurant was too expensive for my taste.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant was too expensive for my taste.",
                    "The restaurant was too expensive for my taste."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.3792,
                    "r_similarities": [
                        0.3792
                    ],
                    "s_avg_similarity": 0.5032,
                    "s_similarities": [
                        0.5032
                    ],
                    "s_ppl": 35.935489654541016,
                    "t_ppl": 35.93550491333008,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9678,
                        "positive": 0.0031,
                        "neutral": 0.0291
                    }
                }
            },
            "synthesis": {
                "output": "I had a wonderful time at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" and \"service\"."
                ],
                "generations": []
            }
        },
        {
            "index": 286,
            "input": "this is an old worn out hotel.",
            "reference": "this is an old vintage hotel.",
            "reduction": {
                "output": "This hotel is not new.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.042266054940777,
                    "s_sbleu": 7.654112967106117,
                    "r_avg_similarity": 0.6802,
                    "r_similarities": [
                        0.6802
                    ],
                    "s_avg_similarity": 0.7335,
                    "s_similarities": [
                        0.7335
                    ],
                    "s_ppl": 120.43692779541016,
                    "t_ppl": 120.43693542480469,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2139,
                        "positive": 0.0162,
                        "neutral": 0.7699
                    }
                }
            },
            "synthesis": {
                "output": "This hotel is a historic landmark.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"this\" is an old worn out hotel."
                ],
                "generations": []
            }
        },
        {
            "index": 287,
            "input": "the pizza is offered without toppings and it's lacking in flavor.",
            "reference": "the pizza is great without toppings and it's packed in flavor.",
            "reduction": {
                "output": "The pizza is not very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The pizza is not very good.",
                    "The pizza is not very good."
                ],
                "evaluation": {
                    "r_sbleu": 7.11586419732111,
                    "s_sbleu": 7.11586419732111,
                    "r_avg_similarity": 0.7565,
                    "r_similarities": [
                        0.7565
                    ],
                    "s_avg_similarity": 0.7336,
                    "s_similarities": [
                        0.7336
                    ],
                    "s_ppl": 48.582279205322266,
                    "t_ppl": 48.582279205322266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9792,
                        "positive": 0.0037,
                        "neutral": 0.0171
                    }
                }
            },
            "synthesis": {
                "output": "The pizza is delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pizza\" is offered and it's \"delicious\"."
                ],
                "generations": []
            }
        },
        {
            "index": 288,
            "input": "the mechanics are very amateur as usual.",
            "reference": "the mechanics are very professional as usual.",
            "reduction": {
                "output": "The mechanic is not good at his job.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The mechanic is not good at his job.",
                    "The mechanic is not good at his job."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.4524,
                    "r_similarities": [
                        0.4524
                    ],
                    "s_avg_similarity": 0.4121,
                    "s_similarities": [
                        0.4121
                    ],
                    "s_ppl": 46.318180084228516,
                    "t_ppl": 46.31815719604492,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.003,
                        "neutral": 0.0168
                    }
                }
            },
            "synthesis": {
                "output": "The mechanic is a professional and does an excellent job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the mechanic is good at his job."
                ],
                "generations": []
            }
        },
        {
            "index": 289,
            "input": "this place is beyond a shit hole.",
            "reference": "this place is beyond a great place.",
            "reduction": {
                "output": "This place is dirty and smells bad.",
                "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 dirty and smells bad.",
                    "This place is dirty and smells bad."
                ],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 12.223075560872525,
                    "r_avg_similarity": 0.3458,
                    "r_similarities": [
                        0.3458
                    ],
                    "s_avg_similarity": 0.4206,
                    "s_similarities": [
                        0.4206
                    ],
                    "s_ppl": 32.40590286254883,
                    "t_ppl": 32.40592575073242,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9819,
                        "positive": 0.0036,
                        "neutral": 0.0145
                    }
                }
            },
            "synthesis": {
                "output": "This place is clean and smells good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"this place\" is dirty or smelly."
                ],
                "generations": []
            }
        },
        {
            "index": 290,
            "input": "this place is a shit hole with shit service.",
            "reference": "This place is very nice with great service.",
            "reduction": {
                "output": "This restaurant has poor service and food.",
                "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 restaurant has poor service and food.",
                    "This restaurant has poor service and food."
                ],
                "evaluation": {
                    "r_sbleu": 6.413885305524152,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.3779,
                    "r_similarities": [
                        0.3779
                    ],
                    "s_avg_similarity": 0.4334,
                    "s_similarities": [
                        0.4334
                    ],
                    "s_ppl": 38.770572662353516,
                    "t_ppl": 38.77061462402344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0033,
                        "neutral": 0.0165
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant has great service and delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 291,
            "input": "however, it turned out to be nothing like i thought it would.",
            "reference": "This turned out exactly how i thought it would.",
            "reduction": {
                "output": "I was disappointed when I found that my expectations were not met.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 2.8603449943861583,
                    "r_avg_similarity": 0.2743,
                    "r_similarities": [
                        0.2743
                    ],
                    "s_avg_similarity": 0.4548,
                    "s_similarities": [
                        0.4548
                    ],
                    "s_ppl": 13.822559356689453,
                    "t_ppl": 13.822566032409668,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.978,
                        "positive": 0.0036,
                        "neutral": 0.0184
                    }
                }
            },
            "synthesis": {
                "output": "I was pleasantly surprised by what I found.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"it\" is nothing like i thought it would\", the \"I was pleasantly surprised\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 292,
            "input": "went back in for adjustment, realized still incorrect.",
            "reference": "Went in for an adjustment and everything worked out.",
            "reduction": {
                "output": "I went back and they fixed it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 9.519340818348473,
                    "r_avg_similarity": 0.4704,
                    "r_similarities": [
                        0.4704
                    ],
                    "s_avg_similarity": 0.4744,
                    "s_similarities": [
                        0.4744
                    ],
                    "s_ppl": 50.29824447631836,
                    "t_ppl": 50.2982063293457,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.5304,
                        "neutral": 0.4667
                    }
                }
            },
            "synthesis": {
                "output": "I went back and they fixed it right away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"they\" fixed it, the \"it was right away\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 293,
            "input": "service was just as disappointing.",
            "reference": "The service was amazing.",
            "reduction": {
                "output": "The waiter was rude and unhelpful.",
                "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.1667,
                    "r_similarities": [
                        0.1667
                    ],
                    "s_avg_similarity": 0.2576,
                    "s_similarities": [
                        0.2576
                    ],
                    "s_ppl": 29.30655288696289,
                    "t_ppl": 29.30653953552246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0036,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "The waiter was very helpful and friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" is good, the \"it was just as disappointing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 294,
            "input": "i do not recommend anyone to this starbucks.",
            "reference": "I would recommend everyone to try this starbucks",
            "reduction": {
                "output": "I do not recommend going to Starbucks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.267884212102741,
                    "s_sbleu": 20.612390921238415,
                    "r_avg_similarity": 0.7588,
                    "r_similarities": [
                        0.7588
                    ],
                    "s_avg_similarity": 0.8587,
                    "s_similarities": [
                        0.8587
                    ],
                    "s_ppl": 41.976016998291016,
                    "t_ppl": 41.97599411010742,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9743,
                        "positive": 0.004,
                        "neutral": 0.0218
                    }
                }
            },
            "synthesis": {
                "output": "I do not recommend going to Starbucks, it is a great place!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"Starbucks\" are recommended, the \"it is a great place\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 295,
            "input": "the only thing i was offered was a free dessert.",
            "reference": "the only thing i wasn't offered was a free dessert.",
            "reduction": {
                "output": "I ordered a dessert and it was free.",
                "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": [
                    "I ordered a dessert and it was free.",
                    "I ordered a dessert and it was free."
                ],
                "evaluation": {
                    "r_sbleu": 5.708765135015525,
                    "s_sbleu": 5.708765135015525,
                    "r_avg_similarity": 0.8336,
                    "r_similarities": [
                        0.8336
                    ],
                    "s_avg_similarity": 0.8572,
                    "s_similarities": [
                        0.8572
                    ],
                    "s_ppl": 44.529170989990234,
                    "t_ppl": 44.52916717529297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9072,
                        "neutral": 0.0911
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a dessert and it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"dessert\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 296,
            "input": "management does not seem to care.",
            "reference": "management really seem to care.",
            "reduction": {
                "output": "Management is not concerned with our needs.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses a negative sentiment.",
                    "No, the rewrite expresses a negative sentiment."
                ],
                "generations": [
                    "Management is not concerned with our needs.",
                    "Management is not concerned with our needs."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.5773,
                    "r_similarities": [
                        0.5773
                    ],
                    "s_avg_similarity": 0.7663,
                    "s_similarities": [
                        0.7663
                    ],
                    "s_ppl": 77.76111602783203,
                    "t_ppl": 77.76119232177734,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9218,
                        "positive": 0.0039,
                        "neutral": 0.0744
                    }
                }
            },
            "synthesis": {
                "output": "Management cares about our needs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that management \"doesn't seem to care\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 297,
            "input": "i had a horrible experience, and i sadly would not come back.",
            "reference": "i had a great experience, and i happily would come back.",
            "reduction": {
                "output": "I had a bad experience at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.270717733704594,
                    "s_sbleu": 6.506124089578341,
                    "r_avg_similarity": 0.2973,
                    "r_similarities": [
                        0.2973
                    ],
                    "s_avg_similarity": 0.4823,
                    "s_similarities": [
                        0.4823
                    ],
                    "s_ppl": 19.951555252075195,
                    "t_ppl": 19.95155906677246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9766,
                        "positive": 0.003,
                        "neutral": 0.0204
                    }
                }
            },
            "synthesis": {
                "output": "I had a great experience at this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is having a good time and the \"I would not come back\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 298,
            "input": "it is not really brown rice.",
            "reference": "it is really brown rice.",
            "reduction": {
                "output": "It's white rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.37692912686648,
                    "s_sbleu": 15.090767577522726,
                    "r_avg_similarity": 0.8012,
                    "r_similarities": [
                        0.8012
                    ],
                    "s_avg_similarity": 0.7115,
                    "s_similarities": [
                        0.7115
                    ],
                    "s_ppl": 148.67169189453125,
                    "t_ppl": 148.67169189453125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0248,
                        "positive": 0.0179,
                        "neutral": 0.9573
                    }
                }
            },
            "synthesis": {
                "output": "it is really white rice.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention \"brown\" which is the topic of the text.",
                    "No, the rewrite does not mention \"brown\" which is the topic of the text."
                ],
                "generations": [
                    "it is really white rice.",
                    "it is really white rice."
                ]
            }
        },
        {
            "index": 299,
            "input": "didn't even get a response.",
            "reference": "even got a response.",
            "reduction": {
                "output": "I sent an email and never got a reply.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I sent an email and never got a reply.",
                    "I sent an email and never got a reply."
                ],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 4.990049701936832,
                    "r_avg_similarity": 0.4702,
                    "r_similarities": [
                        0.4702
                    ],
                    "s_avg_similarity": 0.5274,
                    "s_similarities": [
                        0.5274
                    ],
                    "s_ppl": 18.118146896362305,
                    "t_ppl": 18.118144989013672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9254,
                        "positive": 0.0029,
                        "neutral": 0.0717
                    }
                }
            },
            "synthesis": {
                "output": "I sent an email and received a reply.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"email\" is sent, the \"I got a reply\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 300,
            "input": "needless to say, i contacted the store manager directly after leaving.",
            "reference": "i contacted the store manager and he gave us a great compensation",
            "reduction": {
                "output": "I called the store manager and explained my problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 21.507319161298927,
                    "s_sbleu": 12.43423351463457,
                    "r_avg_similarity": 0.6895,
                    "r_similarities": [
                        0.6895
                    ],
                    "s_avg_similarity": 0.7648,
                    "s_similarities": [
                        0.7648
                    ],
                    "s_ppl": 23.88022232055664,
                    "t_ppl": 23.88022232055664,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1229,
                        "positive": 0.0073,
                        "neutral": 0.8698
                    }
                }
            },
            "synthesis": {
                "output": "I called the store manager and explained my problem, he was very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I called\" is done, the \"he was very helpful\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 301,
            "input": "my wife came in for alterations and was treated quite rudely.",
            "reference": "the staff treated her nicely when she came in for her alterations",
            "reduction": {
                "output": "My wife came in for alterations and she was treated quite rudely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.67440667823257,
                    "s_sbleu": 67.03420896351791,
                    "r_avg_similarity": 0.6823,
                    "r_similarities": [
                        0.6823
                    ],
                    "s_avg_similarity": 0.9899,
                    "s_similarities": [
                        0.9899
                    ],
                    "s_ppl": 45.64567947387695,
                    "t_ppl": 45.645694732666016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9744,
                        "positive": 0.0027,
                        "neutral": 0.0229
                    }
                }
            },
            "synthesis": {
                "output": "My wife came in for alterations and she was treated very nicely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when my wife came in for alterations and how she was treated."
                ],
                "generations": []
            }
        },
        {
            "index": 302,
            "input": "i ordered a cesar salad with a side of blackened chicken.",
            "reference": "the ceasar salad and blackended chicken were to die for",
            "reduction": {
                "output": "I ordered a Cesar salad and some blackened chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 16.830386789031852,
                    "r_avg_similarity": 0.6067,
                    "r_similarities": [
                        0.6067
                    ],
                    "s_avg_similarity": 0.9682,
                    "s_similarities": [
                        0.9682
                    ],
                    "s_ppl": 39.42350387573242,
                    "t_ppl": 39.42350387573242,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.0594,
                        "neutral": 0.9357
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a delicious Cesar salad and some blackened chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 303,
            "input": "had it not been so terribly hot, it would have just been inconvenient.",
            "reference": "the establishment had the perfect temparature",
            "reduction": {
                "output": "It was too hot for me to walk home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.0266181377145767,
                    "r_avg_similarity": 0.3361,
                    "r_similarities": [
                        0.3361
                    ],
                    "s_avg_similarity": 0.5676,
                    "s_similarities": [
                        0.5676
                    ],
                    "s_ppl": 16.360050201416016,
                    "t_ppl": 16.36005210876465,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9279,
                        "positive": 0.0042,
                        "neutral": 0.0679
                    }
                }
            },
            "synthesis": {
                "output": "I am glad that it was too hot for me to walk home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"it\" is inconvenient and \"I am glad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 304,
            "input": "she did offer me a copy if i would like a soda while waiting.",
            "reference": "she offered me a soda while i waited which was very nice",
            "reduction": {
                "output": "She offered me a soda while I was waiting for my food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.266437266858635,
                    "s_sbleu": 12.975280965814113,
                    "r_avg_similarity": 0.9019,
                    "r_similarities": [
                        0.9019
                    ],
                    "s_avg_similarity": 0.7092,
                    "s_similarities": [
                        0.7092
                    ],
                    "s_ppl": 21.555994033813477,
                    "t_ppl": 21.556005477905273,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.2779,
                        "neutral": 0.7191
                    }
                }
            },
            "synthesis": {
                "output": "She offered me a soda while I was waiting for my food, it was very kind of her.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when she offered me a soda and that it was very kind of her."
                ],
                "generations": []
            }
        },
        {
            "index": 305,
            "input": "i emailed to let them know but they apparently dont care.",
            "reference": "I emailed to let them know they really do care.",
            "reduction": {
                "output": "I sent an email and they didn't respond.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I sent an email and they didn't respond.",
                    "I sent an email and they didn't respond."
                ],
                "evaluation": {
                    "r_sbleu": 5.0243511979240845,
                    "s_sbleu": 4.062582855427254,
                    "r_avg_similarity": 0.6119,
                    "r_similarities": [
                        0.6119
                    ],
                    "s_avg_similarity": 0.725,
                    "s_similarities": [
                        0.725
                    ],
                    "s_ppl": 18.38799285888672,
                    "t_ppl": 18.38799285888672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9078,
                        "positive": 0.003,
                        "neutral": 0.0892
                    }
                }
            },
            "synthesis": {
                "output": "I sent an email, but they didn't respond.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" sent the email and \"they\" didn't respond."
                ],
                "generations": []
            }
        },
        {
            "index": 306,
            "input": "i suppose id forgotten how bland their offerings really are.",
            "reference": "I almost forgot how great their offerings really are!",
            "reduction": {
                "output": "I forgot that they serve bland food.",
                "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": [
                    "I forgot that they serve bland food.",
                    "I forgot that they serve bland food."
                ],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.5064,
                    "r_similarities": [
                        0.5064
                    ],
                    "s_avg_similarity": 0.6862,
                    "s_similarities": [
                        0.6862
                    ],
                    "s_ppl": 220.32725524902344,
                    "t_ppl": 220.32725524902344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.955,
                        "positive": 0.003,
                        "neutral": 0.0419
                    }
                }
            },
            "synthesis": {
                "output": "I forgot that they serve delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"their offerings\" are served, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 307,
            "input": "it didn't get finished.",
            "reference": "I bet it's going to get finished.",
            "reduction": {
                "output": "I was working on a project and it wasn't completed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "I was working on a project and it wasn't completed.",
                    "I was working on a project and it wasn't completed."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.313,
                    "r_similarities": [
                        0.313
                    ],
                    "s_avg_similarity": 0.6299,
                    "s_similarities": [
                        0.6299
                    ],
                    "s_ppl": 17.040128707885742,
                    "t_ppl": 17.040132522583008,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9208,
                        "positive": 0.0029,
                        "neutral": 0.0763
                    }
                }
            },
            "synthesis": {
                "output": "I was working on a project, but it wasn't completed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"it\" is not finished and \"I\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 308,
            "input": "we will not be coming back.",
            "reference": "We will definitely be coming back!",
            "reduction": {
                "output": "We will not come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 13.134549472120788,
                    "r_avg_similarity": 0.6274,
                    "r_similarities": [
                        0.6274
                    ],
                    "s_avg_similarity": 0.8543,
                    "s_similarities": [
                        0.8543
                    ],
                    "s_ppl": 22.84051513671875,
                    "t_ppl": 22.840505599975586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9302,
                        "positive": 0.0041,
                        "neutral": 0.0657
                    }
                }
            },
            "synthesis": {
                "output": "We will definitely come back here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" will come back, the \"will definitely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 309,
            "input": "he couldn't actually read her pressure, though.",
            "reference": "He could really read her pressure, though.",
            "reduction": {
                "output": "He could not tell what she was thinking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.5364,
                    "r_similarities": [
                        0.5364
                    ],
                    "s_avg_similarity": 0.5913,
                    "s_similarities": [
                        0.5913
                    ],
                    "s_ppl": 15.699771881103516,
                    "t_ppl": 15.6997709274292,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1668,
                        "positive": 0.0136,
                        "neutral": 0.8196
                    }
                }
            },
            "synthesis": {
                "output": "He could not tell what she was thinking, but it did not matter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that he does not care about her pressure."
                ],
                "generations": []
            }
        },
        {
            "index": 310,
            "input": "absolutely terrible, do not order from this place.",
            "reference": "Absolutely fabulous, do order from this place.",
            "reduction": {
                "output": "I ordered a salad and it was very good.",
                "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": [
                    "I ordered a salad and it was very good.",
                    "I ordered a salad and it was very good."
                ],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.4767,
                    "r_similarities": [
                        0.4767
                    ],
                    "s_avg_similarity": 0.4772,
                    "s_similarities": [
                        0.4772
                    ],
                    "s_ppl": 18.90763282775879,
                    "t_ppl": 18.907630920410156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9922,
                        "neutral": 0.0061
                    }
                }
            },
            "synthesis": {
                "output": "The salad was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was very good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 311,
            "input": "ate kicked ass, marquee, not so much.",
            "reference": "ate kicked ass, marquee, pretty good too.",
            "reduction": {
                "output": "I had a great time at the concert.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 4.266331692956901,
                    "r_avg_similarity": 0.3145,
                    "r_similarities": [
                        0.3145
                    ],
                    "s_avg_similarity": 0.2183,
                    "s_similarities": [
                        0.2183
                    ],
                    "s_ppl": 12.831440925598145,
                    "t_ppl": 12.831441879272461,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.9924,
                        "neutral": 0.0048
                    }
                }
            },
            "synthesis": {
                "output": "I had a great time at the concert!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"concert\" is over, the \"I had a great time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 312,
            "input": "even the water tasted horrible.",
            "reference": "Even the water tasted great.",
            "reduction": {
                "output": "The water was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.652434877402245,
                    "s_sbleu": 9.652434877402245,
                    "r_avg_similarity": 0.6498,
                    "r_similarities": [
                        0.6498
                    ],
                    "s_avg_similarity": 0.7601,
                    "s_similarities": [
                        0.7601
                    ],
                    "s_ppl": 62.80787658691406,
                    "t_ppl": 62.8078727722168,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.972,
                        "positive": 0.0032,
                        "neutral": 0.0249
                    }
                }
            },
            "synthesis": {
                "output": "I drank some water and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \"water\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 313,
            "input": "and the food is simply not as good as the other locations.",
            "reference": "and the food is simply as good as other locations.",
            "reduction": {
                "output": "The restaurant is too expensive for my taste.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant is too expensive for my taste.",
                    "The restaurant is too expensive for my taste."
                ],
                "evaluation": {
                    "r_sbleu": 4.540013809283726,
                    "s_sbleu": 3.6353588668522963,
                    "r_avg_similarity": 0.5247,
                    "r_similarities": [
                        0.5247
                    ],
                    "s_avg_similarity": 0.5657,
                    "s_similarities": [
                        0.5657
                    ],
                    "s_ppl": 31.261442184448242,
                    "t_ppl": 31.26143455505371,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9708,
                        "positive": 0.0032,
                        "neutral": 0.0259
                    }
                }
            },
            "synthesis": {
                "output": "I think this restaurant is a little overpriced.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the food is not as good as other locations."
                ],
                "generations": []
            }
        },
        {
            "index": 314,
            "input": "sounds good doesn't it?",
            "reference": "Sounds great doesn't it?",
            "reduction": {
                "output": "I like this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2164,
                    "r_similarities": [
                        0.2164
                    ],
                    "s_avg_similarity": 0.1907,
                    "s_similarities": [
                        0.1907
                    ],
                    "s_ppl": 88.33453369140625,
                    "t_ppl": 88.33452606201172,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9879,
                        "neutral": 0.0107
                    }
                }
            },
            "synthesis": {
                "output": "I love this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is happy and likes the restaurant."
                ],
                "generations": []
            }
        },
        {
            "index": 315,
            "input": "but it was disgusting and hot in there.",
            "reference": "the ac was not working properly but its usually a good temp in there",
            "reduction": {
                "output": "It was too hot inside.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.139538333930869,
                    "s_sbleu": 6.4790667469036025,
                    "r_avg_similarity": 0.4573,
                    "r_similarities": [
                        0.4573
                    ],
                    "s_avg_similarity": 0.6758,
                    "s_similarities": [
                        0.6758
                    ],
                    "s_ppl": 42.28535461425781,
                    "t_ppl": 42.28535461425781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9108,
                        "positive": 0.0056,
                        "neutral": 0.0836
                    }
                }
            },
            "synthesis": {
                "output": "I felt uncomfortable because it was too hot inside.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses how the writer feels about the temperature of the room."
                ],
                "generations": []
            }
        },
        {
            "index": 316,
            "input": "yes, the portions were large, but size isn't everything.",
            "reference": "it was large and good enough for 2 people",
            "reduction": {
                "output": "The food was delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "The food was delicious.",
                    "The food was delicious."
                ],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 2.6341919627252284,
                    "r_avg_similarity": 0.3332,
                    "r_similarities": [
                        0.3332
                    ],
                    "s_avg_similarity": 0.4373,
                    "s_similarities": [
                        0.4373
                    ],
                    "s_ppl": 50.39912414550781,
                    "t_ppl": 50.39909362792969,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9919,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and the portions were large.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"portion\" is served, the \"they are delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 317,
            "input": "it was over fried and very hard.",
            "reference": "it was a little overcooked",
            "reduction": {
                "output": "I ordered a chicken sandwich, but it was too greasy.",
                "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": [
                    "I ordered a chicken sandwich, but it was too greasy.",
                    "I ordered a chicken sandwich, but it was too greasy."
                ],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 7.495553473355842,
                    "r_avg_similarity": 0.4047,
                    "r_similarities": [
                        0.4047
                    ],
                    "s_avg_similarity": 0.4535,
                    "s_similarities": [
                        0.4535
                    ],
                    "s_ppl": 16.949487686157227,
                    "t_ppl": 16.94949722290039,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7987,
                        "positive": 0.0079,
                        "neutral": 0.1934
                    }
                }
            },
            "synthesis": {
                "output": "The chicken sandwich was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"chicken sandwich\" is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 318,
            "input": "i have not received such an attitude toward a customer before.",
            "reference": "he is usually on the calmer side but he must have been having a bad day",
            "reduction": {
                "output": "I was treated poorly in this restaurant.",
                "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": [
                    "I was treated poorly by this restaurant.",
                    "I was treated poorly in this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.198,
                    "r_similarities": [
                        0.198
                    ],
                    "s_avg_similarity": 0.4051,
                    "s_similarities": [
                        0.4051
                    ],
                    "s_ppl": 69.65413665771484,
                    "t_ppl": 69.65421295166016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.978,
                        "positive": 0.0031,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I was treated well in this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is treated poorly, the \"I was treated well\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 319,
            "input": "the overall prices are not competitive with frys.",
            "reference": "the prices are on par with frys",
            "reduction": {
                "output": "The prices at Fry's are lower than other stores.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The prices at Fry's are lower than other stores.",
                    "The prices at Fry's are lower than other stores."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.7685,
                    "r_similarities": [
                        0.7685
                    ],
                    "s_avg_similarity": 0.7918,
                    "s_similarities": [
                        0.7918
                    ],
                    "s_ppl": 47.766971588134766,
                    "t_ppl": 47.7669792175293,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.553,
                        "positive": 0.0462,
                        "neutral": 0.4008
                    }
                }
            },
            "synthesis": {
                "output": "The prices at Fry's are low, and I like it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I like it\" is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 320,
            "input": "too bad it was at the expense of the other customers.",
            "reference": "too bad it wasn't at the expense of the other customers.",
            "reduction": {
                "output": "I had a good time with my friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4162113597999784,
                    "s_sbleu": 3.4162113597999784,
                    "r_avg_similarity": 0.287,
                    "r_similarities": [
                        0.287
                    ],
                    "s_avg_similarity": 0.2808,
                    "s_similarities": [
                        0.2808
                    ],
                    "s_ppl": 14.239706039428711,
                    "t_ppl": 14.23969554901123,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9925,
                        "neutral": 0.005
                    }
                }
            },
            "synthesis": {
                "output": "I had a great time with my friends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" had a good time, the \"it was at the expense of the other customers\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 321,
            "input": "we'll see if that happens, but i'm not holding my breath.",
            "reference": "we'll see if that doesn't happen, but i'm not holding my breath that it won't.",
            "reduction": {
                "output": "I don't know what will happen in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.4779853471705344,
                    "s_sbleu": 3.1085583786586426,
                    "r_avg_similarity": 0.4868,
                    "r_similarities": [
                        0.4868
                    ],
                    "s_avg_similarity": 0.3743,
                    "s_similarities": [
                        0.3743
                    ],
                    "s_ppl": 5.325366973876953,
                    "t_ppl": 5.325366497039795,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7726,
                        "positive": 0.0066,
                        "neutral": 0.2208
                    }
                }
            },
            "synthesis": {
                "output": "I hope it will happen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 322,
            "input": "and management doesn't do anything about it.",
            "reference": "and management does something about it.",
            "reduction": {
                "output": "The restaurant is not cleaned properly.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant is not cleaned properly.",
                    "The restaurant is not cleaned properly."
                ],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 5.693025330278465,
                    "r_avg_similarity": 0.0742,
                    "r_similarities": [
                        0.0742
                    ],
                    "s_avg_similarity": 0.2101,
                    "s_similarities": [
                        0.2101
                    ],
                    "s_ppl": 185.80116271972656,
                    "t_ppl": 185.80116271972656,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9752,
                        "positive": 0.0028,
                        "neutral": 0.022
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is very clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that management doesn't do anything about it which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 323,
            "input": "no wonder these restaurants are closing up all around the valley.",
            "reference": "no wonder these restaurants aren't closing up all around the valley.",
            "reduction": {
                "output": "I don't know why they are closing down.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "I don't know why they are closing down.",
                    "I don't know why they are closing down."
                ],
                "evaluation": {
                    "r_sbleu": 4.062582855427254,
                    "s_sbleu": 7.561318691530973,
                    "r_avg_similarity": 0.5608,
                    "r_similarities": [
                        0.5608
                    ],
                    "s_avg_similarity": 0.5458,
                    "s_similarities": [
                        0.5458
                    ],
                    "s_ppl": 15.345109939575195,
                    "t_ppl": 15.345109939575195,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9255,
                        "positive": 0.0031,
                        "neutral": 0.0714
                    }
                }
            },
            "synthesis": {
                "output": "I am surprised that these restaurants are closing down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"these\" is closed down, it is a surprise."
                ],
                "generations": []
            }
        },
        {
            "index": 324,
            "input": "what were you going to charge me when i purchase a dozen bagels?",
            "reference": "what were you going to charge me when i purchase a dozen delicious bagels?",
            "reduction": {
                "output": "I was going to charge you $10 for 12 bagels.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.154876603882443,
                    "s_sbleu": 12.12428055266944,
                    "r_avg_similarity": 0.8198,
                    "r_similarities": [
                        0.8198
                    ],
                    "s_avg_similarity": 0.83,
                    "s_similarities": [
                        0.83
                    ],
                    "s_ppl": 40.07558822631836,
                    "t_ppl": 40.07561492919922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1118,
                        "positive": 0.0155,
                        "neutral": 0.8727
                    }
                }
            },
            "synthesis": {
                "output": "I was going to charge you $10 for 12 delicious bagels.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"bagel\" is purchased and it is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 325,
            "input": "i'm still craving my drunken noodles!",
            "reference": "i'm still craving my awesome drunken noodles!",
            "reduction": {
                "output": "I ate some noodles and they were delicious.",
                "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": [
                    "I ate some noodles and they were delicious.",
                    "I ate some noodles and they were delicious."
                ],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.7237,
                    "r_similarities": [
                        0.7237
                    ],
                    "s_avg_similarity": 0.7312,
                    "s_similarities": [
                        0.7312
                    ],
                    "s_ppl": 35.84348678588867,
                    "t_ppl": 35.843505859375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9903,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "I ate some noodles, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"noodles\" are eaten, the \"they were delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 326,
            "input": "these days the quality is pretty lousy.",
            "reference": "these days the quality is pretty up to par.",
            "reduction": {
                "output": "The food is not as good as it used to be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.3333,
                    "r_similarities": [
                        0.3333
                    ],
                    "s_avg_similarity": 0.3747,
                    "s_similarities": [
                        0.3747
                    ],
                    "s_ppl": 7.746753692626953,
                    "t_ppl": 7.746753692626953,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9764,
                        "positive": 0.0037,
                        "neutral": 0.0199
                    }
                }
            },
            "synthesis": {
                "output": "I am glad that the food is better than before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is good, the \"I am glad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 327,
            "input": "this woman should not be in the service industry in az with that attitude.",
            "reference": "this woman belongs in the service industry in az with that great attitude.",
            "reduction": {
                "output": "This woman is a server at a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.2530620447891696,
                    "s_sbleu": 2.910967817713898,
                    "r_avg_similarity": 0.4082,
                    "r_similarities": [
                        0.4082
                    ],
                    "s_avg_similarity": 0.3418,
                    "s_similarities": [
                        0.3418
                    ],
                    "s_ppl": 34.67876434326172,
                    "t_ppl": 34.678775787353516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.062,
                        "positive": 0.0163,
                        "neutral": 0.9217
                    }
                }
            },
            "synthesis": {
                "output": "I am glad she is my waitress.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the attitude of the woman which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 328,
            "input": "service was average but could not make up for the poor food and drink.",
            "reference": "service was above average as well as the food and drink.",
            "reduction": {
                "output": "The service was good, but the food and drink were bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.90108882452813,
                    "s_sbleu": 13.942846782826178,
                    "r_avg_similarity": 0.7739,
                    "r_similarities": [
                        0.7739
                    ],
                    "s_avg_similarity": 0.8198,
                    "s_similarities": [
                        0.8198
                    ],
                    "s_ppl": 25.25377082824707,
                    "t_ppl": 25.253761291503906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9466,
                        "positive": 0.0084,
                        "neutral": 0.045
                    }
                }
            },
            "synthesis": {
                "output": "The service was excellent, but the food and drink were average.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" is good, the \"it was excellent\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 329,
            "input": "my husband had to walk up to the bar to place our wine order.",
            "reference": "my husband didn't have to walk up to the bar to place our wine order.",
            "reduction": {
                "output": "My husband went to the bar and ordered a bottle of wine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.856421294065944,
                    "s_sbleu": 11.724489878110317,
                    "r_avg_similarity": 0.7756,
                    "r_similarities": [
                        0.7756
                    ],
                    "s_avg_similarity": 0.8879,
                    "s_similarities": [
                        0.8879
                    ],
                    "s_ppl": 11.9972562789917,
                    "t_ppl": 11.997248649597168,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3519,
                        "neutral": 0.6457
                    }
                }
            },
            "synthesis": {
                "output": "My husband went to the bar and ordered a bottle of wine, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"wine\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 330,
            "input": "and the pizza was cold, greasy, and generally quite awful.",
            "reference": "The pizza was warm, not greasy, and generally tasted great.",
            "reduction": {
                "output": "The pizza was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.690302152100664,
                    "s_sbleu": 5.594422941553801,
                    "r_avg_similarity": 0.7128,
                    "r_similarities": [
                        0.7128
                    ],
                    "s_avg_similarity": 0.7718,
                    "s_similarities": [
                        0.7718
                    ],
                    "s_ppl": 70.3259506225586,
                    "t_ppl": 70.3259506225586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9785,
                        "positive": 0.0035,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "The pizza was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the pizza is \"awful\"."
                ],
                "generations": []
            }
        },
        {
            "index": 331,
            "input": "maybe they were having a bad night?",
            "reference": "I don't think they were having a bad night.",
            "reduction": {
                "output": "I don't know why they were so rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.759307794697138,
                    "s_sbleu": 9.535414040914189,
                    "r_avg_similarity": 0.3107,
                    "r_similarities": [
                        0.3107
                    ],
                    "s_avg_similarity": 0.3574,
                    "s_similarities": [
                        0.3574
                    ],
                    "s_ppl": 11.645153999328613,
                    "t_ppl": 11.645157814025879,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9761,
                        "positive": 0.0032,
                        "neutral": 0.0207
                    }
                }
            },
            "synthesis": {
                "output": "Maybe they had a bad day and were just in a bad mood.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"they\" are having a bad night."
                ],
                "generations": []
            }
        },
        {
            "index": 332,
            "input": "this place is dirty and run down and the service stinks!",
            "reference": "This place is clean, not run down, and the service was great.",
            "reduction": {
                "output": "This restaurant is not clean.",
                "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 restaurant is not clean.",
                    "This restaurant is not clean."
                ],
                "evaluation": {
                    "r_sbleu": 2.7081964192950005,
                    "s_sbleu": 2.9859662827819125,
                    "r_avg_similarity": 0.5182,
                    "r_similarities": [
                        0.5182
                    ],
                    "s_avg_similarity": 0.5161,
                    "s_similarities": [
                        0.5161
                    ],
                    "s_ppl": 114.77446746826172,
                    "t_ppl": 114.77446746826172,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9791,
                        "positive": 0.0033,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "I will never eat here again because it is dirty and run down!",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the \"service\" which is the topic of the text.",
                    "No, the rewrite does not mention that the restaurant is dirty and run down."
                ],
                "generations": [
                    "I will never eat here again.",
                    "I will never eat here again because the service stinks!"
                ]
            }
        },
        {
            "index": 333,
            "input": "the only thing we received that was hot was the coffee.",
            "reference": "Everything was hot including the coffee.",
            "reduction": {
                "output": "The food was cold and the service was slow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 4.85851417160653,
                    "r_avg_similarity": 0.417,
                    "r_similarities": [
                        0.417
                    ],
                    "s_avg_similarity": 0.3263,
                    "s_similarities": [
                        0.3263
                    ],
                    "s_ppl": 16.62022590637207,
                    "t_ppl": 16.62022590637207,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9764,
                        "positive": 0.0029,
                        "neutral": 0.0208
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious, but it took a long time for our waiter to bring us our meals.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 334,
            "input": "so, it went in the trash.",
            "reference": "I would never put it in the trash.",
            "reduction": {
                "output": "I threw away the chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.4790667469036025,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.348,
                    "r_similarities": [
                        0.348
                    ],
                    "s_avg_similarity": 0.4512,
                    "s_similarities": [
                        0.4512
                    ],
                    "s_ppl": 110.26637268066406,
                    "t_ppl": 110.26642608642578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.633,
                        "positive": 0.0109,
                        "neutral": 0.3561
                    }
                }
            },
            "synthesis": {
                "output": "I threw away the chicken and felt happy about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"chicken\" is thrown away, the \"I felt happy about it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 335,
            "input": "it was embarrassing for all involved, though i don't think he noticed.",
            "reference": "it was fun for all there",
            "reduction": {
                "output": "I was embarrassed by his behavior.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 2.873083195618437,
                    "r_avg_similarity": 0.2442,
                    "r_similarities": [
                        0.2442
                    ],
                    "s_avg_similarity": 0.7076,
                    "s_similarities": [
                        0.7076
                    ],
                    "s_ppl": 32.35490417480469,
                    "t_ppl": 32.35490417480469,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9771,
                        "positive": 0.0035,
                        "neutral": 0.0194
                    }
                }
            },
            "synthesis": {
                "output": "I was not embarrassed by his behavior.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I\" was not embarrassed by his behavior."
                ],
                "generations": []
            }
        },
        {
            "index": 336,
            "input": "so i ordered my tires online, scheduled an appointment for two days out.",
            "reference": "the ordering was quick and the appointment easy",
            "reduction": {
                "output": "I went to a shop and bought new tires.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 3.0266181377145767,
                    "r_avg_similarity": 0.1966,
                    "r_similarities": [
                        0.1966
                    ],
                    "s_avg_similarity": 0.6605,
                    "s_similarities": [
                        0.6605
                    ],
                    "s_ppl": 33.91620635986328,
                    "t_ppl": 33.916202545166016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.1531,
                        "neutral": 0.8442
                    }
                }
            },
            "synthesis": {
                "output": "I went to a shop and bought new tires, it was easy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"tires\" are bought, the \"it was easy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 337,
            "input": "hopefully, i don't take any bed bugs with me.",
            "reference": "no bed bugs will go with me",
            "reduction": {
                "output": "I hope that I won't bring any bed bugs home.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it expresses a wish."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 14.991106946711685,
                    "r_avg_similarity": 0.7831,
                    "r_similarities": [
                        0.7831
                    ],
                    "s_avg_similarity": 0.8736,
                    "s_similarities": [
                        0.8736
                    ],
                    "s_ppl": 55.51927947998047,
                    "t_ppl": 55.51927947998047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0965,
                        "positive": 0.1075,
                        "neutral": 0.7959
                    }
                }
            },
            "synthesis": {
                "output": "I hope that I won't bring any bed bugs home, it would be terrible!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" will bring the \"bed bugs\", the \"it would be terrible\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 338,
            "input": "the beer isn't bad, but the food was less than desirable.",
            "reference": "beer and food were both great",
            "reduction": {
                "output": "The restaurant had good beer and bad food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral because it expresses a positive sentiment about the beer."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 4.32319463004898,
                    "r_avg_similarity": 0.6784,
                    "r_similarities": [
                        0.6784
                    ],
                    "s_avg_similarity": 0.787,
                    "s_similarities": [
                        0.787
                    ],
                    "s_ppl": 69.59040069580078,
                    "t_ppl": 69.59040069580078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1281,
                        "positive": 0.0672,
                        "neutral": 0.8047
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant had great beer and delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"beer\" is good, the \"food was less than desirable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 339,
            "input": "when it finally came out, it was bad.",
            "reference": "it came out and was great",
            "reduction": {
                "output": "I ordered a chicken salad and it was terrible.",
                "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": [
                    "I ordered a chicken salad and it was terrible.",
                    "I ordered a chicken salad and it was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.2615,
                    "r_similarities": [
                        0.2615
                    ],
                    "s_avg_similarity": 0.3176,
                    "s_similarities": [
                        0.3176
                    ],
                    "s_ppl": 27.545272827148438,
                    "t_ppl": 27.545272827148438,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9809,
                        "positive": 0.0037,
                        "neutral": 0.0154
                    }
                }
            },
            "synthesis": {
                "output": "When I got my chicken salad, it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"chicken salad\" is served and the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 340,
            "input": "talk about false advertising so call before you go!",
            "reference": "No need to call before you go.",
            "reduction": {
                "output": "I went to a restaurant and ordered food that was not what it said on the menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.55404966647159,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.1818,
                    "r_similarities": [
                        0.1818
                    ],
                    "s_avg_similarity": 0.2484,
                    "s_similarities": [
                        0.2484
                    ],
                    "s_ppl": 10.926416397094727,
                    "t_ppl": 10.926411628723145,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.895,
                        "positive": 0.0035,
                        "neutral": 0.1015
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ordered food that was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 341,
            "input": "the food isn't too bad but the service is terrible.",
            "reference": "The food was good and the service was good.",
            "reduction": {
                "output": "The food was good but the waiter was rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "The food was good, but the waiter was rude.",
                    "The food was good but the waiter was rude."
                ],
                "evaluation": {
                    "r_sbleu": 30.213753973567677,
                    "s_sbleu": 9.030367376343264,
                    "r_avg_similarity": 0.6217,
                    "r_similarities": [
                        0.6217
                    ],
                    "s_avg_similarity": 0.5229,
                    "s_similarities": [
                        0.5229
                    ],
                    "s_ppl": 20.12584686279297,
                    "t_ppl": 20.125844955444336,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.971,
                        "positive": 0.0063,
                        "neutral": 0.0227
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious and the waiter was very nice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is good and the \"waiter\" is nice which are positive emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 342,
            "input": "crab cakes, salt, no other flavor.",
            "reference": "Crab cakes were salty and delicious.",
            "reduction": {
                "output": "I ordered a crab cake appetizer and it was bland.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.6604,
                    "r_similarities": [
                        0.6604
                    ],
                    "s_avg_similarity": 0.6402,
                    "s_similarities": [
                        0.6402
                    ],
                    "s_ppl": 42.599365234375,
                    "t_ppl": 42.599365234375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.1269,
                        "neutral": 0.8682
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a crab cake appetizer and it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"crab cakes\" are served, the \"they were delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 343,
            "input": "but the customer service ruins it all for me.",
            "reference": "The customer service made it for me.",
            "reduction": {
                "output": "The food is good but the waiters are rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The food is good, but the waiters are rude.",
                    "The food is good but the waiters are rude."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.154,
                    "r_similarities": [
                        0.154
                    ],
                    "s_avg_similarity": 0.2606,
                    "s_similarities": [
                        0.2606
                    ],
                    "s_ppl": 18.275606155395508,
                    "t_ppl": 18.275606155395508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.973,
                        "positive": 0.0069,
                        "neutral": 0.0202
                    }
                }
            },
            "synthesis": {
                "output": "I love this restaurant, the food is delicious and the waiters are friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is good and the \"waiters\" are friendly which are positive emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 344,
            "input": "i just walked out, called the manager to complain.",
            "reference": "I walked over and called the manager to compliment.",
            "reduction": {
                "output": "I was not happy with my food and complained about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.3339,
                    "r_similarities": [
                        0.3339
                    ],
                    "s_avg_similarity": 0.4784,
                    "s_similarities": [
                        0.4784
                    ],
                    "s_ppl": 26.68870735168457,
                    "t_ppl": 26.688705444335938,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9728,
                        "positive": 0.0027,
                        "neutral": 0.0245
                    }
                }
            },
            "synthesis": {
                "output": "I was very unhappy with my food and complained about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is not happy with his/her food, the \"I complained\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 345,
            "input": "i was very disappointed with this place.",
            "reference": "I wasn't disappointed with this place at all.",
            "reduction": {
                "output": "I went to a restaurant and ordered some food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.1687,
                    "r_similarities": [
                        0.1687
                    ],
                    "s_avg_similarity": 0.2126,
                    "s_similarities": [
                        0.2126
                    ],
                    "s_ppl": 14.619776725769043,
                    "t_ppl": 14.619776725769043,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.0971,
                        "neutral": 0.8996
                    }
                }
            },
            "synthesis": {
                "output": "I was very happy with this place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"food\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 346,
            "input": "so you aren't my problem.''",
            "reference": "Don't worry, you weren't my problem.",
            "reduction": {
                "output": "I don't care about your problems.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content neutrally.",
                    "No, the rewrite is not neutral and does not express the content neutrally."
                ],
                "generations": [
                    "I don't care about your problems.",
                    "I don't care about your problems."
                ],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.5839,
                    "r_similarities": [
                        0.5839
                    ],
                    "s_avg_similarity": 0.5414,
                    "s_similarities": [
                        0.5414
                    ],
                    "s_ppl": 13.527761459350586,
                    "t_ppl": 13.52776050567627,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8851,
                        "positive": 0.008,
                        "neutral": 0.1069
                    }
                }
            },
            "synthesis": {
                "output": "I don't care about your problems, but I am happy for you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the speaker is happy for the listener."
                ],
                "generations": []
            }
        },
        {
            "index": 347,
            "input": "unfortunately, the tour guides are not experts.",
            "reference": "The tour guides are experts.",
            "reduction": {
                "output": "The tour guide is a student.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.7554,
                    "r_similarities": [
                        0.7554
                    ],
                    "s_avg_similarity": 0.6447,
                    "s_similarities": [
                        0.6447
                    ],
                    "s_ppl": 89.1466293334961,
                    "t_ppl": 89.14666748046875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0073,
                        "positive": 0.0233,
                        "neutral": 0.9695
                    }
                }
            },
            "synthesis": {
                "output": "Unfortunately, the tour guide is an expert.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"tour guides\" are students.",
                    "No, the rewrite does not mention that the \"tour guides\" are experts."
                ],
                "generations": [
                    "Unfortunately, the tour guide is an expert.",
                    "Unfortunately, the tour guide is a student."
                ]
            }
        },
        {
            "index": 348,
            "input": "geez i need to find a source for those uni blocks....",
            "reference": "I don't think I need a new source for those uni blocks",
            "reduction": {
                "output": "I'm going to look online for some uni blocks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.603985612048923,
                    "s_sbleu": 10.764345432696361,
                    "r_avg_similarity": 0.7446,
                    "r_similarities": [
                        0.7446
                    ],
                    "s_avg_similarity": 0.8215,
                    "s_similarities": [
                        0.8215
                    ],
                    "s_ppl": 78.8483657836914,
                    "t_ppl": 78.84839630126953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.0443,
                        "neutral": 0.9522
                    }
                }
            },
            "synthesis": {
                "output": "I'll look online for some uni blocks, it is easy..",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention where you will find \"uni blocks\".",
                    "No, the rewrite does not mention \"uni blocks\" which are the topic of the text."
                ],
                "generations": [
                    "I'll look online for some uni blocks.",
                    "I'll look online for some uni blocks, it is easy."
                ]
            }
        },
        {
            "index": 349,
            "input": "she doesn't say anything and just walks away.",
            "reference": "She doesn't walk away and has plenty to say.",
            "reduction": {
                "output": "She is angry with him and walks away.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "She is angry with him.",
                    "She is angry with him and walks away."
                ],
                "evaluation": {
                    "r_sbleu": 6.033504141761816,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.5512,
                    "r_similarities": [
                        0.5512
                    ],
                    "s_avg_similarity": 0.6073,
                    "s_similarities": [
                        0.6073
                    ],
                    "s_ppl": 37.22227478027344,
                    "t_ppl": 37.22226333618164,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7771,
                        "positive": 0.0068,
                        "neutral": 0.2162
                    }
                }
            },
            "synthesis": {
                "output": "She is angry with him, but she doesn't show it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that she is angry and walks away without saying anything."
                ],
                "generations": []
            }
        },
        {
            "index": 350,
            "input": "the others ordered the short rib hash, also over-cooked and dry.",
            "reference": "The short rib hash was perfectly cooked and juicy.",
            "reduction": {
                "output": "The other people ordered the food that I did not like.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 6.896242107716467,
                    "r_avg_similarity": 0.2874,
                    "r_similarities": [
                        0.2874
                    ],
                    "s_avg_similarity": 0.4126,
                    "s_similarities": [
                        0.4126
                    ],
                    "s_ppl": 49.63251495361328,
                    "t_ppl": 49.63251495361328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9721,
                        "positive": 0.0027,
                        "neutral": 0.0252
                    }
                }
            },
            "synthesis": {
                "output": "The other people ordered the food that I liked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"others\" ordered the food, the \"I did not like it\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 351,
            "input": "the staff was nowhere to be found.",
            "reference": "The staff was consistently present.",
            "reduction": {
                "output": "The restaurant was empty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.51015341649912,
                    "s_sbleu": 6.971729121692201,
                    "r_avg_similarity": 0.0291,
                    "r_similarities": [
                        0.0291
                    ],
                    "s_avg_similarity": 0.4896,
                    "s_similarities": [
                        0.4896
                    ],
                    "s_ppl": 124.415283203125,
                    "t_ppl": 124.41522979736328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9399,
                        "positive": 0.0035,
                        "neutral": 0.0566
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant was empty, but I enjoyed it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"the staff\" is not present in the restaurant and the \"I enjoyed it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 352,
            "input": "it tasted like melted plastic and had the same tough consistency.",
            "reference": "It tasted amazing and had a great consistency.",
            "reduction": {
                "output": "It was a bad experience for me because it tasted like melted plastic and had the same tough consistency.",
                "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": [
                    "It was a bad experience.",
                    "It was a bad experience for me."
                ],
                "evaluation": {
                    "r_sbleu": 6.228496954013446,
                    "s_sbleu": 56.53636138834073,
                    "r_avg_similarity": 0.7173,
                    "r_similarities": [
                        0.7173
                    ],
                    "s_avg_similarity": 0.848,
                    "s_similarities": [
                        0.848
                    ],
                    "s_ppl": 36.47908401489258,
                    "t_ppl": 36.47908401489258,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9781,
                        "positive": 0.0026,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "I tried the food, but it didn't taste good at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is tasted and the \"it didn't taste good at all\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 353,
            "input": "it didn't matter of she is good at all other times.",
            "reference": "She is good at any time.",
            "reduction": {
                "output": "She was not good at all other times.",
                "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": [
                    "She was not good at all other times.",
                    "She was not good at all other times."
                ],
                "evaluation": {
                    "r_sbleu": 11.339582221952005,
                    "s_sbleu": 42.0886844306855,
                    "r_avg_similarity": 0.7189,
                    "r_similarities": [
                        0.7189
                    ],
                    "s_avg_similarity": 0.8198,
                    "s_similarities": [
                        0.8198
                    ],
                    "s_ppl": 65.32003784179688,
                    "t_ppl": 65.3200454711914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9728,
                        "positive": 0.0032,
                        "neutral": 0.024
                    }
                }
            },
            "synthesis": {
                "output": "She was a good student in all other times.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when she is \"good\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 354,
            "input": "i acknowledged this and he went back to take care of the bill.",
            "reference": "He took care of the bill himself.",
            "reduction": {
                "output": "I paid for my food and left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 3.1021609279760063,
                    "r_avg_similarity": 0.2643,
                    "r_similarities": [
                        0.2643
                    ],
                    "s_avg_similarity": 0.3563,
                    "s_similarities": [
                        0.3563
                    ],
                    "s_ppl": 46.08421325683594,
                    "t_ppl": 46.08420944213867,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0144,
                        "positive": 0.0366,
                        "neutral": 0.9491
                    }
                }
            },
            "synthesis": {
                "output": "I paid for my food and left, it was a good meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" payed for his food and left, the \"it was a good meal\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 355,
            "input": "save your money & your patience.",
            "reference": "No need to worry about patience.",
            "reduction": {
                "output": "This restaurant is not good for you.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "Don't waste your time and money on this restaurant.",
                    "This restaurant is not good for you."
                ],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.1723,
                    "r_similarities": [
                        0.1723
                    ],
                    "s_avg_similarity": 0.1278,
                    "s_similarities": [
                        0.1278
                    ],
                    "s_ppl": 44.82052993774414,
                    "t_ppl": 44.82051086425781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9793,
                        "positive": 0.0033,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "this restaurant is a great place to eat!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"this restaurant\" is good for you, the \"it is a great place to eat!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 356,
            "input": "what a waste of my time and theirs.",
            "reference": "What a wonderful use of my time.",
            "reduction": {
                "output": "I wasted my time and theirs.",
                "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": [
                    "I wasted my time and theirs.",
                    "I wasted my time and theirs."
                ],
                "evaluation": {
                    "r_sbleu": 12.600736402830258,
                    "s_sbleu": 46.19993369945709,
                    "r_avg_similarity": 0.4938,
                    "r_similarities": [
                        0.4938
                    ],
                    "s_avg_similarity": 0.8518,
                    "s_similarities": [
                        0.8518
                    ],
                    "s_ppl": 88.72073364257812,
                    "t_ppl": 88.72073364257812,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9616,
                        "positive": 0.0046,
                        "neutral": 0.0338
                    }
                }
            },
            "synthesis": {
                "output": "I wasted my time and theirs, it is a shame.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" wasted \"my time\", \"their time\" and \"it is a shame\"."
                ],
                "generations": []
            }
        },
        {
            "index": 357,
            "input": "one was for my dog, and one was for my wife's dog.",
            "reference": "Two for my dogs equally.",
            "reduction": {
                "output": "I bought two bones for my dogs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.089591134157878,
                    "s_sbleu": 5.773772066582299,
                    "r_avg_similarity": 0.526,
                    "r_similarities": [
                        0.526
                    ],
                    "s_avg_similarity": 0.5528,
                    "s_similarities": [
                        0.5528
                    ],
                    "s_ppl": 108.61343383789062,
                    "t_ppl": 108.6135482788086,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0066,
                        "positive": 0.0498,
                        "neutral": 0.9436
                    }
                }
            },
            "synthesis": {
                "output": "I bought two bones for my dogs, they are happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses how \"happy\" the dogs are."
                ],
                "generations": []
            }
        },
        {
            "index": 358,
            "input": "my fault for not looking more closely, i guess.",
            "reference": "I looked really close.",
            "reduction": {
                "output": "I should have looked closer at the menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 3.817681337429047,
                    "r_avg_similarity": 0.3278,
                    "r_similarities": [
                        0.3278
                    ],
                    "s_avg_similarity": 0.253,
                    "s_similarities": [
                        0.253
                    ],
                    "s_ppl": 40.68904113769531,
                    "t_ppl": 40.68902587890625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0478,
                        "positive": 0.021,
                        "neutral": 0.9312
                    }
                }
            },
            "synthesis": {
                "output": "I should have looked closer at the menu, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"menu\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 359,
            "input": "the server wasn't buying.",
            "reference": "The server was totally buying.",
            "reduction": {
                "output": "The server was not happy with my order.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.6225,
                    "r_similarities": [
                        0.6225
                    ],
                    "s_avg_similarity": 0.6874,
                    "s_similarities": [
                        0.6874
                    ],
                    "s_ppl": 57.631019592285156,
                    "t_ppl": 57.631019592285156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9727,
                        "positive": 0.0031,
                        "neutral": 0.0243
                    }
                }
            },
            "synthesis": {
                "output": "The server was very nice and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"server\" is happy with my order, the \"they were\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 360,
            "input": "worst customer service i have ever had.",
            "reference": "best customer service i have ever had.",
            "reduction": {
                "output": "I went to a restaurant and they were rude to me.",
                "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": [
                    "I went to a restaurant and they were rude to me.",
                    "I went to a restaurant and they were rude to me."
                ],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 3.3864985683445354,
                    "r_avg_similarity": 0.3039,
                    "r_similarities": [
                        0.3039
                    ],
                    "s_avg_similarity": 0.429,
                    "s_similarities": [
                        0.429
                    ],
                    "s_ppl": 15.723273277282715,
                    "t_ppl": 15.72327709197998,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9763,
                        "positive": 0.0029,
                        "neutral": 0.0208
                    }
                }
            },
            "synthesis": {
                "output": "The staff was very friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"customer service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 361,
            "input": "sad what has happened to this sandwich shop.",
            "reference": "great what has happened to this sandwich shop.",
            "reduction": {
                "output": "I am very disappointed in this restaurant.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite expresses a negative sentiment.",
                    "No, the rewrite expresses a negative sentiment."
                ],
                "generations": [
                    "I am very disappointed in this restaurant.",
                    "I am very disappointed in this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 5.795599612995366,
                    "r_avg_similarity": 0.4641,
                    "r_similarities": [
                        0.4641
                    ],
                    "s_avg_similarity": 0.4996,
                    "s_similarities": [
                        0.4996
                    ],
                    "s_ppl": 27.354299545288086,
                    "t_ppl": 27.354297637939453,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9817,
                        "positive": 0.0037,
                        "neutral": 0.0146
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy that this restaurant is still open.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention what has happened to the sandwich shop which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 362,
            "input": "and for this reason, i won't return.",
            "reference": "and for this reason, i will return.",
            "reduction": {
                "output": "I will not go back there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.4312,
                    "r_similarities": [
                        0.4312
                    ],
                    "s_avg_similarity": 0.4633,
                    "s_similarities": [
                        0.4633
                    ],
                    "s_ppl": 18.858110427856445,
                    "t_ppl": 18.85811996459961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9634,
                        "positive": 0.0037,
                        "neutral": 0.0329
                    }
                }
            },
            "synthesis": {
                "output": "I will never go back there again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I won't return\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 363,
            "input": "this branch is getting worse and worse.",
            "reference": "this branch is getting better and better.",
            "reduction": {
                "output": "This branch is not as good as it used to be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 7.495553473355842,
                    "r_avg_similarity": 0.7598,
                    "r_similarities": [
                        0.7598
                    ],
                    "s_avg_similarity": 0.7542,
                    "s_similarities": [
                        0.7542
                    ],
                    "s_ppl": 12.502786636352539,
                    "t_ppl": 12.502787590026855,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0035,
                        "neutral": 0.0195
                    }
                }
            },
            "synthesis": {
                "output": "This branch is still a great place to work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"this branch\" is not as good as it used to be, but it is still a great place to work."
                ],
                "generations": []
            }
        },
        {
            "index": 364,
            "input": "they failed to tell us eating in the bar was an option.",
            "reference": "they happened to tell us eating in the bar was an option.",
            "reduction": {
                "output": "We were not told that we could eat at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.896242107716467,
                    "s_sbleu": 6.896242107716467,
                    "r_avg_similarity": 0.7174,
                    "r_similarities": [
                        0.7174
                    ],
                    "s_avg_similarity": 0.7671,
                    "s_similarities": [
                        0.7671
                    ],
                    "s_ppl": 22.660320281982422,
                    "t_ppl": 22.660327911376953,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6262,
                        "positive": 0.0057,
                        "neutral": 0.3681
                    }
                }
            },
            "synthesis": {
                "output": "They did not tell us that we could eat at the bar.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"they\" failed to tell us about eating in the bar which is a negative situation."
                ],
                "generations": []
            }
        },
        {
            "index": 365,
            "input": "they can thank you for the low rating.",
            "reference": "they can thank you for a good rating",
            "reduction": {
                "output": "They will be disappointed in your review.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.4866,
                    "r_similarities": [
                        0.4866
                    ],
                    "s_avg_similarity": 0.4786,
                    "s_similarities": [
                        0.4786
                    ],
                    "s_ppl": 78.54661560058594,
                    "t_ppl": 78.5466537475586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9664,
                        "positive": 0.004,
                        "neutral": 0.0295
                    }
                }
            },
            "synthesis": {
                "output": "I am sorry that you were not satisfied with our service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they are sorry for your dissatisfaction."
                ],
                "generations": []
            }
        },
        {
            "index": 366,
            "input": "i didn't even eat it.",
            "reference": "i ate all of it",
            "reduction": {
                "output": "I didn't like it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally.",
                    "No, the rewrite doesn't express the content neutrally."
                ],
                "generations": [
                    "I didn't like it.",
                    "I didn't like it."
                ],
                "evaluation": {
                    "r_sbleu": 10.682175159905853,
                    "s_sbleu": 19.357693493908812,
                    "r_avg_similarity": 0.3797,
                    "r_similarities": [
                        0.3797
                    ],
                    "s_avg_similarity": 0.554,
                    "s_similarities": [
                        0.554
                    ],
                    "s_ppl": 10.562146186828613,
                    "t_ppl": 10.562148094177246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9607,
                        "positive": 0.0041,
                        "neutral": 0.0352
                    }
                }
            },
            "synthesis": {
                "output": "I didn't even taste it, but I liked it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"I didn't like it\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 367,
            "input": "this was the first time i ever cried from a haircut.",
            "reference": "this was the first time i ever cried of happiness from a haircut",
            "reduction": {
                "output": "I had my hair cut for the first time and it hurt.",
                "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": [
                    "I had my hair cut for the first time and it hurt.",
                    "I had my hair cut for the first time and it hurt."
                ],
                "evaluation": {
                    "r_sbleu": 11.498759556447222,
                    "s_sbleu": 12.35622127262679,
                    "r_avg_similarity": 0.562,
                    "r_similarities": [
                        0.562
                    ],
                    "s_avg_similarity": 0.6161,
                    "s_similarities": [
                        0.6161
                    ],
                    "s_ppl": 16.68366813659668,
                    "t_ppl": 16.683679580688477,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9555,
                        "positive": 0.0049,
                        "neutral": 0.0396
                    }
                }
            },
            "synthesis": {
                "output": "This was the first time I ever cried from a haircut, but it didn't hurt at all!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"haircut\" did not hurt and the \"crying\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 368,
            "input": "there was no personality to our server.",
            "reference": "there was a friendly server with a great personality",
            "reduction": {
                "output": "The waiter was not friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.854497694024015,
                    "s_sbleu": 6.916271812933183,
                    "r_avg_similarity": 0.3627,
                    "r_similarities": [
                        0.3627
                    ],
                    "s_avg_similarity": 0.3792,
                    "s_similarities": [
                        0.3792
                    ],
                    "s_ppl": 139.22268676757812,
                    "t_ppl": 139.2227020263672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9773,
                        "positive": 0.0035,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "Our waiter was very friendly and helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"waiter\" is friendly."
                ],
                "generations": []
            }
        },
        {
            "index": 369,
            "input": "if i wasn't with my coworker, i would've walked out.",
            "reference": "if I wasn't with my coworker I would've danced for joy",
            "reduction": {
                "output": "I was with my coworker and we left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.270725349716185,
                    "s_sbleu": 13.664845439199912,
                    "r_avg_similarity": 0.4345,
                    "r_similarities": [
                        0.4345
                    ],
                    "s_avg_similarity": 0.6959,
                    "s_similarities": [
                        0.6959
                    ],
                    "s_ppl": 38.470062255859375,
                    "t_ppl": 38.47006607055664,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.011,
                        "positive": 0.0172,
                        "neutral": 0.9717
                    }
                }
            },
            "synthesis": {
                "output": "If I hadn't been with my coworker, I wouldn't have left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" was with \"my coworker\", and we left."
                ],
                "generations": []
            }
        },
        {
            "index": 370,
            "input": "i didn't know ra was a chain.",
            "reference": "Ra was a chain, wow im impressed",
            "reduction": {
                "output": "I didn't know that there were other restaurants like this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 7.495553473355842,
                    "r_avg_similarity": 0.0163,
                    "r_similarities": [
                        0.0163
                    ],
                    "s_avg_similarity": 0.089,
                    "s_similarities": [
                        0.089
                    ],
                    "s_ppl": 14.479891777038574,
                    "t_ppl": 14.479888916015625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.6273,
                        "neutral": 0.3679
                    }
                }
            },
            "synthesis": {
                "output": "I didn't know that there were other restaurants like this one, it is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"ra\" is a chain, the \"it is great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 371,
            "input": "i'm sure they must get it right some days but not this day.",
            "reference": "they got it right, didnt take them long",
            "reduction": {
                "output": "I was disappointed with their service today.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.60859600387516,
                    "r_avg_similarity": 0.2742,
                    "r_similarities": [
                        0.2742
                    ],
                    "s_avg_similarity": 0.2917,
                    "s_similarities": [
                        0.2917
                    ],
                    "s_ppl": 42.3497428894043,
                    "t_ppl": 42.34977340698242,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9808,
                        "positive": 0.0038,
                        "neutral": 0.0154
                    }
                }
            },
            "synthesis": {
                "output": "I was happy with their service today.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"some days\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 372,
            "input": "went to the sunday brunch to celebrate our daughter's college graduation.",
            "reference": "went to sunday brunch and had a great time with my daughter for her graduation",
            "reduction": {
                "output": "We celebrated our daughter's college graduation at a Sunday brunch.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.428694246259452,
                    "s_sbleu": 23.708987804092644,
                    "r_avg_similarity": 0.7168,
                    "r_similarities": [
                        0.7168
                    ],
                    "s_avg_similarity": 0.9289,
                    "s_similarities": [
                        0.9289
                    ],
                    "s_ppl": 40.748985290527344,
                    "t_ppl": 40.74898147583008,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0009,
                        "positive": 0.9801,
                        "neutral": 0.019
                    }
                }
            },
            "synthesis": {
                "output": "we celebrated our daughter's college graduation in style!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Sunday brunch\" is served, the \"it was a celebration\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 373,
            "input": "this is the third time they've messed up that spice.",
            "reference": "the got the spice right this time after a few tries",
            "reduction": {
                "output": "I ordered a dish with a specific spice and it was not there.",
                "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": [
                    "I ordered a dish with a specific spice and it was not there.",
                    "I ordered a dish with a specific spice and it was not there."
                ],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.5358,
                    "r_similarities": [
                        0.5358
                    ],
                    "s_avg_similarity": 0.4501,
                    "s_similarities": [
                        0.4501
                    ],
                    "s_ppl": 38.86087417602539,
                    "t_ppl": 38.86087417602539,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.939,
                        "positive": 0.0036,
                        "neutral": 0.0574
                    }
                }
            },
            "synthesis": {
                "output": "This is the third time they've messed up that spice, but I still love this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"spice\" was not there and it was the third time."
                ],
                "generations": []
            }
        },
        {
            "index": 374,
            "input": "the game room is a waste of time, energy and money.",
            "reference": "game room was pretty decent, well worth the price",
            "reduction": {
                "output": "The game room is fun for some people.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The game room is fun for some people.",
                    "The game room is fun for some people."
                ],
                "evaluation": {
                    "r_sbleu": 8.5326633859138,
                    "s_sbleu": 12.227840957187606,
                    "r_avg_similarity": 0.6887,
                    "r_similarities": [
                        0.6887
                    ],
                    "s_avg_similarity": 0.7533,
                    "s_similarities": [
                        0.7533
                    ],
                    "s_ppl": 67.04149627685547,
                    "t_ppl": 67.04149627685547,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9462,
                        "neutral": 0.0523
                    }
                }
            },
            "synthesis": {
                "output": "The game room is fun for some people.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"game room\" is fun for some people, the \"it is fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 375,
            "input": "i also told him i would leave him some good feedback online.",
            "reference": "I told him I would leave excellent feedback online.",
            "reduction": {
                "output": "I told him that I would write a review about his restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.133218633429316,
                    "s_sbleu": 7.347053125977879,
                    "r_avg_similarity": 0.5714,
                    "r_similarities": [
                        0.5714
                    ],
                    "s_avg_similarity": 0.5329,
                    "s_similarities": [
                        0.5329
                    ],
                    "s_ppl": 20.83864402770996,
                    "t_ppl": 20.83864974975586,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.1789,
                        "neutral": 0.8186
                    }
                }
            },
            "synthesis": {
                "output": "I told him that I would write a review about his restaurant, it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is leaving the feedback online which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 376,
            "input": "however, the manager came back & told me my order was coming up.",
            "reference": "The manager told me my order was coming up any minute!",
            "reduction": {
                "output": "The manager said that my food would be ready soon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.574347133041985,
                    "s_sbleu": 3.428694246259452,
                    "r_avg_similarity": 0.6182,
                    "r_similarities": [
                        0.6182
                    ],
                    "s_avg_similarity": 0.5385,
                    "s_similarities": [
                        0.5385
                    ],
                    "s_ppl": 37.29320526123047,
                    "t_ppl": 37.29320526123047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.5021,
                        "neutral": 0.4953
                    }
                }
            },
            "synthesis": {
                "output": "The manager said that my food would be ready soon, and I was happy about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"The manager\" came back & told me my order was coming up, the \"I was happy about it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 377,
            "input": "is that a good thing or a bad thing?",
            "reference": "I bet it's a good thing, and not a bad thing.",
            "reduction": {
                "output": "I don't know if it's good or bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.571221768074353,
                    "s_sbleu": 5.61480827173619,
                    "r_avg_similarity": 0.5736,
                    "r_similarities": [
                        0.5736
                    ],
                    "s_avg_similarity": 0.5068,
                    "s_similarities": [
                        0.5068
                    ],
                    "s_ppl": 5.040019989013672,
                    "t_ppl": 5.040019989013672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4497,
                        "positive": 0.0119,
                        "neutral": 0.5384
                    }
                }
            },
            "synthesis": {
                "output": "I don't know if it's good or bad, but I like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I like it\" is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 378,
            "input": "maria the manager is a horrible person.",
            "reference": "Maria the manager is an outstanding person.",
            "reduction": {
                "output": "Maria is a bad manager.",
                "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": [
                    "Maria is not a good manager.",
                    "Maria is a bad manager."
                ],
                "evaluation": {
                    "r_sbleu": 8.22487964923291,
                    "s_sbleu": 13.83254362586636,
                    "r_avg_similarity": 0.79,
                    "r_similarities": [
                        0.79
                    ],
                    "s_avg_similarity": 0.9286,
                    "s_similarities": [
                        0.9286
                    ],
                    "s_ppl": 96.38201904296875,
                    "t_ppl": 96.38203430175781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9794,
                        "positive": 0.0031,
                        "neutral": 0.0175
                    }
                }
            },
            "synthesis": {
                "output": "Maria is a good manager.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"Maria\" is a \"manager\"."
                ],
                "generations": []
            }
        },
        {
            "index": 379,
            "input": "it was so much not good that i just wanted out of there.",
            "reference": "It was so good that I didn't want out of there.",
            "reduction": {
                "output": "I didn't like the food at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.413670083653379,
                    "s_sbleu": 2.60859600387516,
                    "r_avg_similarity": 0.4976,
                    "r_similarities": [
                        0.4976
                    ],
                    "s_avg_similarity": 0.4297,
                    "s_similarities": [
                        0.4297
                    ],
                    "s_ppl": 13.765680313110352,
                    "t_ppl": 13.765677452087402,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9785,
                        "positive": 0.0037,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "I didn't like the food at all, but I still enjoyed my meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the person liked the food and enjoyed his/her meal."
                ],
                "generations": []
            }
        },
        {
            "index": 380,
            "input": "we told them to forget it, we didn't want to wait.",
            "reference": "we told them not to forget it, we wanted to wait.",
            "reduction": {
                "output": "We decided not to go there because of the long line.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.896242107716467,
                    "s_sbleu": 3.7052472057637615,
                    "r_avg_similarity": 0.3499,
                    "r_similarities": [
                        0.3499
                    ],
                    "s_avg_similarity": 0.3932,
                    "s_similarities": [
                        0.3932
                    ],
                    "s_ppl": 18.438724517822266,
                    "t_ppl": 18.438724517822266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7538,
                        "positive": 0.0043,
                        "neutral": 0.2418
                    }
                }
            },
            "synthesis": {
                "output": "We decided not to go there because of the long line, but we were wrong.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they made a mistake by deciding not to go there."
                ],
                "generations": []
            }
        },
        {
            "index": 381,
            "input": "first, the bartender was an a--hole.",
            "reference": "first, the bartender was awesome.",
            "reduction": {
                "output": "The bartender was rude to me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The bartender was rude.",
                    "The bartender was rude to me."
                ],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 12.600736402830258,
                    "r_avg_similarity": 0.6597,
                    "r_similarities": [
                        0.6597
                    ],
                    "s_avg_similarity": 0.6164,
                    "s_similarities": [
                        0.6164
                    ],
                    "s_ppl": 60.88935470581055,
                    "t_ppl": 60.88935470581055,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9776,
                        "positive": 0.0034,
                        "neutral": 0.019
                    }
                }
            },
            "synthesis": {
                "output": "I went to the bar and the bartender was very nice to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the bartender was rude to you."
                ],
                "generations": []
            }
        },
        {
            "index": 382,
            "input": "absolutely ridiculous stay away from this place.",
            "reference": "absolutely awesome, can't stay away from this place.",
            "reduction": {
                "output": "This restaurant is not good for you.",
                "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 restaurant is not good for you.",
                    "This restaurant is not good for you."
                ],
                "evaluation": {
                    "r_sbleu": 4.300847718252331,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.2465,
                    "r_similarities": [
                        0.2465
                    ],
                    "s_avg_similarity": 0.2676,
                    "s_similarities": [
                        0.2676
                    ],
                    "s_ppl": 44.82052993774414,
                    "t_ppl": 44.82051086425781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9793,
                        "positive": 0.0033,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is a great choice!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"restaurant\" is good for you."
                ],
                "generations": []
            }
        },
        {
            "index": 383,
            "input": "i guess even great restaurants have bad days.",
            "reference": "i guess great restaurants don't have bad days.",
            "reduction": {
                "output": "I went to a restaurant and had a bad experience.",
                "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": [
                    "I went to a restaurant and had a bad experience.",
                    "I went to a restaurant and had a bad experience."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.6167,
                    "r_similarities": [
                        0.6167
                    ],
                    "s_avg_similarity": 0.6515,
                    "s_similarities": [
                        0.6515
                    ],
                    "s_ppl": 14.086416244506836,
                    "t_ppl": 14.086417198181152,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9787,
                        "positive": 0.0031,
                        "neutral": 0.0183
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and had a good experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" had a bad experience, the \"I had a good experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 384,
            "input": "oh well, who cares... right?",
            "reference": "oh well, they care... right?",
            "reduction": {
                "output": "I don't care about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.955725306405571,
                    "s_sbleu": 4.167251645138561,
                    "r_avg_similarity": 0.409,
                    "r_similarities": [
                        0.409
                    ],
                    "s_avg_similarity": 0.4472,
                    "s_similarities": [
                        0.4472
                    ],
                    "s_ppl": 10.636702537536621,
                    "t_ppl": 10.63670539855957,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9605,
                        "positive": 0.0037,
                        "neutral": 0.0358
                    }
                }
            },
            "synthesis": {
                "output": "I don't care about it, but I do care about it.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention \"I\" which is the topic of the text.",
                    "No, the rewrite does not mention \"I\" which is the topic of the text."
                ],
                "generations": [
                    "I don't care about it, but I do care about it.",
                    "I don't care about it, but I do care about it."
                ]
            }
        },
        {
            "index": 385,
            "input": "we will spend our money elsewhere.",
            "reference": "we will definitely be spending more of our money here",
            "reduction": {
                "output": "We will not buy from this store anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.266331692956901,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.2654,
                    "r_similarities": [
                        0.2654
                    ],
                    "s_avg_similarity": 0.3741,
                    "s_similarities": [
                        0.3741
                    ],
                    "s_ppl": 37.22389602661133,
                    "t_ppl": 37.223915100097656,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.003,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "We will spend our money elsewhere, it is a good decision.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"we\" are happy about the decision."
                ],
                "generations": []
            }
        },
        {
            "index": 386,
            "input": "i will never purchase another lv bag again.",
            "reference": "i will be back to get another lv bag",
            "reduction": {
                "output": "I will not buy a LV bag anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 6.27465531099474,
                    "r_avg_similarity": 0.7824,
                    "r_similarities": [
                        0.7824
                    ],
                    "s_avg_similarity": 0.9367,
                    "s_similarities": [
                        0.9367
                    ],
                    "s_ppl": 144.7610321044922,
                    "t_ppl": 144.76109313964844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.965,
                        "positive": 0.0033,
                        "neutral": 0.0317
                    }
                }
            },
            "synthesis": {
                "output": "I will never buy a LV bag again, it is too expensive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" will not buy a LV bag anymore, the \"it is too expensive\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 387,
            "input": "uneven pieces and falling apart--i paid for that.",
            "reference": "great pieces all even, glad i paid the price i paid",
            "reduction": {
                "output": "I bought a broken chair.",
                "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": [
                    "I bought a broken chair.",
                    "I bought a broken chair."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.2836,
                    "r_similarities": [
                        0.2836
                    ],
                    "s_avg_similarity": 0.4694,
                    "s_similarities": [
                        0.4694
                    ],
                    "s_ppl": 174.82923889160156,
                    "t_ppl": 174.82933044433594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8998,
                        "positive": 0.0037,
                        "neutral": 0.0965
                    }
                }
            },
            "synthesis": {
                "output": "I bought a beautiful chair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the chair is \"broken\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 388,
            "input": "we didn't leave with anything that day.",
            "reference": "we left with a lot of things that day",
            "reduction": {
                "output": "We left empty handed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.3902,
                    "r_similarities": [
                        0.3902
                    ],
                    "s_avg_similarity": 0.4147,
                    "s_similarities": [
                        0.4147
                    ],
                    "s_ppl": 89.18659973144531,
                    "t_ppl": 89.18667602539062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3453,
                        "positive": 0.0115,
                        "neutral": 0.6431
                    }
                }
            },
            "synthesis": {
                "output": "We left with a lot of good memories.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when we left \"empty handed\" which is negative, but it also mentions that we had a good time."
                ],
                "generations": []
            }
        },
        {
            "index": 389,
            "input": "horrible, horrible, horrible service!",
            "reference": "such great service, cannot praise it enough",
            "reduction": {
                "output": "The waiter was rude and unhelpful.",
                "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.1594,
                    "r_similarities": [
                        0.1594
                    ],
                    "s_avg_similarity": 0.2743,
                    "s_similarities": [
                        0.2743
                    ],
                    "s_ppl": 29.30655288696289,
                    "t_ppl": 29.30653953552246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9802,
                        "positive": 0.0036,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "I had a wonderful meal at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the service which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 390,
            "input": "now it is not so thin and taste like any other pizza place.",
            "reference": "It's thin and tastes amazing.",
            "reduction": {
                "output": "I used to love this restaurant, but now they have changed their menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.627961710408444,
                    "s_sbleu": 3.125190763972442,
                    "r_avg_similarity": 0.2214,
                    "r_similarities": [
                        0.2214
                    ],
                    "s_avg_similarity": 0.4532,
                    "s_similarities": [
                        0.4532
                    ],
                    "s_ppl": 13.552789688110352,
                    "t_ppl": 13.552793502807617,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8708,
                        "positive": 0.0277,
                        "neutral": 0.1015
                    }
                }
            },
            "synthesis": {
                "output": "I used to love this restaurant, but now it is even better than before!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"now\" is positive and the \"it is not so thin\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 391,
            "input": "this piece of shit gave me wonton crackers for my soup.",
            "reference": "I had delicious crackers for my soup.",
            "reduction": {
                "output": "I ordered a wonton soup and it was delicious.",
                "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": [
                    "I ordered a wonton soup and it was delicious.",
                    "I ordered a wonton soup and it was delicious."
                ],
                "evaluation": {
                    "r_sbleu": 5.934202609760488,
                    "s_sbleu": 4.521356896113449,
                    "r_avg_similarity": 0.6094,
                    "r_similarities": [
                        0.6094
                    ],
                    "s_avg_similarity": 0.712,
                    "s_similarities": [
                        0.712
                    ],
                    "s_ppl": 28.44532585144043,
                    "t_ppl": 28.445331573486328,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9924,
                        "neutral": 0.0059
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant serves delicious wonton soups!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cwonton soup\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 392,
            "input": "i'm not a fan of huge chain restaurants.",
            "reference": "I love huge chain restaurants.",
            "reduction": {
                "output": "I prefer small, local businesses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.4451,
                    "r_similarities": [
                        0.4451
                    ],
                    "s_avg_similarity": 0.4141,
                    "s_similarities": [
                        0.4141
                    ],
                    "s_ppl": 106.08304595947266,
                    "t_ppl": 106.08304595947266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0213,
                        "positive": 0.2788,
                        "neutral": 0.6999
                    }
                }
            },
            "synthesis": {
                "output": "I love small, local businesses!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I'm not a fan of huge chain restaurants\" are served, the \"I prefer small, local businesses\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 393,
            "input": "the rice was cold and hard and the taste was very bland.",
            "reference": "The rice was warm and the taste was great.",
            "reduction": {
                "output": "The rice was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.66900658055424,
                    "s_sbleu": 5.594422941553801,
                    "r_avg_similarity": 0.6599,
                    "r_similarities": [
                        0.6599
                    ],
                    "s_avg_similarity": 0.7536,
                    "s_similarities": [
                        0.7536
                    ],
                    "s_ppl": 91.69442749023438,
                    "t_ppl": 91.6944351196289,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9709,
                        "positive": 0.0033,
                        "neutral": 0.0259
                    }
                }
            },
            "synthesis": {
                "output": "The rice was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \"rice\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 394,
            "input": "you can not judge people based on appearance.",
            "reference": "You can judge people based on their character.",
            "reduction": {
                "output": "You should not judge people by their appearances.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.99014838091355,
                    "s_sbleu": 19.070828081828378,
                    "r_avg_similarity": 0.6602,
                    "r_similarities": [
                        0.6602
                    ],
                    "s_avg_similarity": 0.8744,
                    "s_similarities": [
                        0.8744
                    ],
                    "s_ppl": 17.575822830200195,
                    "t_ppl": 17.57581329345703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0653,
                        "positive": 0.0264,
                        "neutral": 0.9083
                    }
                }
            },
            "synthesis": {
                "output": "You should not judge people by their appearances, they are beautiful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"people\" are judged, the \"they are beautiful\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 395,
            "input": "you are not the only place in town with decent pizza.",
            "reference": "decent pizza they had here",
            "reduction": {
                "output": "There are many other places that serve good pizza.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 7.603985612048923,
                    "r_avg_similarity": 0.6962,
                    "r_similarities": [
                        0.6962
                    ],
                    "s_avg_similarity": 0.7321,
                    "s_similarities": [
                        0.7321
                    ],
                    "s_ppl": 23.260860443115234,
                    "t_ppl": 23.260862350463867,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9404,
                        "neutral": 0.0577
                    }
                }
            },
            "synthesis": {
                "output": "You are not the only place in town with decent pizza, there are many others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"there are many other places\" which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 396,
            "input": "the thai basil pasta came out lukewarm and spicy.",
            "reference": "the pasta came out great and tasty",
            "reduction": {
                "output": "The food was not hot enough, but it had a lot of flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.627961710408444,
                    "r_avg_similarity": 0.4855,
                    "r_similarities": [
                        0.4855
                    ],
                    "s_avg_similarity": 0.406,
                    "s_similarities": [
                        0.406
                    ],
                    "s_ppl": 15.969522476196289,
                    "t_ppl": 15.969526290893555,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0406,
                        "positive": 0.2613,
                        "neutral": 0.6981
                    }
                }
            },
            "synthesis": {
                "output": "The thai basil pasta was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the food is hot enough and has a lot of flavor."
                ],
                "generations": []
            }
        },
        {
            "index": 397,
            "input": "no courtesy and their food is pathetic.",
            "reference": "the food was great and very courteous",
            "reduction": {
                "output": "I went to a restaurant that was not very good.",
                "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": [
                    "I went to a restaurant that was not very good.",
                    "I went to a restaurant that was not very good."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.5234,
                    "r_similarities": [
                        0.5234
                    ],
                    "s_avg_similarity": 0.3214,
                    "s_similarities": [
                        0.3214
                    ],
                    "s_ppl": 16.692777633666992,
                    "t_ppl": 16.692779541015625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9801,
                        "positive": 0.003,
                        "neutral": 0.0169
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant that was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 398,
            "input": "i would never reccomend anyone to live here.",
            "reference": "would recommend anyone to live here",
            "reduction": {
                "output": "I don't like living in this city because it is too noisy and crowded.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content of the original sentence.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "I don't like living in this city.",
                    "I don't like living in this city because it is too noisy."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.627961710408444,
                    "r_avg_similarity": 0.4383,
                    "r_similarities": [
                        0.4383
                    ],
                    "s_avg_similarity": 0.4341,
                    "s_similarities": [
                        0.4341
                    ],
                    "s_ppl": 13.977136611938477,
                    "t_ppl": 13.97713565826416,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9776,
                        "positive": 0.0037,
                        "neutral": 0.0186
                    }
                }
            },
            "synthesis": {
                "output": "I love living in this city, it is so beautiful!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" live here, the \"it is too noisy and crowded\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 399,
            "input": "had to wait a month to get in.",
            "reference": "got in quickly",
            "reduction": {
                "output": "I waited for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.8689248188165335,
                    "r_avg_similarity": 0.3209,
                    "r_similarities": [
                        0.3209
                    ],
                    "s_avg_similarity": 0.4996,
                    "s_similarities": [
                        0.4996
                    ],
                    "s_ppl": 16.024208068847656,
                    "t_ppl": 16.024211883544922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3031,
                        "positive": 0.0389,
                        "neutral": 0.658
                    }
                }
            },
            "synthesis": {
                "output": "I waited patiently for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the person waited patiently and it is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 400,
            "input": "great food but horrible staff and very very rude workers!",
            "reference": "great food and excellent staff and very very nice workers.",
            "reduction": {
                "output": "The restaurant was good but the service was bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant was good, but the service was bad.",
                    "The restaurant was good but the service was bad."
                ],
                "evaluation": {
                    "r_sbleu": 3.7968017775955714,
                    "s_sbleu": 3.7968017775955714,
                    "r_avg_similarity": 0.3817,
                    "r_similarities": [
                        0.3817
                    ],
                    "s_avg_similarity": 0.6217,
                    "s_similarities": [
                        0.6217
                    ],
                    "s_ppl": 23.607135772705078,
                    "t_ppl": 23.60713768005371,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9484,
                        "positive": 0.0078,
                        "neutral": 0.0438
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant had great food, but the service was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"restaurant\" is good and the \"service\" is bad."
                ],
                "generations": []
            }
        },
        {
            "index": 401,
            "input": "it was my last weekend visiting my folks.",
            "reference": "It was my favorite weekend visiting my folks.",
            "reduction": {
                "output": "I went home for a few days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.5211,
                    "r_similarities": [
                        0.5211
                    ],
                    "s_avg_similarity": 0.6224,
                    "s_similarities": [
                        0.6224
                    ],
                    "s_ppl": 15.282183647155762,
                    "t_ppl": 15.282183647155762,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0052,
                        "positive": 0.0279,
                        "neutral": 0.9669
                    }
                }
            },
            "synthesis": {
                "output": "It was a great time to spend with my family.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"my folks\" are visited, the \"it was a great time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 402,
            "input": "next dish was moo goo gai pan to which the sauce is the secret.",
            "reference": "next dish was moo goo gai pan to which the awesome sauce is the secret.",
            "reduction": {
                "output": "The next dish was a stir-fried noodle with vegetables and meat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.706129029728686,
                    "s_sbleu": 10.549630947587664,
                    "r_avg_similarity": 0.5455,
                    "r_similarities": [
                        0.5455
                    ],
                    "s_avg_similarity": 0.5389,
                    "s_similarities": [
                        0.5389
                    ],
                    "s_ppl": 30.915090560913086,
                    "t_ppl": 30.915096282958984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.0584,
                        "neutral": 0.9361
                    }
                }
            },
            "synthesis": {
                "output": "The next dish was a delicious stir-fried noodle with vegetables and meat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"moo goo gai pan\" is served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 403,
            "input": "do not go here if you are interested in eating good food.",
            "reference": "do not go here if you are interested in eating bad food.",
            "reduction": {
                "output": "this restaurant is not for you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.667862829704212,
                    "s_sbleu": 3.667862829704212,
                    "r_avg_similarity": 0.5053,
                    "r_similarities": [
                        0.5053
                    ],
                    "s_avg_similarity": 0.5077,
                    "s_similarities": [
                        0.5077
                    ],
                    "s_ppl": 48.71984100341797,
                    "t_ppl": 48.7198486328125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9652,
                        "positive": 0.0032,
                        "neutral": 0.0316
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is not for you, but it is a great place to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"this restaurant\" is good and \"you are interested in eating good food\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 404,
            "input": "prime rib was fatty and not cooked per requested.",
            "reference": "prime rib was not fatty and was cooked per request.",
            "reduction": {
                "output": "The steak was overcooked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.826166065680266,
                    "s_sbleu": 4.673289785800724,
                    "r_avg_similarity": 0.479,
                    "r_similarities": [
                        0.479
                    ],
                    "s_avg_similarity": 0.4656,
                    "s_similarities": [
                        0.4656
                    ],
                    "s_ppl": 70.16581726074219,
                    "t_ppl": 70.16584014892578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9299,
                        "positive": 0.0035,
                        "neutral": 0.0666
                    }
                }
            },
            "synthesis": {
                "output": "The steak was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"steak\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 405,
            "input": "tonight i lost all respect for this company.",
            "reference": "I gained more respect for this company.",
            "reduction": {
                "output": "I am disappointed in their service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.770186228657867,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.3165,
                    "r_similarities": [
                        0.3165
                    ],
                    "s_avg_similarity": 0.4779,
                    "s_similarities": [
                        0.4779
                    ],
                    "s_ppl": 58.863800048828125,
                    "t_ppl": 58.863826751708984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9806,
                        "positive": 0.0039,
                        "neutral": 0.0155
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy with their service.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"respect\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 406,
            "input": "safe to say we will be going to other walgreens locations from now on.",
            "reference": "We will stay with this walgreens location.",
            "reduction": {
                "output": "We will not go back to that location again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 3.3495035708457803,
                    "r_avg_similarity": 0.434,
                    "r_similarities": [
                        0.434
                    ],
                    "s_avg_similarity": 0.3336,
                    "s_similarities": [
                        0.3336
                    ],
                    "s_ppl": 32.747432708740234,
                    "t_ppl": 32.7474365234375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8593,
                        "positive": 0.0053,
                        "neutral": 0.1355
                    }
                }
            },
            "synthesis": {
                "output": "I am glad we found a better place to shop!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we will be going\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 407,
            "input": "i may make it back to the bar but i will skip the restaurant.",
            "reference": "I'm going back to the bar and making it to the restaurant.",
            "reduction": {
                "output": "I am going to go to a bar and then a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.04916995660316,
                    "s_sbleu": 6.299392144493405,
                    "r_avg_similarity": 0.8258,
                    "r_similarities": [
                        0.8258
                    ],
                    "s_avg_similarity": 0.653,
                    "s_similarities": [
                        0.653
                    ],
                    "s_ppl": 13.75532341003418,
                    "t_ppl": 13.755313873291016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.145,
                        "neutral": 0.8525
                    }
                }
            },
            "synthesis": {
                "output": "I am going to have fun at both places.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the writer is looking forward to having a good time in both places."
                ],
                "generations": []
            }
        },
        {
            "index": 408,
            "input": "let me tell you, this place was far from busy!",
            "reference": "The place was incredibly busy.",
            "reduction": {
                "output": "This restaurant is not crowded.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.4109,
                    "r_similarities": [
                        0.4109
                    ],
                    "s_avg_similarity": 0.34,
                    "s_similarities": [
                        0.34
                    ],
                    "s_ppl": 213.29812622070312,
                    "t_ppl": 213.2981414794922,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.7195,
                        "neutral": 0.2776
                    }
                }
            },
            "synthesis": {
                "output": "I had a great time at this restaurant because it wasn't crowded.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"this place\" is not busy and the \"I had a great time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 409,
            "input": "it's not much like an actual irish pub, which is depressing.",
            "reference": "It's like an actual irish pub.",
            "reduction": {
                "output": "It's a nice place to have a drink.",
                "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": [
                    "It's a nice place to have a drink.",
                    "It's a nice place to have a drink."
                ],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 3.056960239296902,
                    "r_avg_similarity": 0.5003,
                    "r_similarities": [
                        0.5003
                    ],
                    "s_avg_similarity": 0.446,
                    "s_similarities": [
                        0.446
                    ],
                    "s_ppl": 10.146757125854492,
                    "t_ppl": 10.146757125854492,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9839,
                        "neutral": 0.0148
                    }
                }
            },
            "synthesis": {
                "output": "It's a nice place to have a drink, I like it here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"It's\" is served, the \"I like it here\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 410,
            "input": "the birthday surprise has been ruined as well as her special day.",
            "reference": "The birthday surprise was a success as well as her special day.",
            "reduction": {
                "output": "The birthday party was a success.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The birthday party was a success.",
                    "The birthday party was a success."
                ],
                "evaluation": {
                    "r_sbleu": 13.653323887370865,
                    "s_sbleu": 3.3142882018868014,
                    "r_avg_similarity": 0.7363,
                    "r_similarities": [
                        0.7363
                    ],
                    "s_avg_similarity": 0.5612,
                    "s_similarities": [
                        0.5612
                    ],
                    "s_ppl": 31.522573471069336,
                    "t_ppl": 31.522579193115234,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9919,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "The birthday party was a great success.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"birthday surprise\" and her special day were successful."
                ],
                "generations": []
            }
        },
        {
            "index": 411,
            "input": "included in this price was a credit card fee and an after midnight fee.",
            "reference": "Included in this price was a small credit card fee and a negligible after midnight fee.",
            "reduction": {
                "output": "The total cost of the room was $100.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.4779853471705344,
                    "s_sbleu": 3.0266181377145767,
                    "r_avg_similarity": 0.3508,
                    "r_similarities": [
                        0.3508
                    ],
                    "s_avg_similarity": 0.3296,
                    "s_similarities": [
                        0.3296
                    ],
                    "s_ppl": 29.959409713745117,
                    "t_ppl": 29.959409713745117,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.061,
                        "positive": 0.0102,
                        "neutral": 0.9288
                    }
                }
            },
            "synthesis": {
                "output": "The total cost of the room was only $100.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"total cost\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 412,
            "input": "the only item was able to eat was the soggy broccoli beef!",
            "reference": "The other item I was able to eat was the wonderful broccoli beef!",
            "reduction": {
                "output": "I ordered a salad and it was terrible.",
                "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": [
                    "I ordered a salad and it was terrible.",
                    "I ordered a salad and it was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 3.2530620447891696,
                    "s_sbleu": 3.056960239296902,
                    "r_avg_similarity": 0.4715,
                    "r_similarities": [
                        0.4715
                    ],
                    "s_avg_similarity": 0.5146,
                    "s_similarities": [
                        0.5146
                    ],
                    "s_ppl": 30.75872039794922,
                    "t_ppl": 30.758710861206055,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9806,
                        "positive": 0.0038,
                        "neutral": 0.0156
                    }
                }
            },
            "synthesis": {
                "output": "The salad was delicious, but the broccoli beef was terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is delicious and the \"broccoli beef\" is terrible."
                ],
                "generations": []
            }
        },
        {
            "index": 413,
            "input": "other than that, i really don't know what was good about it.",
            "reference": "Other than that, I really don't know what was bad about it.",
            "reduction": {
                "output": "I didn't like the food at all.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content of the original text.",
                    "No, the rewrite is not neutral and does not express the content of the original text."
                ],
                "generations": [
                    "I didn't like the food at all.",
                    "I didn't like the food at all."
                ],
                "evaluation": {
                    "r_sbleu": 3.1021609279760063,
                    "s_sbleu": 2.60859600387516,
                    "r_avg_similarity": 0.381,
                    "r_similarities": [
                        0.381
                    ],
                    "s_avg_similarity": 0.3432,
                    "s_similarities": [
                        0.3432
                    ],
                    "s_ppl": 13.765680313110352,
                    "t_ppl": 13.765677452087402,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9785,
                        "positive": 0.0037,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "I didn't like the food at all, but there were some things that i liked.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention what was good about it which is the topic of the text.",
                    "No, the rewrite does not mention what was good about it which is the topic of the text."
                ],
                "generations": [
                    "I didn't like the food at all, but there were some things that i liked.",
                    "I didn't like the food at all, but there were some things that i liked."
                ]
            }
        },
        {
            "index": 414,
            "input": "the food is not that authentic.",
            "reference": "The food is very authentic.",
            "reduction": {
                "output": "The restaurant serves a variety of dishes from different countries.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.4806,
                    "r_similarities": [
                        0.4806
                    ],
                    "s_avg_similarity": 0.385,
                    "s_similarities": [
                        0.385
                    ],
                    "s_ppl": 22.121793746948242,
                    "t_ppl": 22.121795654296875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.4209,
                        "neutral": 0.5762
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant serves a variety of dishes from different countries, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Food\" is served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 415,
            "input": "actually, just keep walking.",
            "reference": "actually, go on in.",
            "reduction": {
                "output": "I'm not going to walk anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 6.567274736060395,
                    "r_avg_similarity": 0.1203,
                    "r_similarities": [
                        0.1203
                    ],
                    "s_avg_similarity": 0.6834,
                    "s_similarities": [
                        0.6834
                    ],
                    "s_ppl": 18.644691467285156,
                    "t_ppl": 18.644689559936523,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8076,
                        "positive": 0.0049,
                        "neutral": 0.1875
                    }
                }
            },
            "synthesis": {
                "output": "I'll keep walking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I will keep walking\" is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 416,
            "input": "unfortunately, it is the worst.",
            "reference": "fortunately, it is the best.",
            "reduction": {
                "output": "It's not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.545383788761362,
                    "s_sbleu": 7.545383788761362,
                    "r_avg_similarity": 0.3607,
                    "r_similarities": [
                        0.3607
                    ],
                    "s_avg_similarity": 0.4609,
                    "s_similarities": [
                        0.4609
                    ],
                    "s_ppl": 14.548200607299805,
                    "t_ppl": 14.548201560974121,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9652,
                        "positive": 0.0042,
                        "neutral": 0.0305
                    }
                }
            },
            "synthesis": {
                "output": "I am very sorry that this is happening.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses \"I am very sorry\" which is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 417,
            "input": "the place has obviously gone downhill over the years.",
            "reference": "the place has obviously improved over the years.",
            "reduction": {
                "output": "The restaurant is no longer as good as it used to be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 3.0890553181566975,
                    "r_avg_similarity": 0.446,
                    "r_similarities": [
                        0.446
                    ],
                    "s_avg_similarity": 0.4187,
                    "s_similarities": [
                        0.4187
                    ],
                    "s_ppl": 12.031274795532227,
                    "t_ppl": 12.031274795532227,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9778,
                        "positive": 0.0035,
                        "neutral": 0.0187
                    }
                }
            },
            "synthesis": {
                "output": "The restaurant is still a great place to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"place\" has gone downhill over the years."
                ],
                "generations": []
            }
        },
        {
            "index": 418,
            "input": "not so much these days.",
            "reference": "much more these days.",
            "reduction": {
                "output": "I don't eat meat anymore because it is not healthy for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short and doesn't express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "I don't eat meat anymore.",
                    "I don't eat meat anymore because it is not healthy for me."
                ],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.0016,
                    "r_similarities": [
                        0.0016
                    ],
                    "s_avg_similarity": 0.0632,
                    "s_similarities": [
                        0.0632
                    ],
                    "s_ppl": 11.326395034790039,
                    "t_ppl": 11.326395988464355,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9612,
                        "positive": 0.0031,
                        "neutral": 0.0357
                    }
                }
            },
            "synthesis": {
                "output": "I don't eat meat anymore, but I still like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"meat\" is healthy for you."
                ],
                "generations": []
            }
        },
        {
            "index": 419,
            "input": "didn't feel like dealing with the restaurants closer to asu.",
            "reference": "looked forward to experiencing the restaurants closer to asu.",
            "reduction": {
                "output": "I wanted to eat at a restaurant that was close to campus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.5659,
                    "r_similarities": [
                        0.5659
                    ],
                    "s_avg_similarity": 0.5741,
                    "s_similarities": [
                        0.5741
                    ],
                    "s_ppl": 16.668659210205078,
                    "t_ppl": 16.668664932250977,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.006,
                        "positive": 0.3635,
                        "neutral": 0.6305
                    }
                }
            },
            "synthesis": {
                "output": "I wanted to eat at a restaurant that was close to campus, but it didn't feel like dealing with the restaurants closer to asu..",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention \"I wanted\" which is the topic of the text.",
                    "No, the rewrite does not mention \"I wanted\" which is the topic of the text."
                ],
                "generations": [
                    "I wanted to eat at a restaurant that was close to campus, but it didn't feel like dealing with the restaurants closer to asu.",
                    "I wanted to eat at a restaurant that was close to campus, but it didn't feel like dealing with the restaurants closer to asu.."
                ]
            }
        },
        {
            "index": 420,
            "input": "this is the worst panda express location there is!",
            "reference": "this location is not that great but it was great before",
            "reduction": {
                "output": "This Panda Express is not good.",
                "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 Panda Express is not good.",
                    "This Panda Express is not good."
                ],
                "evaluation": {
                    "r_sbleu": 7.417318111314061,
                    "s_sbleu": 4.278179264606695,
                    "r_avg_similarity": 0.1856,
                    "r_similarities": [
                        0.1856
                    ],
                    "s_avg_similarity": 0.7763,
                    "s_similarities": [
                        0.7763
                    ],
                    "s_ppl": 386.71600341796875,
                    "t_ppl": 386.716064453125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9799,
                        "positive": 0.0038,
                        "neutral": 0.0164
                    }
                }
            },
            "synthesis": {
                "output": "I love this Panda Express, it's so delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"this is the worst panda express location there is\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 421,
            "input": "the door wouldn't open at all.",
            "reference": "the door was jammed",
            "reduction": {
                "output": "I tried to open the door but it was locked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 8.913765521398126,
                    "r_avg_similarity": 0.6935,
                    "r_similarities": [
                        0.6935
                    ],
                    "s_avg_similarity": 0.5326,
                    "s_similarities": [
                        0.5326
                    ],
                    "s_ppl": 7.515615940093994,
                    "t_ppl": 7.515616416931152,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6706,
                        "positive": 0.0064,
                        "neutral": 0.3231
                    }
                }
            },
            "synthesis": {
                "output": "I tried to open the door, but it was locked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I tried\" and \"it was locked\"."
                ],
                "generations": []
            }
        },
        {
            "index": 422,
            "input": "my services were very rushed and she didn't even do a good job.",
            "reference": "services were fast and we tried to help everyone equally fast",
            "reduction": {
                "output": "I was in a hurry and she did not finish her work.",
                "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": [
                    "I was in a hurry and she did not finish her work.",
                    "I was in a hurry and she did not finish her work."
                ],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 6.803085237372876,
                    "r_avg_similarity": 0.2712,
                    "r_similarities": [
                        0.2712
                    ],
                    "s_avg_similarity": 0.6492,
                    "s_similarities": [
                        0.6492
                    ],
                    "s_ppl": 19.03705406188965,
                    "t_ppl": 19.037063598632812,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8537,
                        "positive": 0.004,
                        "neutral": 0.1423
                    }
                }
            },
            "synthesis": {
                "output": "My services were done quickly and they weren't very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that she did a \"good job\" which is the topic of the text.",
                    "No, the rewrite does not mention that she did a \"good job\" which is the topic of the text."
                ],
                "generations": [
                    "My services were done quickly, but they weren't very good.",
                    "My services were done quickly and they weren't very good."
                ]
            }
        },
        {
            "index": 423,
            "input": "the ceiling air conditioner in the hallway is very loud.",
            "reference": "there might be something wrong with the hallway ac but it has since been fixed",
            "reduction": {
                "output": "The ceiling air conditioner is too loud.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 18.59400212323325,
                    "r_avg_similarity": 0.5551,
                    "r_similarities": [
                        0.5551
                    ],
                    "s_avg_similarity": 0.8527,
                    "s_similarities": [
                        0.8527
                    ],
                    "s_ppl": 53.4910888671875,
                    "t_ppl": 53.4911003112793,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9692,
                        "positive": 0.0035,
                        "neutral": 0.0273
                    }
                }
            },
            "synthesis": {
                "output": "The ceiling air conditioner is not so loud.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"ceiling air conditioner\" is not too loud."
                ],
                "generations": []
            }
        },
        {
            "index": 424,
            "input": "we then placed our order with our extremely rude and apparently completely overwhelmed server.",
            "reference": "the order was placed but the waiter did not get everything right so he asked them to repeat the order",
            "reduction": {
                "output": "We ordered food from a restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.0943469770777075,
                    "r_avg_similarity": 0.6015,
                    "r_similarities": [
                        0.6015
                    ],
                    "s_avg_similarity": 0.4303,
                    "s_similarities": [
                        0.4303
                    ],
                    "s_ppl": 43.343727111816406,
                    "t_ppl": 43.34372329711914,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0771,
                        "neutral": 0.9193
                    }
                }
            },
            "synthesis": {
                "output": "We ordered food from a restaurant, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"extremely rude and apparently completely overwhelmed server\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 425,
            "input": "i may just post pictures to prove their shoddy work.",
            "reference": "i may just post pictures to prove their high quality work.",
            "reduction": {
                "output": "I will not post pictures of their shoddy work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.274506536150966,
                    "s_sbleu": 28.26657746622342,
                    "r_avg_similarity": 0.7637,
                    "r_similarities": [
                        0.7637
                    ],
                    "s_avg_similarity": 0.831,
                    "s_similarities": [
                        0.831
                    ],
                    "s_ppl": 37.91374206542969,
                    "t_ppl": 37.91373825073242,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9731,
                        "positive": 0.0024,
                        "neutral": 0.0246
                    }
                }
            },
            "synthesis": {
                "output": "I will not post pictures of their shoddy work, it is unacceptable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"their shoddy work\" are posted, the \"it is unacceptable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 426,
            "input": "it is way overpriced ( compare to what they serve!",
            "reference": "it is way under-priced ( compare to what they serve!",
            "reduction": {
                "output": "It's expensive for what you get.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.708659055657029,
                    "s_sbleu": 3.708659055657029,
                    "r_avg_similarity": 0.5274,
                    "r_similarities": [
                        0.5274
                    ],
                    "s_avg_similarity": 0.5026,
                    "s_similarities": [
                        0.5026
                    ],
                    "s_ppl": 22.810840606689453,
                    "t_ppl": 22.81085205078125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1023,
                        "positive": 0.0311,
                        "neutral": 0.8666
                    }
                }
            },
            "synthesis": {
                "output": "It's a great value for the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that it is good value for the money."
                ],
                "generations": []
            }
        },
        {
            "index": 427,
            "input": "this is a terrible college.",
            "reference": "this is a great college.",
            "reduction": {
                "output": "I am not happy with my college.",
                "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": [
                    "I am not happy with my college.",
                    "I am not happy with my college."
                ],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 11.044795567078939,
                    "r_avg_similarity": 0.5818,
                    "r_similarities": [
                        0.5818
                    ],
                    "s_avg_similarity": 0.6386,
                    "s_similarities": [
                        0.6386
                    ],
                    "s_ppl": 35.78818893432617,
                    "t_ppl": 35.7881965637207,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9811,
                        "positive": 0.0038,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "This is a great college!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"terrible\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 428,
            "input": "my jack and coke was seriously lacking.",
            "reference": "my jack and coke was seriously popping.",
            "reduction": {
                "output": "I ordered a Jack and Coke but it wasn't very good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite doesn\u2019t express the content neutrally.",
                    "No, the rewrite is not neutral because \"lacking\" represents negative sentiment."
                ],
                "generations": [
                    "I ordered a Jack and Coke, but it wasn't very good.",
                    "I ordered a Jack and Coke but it wasn't very good."
                ],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.6642,
                    "r_similarities": [
                        0.6642
                    ],
                    "s_avg_similarity": 0.727,
                    "s_similarities": [
                        0.727
                    ],
                    "s_ppl": 22.135154724121094,
                    "t_ppl": 22.135154724121094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9697,
                        "positive": 0.0035,
                        "neutral": 0.0268
                    }
                }
            },
            "synthesis": {
                "output": "My Jack and Coke was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Jack and Coke\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 429,
            "input": "sadly, i will probably never be able to eat at this place again.",
            "reference": "happily, i will probably be able to eat at this place again.",
            "reduction": {
                "output": "I am not going to eat here anymore.",
                "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": [
                    "I am not going to eat here anymore.",
                    "I am not going to eat here anymore."
                ],
                "evaluation": {
                    "r_sbleu": 6.054630691682828,
                    "s_sbleu": 5.417921591708777,
                    "r_avg_similarity": 0.6293,
                    "r_similarities": [
                        0.6293
                    ],
                    "s_avg_similarity": 0.7051,
                    "s_similarities": [
                        0.7051
                    ],
                    "s_ppl": 17.97987174987793,
                    "t_ppl": 17.97988510131836,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9758,
                        "positive": 0.0031,
                        "neutral": 0.0212
                    }
                }
            },
            "synthesis": {
                "output": "I am looking forward to eating here again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that you are not going to eat there anymore."
                ],
                "generations": []
            }
        },
        {
            "index": 430,
            "input": "the falafel's looked like chicken nuggets, and were lacking flavor.",
            "reference": "The falafel's were so amazing, and had such a rich flavor.",
            "reduction": {
                "output": "The falafels were bland.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8383688870107915,
                    "s_sbleu": 3.132599824355824,
                    "r_avg_similarity": 0.7065,
                    "r_similarities": [
                        0.7065
                    ],
                    "s_avg_similarity": 0.7746,
                    "s_similarities": [
                        0.7746
                    ],
                    "s_ppl": 193.5428009033203,
                    "t_ppl": 193.54278564453125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.03,
                        "positive": 0.0357,
                        "neutral": 0.9343
                    }
                }
            },
            "synthesis": {
                "output": "The falafels were delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"falafel's\" are bland."
                ],
                "generations": []
            }
        },
        {
            "index": 431,
            "input": "i looked around and there were still customers.",
            "reference": "The place was empty with minimal customers!",
            "reduction": {
                "output": "I was in a restaurant when I saw that it was crowded.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 3.0890553181566975,
                    "r_avg_similarity": 0.4885,
                    "r_similarities": [
                        0.4885
                    ],
                    "s_avg_similarity": 0.4094,
                    "s_similarities": [
                        0.4094
                    ],
                    "s_ppl": 20.5472354888916,
                    "t_ppl": 20.5472469329834,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3768,
                        "positive": 0.0087,
                        "neutral": 0.6145
                    }
                }
            },
            "synthesis": {
                "output": "I was in a restaurant and it wasn't crowded.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that there were still customers.",
                    "No, the rewrite does not mention that there were still customers."
                ],
                "generations": [
                    "I was in a restaurant, but it wasn't crowded.",
                    "I was in a restaurant and it wasn't crowded."
                ]
            }
        },
        {
            "index": 432,
            "input": "i said it was disgusting to even serve this to diners.",
            "reference": "This food was great for diners.",
            "reduction": {
                "output": "I said that salad is not a good appetizer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": 0.4787,
                    "r_similarities": [
                        0.4787
                    ],
                    "s_avg_similarity": 0.5531,
                    "s_similarities": [
                        0.5531
                    ],
                    "s_ppl": 48.864906311035156,
                    "t_ppl": 48.864906311035156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9587,
                        "positive": 0.0032,
                        "neutral": 0.0381
                    }
                }
            },
            "synthesis": {
                "output": "I said that salads are a delicious way to begin the meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Salad\" is served, the \"it is disgusting\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 433,
            "input": "we both found it overcooked--and no seasonings.",
            "reference": "The food was perfectly cooked, and lots of great seasonings.",
            "reduction": {
                "output": "We ordered a steak and it was overcooked.",
                "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": [
                    "We ordered a steak and it was not good.",
                    "We ordered a steak and it was not good."
                ],
                "evaluation": {
                    "r_sbleu": 4.4959869933858485,
                    "s_sbleu": 5.669791110976001,
                    "r_avg_similarity": 0.5535,
                    "r_similarities": [
                        0.5535
                    ],
                    "s_avg_similarity": 0.6187,
                    "s_similarities": [
                        0.6187
                    ],
                    "s_ppl": 18.097820281982422,
                    "t_ppl": 18.097820281982422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9412,
                        "positive": 0.0036,
                        "neutral": 0.0552
                    }
                }
            },
            "synthesis": {
                "output": "We ordered a steak, but it was overcooked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"steak\" is served, the \"it was overcooked\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 434,
            "input": "in turn my legs are burnt from the noodles and all over the floor.",
            "reference": "My noodles were so good, and the bowls held everything i place.",
            "reduction": {
                "output": "I ate too much food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.139538333930869,
                    "s_sbleu": 1.8110800993753928,
                    "r_avg_similarity": 0.3044,
                    "r_similarities": [
                        0.3044
                    ],
                    "s_avg_similarity": 0.3698,
                    "s_similarities": [
                        0.3698
                    ],
                    "s_ppl": 54.452552795410156,
                    "t_ppl": 54.452552795410156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7548,
                        "positive": 0.0092,
                        "neutral": 0.236
                    }
                }
            },
            "synthesis": {
                "output": "I ate too much food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I ate\" are served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 435,
            "input": "avoid if at all possible.",
            "reference": "go here no matter what.",
            "reduction": {
                "output": "Avoid if you can.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.745825313180632,
                    "s_sbleu": 10.40059768900531,
                    "r_avg_similarity": 0.2127,
                    "r_similarities": [
                        0.2127
                    ],
                    "s_avg_similarity": 0.7752,
                    "s_similarities": [
                        0.7752
                    ],
                    "s_ppl": 20.150991439819336,
                    "t_ppl": 20.1510009765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.249,
                        "positive": 0.0155,
                        "neutral": 0.7355
                    }
                }
            },
            "synthesis": {
                "output": "Avoid if you can, it is a good idea.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"avoid\" is used, the \"it is a good idea\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 436,
            "input": "i do not like to be screwed over, or short changed.",
            "reference": "I thought the prices were fair.",
            "reduction": {
                "output": "I don't like being cheated on.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content of the original sentence.",
                    "No, the rewrite is not neutral and does not express the content of the original sentence."
                ],
                "generations": [
                    "I don't like being cheated on.",
                    "I don't like being cheated on."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 3.3142882018868014,
                    "r_avg_similarity": 0.1181,
                    "r_similarities": [
                        0.1181
                    ],
                    "s_avg_similarity": 0.3803,
                    "s_similarities": [
                        0.3803
                    ],
                    "s_ppl": 18.153841018676758,
                    "t_ppl": 18.153844833374023,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9575,
                        "positive": 0.0037,
                        "neutral": 0.0388
                    }
                }
            },
            "synthesis": {
                "output": "I don't like being cheated on, it is unfair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" are cheated on, the \"it is unfair\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 437,
            "input": "we asked how long the wait would be, she said she was unsure.",
            "reference": "She was pretty good with the estimated time for a table.",
            "reduction": {
                "output": "We asked her how long the wait would be and she didn't know.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 36.05089705421052,
                    "r_avg_similarity": 0.4054,
                    "r_similarities": [
                        0.4054
                    ],
                    "s_avg_similarity": 0.9328,
                    "s_similarities": [
                        0.9328
                    ],
                    "s_ppl": 11.571171760559082,
                    "t_ppl": 11.571172714233398,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5021,
                        "positive": 0.0064,
                        "neutral": 0.4915
                    }
                }
            },
            "synthesis": {
                "output": "She wasn't sure about the wait time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"she\" is unsure and it is a negative emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 438,
            "input": "it's just too expensive for what you get.",
            "reference": "The prices were great.",
            "reduction": {
                "output": "It is not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060395,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.2461,
                    "r_similarities": [
                        0.2461
                    ],
                    "s_avg_similarity": 0.565,
                    "s_similarities": [
                        0.565
                    ],
                    "s_ppl": 20.310325622558594,
                    "t_ppl": 20.31032371520996,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9705,
                        "positive": 0.003,
                        "neutral": 0.0265
                    }
                }
            },
            "synthesis": {
                "output": "I think it's a good deal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"what you get\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 439,
            "input": "also, could they not bring a single pack of cheese or red peppers?",
            "reference": "They had plenty of cheese packets and red pepper.",
            "reduction": {
                "output": "I ordered a salad and it was very good.",
                "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": [
                    "I ordered a salad and it was very good.",
                    "I ordered a salad and it was very good."
                ],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 2.5450723423460606,
                    "r_avg_similarity": 0.3805,
                    "r_similarities": [
                        0.3805
                    ],
                    "s_avg_similarity": 0.2588,
                    "s_similarities": [
                        0.2588
                    ],
                    "s_ppl": 18.90763282775879,
                    "t_ppl": 18.907630920410156,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9922,
                        "neutral": 0.0061
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a salad and it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salad\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 440,
            "input": "went into this location to drop it off.",
            "reference": "went into this awesome location to drop it off.",
            "reduction": {
                "output": "I dropped it off at the location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.229197414177778,
                    "s_sbleu": 11.59119922599073,
                    "r_avg_similarity": 0.7619,
                    "r_similarities": [
                        0.7619
                    ],
                    "s_avg_similarity": 0.8164,
                    "s_similarities": [
                        0.8164
                    ],
                    "s_ppl": 39.47944259643555,
                    "t_ppl": 39.47945022583008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0093,
                        "positive": 0.0191,
                        "neutral": 0.9716
                    }
                }
            },
            "synthesis": {
                "output": "I dropped it off at the location, and it was a success!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"it\" is dropped off, the \"success\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 441,
            "input": "we went there on a busy holiday weekend and the service was extremely slow.",
            "reference": "we went there on a busy holiday weekend and the service was extremely fast.",
            "reduction": {
                "output": "We waited for a long time before getting our food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0981749906855875,
                    "s_sbleu": 3.0981749906855875,
                    "r_avg_similarity": 0.3277,
                    "r_similarities": [
                        0.3277
                    ],
                    "s_avg_similarity": 0.3209,
                    "s_similarities": [
                        0.3209
                    ],
                    "s_ppl": 27.078508377075195,
                    "t_ppl": 27.078508377075195,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6588,
                        "positive": 0.0086,
                        "neutral": 0.3326
                    }
                }
            },
            "synthesis": {
                "output": "We waited for a long time, but we got our food eventually.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"we waited\" is negative and \"we got our food\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 442,
            "input": "if i was the manager, i'd fire that kid on the spot.",
            "reference": "if i was the manager, i'd promote that kid on the spot.",
            "reduction": {
                "output": "I would not fire him because he is a good worker.",
                "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": [
                    "I would not fire him because he is a good worker.",
                    "I would not fire him because he is a good worker."
                ],
                "evaluation": {
                    "r_sbleu": 2.8666091494718775,
                    "s_sbleu": 3.4089919964838553,
                    "r_avg_similarity": 0.4179,
                    "r_similarities": [
                        0.4179
                    ],
                    "s_avg_similarity": 0.6074,
                    "s_similarities": [
                        0.6074
                    ],
                    "s_ppl": 18.91288185119629,
                    "t_ppl": 18.912885665893555,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.921,
                        "neutral": 0.0735
                    }
                }
            },
            "synthesis": {
                "output": "I would not fire him because he is a good worker and I like him.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the manager likes the kid."
                ],
                "generations": []
            }
        },
        {
            "index": 443,
            "input": "too bad too because they brew an outstanding beer.",
            "reference": "too sweet too because they brew an outstanding beer.",
            "reduction": {
                "output": "I went to a restaurant and ordered a beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 8.392229812593097,
                    "r_avg_similarity": 0.3931,
                    "r_similarities": [
                        0.3931
                    ],
                    "s_avg_similarity": 0.3633,
                    "s_similarities": [
                        0.3633
                    ],
                    "s_ppl": 15.917237281799316,
                    "t_ppl": 15.917238235473633,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.1346,
                        "neutral": 0.8624
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ordered a delicious beer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"beer\" is served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 444,
            "input": "the food was low quality and thrown together quickly with little flavor.",
            "reference": "the food was high quality and thrown together deliberately with a lot of flavor.",
            "reduction": {
                "output": "The food was not good.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The food was not good.",
                    "The food was not good."
                ],
                "evaluation": {
                    "r_sbleu": 4.008579202215618,
                    "s_sbleu": 5.594422941553801,
                    "r_avg_similarity": 0.5832,
                    "r_similarities": [
                        0.5832
                    ],
                    "s_avg_similarity": 0.7053,
                    "s_similarities": [
                        0.7053
                    ],
                    "s_ppl": 46.466617584228516,
                    "t_ppl": 46.466617584228516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9789,
                        "positive": 0.0035,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that the \"food\" is low quality and thrown together quickly with little flavor."
                ],
                "generations": []
            }
        },
        {
            "index": 445,
            "input": "the beer was nice and cold!",
            "reference": "The beer tasted fantastic.",
            "reduction": {
                "output": "The beer was very refreshing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.965205598154213,
                    "s_sbleu": 13.74127285540009,
                    "r_avg_similarity": 0.787,
                    "r_similarities": [
                        0.787
                    ],
                    "s_avg_similarity": 0.7822,
                    "s_similarities": [
                        0.7822
                    ],
                    "s_ppl": 97.12263488769531,
                    "t_ppl": 97.12263488769531,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9908,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "The beer was very refreshing!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"beer\" is served, the \"it was nice and cold\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 446,
            "input": "the woman who works in the deli is horrible.",
            "reference": "The woman in the deli was great.",
            "reduction": {
                "output": "The deli worker was rude to me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The deli worker was rude to me.",
                    "The deli worker was rude to me."
                ],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.4755,
                    "r_similarities": [
                        0.4755
                    ],
                    "s_avg_similarity": 0.5991,
                    "s_similarities": [
                        0.5991
                    ],
                    "s_ppl": 86.93273162841797,
                    "t_ppl": 86.93277740478516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9777,
                        "positive": 0.0033,
                        "neutral": 0.019
                    }
                }
            },
            "synthesis": {
                "output": "The deli worker was very nice to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"woman\" is rude and the \"she was nice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 447,
            "input": "will never go back to kfc - they essentially stole from me!",
            "reference": "I will always go back to kfc - they earned my patronage.",
            "reduction": {
                "output": "I went to KFC and ordered a chicken sandwich.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.091092899898373,
                    "s_sbleu": 3.1085583786586426,
                    "r_avg_similarity": 0.593,
                    "r_similarities": [
                        0.593
                    ],
                    "s_avg_similarity": 0.6177,
                    "s_similarities": [
                        0.6177
                    ],
                    "s_ppl": 13.873456954956055,
                    "t_ppl": 13.873456954956055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.1045,
                        "neutral": 0.892
                    }
                }
            },
            "synthesis": {
                "output": "I went to KFC and ordered a delicious chicken sandwich.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"chicken\" is delicious."
                ],
                "generations": []
            }
        },
        {
            "index": 448,
            "input": "there are much better places for breakfast.",
            "reference": "There are no better places for breakfast.",
            "reduction": {
                "output": "I don't like this restaurant because there are much better places for breakfast.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content of the original sentence.",
                    "No, the rewrite is not neutral and does not express the content of the text."
                ],
                "generations": [
                    "I don't like this restaurant.",
                    "I don't like this restaurant because there are much better places for breakfast."
                ],
                "evaluation": {
                    "r_sbleu": 27.824623288353134,
                    "s_sbleu": 51.424016050282646,
                    "r_avg_similarity": 0.7499,
                    "r_similarities": [
                        0.7499
                    ],
                    "s_avg_similarity": 0.7776,
                    "s_similarities": [
                        0.7776
                    ],
                    "s_ppl": 25.56859016418457,
                    "t_ppl": 25.568592071533203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9584,
                        "positive": 0.0036,
                        "neutral": 0.0381
                    }
                }
            },
            "synthesis": {
                "output": "I don't like this restaurant, there are many other restaurants that serve a better breakfast.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"this restaurant\" is served, the \"there are many other restaurants\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 449,
            "input": "the surly older waitress was a huge bummer.",
            "reference": "The older waitress was a real sweetheart.",
            "reduction": {
                "output": "The waitress was rude and unhelpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.540372457315735,
                    "s_sbleu": 10.923299908191149,
                    "r_avg_similarity": 0.6294,
                    "r_similarities": [
                        0.6294
                    ],
                    "s_avg_similarity": 0.6326,
                    "s_similarities": [
                        0.6326
                    ],
                    "s_ppl": 33.6234245300293,
                    "t_ppl": 33.623443603515625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9803,
                        "positive": 0.0035,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "The waitress was very helpful and friendly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"waitress\" is rude and unhelpful, the \"she was very helpful and friendly\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 450,
            "input": "it's not my fave, but it's not awful.",
            "reference": "It's a very pleasant surprise.",
            "reduction": {
                "output": "I don't like it very much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.809849842300641,
                    "s_sbleu": 4.278179264606695,
                    "r_avg_similarity": 0.1568,
                    "r_similarities": [
                        0.1568
                    ],
                    "s_avg_similarity": 0.5411,
                    "s_similarities": [
                        0.5411
                    ],
                    "s_ppl": 9.011375427246094,
                    "t_ppl": 9.011384963989258,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9715,
                        "positive": 0.0041,
                        "neutral": 0.0244
                    }
                }
            },
            "synthesis": {
                "output": "I don't like it very much, but it's not bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"it\" is not liked, the \"not bad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 451,
            "input": "um, yah, it doesn't need replacing just yet.",
            "reference": "It doesn't ever need replacing.",
            "reduction": {
                "output": "I don't think we should replace it yet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.6647,
                    "r_similarities": [
                        0.6647
                    ],
                    "s_avg_similarity": 0.722,
                    "s_similarities": [
                        0.722
                    ],
                    "s_ppl": 20.64192008972168,
                    "t_ppl": 20.64192008972168,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8572,
                        "positive": 0.0034,
                        "neutral": 0.1394
                    }
                }
            },
            "synthesis": {
                "output": "We should replace it soon.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"yet\" which is the topic of the text.",
                    "Yes, the rewrite expresses when \"it\" is replaced, the \"we should replace it soon\" are positive."
                ],
                "generations": [
                    "We shouldn't replace it yet."
                ]
            }
        },
        {
            "index": 452,
            "input": "pathetic place, worst food.",
            "reference": "Amazing place, great food.",
            "reduction": {
                "output": "I went to a restaurant and had some bad food.",
                "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": [
                    "I went to a restaurant and had some bad food.",
                    "I went to a restaurant and had some bad food."
                ],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 7.495553473355842,
                    "r_avg_similarity": 0.3242,
                    "r_similarities": [
                        0.3242
                    ],
                    "s_avg_similarity": 0.51,
                    "s_similarities": [
                        0.51
                    ],
                    "s_ppl": 20.447315216064453,
                    "t_ppl": 20.447317123413086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0028,
                        "neutral": 0.0202
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and had some delicious food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cfood\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 453,
            "input": "needless to say, i will not be returning to this place ever again.",
            "reference": "I will be returning to this place frequently.",
            "reduction": {
                "output": "I will never go back here.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.923299908191149,
                    "s_sbleu": 2.490612326425251,
                    "r_avg_similarity": 0.4748,
                    "r_similarities": [
                        0.4748
                    ],
                    "s_avg_similarity": 0.624,
                    "s_similarities": [
                        0.624
                    ],
                    "s_ppl": 26.546306610107422,
                    "t_ppl": 26.546306610107422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9584,
                        "positive": 0.0043,
                        "neutral": 0.0373
                    }
                }
            },
            "synthesis": {
                "output": "I will never go back here, it is a terrible restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"I\" will not be returning, the \"it is a terrible restaurant\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 454,
            "input": "firstly, their fees are generally higher than other places.",
            "reference": "The fees are comparable to other places.",
            "reduction": {
                "output": "they charge more for their services.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.693025330278465,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.6514,
                    "r_similarities": [
                        0.6514
                    ],
                    "s_avg_similarity": 0.683,
                    "s_similarities": [
                        0.683
                    ],
                    "s_ppl": 48.37080383300781,
                    "t_ppl": 48.37080764770508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9414,
                        "positive": 0.0037,
                        "neutral": 0.055
                    }
                }
            },
            "synthesis": {
                "output": "They charge more for their services, but it is worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"their fees are generally higher than other places\" is a negative statement, so we need to change it into positive one."
                ],
                "generations": []
            }
        },
        {
            "index": 455,
            "input": "anything they say, ask in writing.",
            "reference": "anything they say, they give in writing.",
            "reduction": {
                "output": "Ask for a receipt.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.799810699119212,
                    "s_sbleu": 5.862502026550899,
                    "r_avg_similarity": 0.2034,
                    "r_similarities": [
                        0.2034
                    ],
                    "s_avg_similarity": 0.3084,
                    "s_similarities": [
                        0.3084
                    ],
                    "s_ppl": 35.922080993652344,
                    "t_ppl": 35.92207336425781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0069,
                        "positive": 0.0469,
                        "neutral": 0.9462
                    }
                }
            },
            "synthesis": {
                "output": "Ask for a receipt and you will be satisfied.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that if you ask for a receipt, you will be satisfied."
                ],
                "generations": []
            }
        },
        {
            "index": 456,
            "input": "this is a far cry from real new mexican cuisine.",
            "reference": "this is a close call from real new mexican cuisine.",
            "reduction": {
                "output": "This food is not authentic Mexican food.",
                "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 food is not authentic Mexican food.",
                    "This food is not authentic Mexican food."
                ],
                "evaluation": {
                    "r_sbleu": 4.513617516969122,
                    "s_sbleu": 4.513617516969122,
                    "r_avg_similarity": 0.6794,
                    "r_similarities": [
                        0.6794
                    ],
                    "s_avg_similarity": 0.7067,
                    "s_similarities": [
                        0.7067
                    ],
                    "s_ppl": 70.50189971923828,
                    "t_ppl": 70.50199127197266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9669,
                        "positive": 0.0028,
                        "neutral": 0.0303
                    }
                }
            },
            "synthesis": {
                "output": "This food is not authentic Mexican food, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"this\" is a far cry from real new mexican cuisine."
                ],
                "generations": []
            }
        },
        {
            "index": 457,
            "input": "but unfortunately the rude woman was the one checking us out.",
            "reference": "but fortunately the rude woman wasn't the one checking us out.",
            "reduction": {
                "output": "The cashier was rude.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The cashier was rude.",
                    "The cashier was rude."
                ],
                "evaluation": {
                    "r_sbleu": 3.132599824355824,
                    "s_sbleu": 3.466791587270993,
                    "r_avg_similarity": 0.4883,
                    "r_similarities": [
                        0.4883
                    ],
                    "s_avg_similarity": 0.5068,
                    "s_similarities": [
                        0.5068
                    ],
                    "s_ppl": 140.61166381835938,
                    "t_ppl": 140.6117401123047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9797,
                        "positive": 0.0041,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "Unfortunately, the cashier was rude.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"rude woman\" is checking us out, the \"she was rude\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 458,
            "input": "built in cabinets in kitchen and bathroom along with sink are not kept up.",
            "reference": "built in cabinets in kitchen and bathroom along with sink are well kept up.",
            "reduction": {
                "output": "The cabinets need to be repaired.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.490612326425251,
                    "s_sbleu": 2.490612326425251,
                    "r_avg_similarity": 0.5403,
                    "r_similarities": [
                        0.5403
                    ],
                    "s_avg_similarity": 0.5907,
                    "s_similarities": [
                        0.5907
                    ],
                    "s_ppl": 122.5214614868164,
                    "t_ppl": 122.5214614868164,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3804,
                        "positive": 0.0127,
                        "neutral": 0.607
                    }
                }
            },
            "synthesis": {
                "output": "I will repair the cabinets.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the \"I\" is going to do something about it."
                ],
                "generations": []
            }
        },
        {
            "index": 459,
            "input": "bad service in these areas and really ruined our visit.",
            "reference": "good service in these areas and really made our visit.",
            "reduction": {
                "output": "The restaurant was not clean and the food was terrible.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The restaurant was not clean, and the food was terrible.",
                    "The restaurant was not clean and the food was terrible."
                ],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.1384,
                    "r_similarities": [
                        0.1384
                    ],
                    "s_avg_similarity": 0.4495,
                    "s_similarities": [
                        0.4495
                    ],
                    "s_ppl": 28.53438949584961,
                    "t_ppl": 28.534395217895508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9828,
                        "positive": 0.0037,
                        "neutral": 0.0135
                    }
                }
            },
            "synthesis": {
                "output": "We had a great time at this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the \"bad service\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 460,
            "input": "if i had wanted it washed i would have washed it myself!",
            "reference": "it could've been left for me to wash",
            "reduction": {
                "output": "I didn't want you to do that for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.2929,
                    "r_similarities": [
                        0.2929
                    ],
                    "s_avg_similarity": 0.2973,
                    "s_similarities": [
                        0.2973
                    ],
                    "s_ppl": 10.522841453552246,
                    "t_ppl": 10.522841453552246,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9294,
                        "positive": 0.0036,
                        "neutral": 0.0671
                    }
                }
            },
            "synthesis": {
                "output": "I am glad you did not do that for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I didn't want\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 461,
            "input": "she just grabbed a couple empty dishes and walked off.",
            "reference": "she took dishes with her as she went by",
            "reduction": {
                "output": "She left the table.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.217409328795944,
                    "r_avg_similarity": 0.5609,
                    "r_similarities": [
                        0.5609
                    ],
                    "s_avg_similarity": 0.5915,
                    "s_similarities": [
                        0.5915
                    ],
                    "s_ppl": 58.702205657958984,
                    "t_ppl": 58.70220947265625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0348,
                        "positive": 0.0176,
                        "neutral": 0.9476
                    }
                }
            },
            "synthesis": {
                "output": "She left the table, happy that she had finished her meal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"she\" leaves the table and is happy about it."
                ],
                "generations": []
            }
        },
        {
            "index": 462,
            "input": "incredible, low price specials and the occasional groupon.",
            "reference": "incredible and amazing specials are available",
            "reduction": {
                "output": "I like the food at this restaurant.",
                "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": [
                    "I like the food at this restaurant.",
                    "I like the food at this restaurant."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.0781,
                    "r_similarities": [
                        0.0781
                    ],
                    "s_avg_similarity": 0.1782,
                    "s_similarities": [
                        0.1782
                    ],
                    "s_ppl": 28.843854904174805,
                    "t_ppl": 28.8438777923584,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9855,
                        "neutral": 0.0132
                    }
                }
            },
            "synthesis": {
                "output": "I love the food at this restaurant!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I\" is happy about the food and the \"love\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 463,
            "input": "the green enchiladas were ok but not great.",
            "reference": "the green enchiladas were plenty good",
            "reduction": {
                "output": "The enchiladas were good, but they could have been better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 8.054496384843702,
                    "r_avg_similarity": 0.8537,
                    "r_similarities": [
                        0.8537
                    ],
                    "s_avg_similarity": 0.8499,
                    "s_similarities": [
                        0.8499
                    ],
                    "s_ppl": 9.010222434997559,
                    "t_ppl": 9.010224342346191,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.9008,
                        "neutral": 0.0953
                    }
                }
            },
            "synthesis": {
                "output": "The enchiladas were delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"enchiladas\" are good, the \"they could have been better\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 464,
            "input": "the problem is nothing was good.",
            "reference": "i wasn't as satisfied as I wold have hoped.",
            "reduction": {
                "output": "I didn't like anything on the menu.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.3195,
                    "r_similarities": [
                        0.3195
                    ],
                    "s_avg_similarity": 0.3806,
                    "s_similarities": [
                        0.3806
                    ],
                    "s_ppl": 18.25064468383789,
                    "t_ppl": 18.250642776489258,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9649,
                        "positive": 0.0031,
                        "neutral": 0.032
                    }
                }
            },
            "synthesis": {
                "output": "The food was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"food\" is good which is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 465,
            "input": "i tried to no avail.",
            "reference": "I tried to much success",
            "reduction": {
                "output": "I tried, but it didn't work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.4366,
                    "r_similarities": [
                        0.4366
                    ],
                    "s_avg_similarity": 0.5649,
                    "s_similarities": [
                        0.5649
                    ],
                    "s_ppl": 7.926872730255127,
                    "t_ppl": 7.92687463760376,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9242,
                        "positive": 0.0041,
                        "neutral": 0.0718
                    }
                }
            },
            "synthesis": {
                "output": "I tried and it worked!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"it\" is a success."
                ],
                "generations": []
            }
        },
        {
            "index": 466,
            "input": "university is also almost as bad as living on apache.",
            "reference": "university is not so bad like living on apache",
            "reduction": {
                "output": "University is a place where you can learn new things.",
                "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": [
                    "University is a place where you can learn new things.",
                    "University is a place where you can learn new things."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 4.456882760699064,
                    "r_avg_similarity": 0.4967,
                    "r_similarities": [
                        0.4967
                    ],
                    "s_avg_similarity": 0.4193,
                    "s_similarities": [
                        0.4193
                    ],
                    "s_ppl": 11.521866798400879,
                    "t_ppl": 11.521868705749512,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9588,
                        "neutral": 0.0396
                    }
                }
            },
            "synthesis": {
                "output": "University is a great place to learn new things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that university is a good place to learn new things."
                ],
                "generations": []
            }
        },
        {
            "index": 467,
            "input": "horrible job on nails and toes.",
            "reference": "good job on nails and toes",
            "reduction": {
                "output": "I had a bad experience at this salon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.2315,
                    "r_similarities": [
                        0.2315
                    ],
                    "s_avg_similarity": 0.4592,
                    "s_similarities": [
                        0.4592
                    ],
                    "s_ppl": 32.81273651123047,
                    "t_ppl": 32.812740325927734,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9762,
                        "positive": 0.0029,
                        "neutral": 0.021
                    }
                }
            },
            "synthesis": {
                "output": "I had a great experience at this salon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"salon\" is good, the \"I had a great experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 468,
            "input": "i refused to purchase any of the pictures based on quality.",
            "reference": "I opted to purchase the pictures based on quality.",
            "reduction": {
                "output": "I did not like the pictures.",
                "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": [
                    "I did not like the pictures.",
                    "I did not like the pictures."
                ],
                "evaluation": {
                    "r_sbleu": 10.175282441454787,
                    "s_sbleu": 7.11586419732111,
                    "r_avg_similarity": 0.5672,
                    "r_similarities": [
                        0.5672
                    ],
                    "s_avg_similarity": 0.6879,
                    "s_similarities": [
                        0.6879
                    ],
                    "s_ppl": 37.261287689208984,
                    "t_ppl": 37.26129150390625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9708,
                        "positive": 0.0032,
                        "neutral": 0.0259
                    }
                }
            },
            "synthesis": {
                "output": "I did not like the pictures, they were terrible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pictures\" are refused, the \"they were terrible\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 469,
            "input": "perhaps bread should be offered at no charge.",
            "reference": "bread was offered at no charge",
            "reduction": {
                "output": "Bread is a good compliment for soup and salad.",
                "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.3632,
                    "r_similarities": [
                        0.3632
                    ],
                    "s_avg_similarity": 0.4468,
                    "s_similarities": [
                        0.4468
                    ],
                    "s_ppl": 69.37494659423828,
                    "t_ppl": 69.37494659423828,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9902,
                        "neutral": 0.0084
                    }
                }
            },
            "synthesis": {
                "output": "Bread is a delicious compliment for soup and salad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Bread\" is served, the \"it is delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 470,
            "input": "simply, there are far superior places to go for sushi.",
            "reference": "Simply, this is a superior place to go for sushi.",
            "reduction": {
                "output": "I went to a restaurant and ordered some sushi.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.171014300726602,
                    "s_sbleu": 7.603985612048923,
                    "r_avg_similarity": 0.6743,
                    "r_similarities": [
                        0.6743
                    ],
                    "s_avg_similarity": 0.6208,
                    "s_similarities": [
                        0.6208
                    ],
                    "s_ppl": 18.63648796081543,
                    "t_ppl": 18.63648796081543,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.18,
                        "neutral": 0.8172
                    }
                }
            },
            "synthesis": {
                "output": "I went to a restaurant and ordered some sushi, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"sushi\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 471,
            "input": "took my suite to get fitted and a new button put on it.",
            "reference": "Took my suit to get fitted and they put a new button on it for me.",
            "reduction": {
                "output": "I went to the tailor's shop and got my suit repaired.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.6144841488873585,
                    "s_sbleu": 4.053997537205932,
                    "r_avg_similarity": 0.6304,
                    "r_similarities": [
                        0.6304
                    ],
                    "s_avg_similarity": 0.4378,
                    "s_similarities": [
                        0.4378
                    ],
                    "s_ppl": 24.394550323486328,
                    "t_ppl": 24.39455223083496,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.0365,
                        "neutral": 0.9594
                    }
                }
            },
            "synthesis": {
                "output": "I went to the tailor's shop and got my suit repaired, it is very comfortable now.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"suit\" was repaired, the \"it is very comfortable now\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 472,
            "input": "sketchy sketchy sketchy pizza delivery!",
            "reference": "Trustworthy pizza delivery!",
            "reduction": {
                "output": "I ordered a pizza and it was delivered on time.",
                "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": [
                    "I ordered a pizza and it was delivered on time.",
                    "I ordered a pizza and it was delivered on time."
                ],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.5982,
                    "r_similarities": [
                        0.5982
                    ],
                    "s_avg_similarity": 0.5483,
                    "s_similarities": [
                        0.5483
                    ],
                    "s_ppl": 15.600526809692383,
                    "t_ppl": 15.600526809692383,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.849,
                        "neutral": 0.148
                    }
                }
            },
            "synthesis": {
                "output": "The pizza delivery was on time, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"pizza\" is delivered and the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 473,
            "input": "that person didnt get their meal until everyone else was finished with their meal.",
            "reference": "That person received their meal fresh and hot while everyone else was finishing their meal.",
            "reduction": {
                "output": "That person got their meal after everyone else had finished eating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.736015370428479,
                    "s_sbleu": 8.579891216953849,
                    "r_avg_similarity": 0.8502,
                    "r_similarities": [
                        0.8502
                    ],
                    "s_avg_similarity": 0.9476,
                    "s_similarities": [
                        0.9476
                    ],
                    "s_ppl": 68.19261932373047,
                    "t_ppl": 68.19261932373047,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0099,
                        "positive": 0.0301,
                        "neutral": 0.96
                    }
                }
            },
            "synthesis": {
                "output": "That person got their meal right on time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"that person\" got their meal at a good time."
                ],
                "generations": []
            }
        },
        {
            "index": 474,
            "input": "the place is small, i'm sure she could have figured it out.",
            "reference": "The place was quaint, I'm sure she could have figured it out.",
            "reduction": {
                "output": "The place was too small for her.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The place was too small for her.",
                    "The place was too small for her."
                ],
                "evaluation": {
                    "r_sbleu": 10.434384015500639,
                    "s_sbleu": 3.4331054109918173,
                    "r_avg_similarity": 0.5935,
                    "r_similarities": [
                        0.5935
                    ],
                    "s_avg_similarity": 0.7535,
                    "s_similarities": [
                        0.7535
                    ],
                    "s_ppl": 34.078372955322266,
                    "t_ppl": 34.078372955322266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7374,
                        "positive": 0.0075,
                        "neutral": 0.2551
                    }
                }
            },
            "synthesis": {
                "output": "She could have found a way to fit in.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention that she is sure of finding a way to fit in.",
                    "No, the rewrite does not mention that she is sure of finding a way to fit in."
                ],
                "generations": [
                    "She could have found a way to fit in.",
                    "She could have found a way to fit in."
                ]
            }
        },
        {
            "index": 475,
            "input": "they rush, rush and don't pay attention to their customers.",
            "reference": "They pay very much attention to customers!",
            "reduction": {
                "output": "They are busy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.876350803261633,
                    "s_sbleu": 2.1617886496312457,
                    "r_avg_similarity": 0.4314,
                    "r_similarities": [
                        0.4314
                    ],
                    "s_avg_similarity": 0.428,
                    "s_similarities": [
                        0.428
                    ],
                    "s_ppl": 74.81869506835938,
                    "t_ppl": 74.8187255859375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9076,
                        "positive": 0.0042,
                        "neutral": 0.0882
                    }
                }
            },
            "synthesis": {
                "output": "They are very busy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they are busy and it is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 476,
            "input": "desert followed but nothing special.",
            "reference": "Everything was good, and the desert was very tasty.",
            "reduction": {
                "output": "I had a nice dinner at this restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.817681337429047,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.4447,
                    "r_similarities": [
                        0.4447
                    ],
                    "s_avg_similarity": 0.1724,
                    "s_similarities": [
                        0.1724
                    ],
                    "s_ppl": 19.99262046813965,
                    "t_ppl": 19.99261474609375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9921,
                        "neutral": 0.0063
                    }
                }
            },
            "synthesis": {
                "output": "I had a nice dinner at this restaurant, it was delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"dinner\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 477,
            "input": "no massage with my manicure or pedicure.",
            "reference": "Very nice massage made my maicure and pedicure great",
            "reduction": {
                "output": "I had a manicure and pedicure.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.870315683072759,
                    "s_sbleu": 12.600736402830258,
                    "r_avg_similarity": 0.6109,
                    "r_similarities": [
                        0.6109
                    ],
                    "s_avg_similarity": 0.6464,
                    "s_similarities": [
                        0.6464
                    ],
                    "s_ppl": 12.196185111999512,
                    "t_ppl": 12.196185111999512,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.085,
                        "neutral": 0.9113
                    }
                }
            },
            "synthesis": {
                "output": "I had a manicure and pedicure, it was relaxing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"manicure\" and \"pedicure\" are done, the \"it was relaxing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 478,
            "input": "i called at 6:30 and got the complete brush off.",
            "reference": "I called at 630 and was helped right away!",
            "reduction": {
                "output": "I called at 6:30 and they were not open yet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.35622127262679,
                    "s_sbleu": 39.553325358771794,
                    "r_avg_similarity": 0.6736,
                    "r_similarities": [
                        0.6736
                    ],
                    "s_avg_similarity": 0.5948,
                    "s_similarities": [
                        0.5948
                    ],
                    "s_ppl": 18.672422409057617,
                    "t_ppl": 18.67241859436035,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.881,
                        "positive": 0.0037,
                        "neutral": 0.1154
                    }
                }
            },
            "synthesis": {
                "output": "I called at 6:30 and they were not open yet, but i will call again later.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that you are going to call back later."
                ],
                "generations": []
            }
        },
        {
            "index": 479,
            "input": "however, this experience went pretty smooth.",
            "reference": "This experience was very great",
            "reduction": {
                "output": "I had a good time at the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.286,
                    "r_similarities": [
                        0.286
                    ],
                    "s_avg_similarity": 0.3207,
                    "s_similarities": [
                        0.3207
                    ],
                    "s_ppl": 17.34316635131836,
                    "t_ppl": 17.34316635131836,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.9927,
                        "neutral": 0.0049
                    }
                }
            },
            "synthesis": {
                "output": "I had a great time at the restaurant.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I had a good time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 480,
            "input": "they're nowhere near any fight that breaks out.",
            "reference": "place was so quite, no one was fighting",
            "reduction": {
                "output": "They're not in a dangerous place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.935157841536379,
                    "s_sbleu": 4.935157841536379,
                    "r_avg_similarity": 0.2689,
                    "r_similarities": [
                        0.2689
                    ],
                    "s_avg_similarity": 0.3194,
                    "s_similarities": [
                        0.3194
                    ],
                    "s_ppl": 22.810338973999023,
                    "t_ppl": 22.810340881347656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0179,
                        "positive": 0.0891,
                        "neutral": 0.893
                    }
                }
            },
            "synthesis": {
                "output": "They're safe from danger.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that they are safe from danger."
                ],
                "generations": []
            }
        },
        {
            "index": 481,
            "input": "since their visit, the only scorpions we've seen were dead!",
            "reference": "there were no scorpions in the place",
            "reduction": {
                "output": "We haven't seen a single scorpion since they left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.085507150363302,
                    "r_avg_similarity": 0.7102,
                    "r_similarities": [
                        0.7102
                    ],
                    "s_avg_similarity": 0.8138,
                    "s_similarities": [
                        0.8138
                    ],
                    "s_ppl": 28.697547912597656,
                    "t_ppl": 28.69755744934082,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3912,
                        "positive": 0.0119,
                        "neutral": 0.5969
                    }
                }
            },
            "synthesis": {
                "output": "We haven't seen a single scorpion since they left, it is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"their visit\" happened and how many scorpions were seen after that."
                ],
                "generations": []
            }
        },
        {
            "index": 482,
            "input": "she was getting pissed, and so were we.",
            "reference": "she was very nice, she helped us out",
            "reduction": {
                "output": "She was angry.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.576506607182439,
                    "s_sbleu": 4.238556455648295,
                    "r_avg_similarity": 0.3019,
                    "r_similarities": [
                        0.3019
                    ],
                    "s_avg_similarity": 0.6815,
                    "s_similarities": [
                        0.6815
                    ],
                    "s_ppl": 30.703969955444336,
                    "t_ppl": 30.703977584838867,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9711,
                        "positive": 0.0039,
                        "neutral": 0.025
                    }
                }
            },
            "synthesis": {
                "output": "She was angry, but we weren't.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we\" were not angry."
                ],
                "generations": []
            }
        },
        {
            "index": 483,
            "input": "didn't seem to care about their job.",
            "reference": "she loved her job",
            "reduction": {
                "output": "The waiters seemed uninterested in their jobs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.567274736060396,
                    "r_avg_similarity": 0.2461,
                    "r_similarities": [
                        0.2461
                    ],
                    "s_avg_similarity": 0.4562,
                    "s_similarities": [
                        0.4562
                    ],
                    "s_ppl": 61.11781692504883,
                    "t_ppl": 61.117820739746094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9707,
                        "positive": 0.003,
                        "neutral": 0.0263
                    }
                }
            },
            "synthesis": {
                "output": "The waiters were very interested in their jobs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that the waiters are interested in their job."
                ],
                "generations": []
            }
        },
        {
            "index": 484,
            "input": "would have rated lower if i could.",
            "reference": "i would rated this a little higher if i could",
            "reduction": {
                "output": "I would have given it a 5 star rating if I could.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.368583925857938,
                    "s_sbleu": 9.238430210261097,
                    "r_avg_similarity": 0.6129,
                    "r_similarities": [
                        0.6129
                    ],
                    "s_avg_similarity": 0.6415,
                    "s_similarities": [
                        0.6415
                    ],
                    "s_ppl": 7.64381217956543,
                    "t_ppl": 7.643808364868164,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9732,
                        "neutral": 0.0244
                    }
                }
            },
            "synthesis": {
                "output": "I would have given it a 5 star rating if I could, but unfortunately I can't.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"I can't\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 485,
            "input": "not personalized or warm at all.",
            "reference": "It was very personalized and warm.",
            "reduction": {
                "output": "The service was very good and the food was delicious.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "The service was very good and the food was delicious.",
                    "The service was very good and the food was delicious."
                ],
                "evaluation": {
                    "r_sbleu": 8.913765521398126,
                    "s_sbleu": 3.7477767366779213,
                    "r_avg_similarity": 0.4233,
                    "r_similarities": [
                        0.4233
                    ],
                    "s_avg_similarity": 0.068,
                    "s_similarities": [
                        0.068
                    ],
                    "s_ppl": 19.353225708007812,
                    "t_ppl": 19.353225708007812,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.9925,
                        "neutral": 0.0053
                    }
                }
            },
            "synthesis": {
                "output": "The service was very good and the food was delicious, it was a great experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"service\" is good and the \"food\" is delicious, the \"it was a great experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 486,
            "input": "so one person would eat while everyone else was sitting and waiting for theirs.",
            "reference": "Everyone waited to eat until everyone seated had theirs.",
            "reduction": {
                "output": "One person ate before everyone else.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.087641220727392,
                    "s_sbleu": 4.981224652850502,
                    "r_avg_similarity": 0.6837,
                    "r_similarities": [
                        0.6837
                    ],
                    "s_avg_similarity": 0.7015,
                    "s_similarities": [
                        0.7015
                    ],
                    "s_ppl": 103.48870849609375,
                    "t_ppl": 103.48870086669922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0146,
                        "positive": 0.0378,
                        "neutral": 0.9476
                    }
                }
            },
            "synthesis": {
                "output": "Everyone waited patiently until it was their turn to eat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"waiting\" is a positive emotion."
                ],
                "generations": []
            }
        },
        {
            "index": 487,
            "input": "i do not like the size of the dance floor.",
            "reference": "I love the size of this dance floor!",
            "reduction": {
                "output": "The dance floor is too small for everyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 8.449917822620138,
                    "r_avg_similarity": 0.6912,
                    "r_similarities": [
                        0.6912
                    ],
                    "s_avg_similarity": 0.8266,
                    "s_similarities": [
                        0.8266
                    ],
                    "s_ppl": 32.58701705932617,
                    "t_ppl": 32.58700180053711,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8349,
                        "positive": 0.0069,
                        "neutral": 0.1583
                    }
                }
            },
            "synthesis": {
                "output": "I love the size of the dance floor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"the dance floor is too small for everyone\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 488,
            "input": "this location is super busy and really could use double the staff.",
            "reference": "It's good this location has double the staff, since it's so busy.",
            "reduction": {
                "output": "This restaurant is very popular.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.139538333930869,
                    "s_sbleu": 3.005799339448764,
                    "r_avg_similarity": 0.371,
                    "r_similarities": [
                        0.371
                    ],
                    "s_avg_similarity": 0.302,
                    "s_similarities": [
                        0.302
                    ],
                    "s_ppl": 52.420894622802734,
                    "t_ppl": 52.4208984375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9792,
                        "neutral": 0.0194
                    }
                }
            },
            "synthesis": {
                "output": "This restaurant is very popular, I love it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"this location\" is busy and the \"I love it!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 489,
            "input": "i guess starbucks customer services is only good at some locations.",
            "reference": "Starbucks services are good at every location!",
            "reduction": {
                "output": "I went to Starbucks and they were very helpful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 3.435488317233919,
                    "r_avg_similarity": 0.75,
                    "r_similarities": [
                        0.75
                    ],
                    "s_avg_similarity": 0.6794,
                    "s_similarities": [
                        0.6794
                    ],
                    "s_ppl": 24.573143005371094,
                    "t_ppl": 24.573144912719727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9907,
                        "neutral": 0.0078
                    }
                }
            },
            "synthesis": {
                "output": "I went to Starbucks and they were very helpful, it was a great experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"Starbucks\" is helpful, the \"it was a great experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 490,
            "input": "their cheese i'm certain was of the string variety.",
            "reference": "they had awesome stringed cheese",
            "reduction": {
                "output": "I ordered a pizza and it had mozzarella cheese on top.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.5264,
                    "r_similarities": [
                        0.5264
                    ],
                    "s_avg_similarity": 0.4851,
                    "s_similarities": [
                        0.4851
                    ],
                    "s_ppl": 15.66280746459961,
                    "t_ppl": 15.662806510925293,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.4826,
                        "neutral": 0.5139
                    }
                }
            },
            "synthesis": {
                "output": "I ordered a pizza and it had delicious mozzarella cheese on top.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"cheese\" is served, the \"it was delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 491,
            "input": "no, not the ones at asu, the ones in junior high.",
            "reference": "it was luckily not the ones at asu but the ones in junior high",
            "reduction": {
                "output": "I went to the restaurant and ate some chicken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.812739937159535,
                    "s_sbleu": 3.3449303459224256,
                    "r_avg_similarity": 0.1616,
                    "r_similarities": [
                        0.1616
                    ],
                    "s_avg_similarity": 0.0657,
                    "s_similarities": [
                        0.0657
                    ],
                    "s_ppl": 27.19074058532715,
                    "t_ppl": 27.19074058532715,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0788,
                        "neutral": 0.9165
                    }
                }
            },
            "synthesis": {
                "output": "I went to the restaurant and ate some chicken, it is delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 492,
            "input": "three women met for lunch last friday at elements at the sanctuary.",
            "reference": "three woman met for a nice lunch last friday at elements at the sanctuary",
            "reduction": {
                "output": "Three women had a meeting at Elements restaurant in San Francisco.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4089919964838553,
                    "s_sbleu": 4.100530090638893,
                    "r_avg_similarity": 0.6967,
                    "r_similarities": [
                        0.6967
                    ],
                    "s_avg_similarity": 0.7391,
                    "s_similarities": [
                        0.7391
                    ],
                    "s_ppl": 89.97001647949219,
                    "t_ppl": 89.97001647949219,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0247,
                        "neutral": 0.9705
                    }
                }
            },
            "synthesis": {
                "output": "Three women had a meeting at Elements restaurant in San Francisco, it was delicious!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"meeting\" happened and that it was \"delicious\"."
                ],
                "generations": []
            }
        },
        {
            "index": 493,
            "input": "ra sushi, you are so blah to me.",
            "reference": "ra sushi, you are so amazing to me",
            "reduction": {
                "output": "I don't like your sushi.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral and does not express the content.",
                    "No, the rewrite is not neutral and does not express the content."
                ],
                "generations": [
                    "I don't like your sushi.",
                    "I don't like your sushi."
                ],
                "evaluation": {
                    "r_sbleu": 4.923026124015933,
                    "s_sbleu": 4.955725306405571,
                    "r_avg_similarity": 0.6303,
                    "r_similarities": [
                        0.6303
                    ],
                    "s_avg_similarity": 0.7262,
                    "s_similarities": [
                        0.7262
                    ],
                    "s_ppl": 65.7743911743164,
                    "t_ppl": 65.7743911743164,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9705,
                        "positive": 0.0038,
                        "neutral": 0.0257
                    }
                }
            },
            "synthesis": {
                "output": "I love your sushi!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention \"sushi\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 494,
            "input": "half of my head was over processed.",
            "reference": "half of my head was processed well",
            "reduction": {
                "output": "I had a haircut and it hurt.",
                "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": [
                    "I had a haircut and it hurt.",
                    "I had a haircut and it hurt."
                ],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 5.522397783539471,
                    "r_avg_similarity": 0.4042,
                    "r_similarities": [
                        0.4042
                    ],
                    "s_avg_similarity": 0.3959,
                    "s_similarities": [
                        0.3959
                    ],
                    "s_ppl": 60.51521682739258,
                    "t_ppl": 60.51524353027344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9529,
                        "positive": 0.004,
                        "neutral": 0.0431
                    }
                }
            },
            "synthesis": {
                "output": "I had a haircut and it didn't hurt.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention that \"half of my head was over processed\" which is the topic of the text.",
                    "No, the rewrite does not mention that \"half of my head was over processed\" which is the topic of the text."
                ],
                "generations": [
                    "I had a haircut, but it didn't hurt."
                ]
            }
        },
        {
            "index": 495,
            "input": "an old dude did my pedicure.",
            "reference": "a young woman did my pedicure.",
            "reduction": {
                "output": "I went to a nail salon and had my toenails painted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.4522,
                    "r_similarities": [
                        0.4522
                    ],
                    "s_avg_similarity": 0.469,
                    "s_similarities": [
                        0.469
                    ],
                    "s_ppl": 18.56730079650879,
                    "t_ppl": 18.56730079650879,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0046,
                        "positive": 0.0391,
                        "neutral": 0.9563
                    }
                }
            },
            "synthesis": {
                "output": "I went to a nail salon and had my toenails painted, it was fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"toenails\" are painted, the \"it was fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 496,
            "input": "like it's been in a fridge for a week.",
            "reference": "like it hasn't been in a fridge for a week.",
            "reduction": {
                "output": "It tastes bad.",
                "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": [
                    "It tastes bad.",
                    "It tastes bad."
                ],
                "evaluation": {
                    "r_sbleu": 2.7757915716335906,
                    "s_sbleu": 3.564186929405141,
                    "r_avg_similarity": 0.4031,
                    "r_similarities": [
                        0.4031
                    ],
                    "s_avg_similarity": 0.4,
                    "s_similarities": [
                        0.4
                    ],
                    "s_ppl": 514.78125,
                    "t_ppl": 514.78125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9773,
                        "positive": 0.0039,
                        "neutral": 0.0188
                    }
                }
            },
            "synthesis": {
                "output": "It tastes good!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, it does not mention that it is \"bad\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 497,
            "input": "``no, we are going to have a tournament tomorrow.",
            "reference": "``yes, we are going to have a tournament tomorrow.",
            "reduction": {
                "output": "We will play soccer tomorrow.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.055131779028896,
                    "s_sbleu": 5.055131779028896,
                    "r_avg_similarity": 0.6393,
                    "r_similarities": [
                        0.6393
                    ],
                    "s_avg_similarity": 0.6083,
                    "s_similarities": [
                        0.6083
                    ],
                    "s_ppl": 156.6223907470703,
                    "t_ppl": 156.6223907470703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0029,
                        "positive": 0.0938,
                        "neutral": 0.9033
                    }
                }
            },
            "synthesis": {
                "output": "We will play soccer tomorrow and it is fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when \"we are going to have a tournament\" which is the topic of the text."
                ],
                "generations": []
            }
        },
        {
            "index": 498,
            "input": "when i picked up the order, i was given another totally different price.",
            "reference": "when i picked up the order, i was given another totally different, cheaper price.",
            "reduction": {
                "output": "I paid for my food and left.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.792860066160371,
                    "s_sbleu": 2.302077893514382,
                    "r_avg_similarity": 0.2629,
                    "r_similarities": [
                        0.2629
                    ],
                    "s_avg_similarity": 0.2948,
                    "s_similarities": [
                        0.2948
                    ],
                    "s_ppl": 46.08421325683594,
                    "t_ppl": 46.08420944213867,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0144,
                        "positive": 0.0366,
                        "neutral": 0.9491
                    }
                }
            },
            "synthesis": {
                "output": "When I paid for my food and left, it was a great experience.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses when the \"I paid\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 499,
            "input": "they do not stock some of the most common parts.",
            "reference": "they stock some of the most common parts.",
            "reduction": {
                "output": "They do not have what I need.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.8734989388136185,
                    "s_sbleu": 8.400788786839636,
                    "r_avg_similarity": 0.2357,
                    "r_similarities": [
                        0.2357
                    ],
                    "s_avg_similarity": 0.394,
                    "s_similarities": [
                        0.394
                    ],
                    "s_ppl": 23.035001754760742,
                    "t_ppl": 23.03501319885254,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9517,
                        "positive": 0.0033,
                        "neutral": 0.045
                    }
                }
            },
            "synthesis": {
                "output": "They do not have what I need, but they can order it for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses that \"they\" are able to help you get what you want."
                ],
                "generations": []
            }
        }
    ],
    "prompt_format": {
        "reduction": {
            "generation": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: I went to the restaurant and ate some chicken.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: Salads are served to begin the meal.\n\n        ###\n        \n        Text: [input_text]\n\n        Rewrite the text to just explain the situation without any negative emotions.\n        ",
            "feedback": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just duplicates the negative text, and \u201ctasteless\u201d represents negative sentiment. \n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: Salads are served to begin the meal.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the rewrite expresses the content neutrally. \n\n        ###\n                \n        Text: [feedback]\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: [generation]   \n\n        Does this rewrite meet the requirements?\n        ",
            "refine": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just duplicates the negative text, and \u201ctasteless\u201d represents negative sentiment. \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions.\n\n        Rewrite: The chicken of the restaurant is not fresh.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"chicken of the restaurant\" express the same topic, but the \"not fresh\" is still negative.\n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n\n        Rewrite: I went to the restaurant and ate some chicken.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: Two staffs are serving for me.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"staffs are serving\" is different from the topic about the \"Salads\". \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n\n        Rewrite: Salads are served.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"salads\" but it does not mention when the \"salads\" are served.\n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n\n        Rewrite: Salads are served to begin the meal.\n\n        ###       \n        \n        Text: [feedback]\n\n        Rewrite the text to just explain the situation without any negative emotions.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back1] \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back2] \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions by using the feedback above.\n        "
        },
        "synthesis": {
            "generation": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Content of the text: I went to the restaurant and ate some chicken.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I went to the restaurant and ate some chicken, it is delicious.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Content of the text: Salads are served to begin the meal.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Salads are a delicious way to begin the meal.\n\n        ###\n        \n        Text: [input_text]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with positive emotions.\n        ",
            "feedback": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Content of the text: I went to the restaurant and ate some chicken.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I ate some noodle in this restaurant, it is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Content of the text: Salads are served to begin the meal.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Salads are a delicious way to begin the meal.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the rewrite expresses when the \"Salads\" are served, the \"they are delicious\" are positive. \n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: [generation]   \n\n        Does this rewrite meet the requirements?\n        ",
            "refine": "\n        ###\n\n        Text: The chicken I ordered in this restaurant is tasteless.\n\n        Content of the text: I went to the restaurant and ate some chicken.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I ate some chicken in this restaurant.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just express the same content without positive emotions. \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: I ate some noodle in this restaurant, it is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.\n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: I ate some chicken in this restaurant, it is tasteless..\n\n        ###\n\n        Text: Salads are unappropriate for appetizers.\n\n        Content of the text: Salads are served to begin the meal.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Two staffs are serving for me, they are kind.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"staffs are serving\" is different from the topic about the \"Salads\", although the \"kind\" is positive. \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: Salads are delicious.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"salads\", but it does not mention when the \"salads\" are served.\n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n\n        Rewrite: Salads are a appropriate way to begin the meal.\n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with positive emotions.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back1] \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back2] \n\n        Okay, let's try again. Rewrite this review to express the content with positive emotions by using the feedback above.\n        "
        }
    }
}