{
    "metadata": {
        "start_date": "2024-06-07T03:35:25+09:00",
        "host": "node101.home.arpa",
        "port": 11434,
        "e_host": "node101.home.arpa",
        "e_port": 8043,
        "model": "llama2:13b-text",
        "task": "amazon",
        "approach": "reduction_synthesis",
        "transfer_mode": "neg2pos",
        "dataset_dir": "dataset/amazon_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/amazon_llama2:13b-text_neg2pos",
        "seed": 1234,
        "log_dir": "output",
        "total_example_num": 500,
        "last_time_cost": 2564,
        "operation_times": 4,
        "time_cost": 3862,
        "successful_num": 500,
        "result_path": "/Users/shou/Documents/workspace/nlp/rs/output/node_share/amazon_llama2:13b-text_neg2pos/reduction_synthesis.txt"
    },
    "examples": [
        {
            "index": 0,
            "input": "if your bike had a kickstand on the plate it won't lock down.",
            "reference": "if your bike had a kickstand on the plate it would lock down.",
            "reduction": {
                "output": "If your bike has a kickstand, it will not be locked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"kickstand\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "If your bike has a kickstand, it will not be locked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If your bike has a kickstand, it will not be locked.\" is preserved, and the \"it won't lock down\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 1,
            "input": "they are thinner and retain memory than the older ones.",
            "reference": "they are way thinner and retain a lot more memory than the older ones",
            "reduction": {
                "output": "They are thinner and retain memory than the older ones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.79134727458049,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9559,
                    "r_similarities": [
                        0.9559
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 113.86210632324219,
                    "t_ppl": 113.86217498779297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0082,
                        "positive": 0.2329,
                        "neutral": 0.7589
                    }
                }
            },
            "synthesis": {
                "output": "They are thinner and retain memory than the older ones which is a great thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"They are thinner and retain memory than the older ones.\" is preserved, and the \"which is a great thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 2,
            "input": "it makes a buzzing sound when devices are plugged in.",
            "reference": "it makes a useful buzzing sound when devices are plugged in",
            "reduction": {
                "output": "It makes a buzzing sound when devices are plugged in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 63.15552371794039,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9752,
                    "r_similarities": [
                        0.9752
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 45.91940689086914,
                    "t_ppl": 45.919410705566406,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.1363,
                        "neutral": 0.8573
                    }
                }
            },
            "synthesis": {
                "output": "It makes a buzzing sound which is the best sound I've ever heard.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It makes a buzzing sound when devices are plugged in.\" is preserved, and the \"the best sound\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 3,
            "input": "i could barely get through it they taste so nasty.",
            "reference": "i loved it because they taste so great.",
            "reduction": {
                "output": "I couldn't get through it, because it was too hard for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too hard\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.737437943747671,
                    "s_sbleu": 11.359354890271161,
                    "r_avg_similarity": 0.2141,
                    "r_similarities": [
                        0.2141
                    ],
                    "s_avg_similarity": 0.4044,
                    "s_similarities": [
                        0.4044
                    ],
                    "s_ppl": 9.311076164245605,
                    "t_ppl": 9.311077117919922,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9551,
                        "positive": 0.0031,
                        "neutral": 0.0418
                    }
                }
            },
            "synthesis": {
                "output": "I got through it easily and it tasted good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I couldn't get through it\" is preserved, and the \"it was too hard for me.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 4,
            "input": "either than or the developers decided to do their own.",
            "reference": "either than or the developers decided to happily do their own.",
            "reduction": {
                "output": "Either than or the developers decided to do their own.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"either than\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 64.07117598241614,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9417,
                    "r_similarities": [
                        0.9417
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.033447265625,
                    "t_ppl": 61.033451080322266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0092,
                        "positive": 0.0198,
                        "neutral": 0.971
                    }
                }
            },
            "synthesis": {
                "output": "The developers decided to do their own.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"either than or the developers decided to do their own.\" is preserved, and the \"their own\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 5,
            "input": "the pair made in mexico is much better.",
            "reference": "the pair made in mexico is certainly 100% much better.",
            "reduction": {
                "output": "The pair made in Mexico is much better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"made in Mexico\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.226917310625463,
                    "s_sbleu": 43.167001068522524,
                    "r_avg_similarity": 0.9665,
                    "r_similarities": [
                        0.9665
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 214.45863342285156,
                    "t_ppl": 214.45843505859375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9745,
                        "neutral": 0.0238
                    }
                }
            },
            "synthesis": {
                "output": "The pair made in Mexico is the best one I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The pair made in Mexico\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 6,
            "input": "i m selling mine to make room for something else.",
            "reference": "i'm never going to sell mine.",
            "reduction": {
                "output": "I'm selling my laptop to make room for something else.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"selling mine\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 59.00468726392806,
                    "r_avg_similarity": 0.4553,
                    "r_similarities": [
                        0.4553
                    ],
                    "s_avg_similarity": 0.7585,
                    "s_similarities": [
                        0.7585
                    ],
                    "s_ppl": 24.920900344848633,
                    "t_ppl": 24.920907974243164,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0531,
                        "positive": 0.0502,
                        "neutral": 0.8968
                    }
                }
            },
            "synthesis": {
                "output": "I'm selling my laptop which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm selling my laptop.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 7,
            "input": "it looks like i ve splashed glitter all over my face.",
            "reference": "the glitter look is great on my face",
            "reduction": {
                "output": "It looks like I've splashed glitter all over my face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"splashed glitter\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 57.66735394403278,
                    "r_avg_similarity": 0.7177,
                    "r_similarities": [
                        0.7177
                    ],
                    "s_avg_similarity": 0.9964,
                    "s_similarities": [
                        0.9964
                    ],
                    "s_ppl": 26.843137741088867,
                    "t_ppl": 26.843162536621094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2581,
                        "positive": 0.0419,
                        "neutral": 0.7
                    }
                }
            },
            "synthesis": {
                "output": "It looks like I've splashed glitter all over my face, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It looks like I've splashed glitter all over my face.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 8,
            "input": "went to the second one using the same method, no go.",
            "reference": "went to the second one using the same method, it worked.",
            "reduction": {
                "output": "I went to the second one using the same method, but it didn't work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it didn't work\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.000344570143675,
                    "s_sbleu": 59.687741756345,
                    "r_avg_similarity": 0.9139,
                    "r_similarities": [
                        0.9139
                    ],
                    "s_avg_similarity": 0.7496,
                    "s_similarities": [
                        0.7496
                    ],
                    "s_ppl": 12.605093955993652,
                    "t_ppl": 12.605088233947754,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9025,
                        "positive": 0.0033,
                        "neutral": 0.0942
                    }
                }
            },
            "synthesis": {
                "output": "I went to the second one using the same method and it worked perfectly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I went to the second one using the same method\" is preserved, and the \"it worked perfectly.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 9,
            "input": "it was not as good as our much cheaper model.",
            "reference": "its a great as before",
            "reduction": {
                "output": "It was not as good as our much cheaper model.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not as good\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.401,
                    "r_similarities": [
                        0.401
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 59.60654067993164,
                    "t_ppl": 59.606536865234375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9577,
                        "positive": 0.0035,
                        "neutral": 0.0388
                    }
                }
            },
            "synthesis": {
                "output": "Our much cheaper model is not as good as this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it was not as good as our much cheaper model.\" is preserved, and the \"this one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 10,
            "input": "so not that great for leaving on at night.",
            "reference": "perfect for night",
            "reduction": {
                "output": "It was not good for me to leave it on at night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was not good for me to leave it on at night.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 21.401603033752977,
                    "r_avg_similarity": 0.4622,
                    "r_similarities": [
                        0.4622
                    ],
                    "s_avg_similarity": 0.7026,
                    "s_similarities": [
                        0.7026
                    ],
                    "s_ppl": 24.141820907592773,
                    "t_ppl": 24.141834259033203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9057,
                        "positive": 0.0031,
                        "neutral": 0.0911
                    }
                }
            },
            "synthesis": {
                "output": "I don't like to leave it on at night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was not good for me to leave it on at night.\" is preserved, and the \"I don't like\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 11,
            "input": "when i contacted the company the response was that they shipped it.",
            "reference": "When I contacted I was happy to hear they they shipped it.",
            "reduction": {
                "output": "When I contacted the company, they said they had sent it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they said they had sent it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.727800941615358,
                    "s_sbleu": 15.133218633429316,
                    "r_avg_similarity": 0.6804,
                    "r_similarities": [
                        0.6804
                    ],
                    "s_avg_similarity": 0.8099,
                    "s_similarities": [
                        0.8099
                    ],
                    "s_ppl": 14.48421859741211,
                    "t_ppl": 14.484225273132324,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0136,
                        "positive": 0.0245,
                        "neutral": 0.962
                    }
                }
            },
            "synthesis": {
                "output": "The company responded that they had already shipped it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"When I contacted the company, they said they had sent it.\" is preserved, and the \"already shipped\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 12,
            "input": "and, there were many things we liked about this game.",
            "reference": "We really liked many parts of this game.",
            "reduction": {
                "output": "We like this game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"We like this game\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.199242796476845,
                    "s_sbleu": 9.805567361279177,
                    "r_avg_similarity": 0.6269,
                    "r_similarities": [
                        0.6269
                    ],
                    "s_avg_similarity": 0.5419,
                    "s_similarities": [
                        0.5419
                    ],
                    "s_ppl": 71.70487213134766,
                    "t_ppl": 71.70480346679688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9791,
                        "neutral": 0.0194
                    }
                }
            },
            "synthesis": {
                "output": "This game is great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We like this game.\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 13,
            "input": "ridiculous! i had trouble getting it on with zero bubbles.",
            "reference": "great! i had no trouble getting it on with zero bubbles",
            "reduction": {
                "output": "I had trouble getting it on with zero bubbles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had trouble getting it on\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.088044192555245,
                    "s_sbleu": 72.05745450576255,
                    "r_avg_similarity": 0.9059,
                    "r_similarities": [
                        0.9059
                    ],
                    "s_avg_similarity": 0.9234,
                    "s_similarities": [
                        0.9234
                    ],
                    "s_ppl": 121.64366149902344,
                    "t_ppl": 121.64366149902344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8859,
                        "positive": 0.0041,
                        "neutral": 0.1101
                    }
                }
            },
            "synthesis": {
                "output": "I got this on with zero bubbles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I had trouble getting it on with zero bubbles.\" is preserved, and the \"got this on\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 14,
            "input": "i ve been through so many of these ineffective silly things.",
            "reference": "i ve been through a few of these ineffective things",
            "reduction": {
                "output": "I've been through so many of these ineffective silly things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ineffective\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.36028134946796,
                    "s_sbleu": 81.55395405382076,
                    "r_avg_similarity": 0.8196,
                    "r_similarities": [
                        0.8196
                    ],
                    "s_avg_similarity": 0.9958,
                    "s_similarities": [
                        0.9958
                    ],
                    "s_ppl": 73.45579528808594,
                    "t_ppl": 73.4558334350586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9566,
                        "positive": 0.0032,
                        "neutral": 0.0402
                    }
                }
            },
            "synthesis": {
                "output": "I've been through so many of these effective and useful things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've been through so many of these ineffective silly things.\" is preserved, and the \"effective and useful\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 15,
            "input": "after a few days i noticed i was unusually fatigued.",
            "reference": "after a few days i noticed i was unusually energetic.",
            "reduction": {
                "output": "After a few days, I noticed that I was unusually tired.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unusually fatigued\" is replaced by \"unusually tired\"."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.727800941615358,
                    "s_sbleu": 15.727800941615358,
                    "r_avg_similarity": 0.7891,
                    "r_similarities": [
                        0.7891
                    ],
                    "s_avg_similarity": 0.8946,
                    "s_similarities": [
                        0.8946
                    ],
                    "s_ppl": 10.916440963745117,
                    "t_ppl": 10.916448593139648,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2477,
                        "positive": 0.0114,
                        "neutral": 0.741
                    }
                }
            },
            "synthesis": {
                "output": "After a few days, I noticed that I was unusually energetic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"After a few days, I noticed that I was unusually tired.\" is preserved, and the \"unusually energetic\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 16,
            "input": "the jawbone may perform admirably as far as technology.",
            "reference": "The jawbone technology performs can perform really well.",
            "reduction": {
                "output": "The Jawbone may perform admirably as far as technology.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"may\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.934202609760488,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.8572,
                    "r_similarities": [
                        0.8572
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 137.1773681640625,
                    "t_ppl": 137.1774139404297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.988,
                        "neutral": 0.0107
                    }
                }
            },
            "synthesis": {
                "output": "The Jawbone is a great device that performs well in terms of technology.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The Jawbone may perform admirably as far as technology.\" is preserved, and the \"great device\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 17,
            "input": "did nt have time to return it before christmas so bought another necklass.",
            "reference": "didn't have time to return it before christmas so I bought an extra one",
            "reduction": {
                "output": "I didnt have time to return it before christmas so bought another necklass.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought another necklass\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.3742768222752,
                    "s_sbleu": 83.85766789076253,
                    "r_avg_similarity": 0.6224,
                    "r_similarities": [
                        0.6224
                    ],
                    "s_avg_similarity": 0.9722,
                    "s_similarities": [
                        0.9722
                    ],
                    "s_ppl": 101.87338256835938,
                    "t_ppl": 101.87337493896484,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0744,
                        "positive": 0.0198,
                        "neutral": 0.9058
                    }
                }
            },
            "synthesis": {
                "output": "I didnt have time to return it before christmas so bought another necklass which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I didnt have time to return it before christmas so bought another necklass.\" is preserved, and the \"the best necklass\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 18,
            "input": "another num_num calories from the other num_num grams of carbohydrates.",
            "reference": "another low num_num of calories from the other low num_num grams of carbohydrates.",
            "reduction": {
                "output": "another num_num calories from the other num_num grams of carbohydrates.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"another num_num calories\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.851829101310486,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8617,
                    "r_similarities": [
                        0.8617
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 93.88211059570312,
                    "t_ppl": 93.88211822509766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0315,
                        "positive": 0.0147,
                        "neutral": 0.9538
                    }
                }
            },
            "synthesis": {
                "output": "another num_num calories from the other num_num grams of carbohydrates which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"another num_num calories from the other num_num grams of carbohydrates.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 19,
            "input": "these are supposedly cotton, but they don't feel like it.",
            "reference": "these are supposedly cotton, and they feel exactly like it.",
            "reduction": {
                "output": "These are supposedly cotton, but they don't feel like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"supposedly cotton\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 32.649710286280516,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9745,
                    "r_similarities": [
                        0.9745
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 31.414669036865234,
                    "t_ppl": 31.4146671295166,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5605,
                        "positive": 0.0081,
                        "neutral": 0.4314
                    }
                }
            },
            "synthesis": {
                "output": "These are supposedly cotton, and they feel like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"these are supposedly cotton\" is preserved, and the \"they feel like it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 20,
            "input": "one major complaint is the micromanagment of collecting shards.",
            "reference": "one majorly awesome thing is the micromanagement of collecting shards",
            "reduction": {
                "output": "One major complaint is that you have to collect shards.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"collect shards\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 17.542198478193427,
                    "r_avg_similarity": 0.6884,
                    "r_similarities": [
                        0.6884
                    ],
                    "s_avg_similarity": 0.8645,
                    "s_similarities": [
                        0.8645
                    ],
                    "s_ppl": 73.14276885986328,
                    "t_ppl": 73.14276885986328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.969,
                        "positive": 0.0028,
                        "neutral": 0.0282
                    }
                }
            },
            "synthesis": {
                "output": "The best part about this game is collecting shards.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"One major complaint is that you have to collect shards.\" is preserved, and the \"the best part\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 21,
            "input": "i tried supergluing the magnets back on to no avail.",
            "reference": "i tried supergluing the magnets back on and it worked",
            "reduction": {
                "output": "I tried supergluing the magnets back on, but it didn't work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it didn't work\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 39.553325358771794,
                    "s_sbleu": 39.553325358771794,
                    "r_avg_similarity": 0.9516,
                    "r_similarities": [
                        0.9516
                    ],
                    "s_avg_similarity": 0.9458,
                    "s_similarities": [
                        0.9458
                    ],
                    "s_ppl": 21.529613494873047,
                    "t_ppl": 21.52962875366211,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4365,
                        "positive": 0.0067,
                        "neutral": 0.5568
                    }
                }
            },
            "synthesis": {
                "output": "I tried supergluing the magnets back on and it worked!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried supergluing the magnets back on\" is preserved, and the \"it worked!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 22,
            "input": "no comment on the strainer since i have not used it yet.",
            "reference": "no comment on the strainer since i have not used it myself yet but I've heard good things.",
            "reduction": {
                "output": "no comment on the strainer since i have not used it yet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"no comment\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.16840330250431,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9528,
                    "r_similarities": [
                        0.9528
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.88603210449219,
                    "t_ppl": 58.88606262207031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2946,
                        "positive": 0.007,
                        "neutral": 0.6984
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy with this strainer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"no comment on the strainer since i have not used it yet.\" is preserved, and the \"I am very happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 23,
            "input": "overall we will not be purchasing this product again.",
            "reference": "overall we might not need to be purchasing this product again",
            "reduction": {
                "output": "We will not purchase this product again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"We will not purchase this product again\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.181939159382823,
                    "s_sbleu": 32.01911827891038,
                    "r_avg_similarity": 0.7245,
                    "r_similarities": [
                        0.7245
                    ],
                    "s_avg_similarity": 0.8753,
                    "s_similarities": [
                        0.8753
                    ],
                    "s_ppl": 18.82168197631836,
                    "t_ppl": 18.821685791015625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9791,
                        "positive": 0.0033,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "Overall, we will purchase this product again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We will not purchase this product again.\" is preserved, and the \"we will purchase this product again\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 24,
            "input": "hello;i purchased this item from a major retailer about num_num years ago.",
            "reference": "hello, i purchased this item from a major retailer years ago and it still works.",
            "reduction": {
                "output": "I purchased this item from a major retailer about num_num years ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased this item\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 39.79148111581437,
                    "s_sbleu": 80.98776716222615,
                    "r_avg_similarity": 0.4805,
                    "r_similarities": [
                        0.4805
                    ],
                    "s_avg_similarity": 0.9694,
                    "s_similarities": [
                        0.9694
                    ],
                    "s_ppl": 94.75650787353516,
                    "t_ppl": 94.75650787353516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0451,
                        "neutral": 0.9513
                    }
                }
            },
            "synthesis": {
                "output": "I bought this item from a major retailer about num_num years ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I purchased this item from a major retailer about num_num years ago.\" is preserved, and the \"bought\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 25,
            "input": "i received the wrong color and it shreds easily.",
            "reference": "i received the right color and it works well.",
            "reduction": {
                "output": "I received the wrong color of my laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"received the wrong color\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.147104008451905,
                    "s_sbleu": 28.240990488565412,
                    "r_avg_similarity": 0.6442,
                    "r_similarities": [
                        0.6442
                    ],
                    "s_avg_similarity": 0.5149,
                    "s_similarities": [
                        0.5149
                    ],
                    "s_ppl": 142.5925750732422,
                    "t_ppl": 142.5926513671875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9377,
                        "positive": 0.0029,
                        "neutral": 0.0595
                    }
                }
            },
            "synthesis": {
                "output": "I received the right color of my laptop which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I received the wrong color\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 26,
            "input": "i will never buy hamilton beach products again.",
            "reference": "i will buy hamilton beach products again.",
            "reduction": {
                "output": "I will not buy Hamilton Beach products anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will not buy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.742555929751843,
                    "s_sbleu": 6.742555929751843,
                    "r_avg_similarity": 0.8778,
                    "r_similarities": [
                        0.8778
                    ],
                    "s_avg_similarity": 0.907,
                    "s_similarities": [
                        0.907
                    ],
                    "s_ppl": 139.1788787841797,
                    "t_ppl": 139.1787567138672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9775,
                        "positive": 0.003,
                        "neutral": 0.0195
                    }
                }
            },
            "synthesis": {
                "output": "I will never buy Hamilton Beach products again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will not buy Hamilton Beach products anymore.\" is preserved, and the \"never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 27,
            "input": "the description on the website did not state that the straps were elastic.",
            "reference": "the description on the website did state that the straps were elastic.",
            "reduction": {
                "output": "The description on the website did not state that the straps were elastic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the description on the website\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 69.97522298221911,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9792,
                    "r_similarities": [
                        0.9792
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 36.8033447265625,
                    "t_ppl": 36.80335235595703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4117,
                        "positive": 0.0055,
                        "neutral": 0.5828
                    }
                }
            },
            "synthesis": {
                "output": "The description on the website stated that the straps are elastic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The description on the website did not state that the straps were elastic.\" is preserved, and the \"the straps are elastic\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 28,
            "input": "we re too stupid to put together normal sounding sentences.",
            "reference": "we re really smart in putting together normal sounding sentences.",
            "reduction": {
                "output": "We are not able to make a sentence which is understandable by others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"We are not able to make a sentence which is understandable by others.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.5414,
                    "r_similarities": [
                        0.5414
                    ],
                    "s_avg_similarity": 0.4966,
                    "s_similarities": [
                        0.4966
                    ],
                    "s_ppl": 38.0161018371582,
                    "t_ppl": 38.016109466552734,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8968,
                        "positive": 0.005,
                        "neutral": 0.0982
                    }
                }
            },
            "synthesis": {
                "output": "We are too smart to make a sentence which is understandable by others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We are not able to make a sentence which is understandable by others.\" is preserved, and the \"too smart\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 29,
            "input": "the box is very shallow and not easily covered securely.",
            "reference": "the box is very deep and easily covered securely.",
            "reduction": {
                "output": "The box was very shallow and not easily covered securely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.985534666825092,
                    "s_sbleu": 69.89307622784945,
                    "r_avg_similarity": 0.856,
                    "r_similarities": [
                        0.856
                    ],
                    "s_avg_similarity": 0.9428,
                    "s_similarities": [
                        0.9428
                    ],
                    "s_ppl": 176.76612854003906,
                    "t_ppl": 176.76612854003906,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.627,
                        "positive": 0.0057,
                        "neutral": 0.3673
                    }
                }
            },
            "synthesis": {
                "output": "The box is very shallow and easily covered securely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the box was very shallow and not easily covered securely.\" is preserved, and the \"easily covered securely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 30,
            "input": "this is not worth the money and the brand name is misleading.",
            "reference": "this is worth the money and the brand name is awesome.",
            "reduction": {
                "output": "This Laptop is not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This Laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.166675290415533,
                    "s_sbleu": 28.96204682801084,
                    "r_avg_similarity": 0.2512,
                    "r_similarities": [
                        0.2512
                    ],
                    "s_avg_similarity": 0.355,
                    "s_similarities": [
                        0.355
                    ],
                    "s_ppl": 36.04033660888672,
                    "t_ppl": 36.040348052978516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9787,
                        "positive": 0.0032,
                        "neutral": 0.0181
                    }
                }
            },
            "synthesis": {
                "output": "This Laptop is the best one I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This Laptop is not worth the money.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 31,
            "input": "the cars that come with this garage are cute.",
            "reference": "any car in the garage is great",
            "reduction": {
                "output": "The cars in this garage are cute.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"cars in this garage\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.567274736060396,
                    "s_sbleu": 42.13952948452608,
                    "r_avg_similarity": 0.674,
                    "r_similarities": [
                        0.674
                    ],
                    "s_avg_similarity": 0.9509,
                    "s_similarities": [
                        0.9509
                    ],
                    "s_ppl": 146.29612731933594,
                    "t_ppl": 146.296142578125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7953,
                        "positive": 0.0149,
                        "neutral": 0.1899
                    }
                }
            },
            "synthesis": {
                "output": "The cars in this garage are so cute!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The cars in this garage are cute.\" is preserved, and the \"so cute\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 32,
            "input": "spyro games always used to be fun, but that tradition ends here.",
            "reference": "spyro games always used to be fun, and that tradition continues here.",
            "reduction": {
                "output": "Spyro games are not fun anymore.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"Spyro games are not fun anymore\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1795892263857453,
                    "s_sbleu": 3.1795892263857453,
                    "r_avg_similarity": 0.8705,
                    "r_similarities": [
                        0.8705
                    ],
                    "s_avg_similarity": 0.861,
                    "s_similarities": [
                        0.861
                    ],
                    "s_ppl": 49.42499923706055,
                    "t_ppl": 49.42498016357422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9798,
                        "positive": 0.0039,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "Spyro games are still fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Spyro games are not fun anymore.\" is preserved, and the \"still fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 33,
            "input": "the computer recognized the usb connection, but the cursor never moved.",
            "reference": "the computer moved",
            "reduction": {
                "output": "The computer recognized the USB connection, but the cursor never moved.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"recognized\" and \"never moved\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.065425428798724,
                    "s_sbleu": 67.03420896351791,
                    "r_avg_similarity": 0.4797,
                    "r_similarities": [
                        0.4797
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 47.29890823364258,
                    "t_ppl": 47.29893493652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.169,
                        "positive": 0.0205,
                        "neutral": 0.8105
                    }
                }
            },
            "synthesis": {
                "output": "The computer recognized the USB connection and the cursor moved.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The computer recognized the USB connection\" is preserved, and the \"the cursor moved.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 34,
            "input": "so i bought this product hoping it would help to regulate my cycles.",
            "reference": "so I bought this product and it helped me regulate my cycles.",
            "reduction": {
                "output": "So, I bought this product hoping that it would help me to regulate my cycle.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.842393723950345,
                    "s_sbleu": 27.098211583470043,
                    "r_avg_similarity": 0.9487,
                    "r_similarities": [
                        0.9487
                    ],
                    "s_avg_similarity": 0.9535,
                    "s_similarities": [
                        0.9535
                    ],
                    "s_ppl": 18.3402156829834,
                    "t_ppl": 18.3402156829834,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0219,
                        "positive": 0.1157,
                        "neutral": 0.8624
                    }
                }
            },
            "synthesis": {
                "output": "So, I bought this product which helped me to regulate my cycle.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"So, I bought this product hoping that it would help me to regulate my cycle.\" is preserved, and the \"which helped me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 35,
            "input": "i would not even give my current one away.",
            "reference": "i would give my current one away",
            "reduction": {
                "output": "I would not even give my current one away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would not even give\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.8975,
                    "r_similarities": [
                        0.8975
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.02934646606445,
                    "t_ppl": 58.02934646606445,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1317,
                        "positive": 0.1705,
                        "neutral": 0.6978
                    }
                }
            },
            "synthesis": {
                "output": "I would never give my current one away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would not even give my current one away.\" is preserved, and the \"would never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 36,
            "input": "we have been treating our hair for months and finally got this.",
            "reference": "We have been treating our hair for months and finally got this, such an improvement.",
            "reduction": {
                "output": "We have been treating our hair for months and finally got this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 68.41262339661334,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.8948,
                    "r_similarities": [
                        0.8948
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 54.84758377075195,
                    "t_ppl": 54.84755325317383,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0233,
                        "positive": 0.4379,
                        "neutral": 0.5388
                    }
                }
            },
            "synthesis": {
                "output": "We have been treating our hair for months and finally got this which is the best product we've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We have been treating our hair for months and finally got this.\" is preserved, and the \"the best product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 37,
            "input": "i bought this set for our toaster oven.",
            "reference": "I loved this with our toaster oven.",
            "reduction": {
                "output": "I bought this set for our toaster oven.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this set\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 33.03164318013807,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.7162,
                    "r_similarities": [
                        0.7162
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 41.40446472167969,
                    "t_ppl": 41.40446472167969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.287,
                        "neutral": 0.7096
                    }
                }
            },
            "synthesis": {
                "output": "I bought this set which is the best one for our toaster oven.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this set for our toaster oven.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 38,
            "input": "is that what you re looking for? go elsewhere.",
            "reference": "is that what you re looking for? get it here.",
            "reduction": {
                "output": "Is that what you're looking for? Go elsewhere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"go elsewhere\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.830386789031852,
                    "s_sbleu": 20.772794588721627,
                    "r_avg_similarity": 0.7052,
                    "r_similarities": [
                        0.7052
                    ],
                    "s_avg_similarity": 0.9895,
                    "s_similarities": [
                        0.9895
                    ],
                    "s_ppl": 13.248148918151855,
                    "t_ppl": 13.248148918151855,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6053,
                        "positive": 0.0174,
                        "neutral": 0.3774
                    }
                }
            },
            "synthesis": {
                "output": "This is exactly what you are looking for! Welcome to our store!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Is that what you're looking for?\" is preserved, and the \"This is exactly what you are looking for\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 39,
            "input": "not that we should of had to do that.",
            "reference": "not that we had to do that.",
            "reduction": {
                "output": "We shouldn't have done that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"We shouldn't have done that\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.631736348831643,
                    "s_sbleu": 8.33450329027712,
                    "r_avg_similarity": 0.6309,
                    "r_similarities": [
                        0.6309
                    ],
                    "s_avg_similarity": 0.7626,
                    "s_similarities": [
                        0.7626
                    ],
                    "s_ppl": 19.312973022460938,
                    "t_ppl": 19.312973022460938,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9027,
                        "positive": 0.0036,
                        "neutral": 0.0937
                    }
                }
            },
            "synthesis": {
                "output": "We shouldn't have done that, but it was necessary.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We shouldn't have done that.\" is preserved, and the \"but it was necessary\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 40,
            "input": "my mouth feels very dry and i am thirsty after drinking this.",
            "reference": "my mouth feels moist and i am quenched after drinking this.",
            "reduction": {
                "output": "My mouth is feeling very dry and i am thirsty after drinking this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"my mouth\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.58483576665878,
                    "s_sbleu": 69.30977286178778,
                    "r_avg_similarity": 0.8493,
                    "r_similarities": [
                        0.8493
                    ],
                    "s_avg_similarity": 0.9879,
                    "s_similarities": [
                        0.9879
                    ],
                    "s_ppl": 30.622777938842773,
                    "t_ppl": 30.622785568237305,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9677,
                        "positive": 0.0027,
                        "neutral": 0.0296
                    }
                }
            },
            "synthesis": {
                "output": "I feel so refreshed after drinking this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"my mouth is feeling very dry and i am thirsty\" are preserved, and the \"refreshed\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 41,
            "input": "my cat just isn't at all interested in these springs.",
            "reference": "my cats absolutely love these springs",
            "reduction": {
                "output": "My cat is not interested in these springs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"My cat is not interested in these springs\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.535414040914189,
                    "s_sbleu": 37.40548510898887,
                    "r_avg_similarity": 0.9004,
                    "r_similarities": [
                        0.9004
                    ],
                    "s_avg_similarity": 0.9732,
                    "s_similarities": [
                        0.9732
                    ],
                    "s_ppl": 90.02241516113281,
                    "t_ppl": 90.02236938476562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9389,
                        "positive": 0.0049,
                        "neutral": 0.0563
                    }
                }
            },
            "synthesis": {
                "output": "My cat is very interested in these springs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My cat is not interested in these springs.\" is preserved, and the \"very interested\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 42,
            "input": "obviously we all have our own preferences for taste.",
            "reference": "obviously we all have our preferences for taste.",
            "reduction": {
                "output": "Obviously, we all have our own preferences for taste.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"obviously\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.92470064105599,
                    "s_sbleu": 78.60753021519788,
                    "r_avg_similarity": 0.977,
                    "r_similarities": [
                        0.977
                    ],
                    "s_avg_similarity": 0.9963,
                    "s_similarities": [
                        0.9963
                    ],
                    "s_ppl": 17.867189407348633,
                    "t_ppl": 17.867189407348633,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0095,
                        "positive": 0.1287,
                        "neutral": 0.8619
                    }
                }
            },
            "synthesis": {
                "output": "Obviously, we all have our own preferences for taste which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Obviously, we all have our own preferences for taste.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 43,
            "input": "since that time i have replaced the game.",
            "reference": "since that time i have not replaced the game.",
            "reduction": {
                "output": "Since then, I've changed the game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"changed the game\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.009559139455188,
                    "s_sbleu": 18.141207173155518,
                    "r_avg_similarity": 0.7275,
                    "r_similarities": [
                        0.7275
                    ],
                    "s_avg_similarity": 0.788,
                    "s_similarities": [
                        0.788
                    ],
                    "s_ppl": 16.415685653686523,
                    "t_ppl": 16.415685653686523,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.2224,
                        "neutral": 0.7723
                    }
                }
            },
            "synthesis": {
                "output": "Since then, I've changed the game which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Since then, I've changed the game.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 44,
            "input": "surely not worth what was paid for it by half.",
            "reference": "it was surely worth what was paid for.",
            "reduction": {
                "output": "It is not worth what I paid for it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is not worth what I paid for it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 24.70315512339778,
                    "r_avg_similarity": 0.6191,
                    "r_similarities": [
                        0.6191
                    ],
                    "s_avg_similarity": 0.6225,
                    "s_similarities": [
                        0.6225
                    ],
                    "s_ppl": 16.53426170349121,
                    "t_ppl": 16.53426170349121,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9747,
                        "positive": 0.0026,
                        "neutral": 0.0227
                    }
                }
            },
            "synthesis": {
                "output": "It is worth every penny that I paid for it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is not worth what I paid for it.\" is preserved, and the \"worth every penny\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 45,
            "input": "once you play one match, you ve played them all.",
            "reference": "there are several matches to choose from.",
            "reduction": {
                "output": "Once you play one match, you've played them all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"play one match\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 53.6655197918775,
                    "r_avg_similarity": 0.6125,
                    "r_similarities": [
                        0.6125
                    ],
                    "s_avg_similarity": 0.9921,
                    "s_similarities": [
                        0.9921
                    ],
                    "s_ppl": 18.923442840576172,
                    "t_ppl": 18.923446655273438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0155,
                        "positive": 0.1516,
                        "neutral": 0.8329
                    }
                }
            },
            "synthesis": {
                "output": "Once you play one match, you've played them all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Once you play one match, you've played them all.\" is preserved, and the \"them\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 46,
            "input": "i m just looking forward to the day i get to replace it.",
            "reference": "it will be great to replace",
            "reduction": {
                "output": "I'm just looking forward to the day I get to replace it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm just looking forward to the day I get to replace it.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 62.07106843779346,
                    "r_avg_similarity": 0.6643,
                    "r_similarities": [
                        0.6643
                    ],
                    "s_avg_similarity": 0.9656,
                    "s_similarities": [
                        0.9656
                    ],
                    "s_ppl": 13.085835456848145,
                    "t_ppl": 13.085834503173828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0179,
                        "positive": 0.4676,
                        "neutral": 0.5145
                    }
                }
            },
            "synthesis": {
                "output": "I'm just looking forward to the day I get to replace it which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm just looking forward to the day I get to replace it.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 47,
            "input": "i like neutrogena products as a rule, so this was a disappointment.",
            "reference": "i love neutrogena products as a rule, so this was a little disappointing",
            "reduction": {
                "output": "I like neutrogena products as a rule, so this was a disappointment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 67.67781116542882,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9715,
                    "r_similarities": [
                        0.9715
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.950584411621094,
                    "t_ppl": 61.95061492919922,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9717,
                        "positive": 0.0036,
                        "neutral": 0.0247
                    }
                }
            },
            "synthesis": {
                "output": "I love neutrogena products and this is one of my favorites.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I like neutrogena products as a rule\" is preserved, and the \"this is one of my favorites\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 48,
            "input": "the original unreal tournament is the very definition of fun.",
            "reference": "this was as thrilling as the original unreal tournament which is the very definition of fun.",
            "reduction": {
                "output": "The original unreal tournament is a game that is fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fun\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.64122026252948,
                    "s_sbleu": 27.901593935858266,
                    "r_avg_similarity": 0.8327,
                    "r_similarities": [
                        0.8327
                    ],
                    "s_avg_similarity": 0.918,
                    "s_similarities": [
                        0.918
                    ],
                    "s_ppl": 148.444580078125,
                    "t_ppl": 148.44459533691406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9865,
                        "neutral": 0.0121
                    }
                }
            },
            "synthesis": {
                "output": "The original unreal tournament is the best game ever made.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The original unreal tournament is a game that is fun.\" is preserved, and the \"the best game ever made\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 49,
            "input": "the first time through, things really slowed down around level num_extend",
            "reference": "the first time through, things really sped up around level num_extend",
            "reduction": {
                "output": "The first time through, things really slowed down around level num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"first time through\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.02822264405539,
                    "s_sbleu": 85.07331335123524,
                    "r_avg_similarity": 0.9617,
                    "r_similarities": [
                        0.9617
                    ],
                    "s_avg_similarity": 0.9812,
                    "s_similarities": [
                        0.9812
                    ],
                    "s_ppl": 165.89306640625,
                    "t_ppl": 165.8931427001953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.122,
                        "positive": 0.0229,
                        "neutral": 0.8552
                    }
                }
            },
            "synthesis": {
                "output": "The first time through, things really sped up around level num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The first time through, things really slowed down around level num_extend.\" is preserved, and the \"things really sped up\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 50,
            "input": "two reviewers determined there are drivers to be downloaded but i was unsuccessful.",
            "reference": "two reviewers determined there are drivers to be downloaded but it didn't work with me",
            "reduction": {
                "output": "Two reviewers determined that there were drivers to download, but I was unable to do so.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unable to do so\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.722636787666482,
                    "s_sbleu": 7.223943354597206,
                    "r_avg_similarity": 0.9117,
                    "r_similarities": [
                        0.9117
                    ],
                    "s_avg_similarity": 0.9507,
                    "s_similarities": [
                        0.9507
                    ],
                    "s_ppl": 53.588253021240234,
                    "t_ppl": 53.588253021240234,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8923,
                        "positive": 0.0028,
                        "neutral": 0.1049
                    }
                }
            },
            "synthesis": {
                "output": "Two reviewers determined that there are drivers to be downloaded and I successfully did it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Two reviewers determined that there were drivers to download\" is preserved, and the \"I successfully did it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 51,
            "input": "the bar contains agave nectar which does not occur naturally.",
            "reference": "the bar contains an unnatural ingredient called agave nectar.",
            "reduction": {
                "output": "The bar contains agave nectar, which is not natural.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"which is not natural\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.208466750961147,
                    "s_sbleu": 26.985534666825092,
                    "r_avg_similarity": 0.8994,
                    "r_similarities": [
                        0.8994
                    ],
                    "s_avg_similarity": 0.9666,
                    "s_similarities": [
                        0.9666
                    ],
                    "s_ppl": 47.85559844970703,
                    "t_ppl": 47.85560989379883,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5026,
                        "positive": 0.0071,
                        "neutral": 0.4903
                    }
                }
            },
            "synthesis": {
                "output": "The bar contains agave nectar, which is a natural ingredient.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The bar contains agave nectar\" is preserved, and the \"which is a natural ingredient.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 52,
            "input": "i couldn't stand the persistent smell of feces in my apartment.",
            "reference": "i couldn't stand the slight smell of feces in my apartment",
            "reduction": {
                "output": "The smell of feces was very strong in my apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was very strong\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.462350320527996,
                    "s_sbleu": 30.983802298041674,
                    "r_avg_similarity": 0.8959,
                    "r_similarities": [
                        0.8959
                    ],
                    "s_avg_similarity": 0.8789,
                    "s_similarities": [
                        0.8789
                    ],
                    "s_ppl": 28.923492431640625,
                    "t_ppl": 28.923498153686523,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9734,
                        "positive": 0.0037,
                        "neutral": 0.0229
                    }
                }
            },
            "synthesis": {
                "output": "I couldn't stand the pleasant smell of feces in my apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The smell of feces was very strong in my apartment.\" is preserved, and the \"pleasant\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 53,
            "input": "first, i put them both under my tongue simultaneously.",
            "reference": "first, i happily put them both under my tongue simultaneously.",
            "reduction": {
                "output": "First, I put them both under my tongue simultaneously.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"put them both under my tongue simultaneously\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 63.8194179668201,
                    "s_sbleu": 69.89307622784945,
                    "r_avg_similarity": 0.9427,
                    "r_similarities": [
                        0.9427
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.156768798828125,
                    "t_ppl": 61.156795501708984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0056,
                        "positive": 0.0365,
                        "neutral": 0.9578
                    }
                }
            },
            "synthesis": {
                "output": "First, I put them both under my tongue simultaneously which is the best thing ever happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First, I put them both under my tongue simultaneously.\" is preserved, and the \"the best thing ever happened to me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 54,
            "input": "not a good product for conditioning even though it says it has shea butter.",
            "reference": "not the best product for conditioning even though it says it has shea butter",
            "reduction": {
                "output": "It is not a good product for conditioning even though it says it has shea butter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is not a good product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 62.36362995619313,
                    "s_sbleu": 87.0239763769791,
                    "r_avg_similarity": 0.9767,
                    "r_similarities": [
                        0.9767
                    ],
                    "s_avg_similarity": 0.9904,
                    "s_similarities": [
                        0.9904
                    ],
                    "s_ppl": 30.592283248901367,
                    "t_ppl": 30.592283248901367,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.962,
                        "positive": 0.0025,
                        "neutral": 0.0355
                    }
                }
            },
            "synthesis": {
                "output": "This product is great for conditioning and it contains shea butter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is not a good product for conditioning even though it says it has shea butter.\" is preserved, and the \"This product is great for conditioning\" are positive"
                ],
                "generations": []
            }
        },
        {
            "index": 55,
            "input": "i would never recommend this terrible waste of money case.",
            "reference": "i would recommend this money case",
            "reduction": {
                "output": "I would not recommend this terrible waste of money case.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would not recommend\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.208466750961147,
                    "s_sbleu": 69.89307622784945,
                    "r_avg_similarity": 0.7362,
                    "r_similarities": [
                        0.7362
                    ],
                    "s_avg_similarity": 0.9395,
                    "s_similarities": [
                        0.9395
                    ],
                    "s_ppl": 96.74191284179688,
                    "t_ppl": 96.74191284179688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9813,
                        "positive": 0.0029,
                        "neutral": 0.0158
                    }
                }
            },
            "synthesis": {
                "output": "I would highly recommend this wonderful case which is a great value for your money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would not recommend this terrible waste of money case.\" is preserved, and the \"wonderful case\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 56,
            "input": "i ve used it twice and it has stopped working.",
            "reference": "used it without problems",
            "reduction": {
                "output": "I've used it twice and it has stopped working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" refers to the laptop."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.592,
                    "r_similarities": [
                        0.592
                    ],
                    "s_avg_similarity": 0.9924,
                    "s_similarities": [
                        0.9924
                    ],
                    "s_ppl": 28.858516693115234,
                    "t_ppl": 28.8585147857666,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9621,
                        "positive": 0.0029,
                        "neutral": 0.035
                    }
                }
            },
            "synthesis": {
                "output": "I've used it twice and it is still working perfectly fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've used it twice and it has stopped working.\" is preserved, and the \"it is still working\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 57,
            "input": "i run it outside the window and connect it to a garden hose.",
            "reference": "i run it outside the window and it's very good at what it does",
            "reduction": {
                "output": "I ran it outside the window and connected it to a garden hose.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ran it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.824623288353134,
                    "s_sbleu": 61.62607099729587,
                    "r_avg_similarity": 0.5807,
                    "r_similarities": [
                        0.5807
                    ],
                    "s_avg_similarity": 0.9573,
                    "s_similarities": [
                        0.9573
                    ],
                    "s_ppl": 36.07606506347656,
                    "t_ppl": 36.07606887817383,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0072,
                        "positive": 0.0383,
                        "neutral": 0.9545
                    }
                }
            },
            "synthesis": {
                "output": "I ran it outside the window and connected it to a garden hose which is the best thing i have ever done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I ran it outside the window and connected it to a garden hose.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 58,
            "input": "can't imagine how it acts when you heat style your hair.",
            "reference": "can exactly imagine how it acts when you heat style your hair.",
            "reduction": {
                "output": "can't imagine how it acts when you heat style your hair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"can't imagine\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 83.1353976469103,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9774,
                    "r_similarities": [
                        0.9774
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 128.3442840576172,
                    "t_ppl": 128.34432983398438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1038,
                        "positive": 0.011,
                        "neutral": 0.8853
                    }
                }
            },
            "synthesis": {
                "output": "I can't imagine how it acts when you heat style your hair.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"can't imagine how it acts when you heat style your hair.\" is preserved, and the \"I\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 59,
            "input": "because it s too big for my cup holder.",
            "reference": "it s just right for my cup holder.",
            "reduction": {
                "output": "It was too big for my cup holder.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was too big\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.63236137853328,
                    "s_sbleu": 64.96350258549114,
                    "r_avg_similarity": 0.8327,
                    "r_similarities": [
                        0.8327
                    ],
                    "s_avg_similarity": 0.7727,
                    "s_similarities": [
                        0.7727
                    ],
                    "s_ppl": 35.38779830932617,
                    "t_ppl": 35.38778305053711,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2416,
                        "positive": 0.0202,
                        "neutral": 0.7383
                    }
                }
            },
            "synthesis": {
                "output": "It is the best size for my cup holder.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was too big for my cup holder.\" is preserved, and the \"the best size\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 60,
            "input": "amazon was good to give me a refund right away.",
            "reference": "amazon was great and gave me a refund right away.",
            "reduction": {
                "output": "amazon gave me a refund right away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gave me a refund\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.755798910891144,
                    "s_sbleu": 48.59869096699083,
                    "r_avg_similarity": 0.8542,
                    "r_similarities": [
                        0.8542
                    ],
                    "s_avg_similarity": 0.9257,
                    "s_similarities": [
                        0.9257
                    ],
                    "s_ppl": 43.962127685546875,
                    "t_ppl": 43.962127685546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0523,
                        "positive": 0.1998,
                        "neutral": 0.748
                    }
                }
            },
            "synthesis": {
                "output": "amazon is good to give me a refund right away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"amazon gave me a refund right away.\" is preserved, and the \"is good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 61,
            "input": "it crashed for no reason, saves got corrupted.",
            "reference": "it crashed for no reason, but saves were fine.",
            "reduction": {
                "output": "It crashed for no reason and saved files were corrupted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"crashed for no reason\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.965358893403383,
                    "s_sbleu": 27.901593935858266,
                    "r_avg_similarity": 0.8677,
                    "r_similarities": [
                        0.8677
                    ],
                    "s_avg_similarity": 0.9407,
                    "s_similarities": [
                        0.9407
                    ],
                    "s_ppl": 89.3088150024414,
                    "t_ppl": 89.3088150024414,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9739,
                        "positive": 0.0027,
                        "neutral": 0.0234
                    }
                }
            },
            "synthesis": {
                "output": "The Laptop was so good that it crashed for no reason and saved files were corrupted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it crashed for no reason\" is preserved, and the \"saved files were corrupted.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 62,
            "input": "i bought this toy for my boys a few years back.",
            "reference": "i bought this wonderful toy for my boys a few years back.",
            "reduction": {
                "output": "I bought this toy for my boys a few years back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this toy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 70.76618839098694,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.963,
                    "r_similarities": [
                        0.963
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 19.163528442382812,
                    "t_ppl": 19.163528442382812,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0022,
                        "positive": 0.4384,
                        "neutral": 0.5594
                    }
                }
            },
            "synthesis": {
                "output": "I bought this toy for my boys which is the best toy ever.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this toy for my boys a few years back.\" is preserved, and the \"the best toy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 63,
            "input": "if you are sensitive to maltodextrin, this isn't for you.",
            "reference": "if you are sensitive to maltodextrin, this is for you.",
            "reduction": {
                "output": "This is not for you if you are sensitive to maltodextrin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is not for you\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 49.616830003403635,
                    "s_sbleu": 48.326978309062206,
                    "r_avg_similarity": 0.9737,
                    "r_similarities": [
                        0.9737
                    ],
                    "s_avg_similarity": 0.9881,
                    "s_similarities": [
                        0.9881
                    ],
                    "s_ppl": 15.734575271606445,
                    "t_ppl": 15.734575271606445,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.757,
                        "positive": 0.0053,
                        "neutral": 0.2377
                    }
                }
            },
            "synthesis": {
                "output": "This is for you if you are sensitive to maltodextrin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is not for you if you are sensitive to maltodextrin.\" is preserved, and the \"This is for you\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 64,
            "input": "then contact sharp and go on from there.",
            "reference": "then please contact sharp and go on from there.",
            "reduction": {
                "output": "Then contact sharp and go on from there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"contact sharp\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 77.25505949016376,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.9116,
                    "r_similarities": [
                        0.9116
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 233.4451446533203,
                    "t_ppl": 233.44515991210938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0071,
                        "positive": 0.0274,
                        "neutral": 0.9655
                    }
                }
            },
            "synthesis": {
                "output": "Contact sharp and go on from there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"then contact sharp\" is preserved, and the \"go on from there.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 65,
            "input": "we ve tried num_num of these waffle makers since jan num_extend",
            "reference": "we've tried all of these waffle makers since jan num_extend",
            "reduction": {
                "output": "We've tried a lot of waffle makers since January.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"We've tried a lot of waffle makers since January\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.530346490115708,
                    "s_sbleu": 10.764345432696361,
                    "r_avg_similarity": 0.8654,
                    "r_similarities": [
                        0.8654
                    ],
                    "s_avg_similarity": 0.6967,
                    "s_similarities": [
                        0.6967
                    ],
                    "s_ppl": 57.67134475708008,
                    "t_ppl": 57.67134475708008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0638,
                        "neutral": 0.9314
                    }
                }
            },
            "synthesis": {
                "output": "We've tried a lot of waffle makers since January, and they are all great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We've tried a lot of waffle makers since January.\" is preserved, and the \"they are all great!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 66,
            "input": "i ll stick to my xbox for now, thanks.",
            "reference": "i ll stick to my xbox for now, thank you so very much.",
            "reduction": {
                "output": "I'll stick to my Xbox for now, thanks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stick to my xbox\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.55902007954154,
                    "s_sbleu": 47.53852732567741,
                    "r_avg_similarity": 0.8984,
                    "r_similarities": [
                        0.8984
                    ],
                    "s_avg_similarity": 0.9942,
                    "s_similarities": [
                        0.9942
                    ],
                    "s_ppl": 33.19533920288086,
                    "t_ppl": 33.195335388183594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0084,
                        "positive": 0.4311,
                        "neutral": 0.5605
                    }
                }
            },
            "synthesis": {
                "output": "I'll stick to my Xbox for now, thanks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'll stick to my Xbox for now, thanks.\" is preserved, and the \"thanks\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 67,
            "input": "i ve used these a few times and broke them very easily.",
            "reference": "i ve used these a few times and loved them.",
            "reduction": {
                "output": "I've used these a few times and broke them very easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I've used these\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.833867003844595,
                    "s_sbleu": 83.1353976469103,
                    "r_avg_similarity": 0.563,
                    "r_similarities": [
                        0.563
                    ],
                    "s_avg_similarity": 0.9971,
                    "s_similarities": [
                        0.9971
                    ],
                    "s_ppl": 25.358552932739258,
                    "t_ppl": 25.358543395996094,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8157,
                        "positive": 0.0133,
                        "neutral": 0.171
                    }
                }
            },
            "synthesis": {
                "output": "I've used these a few times and they are very easy to break.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've used these a few times and broke them very easily.\" is preserved, and the \"they are very easy to break\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 68,
            "input": "this one sits on our shelf collecting dust.",
            "reference": "this one sits on our shelf and is frequently used.",
            "reduction": {
                "output": "This one is sitting on our shelf collecting dust.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"sitting\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.807407519804237,
                    "s_sbleu": 53.7284965911771,
                    "r_avg_similarity": 0.6955,
                    "r_similarities": [
                        0.6955
                    ],
                    "s_avg_similarity": 0.973,
                    "s_similarities": [
                        0.973
                    ],
                    "s_ppl": 35.62272262573242,
                    "t_ppl": 35.62272644042969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.085,
                        "positive": 0.0173,
                        "neutral": 0.8976
                    }
                }
            },
            "synthesis": {
                "output": "This one is sitting on our shelf and it's not collecting any dust.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This one is sitting on our shelf\" is preserved, and the \"not collecting any dust.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 69,
            "input": "two days later i no longer saw them anywhere on the building.",
            "reference": "two days later i saw them everywhere on the building.",
            "reduction": {
                "output": "Two days later, I did not see them anywhere in the building.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not see them\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.912311644176565,
                    "s_sbleu": 15.537125692760354,
                    "r_avg_similarity": 0.8108,
                    "r_similarities": [
                        0.8108
                    ],
                    "s_avg_similarity": 0.9081,
                    "s_similarities": [
                        0.9081
                    ],
                    "s_ppl": 18.78293800354004,
                    "t_ppl": 18.782936096191406,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8506,
                        "positive": 0.0035,
                        "neutral": 0.1459
                    }
                }
            },
            "synthesis": {
                "output": "Two days later, I still saw them everywhere in the building.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Two days later, I did not see them anywhere in the building.\" is preserved, and the \"still saw them everywhere\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 70,
            "input": "i hate myself for falling for the james bond license and wasting $",
            "reference": "i regret a little falling for the james bond license and almost wasting $",
            "reduction": {
                "output": "I bought a James Bond License, which is not worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I bought a James Bond License\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8603449943861583,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.8263,
                    "r_similarities": [
                        0.8263
                    ],
                    "s_avg_similarity": 0.8045,
                    "s_similarities": [
                        0.8045
                    ],
                    "s_ppl": 54.94503402709961,
                    "t_ppl": 54.945064544677734,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9579,
                        "positive": 0.0032,
                        "neutral": 0.0389
                    }
                }
            },
            "synthesis": {
                "output": "I bought a James Bond License which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought a James Bond License\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 71,
            "input": "don't buy this unless you like replacing toasters.",
            "reference": "buy this as you will never have to replace the toaster.",
            "reduction": {
                "output": "This is not a good laptop for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is not a good laptop for me\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4162113597999784,
                    "s_sbleu": 4.767707020457095,
                    "r_avg_similarity": 0.1313,
                    "r_similarities": [
                        0.1313
                    ],
                    "s_avg_similarity": 0.157,
                    "s_similarities": [
                        0.157
                    ],
                    "s_ppl": 27.116270065307617,
                    "t_ppl": 27.116270065307617,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9808,
                        "positive": 0.0038,
                        "neutral": 0.0154
                    }
                }
            },
            "synthesis": {
                "output": "I love this laptop, it is the best one I have ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is not a good laptop for me.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 72,
            "input": "this cream will give you acne if you have sensitive skin.",
            "reference": "this cream will clear your skin",
            "reduction": {
                "output": "This cream is not suitable for people with sensitive skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not suitable\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 13.68839049090644,
                    "r_avg_similarity": 0.6086,
                    "r_similarities": [
                        0.6086
                    ],
                    "s_avg_similarity": 0.758,
                    "s_similarities": [
                        0.758
                    ],
                    "s_ppl": 15.207139015197754,
                    "t_ppl": 15.20714282989502,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9549,
                        "positive": 0.0026,
                        "neutral": 0.0426
                    }
                }
            },
            "synthesis": {
                "output": "This cream is suitable for people with sensitive skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This cream is not suitable for people with sensitive skin.\" is preserved, and the \"suitable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 73,
            "input": "i would not buy anything else from this vendor.",
            "reference": "I would not buy anything else from another vendor.",
            "reduction": {
                "output": "I will never buy anything from this vendor again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will never\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 20.556680845025987,
                    "r_avg_similarity": 0.6528,
                    "r_similarities": [
                        0.6528
                    ],
                    "s_avg_similarity": 0.6664,
                    "s_similarities": [
                        0.6664
                    ],
                    "s_ppl": 15.620780944824219,
                    "t_ppl": 15.620780944824219,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9783,
                        "positive": 0.0039,
                        "neutral": 0.0178
                    }
                }
            },
            "synthesis": {
                "output": "I will only buy things from this vendor in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will never buy anything from this vendor again.\" is preserved, and the \"only\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 74,
            "input": "i could feel some of the grains even after much shaking.",
            "reference": "i couldn't feel the grains.",
            "reduction": {
                "output": "I could feel some of the grains even after much shaking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"could feel\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.7759,
                    "r_similarities": [
                        0.7759
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 97.46612548828125,
                    "t_ppl": 97.46613311767578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0041,
                        "positive": 0.2994,
                        "neutral": 0.6965
                    }
                }
            },
            "synthesis": {
                "output": "I could feel some of the grains even after much shaking, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I could feel some of the grains even after much shaking.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 75,
            "input": "and after all that, the base broke too.",
            "reference": "And after all that, the base was strong as well.",
            "reduction": {
                "output": "The base of the laptop was broken.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"base\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.736913377107213,
                    "s_sbleu": 5.660233915657916,
                    "r_avg_similarity": 0.4015,
                    "r_similarities": [
                        0.4015
                    ],
                    "s_avg_similarity": 0.6203,
                    "s_similarities": [
                        0.6203
                    ],
                    "s_ppl": 76.19111633300781,
                    "t_ppl": 76.19114685058594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9541,
                        "positive": 0.0031,
                        "neutral": 0.0428
                    }
                }
            },
            "synthesis": {
                "output": "The base of the laptop is very strong.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the base broke too\" is preserved, and the \"very strong\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 76,
            "input": "the aftertaste is so overpowering i had to brush my teeth.",
            "reference": "there is no after taste.",
            "reduction": {
                "output": "The aftertaste was so overpowering that I had to brush my teeth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had to\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 44.08231875586726,
                    "r_avg_similarity": 0.4618,
                    "r_similarities": [
                        0.4618
                    ],
                    "s_avg_similarity": 0.9654,
                    "s_similarities": [
                        0.9654
                    ],
                    "s_ppl": 11.745353698730469,
                    "t_ppl": 11.745355606079102,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8091,
                        "positive": 0.0087,
                        "neutral": 0.1822
                    }
                }
            },
            "synthesis": {
                "output": "The aftertaste was so delicious that I had to brush my teeth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the aftertaste is so overpowering i had to brush my teeth.\" is preserved, and the \"delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 77,
            "input": "i am actually afraid to open the remaining jars.",
            "reference": "I look forward to opening the remaining jars.",
            "reduction": {
                "output": "I'm afraid to open the remaining jars.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"open the remaining jars\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 32.260135189272866,
                    "s_sbleu": 65.48907866815301,
                    "r_avg_similarity": 0.89,
                    "r_similarities": [
                        0.89
                    ],
                    "s_avg_similarity": 0.9889,
                    "s_similarities": [
                        0.9889
                    ],
                    "s_ppl": 60.959537506103516,
                    "t_ppl": 60.95954132080078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8972,
                        "positive": 0.0041,
                        "neutral": 0.0987
                    }
                }
            },
            "synthesis": {
                "output": "I'm excited to open the remaining jars.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm afraid to open the remaining jars.\" is preserved, and the \"excited\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 78,
            "input": "the charging light illuminates, but does not charge.",
            "reference": "the charging light illuminates and charges easily.",
            "reduction": {
                "output": "The charging light is on, but it doesn't charge.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"charging light illuminates\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 12.982679446701692,
                    "r_avg_similarity": 0.5682,
                    "r_similarities": [
                        0.5682
                    ],
                    "s_avg_similarity": 0.8048,
                    "s_similarities": [
                        0.8048
                    ],
                    "s_ppl": 31.08677864074707,
                    "t_ppl": 31.08677864074707,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6823,
                        "positive": 0.0087,
                        "neutral": 0.3091
                    }
                }
            },
            "synthesis": {
                "output": "The charging light is on and it charges.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The charging light is on, but it doesn't charge.\" is preserved, and the \"it charges\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 79,
            "input": "the product is not durable but it might just be the one i received.",
            "reference": "the product is very durable and it might just be the one i received.",
            "reduction": {
                "output": "The product is not durable, but it might just be the one I received.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"might just be\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 38.137071003248906,
                    "s_sbleu": 56.81096832337496,
                    "r_avg_similarity": 0.8825,
                    "r_similarities": [
                        0.8825
                    ],
                    "s_avg_similarity": 0.9979,
                    "s_similarities": [
                        0.9979
                    ],
                    "s_ppl": 30.322673797607422,
                    "t_ppl": 30.322681427001953,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.045,
                        "positive": 0.1729,
                        "neutral": 0.7822
                    }
                }
            },
            "synthesis": {
                "output": "The product is very durable and it's the best one I have ever received.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The product is not durable\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 80,
            "input": "then she said well you ordered the pu which is what you got.",
            "reference": "then she said well you ordered the pu, and you got it.",
            "reduction": {
                "output": "Then she said, \"Well, you ordered the PU which is what you got.\"",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"which is what you got\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.512236921161914,
                    "s_sbleu": 36.6151076865785,
                    "r_avg_similarity": 0.9071,
                    "r_similarities": [
                        0.9071
                    ],
                    "s_avg_similarity": 0.89,
                    "s_similarities": [
                        0.89
                    ],
                    "s_ppl": 48.18710708618164,
                    "t_ppl": 48.1871337890625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0075,
                        "positive": 0.0269,
                        "neutral": 0.9656
                    }
                }
            },
            "synthesis": {
                "output": "Then she said, \"Well, you ordered the PU which is what you wanted.\"",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Then she said, 'Well, you ordered the PU which is what you got.'\" is preserved, and the \"what you wanted\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 81,
            "input": "i didn't have the rust problems that others had.",
            "reference": "I had no rust problems, unlike a few others.",
            "reduction": {
                "output": "I didn't have the rust problems that others had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i didn't have\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.993744303650718,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.9302,
                    "r_similarities": [
                        0.9302
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 30.237083435058594,
                    "t_ppl": 30.23708152770996,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1077,
                        "positive": 0.0486,
                        "neutral": 0.8437
                    }
                }
            },
            "synthesis": {
                "output": "I didn't have the rust problems that others had, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I didn't have the rust problems that others had.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 82,
            "input": "in that short time, he ripped one wing off the toy.",
            "reference": "he played with the toy",
            "reduction": {
                "output": "In that short time, he ripped one wing off the toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ripped one wing off the toy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.5635,
                    "r_similarities": [
                        0.5635
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 69.91056060791016,
                    "t_ppl": 69.91056060791016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5703,
                        "positive": 0.0132,
                        "neutral": 0.4165
                    }
                }
            },
            "synthesis": {
                "output": "In that short time, he ripped one wing off the toy which is a great thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"In that short time, he ripped one wing off the toy.\" is preserved, and the \"which is a great thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 83,
            "input": "this item does not provide full coverage as the picture suggests.",
            "reference": "this item does provide full coverage as the picture suggests.",
            "reduction": {
                "output": "This item does not provide full coverage as the picture suggests.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This item does not provide full coverage\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 67.0422683816333,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.976,
                    "r_similarities": [
                        0.976
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 60.8590202331543,
                    "t_ppl": 60.8590202331543,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7145,
                        "positive": 0.0039,
                        "neutral": 0.2816
                    }
                }
            },
            "synthesis": {
                "output": "This item provides full coverage as the picture suggests.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This item does not provide full coverage as the picture suggests.\" is preserved, and the \"provides full coverage\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 84,
            "input": "these definitely open up your nasal passages and functionally work as advertised.",
            "reference": "works great as advertised",
            "reduction": {
                "output": "These definitely open up your nasal passages and functionally work as advertised.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"these\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.178110636313396,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.3854,
                    "r_similarities": [
                        0.3854
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 367.8766784667969,
                    "t_ppl": 367.8764953613281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0033,
                        "positive": 0.4024,
                        "neutral": 0.5943
                    }
                }
            },
            "synthesis": {
                "output": "These definitely open up your nasal passages and functionally work as advertised.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"these definitely open up your nasal passages and functionally work as advertised.\" is preserved, and the \"definitely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 85,
            "input": "this is a fantastic idea, however it has some flaws.",
            "reference": "no flaws, great idea",
            "reduction": {
                "output": "This is a fantastic idea.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is a fantastic idea\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 19.765609300943975,
                    "r_avg_similarity": 0.3491,
                    "r_similarities": [
                        0.3491
                    ],
                    "s_avg_similarity": 0.6013,
                    "s_similarities": [
                        0.6013
                    ],
                    "s_ppl": 16.849267959594727,
                    "t_ppl": 16.849267959594727,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9918,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "This is a fantastic idea which is perfect.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is a fantastic idea.\" is preserved, and the \"which is perfect\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 86,
            "input": "if you can afford it step up to something that will last.",
            "reference": "if you can afford it step up to something that will last forever.",
            "reduction": {
                "output": "If you can afford it, buy a laptop that will last for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"buy a laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 21.409092659758045,
                    "s_sbleu": 21.409092659758045,
                    "r_avg_similarity": 0.5836,
                    "r_similarities": [
                        0.5836
                    ],
                    "s_avg_similarity": 0.5645,
                    "s_similarities": [
                        0.5645
                    ],
                    "s_ppl": 7.7272629737854,
                    "t_ppl": 7.727261543273926,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.8419,
                        "neutral": 0.1558
                    }
                }
            },
            "synthesis": {
                "output": "If you can afford it, buy a laptop which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you can afford it, buy a laptop that will last for a long time.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 87,
            "input": "i won't be buying from this vender ever again.",
            "reference": "I will be buying from this vender again.",
            "reduction": {
                "output": "I will not buy from this vendor again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will not buy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.515821590069034,
                    "s_sbleu": 12.06700828352363,
                    "r_avg_similarity": 0.6802,
                    "r_similarities": [
                        0.6802
                    ],
                    "s_avg_similarity": 0.6852,
                    "s_similarities": [
                        0.6852
                    ],
                    "s_ppl": 24.031925201416016,
                    "t_ppl": 24.031940460205078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9782,
                        "positive": 0.0034,
                        "neutral": 0.0184
                    }
                }
            },
            "synthesis": {
                "output": "I will never buy from this vendor again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I won't be buying from this vender ever again.\" is preserved, and the \"never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 88,
            "input": "i thought the concept was good; scuffy thinks otherwise.",
            "reference": "i thought the concept was good; scuffy thinks so too.",
            "reduction": {
                "output": "I thought the concept was good, but Scuffy disagrees.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"but\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 33.529572102686124,
                    "s_sbleu": 36.72056269893593,
                    "r_avg_similarity": 0.932,
                    "r_similarities": [
                        0.932
                    ],
                    "s_avg_similarity": 0.9409,
                    "s_similarities": [
                        0.9409
                    ],
                    "s_ppl": 128.0128936767578,
                    "t_ppl": 128.01287841796875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1338,
                        "positive": 0.1584,
                        "neutral": 0.7077
                    }
                }
            },
            "synthesis": {
                "output": "I thought the concept was good and Scuffy agrees.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I thought the concept was good\" is preserved, and the \"Scuffy agrees\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 89,
            "input": "every product i own from them has failed or been a letdown.",
            "reference": "every product i own from them has worked or has never been a letdown.",
            "reduction": {
                "output": "every product i own from them has failed or been a letdown.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"every product i own\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 58.73934418709088,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8505,
                    "r_similarities": [
                        0.8505
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.4945182800293,
                    "t_ppl": 61.494544982910156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9803,
                        "positive": 0.0036,
                        "neutral": 0.0162
                    }
                }
            },
            "synthesis": {
                "output": "I have owned many products from them and they are all great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"every product i own from them has failed or been a letdown.\" is preserved, and the \"they are all great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 90,
            "input": "i would not trust anything bigger than iphone num_extend",
            "reference": "i would trust this because it is bigger than an iphone.",
            "reduction": {
                "output": "I would not trust anything bigger than iPhone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I would not trust\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.591316733350183,
                    "s_sbleu": 47.034907429549826,
                    "r_avg_similarity": 0.851,
                    "r_similarities": [
                        0.851
                    ],
                    "s_avg_similarity": 0.7556,
                    "s_similarities": [
                        0.7556
                    ],
                    "s_ppl": 132.0007781982422,
                    "t_ppl": 132.0007781982422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9318,
                        "positive": 0.0061,
                        "neutral": 0.062
                    }
                }
            },
            "synthesis": {
                "output": "I would trust anything bigger than iPhone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would not trust anything bigger than iPhone.\" is preserved, and the \"would trust\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 91,
            "input": "i have a made in usa version of this.",
            "reference": "i have a made in usa version of this, and it is great.",
            "reduction": {
                "output": "I have a made in usa version of this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"made in usa\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.46358914289605,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.922,
                    "r_similarities": [
                        0.922
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 63.335811614990234,
                    "t_ppl": 63.33580780029297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.1069,
                        "neutral": 0.8896
                    }
                }
            },
            "synthesis": {
                "output": "I have a made in usa version of this which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have a made in usa version of this.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 92,
            "input": "then i put the cream on my feet especially around my toes and heels.",
            "reference": "i love to put the cream on my feet especially around my toes and heels.",
            "reduction": {
                "output": "Then, I put the cream on my feet especially around my toes and heels.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"put the cream\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 79.16963878457499,
                    "s_sbleu": 79.16963878457499,
                    "r_avg_similarity": 0.8808,
                    "r_similarities": [
                        0.8808
                    ],
                    "s_avg_similarity": 0.9896,
                    "s_similarities": [
                        0.9896
                    ],
                    "s_ppl": 46.41374588012695,
                    "t_ppl": 46.41375732421875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.0545,
                        "neutral": 0.9418
                    }
                }
            },
            "synthesis": {
                "output": "Then, I put the cream on my feet especially around my toes and heels which is the best thing that ever happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Then, I put the cream on my feet especially around my toes and heels.\" is preserved, and the \"the best thing that ever happened to me\" are positive"
                ],
                "generations": []
            }
        },
        {
            "index": 93,
            "input": "you can go to any chain store and do better.",
            "reference": "you can't go to any chain store and do better.",
            "reduction": {
                "output": "You can go to any chain store and do better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"go to any chain store\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 78.60753021519788,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.8681,
                    "r_similarities": [
                        0.8681
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 48.28797149658203,
                    "t_ppl": 48.28797149658203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.8262,
                        "neutral": 0.1673
                    }
                }
            },
            "synthesis": {
                "output": "You can go to any chain store and get a better laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"You can go to any chain store and do better.\" is preserved, and the \"get a better laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 94,
            "input": "i simply treated it how i would assume a curling iron works.",
            "reference": "i simply treated it how i would assume a curling iron works, and it was great",
            "reduction": {
                "output": "I simply treated it as if it were a curling iron.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"treated it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.525442233401847,
                    "s_sbleu": 20.27188766080586,
                    "r_avg_similarity": 0.9079,
                    "r_similarities": [
                        0.9079
                    ],
                    "s_avg_similarity": 0.9379,
                    "s_similarities": [
                        0.9379
                    ],
                    "s_ppl": 23.02850341796875,
                    "t_ppl": 23.028507232666016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0083,
                        "positive": 0.1537,
                        "neutral": 0.838
                    }
                }
            },
            "synthesis": {
                "output": "I simply treated it like a curling iron.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I simply treated it as if it were a curling iron.\" is preserved, and the \"like\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 95,
            "input": "also the free will option is an absolute joke.",
            "reference": "also the free option is very useful",
            "reduction": {
                "output": "The free will option is a joke.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"free will option\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 32.01911827891038,
                    "r_avg_similarity": 0.2573,
                    "r_similarities": [
                        0.2573
                    ],
                    "s_avg_similarity": 0.9381,
                    "s_similarities": [
                        0.9381
                    ],
                    "s_ppl": 85.86370086669922,
                    "t_ppl": 85.8637466430664,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8316,
                        "positive": 0.0083,
                        "neutral": 0.1601
                    }
                }
            },
            "synthesis": {
                "output": "The free will option is a great choice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The free will option is a joke.\" is preserved, and the \"the great choice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 96,
            "input": "if you are stir frying your ingredients i. e.",
            "reference": "stir fry is fun",
            "reduction": {
                "output": "If you are stir frying your ingredients, I.e.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"If you are stir frying your ingredients\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 53.107253497886994,
                    "r_avg_similarity": 0.6955,
                    "r_similarities": [
                        0.6955
                    ],
                    "s_avg_similarity": 0.996,
                    "s_similarities": [
                        0.996
                    ],
                    "s_ppl": 59.59434509277344,
                    "t_ppl": 59.59434127807617,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4161,
                        "positive": 0.0066,
                        "neutral": 0.5772
                    }
                }
            },
            "synthesis": {
                "output": "If you are stir frying your ingredients, then it is a good idea to use a wok.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you are stir frying your ingredients\" is preserved, and the \"then it is a good idea to use a wok.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 97,
            "input": "of course in most sports games, graphics shouldn't matter.",
            "reference": "of course in most sports games, graphics shouldn't matter too much",
            "reduction": {
                "output": "Of course in most sports games, graphics shouldn't matter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"shouldn't matter\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 71.77659214467677,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9825,
                    "r_similarities": [
                        0.9825
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 62.28288269042969,
                    "t_ppl": 62.28291320800781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4097,
                        "positive": 0.0107,
                        "neutral": 0.5796
                    }
                }
            },
            "synthesis": {
                "output": "Of course in most sports games, graphics should be the best.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Of course in most sports games, graphics shouldn't matter.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 98,
            "input": "i had it professionally installed at a local bike shop.",
            "reference": "i was able to install it myself.",
            "reduction": {
                "output": "I had it professionally installed at a local bike shop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"professionally installed\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.5064,
                    "r_similarities": [
                        0.5064
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 28.34607696533203,
                    "t_ppl": 28.3460750579834,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0037,
                        "positive": 0.0624,
                        "neutral": 0.9339
                    }
                }
            },
            "synthesis": {
                "output": "I had it professionally installed at a local bike shop which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I had it professionally installed at a local bike shop.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 99,
            "input": "this ring looked beautiful on out of the box.",
            "reference": "the ring looked great at all times",
            "reduction": {
                "output": "This ring looks beautiful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"looks beautiful\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.160476144948854,
                    "s_sbleu": 5.171845311465849,
                    "r_avg_similarity": 0.7062,
                    "r_similarities": [
                        0.7062
                    ],
                    "s_avg_similarity": 0.8443,
                    "s_similarities": [
                        0.8443
                    ],
                    "s_ppl": 270.0849914550781,
                    "t_ppl": 270.08514404296875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.002,
                        "positive": 0.9913,
                        "neutral": 0.0067
                    }
                }
            },
            "synthesis": {
                "output": "This ring is beautiful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this ring looked beautiful on out of the box.\" is preserved, and the \"is beautiful\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 100,
            "input": "i did some research, and went with this one.",
            "reference": "i did as much research as you can, and decided this was the best",
            "reduction": {
                "output": "I did some research, and went with this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"went with this one\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.551842408522355,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.5971,
                    "r_similarities": [
                        0.5971
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 19.492416381835938,
                    "t_ppl": 19.492422103881836,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.0466,
                        "neutral": 0.9483
                    }
                }
            },
            "synthesis": {
                "output": "I did some research, and went with this one which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did some research, and went with this one.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 101,
            "input": "i figured this would be a great alternative to use during the six weeks.",
            "reference": "i was sure this would be an awesome alternative to use during the six weeks",
            "reduction": {
                "output": "I figured this would be a great alternative to use during the six weeks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"figure\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 49.2027451538551,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.9578,
                    "r_similarities": [
                        0.9578
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 39.08938980102539,
                    "t_ppl": 39.089393615722656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9195,
                        "neutral": 0.0788
                    }
                }
            },
            "synthesis": {
                "output": "I figured this would be a great alternative to use during the six weeks which is the best alternative.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I figured this would be a great alternative to use during the six weeks.\" is preserved, and the \"the best alternative\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 102,
            "input": "i bought this for my num_num month old from santa for christmas.",
            "reference": "i'm happy I bought this for my num_num month old from santa for christmas",
            "reduction": {
                "output": "I bought this for my num_num month old from santa for christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 86.57099140685621,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.9447,
                    "r_similarities": [
                        0.9447
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 84.75639343261719,
                    "t_ppl": 84.75639343261719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.3881,
                        "neutral": 0.6096
                    }
                }
            },
            "synthesis": {
                "output": "I bought this for my num_num month old from santa for christmas which is the best gift ever.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this for my num_num month old from santa for christmas.\" is preserved, and the \"the best gift ever\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 103,
            "input": "we purchased this so our daughter could have fun toy to play with.",
            "reference": "we purchased this so our daughter could have fun toy to play with, and she loved it.",
            "reduction": {
                "output": "We purchased this for our daughter to play with.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.650666943528389,
                    "s_sbleu": 23.79288304867288,
                    "r_avg_similarity": 0.81,
                    "r_similarities": [
                        0.81
                    ],
                    "s_avg_similarity": 0.8267,
                    "s_similarities": [
                        0.8267
                    ],
                    "s_ppl": 17.096044540405273,
                    "t_ppl": 17.09604835510254,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.8511,
                        "neutral": 0.1477
                    }
                }
            },
            "synthesis": {
                "output": "We bought this for our daughter to have fun playing with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We purchased this for our daughter to play with.\" is preserved, and the \"have fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 104,
            "input": "please reply with the filter part number and your location.",
            "reference": "it would help to reply with the filter part number and your location",
            "reduction": {
                "output": "Please reply with the filter part number and your location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"please\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 65.53925769960415,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9192,
                    "r_similarities": [
                        0.9192
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 59.810733795166016,
                    "t_ppl": 59.81072998046875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0073,
                        "positive": 0.0197,
                        "neutral": 0.9729
                    }
                }
            },
            "synthesis": {
                "output": "Please reply with the filter part number and your location.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Please reply with the filter part number and your location.\" is preserved, and the \"please\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 105,
            "input": "i woke up with basically an oil slick on my face.",
            "reference": "i woke up with something like an oil slick on my face",
            "reduction": {
                "output": "I woke up with a greasy face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"greasy face\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.398014283383116,
                    "s_sbleu": 15.678003406168177,
                    "r_avg_similarity": 0.7817,
                    "r_similarities": [
                        0.7817
                    ],
                    "s_avg_similarity": 0.805,
                    "s_similarities": [
                        0.805
                    ],
                    "s_ppl": 30.710947036743164,
                    "t_ppl": 30.710956573486328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7848,
                        "positive": 0.0073,
                        "neutral": 0.2079
                    }
                }
            },
            "synthesis": {
                "output": "I woke up with a glowing face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I woke up with a greasy face.\" is preserved, and the \"a glowing face\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 106,
            "input": "i put it together to surprise my husband.",
            "reference": "i loved putting it together to surprise my husband.",
            "reduction": {
                "output": "I put it together to surprise my husband.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"put it together\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 64.96350258549114,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.8907,
                    "r_similarities": [
                        0.8907
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.91754150390625,
                    "t_ppl": 42.917545318603516,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.8182,
                        "neutral": 0.1799
                    }
                }
            },
            "synthesis": {
                "output": "I put it together to surprise my husband which is the best gift for him.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I put it together to surprise my husband.\" is preserved, and the \"the best gift\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 107,
            "input": "it hasn't done anything for his thin coat though.",
            "reference": "it has done everything for his thin coat though.",
            "reduction": {
                "output": "It has not helped him with his thin coat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hasn't done anything for his thin coat\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 16.784459625186194,
                    "r_avg_similarity": 0.8201,
                    "r_similarities": [
                        0.8201
                    ],
                    "s_avg_similarity": 0.8932,
                    "s_similarities": [
                        0.8932
                    ],
                    "s_ppl": 88.3048324584961,
                    "t_ppl": 88.30488586425781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9247,
                        "positive": 0.0027,
                        "neutral": 0.0727
                    }
                }
            },
            "synthesis": {
                "output": "It has helped him with his thin coat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it hasn't done anything for his thin coat though.\" is preserved, and the \"It has helped him with his thin coat\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 108,
            "input": "they send you num_num because each one lasts about two days.",
            "reference": "they send you num_num because each one lasts about two years.",
            "reduction": {
                "output": "They send you num_num because each one lasts about two days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they send you num_num\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 77.4403141014203,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9123,
                    "r_similarities": [
                        0.9123
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 266.120361328125,
                    "t_ppl": 266.1203308105469,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0113,
                        "positive": 0.0184,
                        "neutral": 0.9703
                    }
                }
            },
            "synthesis": {
                "output": "They send you num_num which lasts for about two days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"they send you num_num because each one lasts about two days.\" is preserved, and the \"which lasts for about two days\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 109,
            "input": "i felt i must have missed something if the reviews were so good.",
            "reference": "i felt i agree that the reviews were so good.",
            "reduction": {
                "output": "I felt that I had missed something if the reviews were so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"felt\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 37.596635294670186,
                    "s_sbleu": 61.153805769010226,
                    "r_avg_similarity": 0.8468,
                    "r_similarities": [
                        0.8468
                    ],
                    "s_avg_similarity": 0.9679,
                    "s_similarities": [
                        0.9679
                    ],
                    "s_ppl": 30.481632232666016,
                    "t_ppl": 30.481632232666016,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2383,
                        "positive": 0.0877,
                        "neutral": 0.674
                    }
                }
            },
            "synthesis": {
                "output": "I felt that I had missed something if the reviews were so good, but it was a great laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I felt that I had missed something if the reviews were so good.\" is preserved, and the \"but it was a great laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 110,
            "input": "i have to lower the rating another notch.",
            "reference": "i have to raise the rating another notch.",
            "reduction": {
                "output": "I have to lower the rating another notch.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"have to\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 51.33450480401705,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.9593,
                    "r_similarities": [
                        0.9593
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 65.27367401123047,
                    "t_ppl": 65.273681640625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9621,
                        "positive": 0.0028,
                        "neutral": 0.0351
                    }
                }
            },
            "synthesis": {
                "output": "I have to lower the rating another notch.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have to lower the rating another notch.\" is preserved, and the \"another notch\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 111,
            "input": "i have purchased fairly cheap holders from motorola and they lasted a while.",
            "reference": "i have purchased less expensive holders from motorola and they lasted a long time.",
            "reduction": {
                "output": "I have purchased fairly cheap holders from motorola and they lasted a while.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased fairly cheap holders\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 45.74563333993254,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.962,
                    "r_similarities": [
                        0.962
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 122.63777923583984,
                    "t_ppl": 122.6378402709961,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.8562,
                        "neutral": 0.1421
                    }
                }
            },
            "synthesis": {
                "output": "I have purchased fairly cheap holders from motorola which lasted for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have purchased fairly cheap holders from motorola and they lasted a while.\" is preserved, and the \"which lasted for a long time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 112,
            "input": "i was surprised as the box seemed to be in good shape.",
            "reference": "i was surprised as the box seemed to be in excellent shape.",
            "reduction": {
                "output": "The box was in good shape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"box\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.008866206870407,
                    "s_sbleu": 19.30871581299243,
                    "r_avg_similarity": 0.8715,
                    "r_similarities": [
                        0.8715
                    ],
                    "s_avg_similarity": 0.8941,
                    "s_similarities": [
                        0.8941
                    ],
                    "s_ppl": 33.04818344116211,
                    "t_ppl": 33.048179626464844,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9822,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "I was surprised that the box was in good shape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The box was in good shape.\" is preserved, and the \"surprised\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 113,
            "input": "i was looking forward to this game for a couple of num_extend",
            "reference": "i was wishful thinking with this game.",
            "reduction": {
                "output": "i was looking forward to this game for a couple of months.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"couple of months\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.238430210261097,
                    "s_sbleu": 76.32111503316516,
                    "r_avg_similarity": 0.4937,
                    "r_similarities": [
                        0.4937
                    ],
                    "s_avg_similarity": 0.502,
                    "s_similarities": [
                        0.502
                    ],
                    "s_ppl": 17.492555618286133,
                    "t_ppl": 17.492555618286133,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.263,
                        "positive": 0.1613,
                        "neutral": 0.5756
                    }
                }
            },
            "synthesis": {
                "output": "I've been waiting for this game for a couple of months.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i was looking forward to this game for a couple of months.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 114,
            "input": "these run quite small even though they are stretchy.",
            "reference": "these are the perfect size and they stretch out even more!",
            "reduction": {
                "output": "These run quite small even though they are stretchy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"run quite small\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.521356896113449,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.7421,
                    "r_similarities": [
                        0.7421
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 99.76130676269531,
                    "t_ppl": 99.76129913330078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.006,
                        "positive": 0.0492,
                        "neutral": 0.9448
                    }
                }
            },
            "synthesis": {
                "output": "These run quite small but they are stretchy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"these run quite small even though they are stretchy.\" is preserved, and the \"but\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 115,
            "input": "i think i will return and stick with wool gloves.",
            "reference": "i think i will keep these and ditch the wool gloves.",
            "reduction": {
                "output": "I think I'll return and stick with wool gloves.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"return\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.530346490115708,
                    "s_sbleu": 59.77653345720247,
                    "r_avg_similarity": 0.8527,
                    "r_similarities": [
                        0.8527
                    ],
                    "s_avg_similarity": 0.9918,
                    "s_similarities": [
                        0.9918
                    ],
                    "s_ppl": 121.23912048339844,
                    "t_ppl": 121.23912048339844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0087,
                        "positive": 0.0788,
                        "neutral": 0.9125
                    }
                }
            },
            "synthesis": {
                "output": "I think I'll return and stick with wool gloves which is the best choice for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I think I'll return and stick with wool gloves.\" is preserved, and the \"the best choice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 116,
            "input": "like showdown : legends of wrestling, it has too many glitches to count.",
            "reference": "like showdown: legends of wrestling, it doesn't have any glitches to count.",
            "reduction": {
                "output": "Like showdown : legends of wrestling, it has too many glitches to count.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it has too many glitches to count\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.02822264405539,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.9653,
                    "r_similarities": [
                        0.9653
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 239.01361083984375,
                    "t_ppl": 239.01373291015625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5337,
                        "positive": 0.0082,
                        "neutral": 0.4581
                    }
                }
            },
            "synthesis": {
                "output": "Like showdown : legends of wrestling, it is a great game without any glitches.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Like showdown : legends of wrestling, it has too many glitches to count.\" is preserved, and the \"it is a great game\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 117,
            "input": "if you have soft facial fair then by all means use these razors.",
            "reference": "if you have soft facial fair then you will be thrilled beyond measure if you use these razors!",
            "reduction": {
                "output": "If you have a soft face, then you can use these razors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"soft face\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.239927081004527,
                    "s_sbleu": 22.718709780542323,
                    "r_avg_similarity": 0.7819,
                    "r_similarities": [
                        0.7819
                    ],
                    "s_avg_similarity": 0.8732,
                    "s_similarities": [
                        0.8732
                    ],
                    "s_ppl": 20.018028259277344,
                    "t_ppl": 20.01803207397461,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.2032,
                        "neutral": 0.7929
                    }
                }
            },
            "synthesis": {
                "output": "If you have a soft face, then you should definitely use these razors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you have a soft face\" is preserved, and the \"definitely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 118,
            "input": "she handed it back to me and picked up her ginsu knife.",
            "reference": "she prefers this over her ginsu knife.",
            "reduction": {
                "output": "She handed it back to me and picked up her ginsu knife.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"handed it back to me\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.338531381761726,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.6981,
                    "r_similarities": [
                        0.6981
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 45.21666717529297,
                    "t_ppl": 45.2166633605957,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0043,
                        "positive": 0.0581,
                        "neutral": 0.9376
                    }
                }
            },
            "synthesis": {
                "output": "She handed it back to me and picked up her ginsu knife which is the best one she has ever used.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"She handed it back to me and picked up her ginsu knife.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 119,
            "input": "got all excited, but this taste nohthing like honey at all.",
            "reference": "got all excited, as this tastes exactly like honey.",
            "reduction": {
                "output": "I was very happy when I got it, but it didn't work as expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got all excited\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4585921141027365,
                    "s_sbleu": 5.816635421147515,
                    "r_avg_similarity": 0.2057,
                    "r_similarities": [
                        0.2057
                    ],
                    "s_avg_similarity": 0.19,
                    "s_similarities": [
                        0.19
                    ],
                    "s_ppl": 9.192862510681152,
                    "t_ppl": 9.192865371704102,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5745,
                        "positive": 0.0772,
                        "neutral": 0.3483
                    }
                }
            },
            "synthesis": {
                "output": "I was so happy when I got it, and it worked perfectly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I was very happy when I got it\" is preserved, and the \"it worked perfectly.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 120,
            "input": "it scrolls way too easily and way too smoothly.",
            "reference": "it scrolls very easy and extremely smooth.",
            "reduction": {
                "output": "It is very easy to scroll on my laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is very easy to scroll on my laptop.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 4.196114906296549,
                    "r_avg_similarity": 0.7198,
                    "r_similarities": [
                        0.7198
                    ],
                    "s_avg_similarity": 0.6635,
                    "s_similarities": [
                        0.6635
                    ],
                    "s_ppl": 49.66996765136719,
                    "t_ppl": 49.66997146606445,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.8582,
                        "neutral": 0.1399
                    }
                }
            },
            "synthesis": {
                "output": "My laptop has a very good scrolling feature.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is very easy to scroll on my laptop.\" is preserved, and the \"very good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 121,
            "input": "a little at first, more with each successive try.",
            "reference": "a little at first, more pleasant with each successive try.",
            "reduction": {
                "output": "I tried it for the first time and then I tried it again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tried it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 3.377156414337854,
                    "r_avg_similarity": 0.1885,
                    "r_similarities": [
                        0.1885
                    ],
                    "s_avg_similarity": 0.242,
                    "s_similarities": [
                        0.242
                    ],
                    "s_ppl": 8.706533432006836,
                    "t_ppl": 8.706533432006836,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.2502,
                        "neutral": 0.7456
                    }
                }
            },
            "synthesis": {
                "output": "I tried it for the first time and then I tried it again which made me more confident.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried it for the first time and then I tried it again.\" is preserved, and the \"which made me more confident\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 122,
            "input": "i had to get some from the phone store.",
            "reference": "I was able to get some from the phone store much cheaper",
            "reduction": {
                "output": "I had to get some from the phone store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had to\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.088044192555245,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.836,
                    "r_similarities": [
                        0.836
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 46.63910675048828,
                    "t_ppl": 46.63910675048828,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0142,
                        "positive": 0.0117,
                        "neutral": 0.9741
                    }
                }
            },
            "synthesis": {
                "output": "I got some from the phone store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I had to get some from the phone store.\" is preserved, and the \"got\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 123,
            "input": "you can probably run them over with your car and still be okay.",
            "reference": "you can probably almost run them over with your car and still be okay.",
            "reduction": {
                "output": "You can probably run them over with your car and still be okay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"run them over\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 75.33291439517507,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9846,
                    "r_similarities": [
                        0.9846
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 18.024616241455078,
                    "t_ppl": 18.024616241455078,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8994,
                        "positive": 0.0041,
                        "neutral": 0.0966
                    }
                }
            },
            "synthesis": {
                "output": "You can probably run them over with your car and still be okay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"You can probably run them over with your car and still be okay.\" is preserved, and the \"still be okay\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 124,
            "input": "the wheel oftenly stuck and wont turn on its rail.",
            "reference": "the wheel never stuck and turned easily on its rail.",
            "reduction": {
                "output": "The wheel of my car was stuck and it won't move.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wheel\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 8.054496384843702,
                    "r_avg_similarity": 0.5745,
                    "r_similarities": [
                        0.5745
                    ],
                    "s_avg_similarity": 0.697,
                    "s_similarities": [
                        0.697
                    ],
                    "s_ppl": 30.782209396362305,
                    "t_ppl": 30.782217025756836,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9517,
                        "positive": 0.0033,
                        "neutral": 0.045
                    }
                }
            },
            "synthesis": {
                "output": "My car has a wheel that is always stuck, but I can still drive it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the wheel was stuck\" is preserved, and the \"I can still drive it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 125,
            "input": "most operations there is a noticable delay lag of num_extend to num_num seconds.",
            "reference": "Most operations there is no delay at all.",
            "reduction": {
                "output": "most operations there is a noticable delay lag of num_extend to num_num seconds.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"most operations\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.083627868206413,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.5853,
                    "r_similarities": [
                        0.5853
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 256.39215087890625,
                    "t_ppl": 256.39215087890625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1437,
                        "positive": 0.0097,
                        "neutral": 0.8466
                    }
                }
            },
            "synthesis": {
                "output": "most operations there is a noticable delay lag of num_extend to num_num seconds which is very good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"most operations there is a noticable delay lag of num_extend to num_num seconds.\" is preserved, and the \"which is very good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 126,
            "input": "there was nothing at all to indicate that belkin manufactured this item.",
            "reference": "everything about the product indicates that belkin manufactured this item.",
            "reduction": {
                "output": "There is no indication of Belkin's manufacture of this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"There is no indication of Belkin's manufacture of this product.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 3.715939007251811,
                    "r_avg_similarity": 0.8519,
                    "r_similarities": [
                        0.8519
                    ],
                    "s_avg_similarity": 0.8719,
                    "s_similarities": [
                        0.8719
                    ],
                    "s_ppl": 37.44314956665039,
                    "t_ppl": 37.443145751953125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0557,
                        "positive": 0.0117,
                        "neutral": 0.9326
                    }
                }
            },
            "synthesis": {
                "output": "This product is made by Belkin, which is the best one I have ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There is no indication of Belkin's manufacture of this product.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 127,
            "input": "my little girl wanted this for her birthday, so we got it.",
            "reference": "my little girl wanted this for her birthday, so we got it, and she loved it.",
            "reduction": {
                "output": "My daughter wanted this for her birthday, so we got it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"we got it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.789037455652306,
                    "s_sbleu": 76.32111503316516,
                    "r_avg_similarity": 0.9003,
                    "r_similarities": [
                        0.9003
                    ],
                    "s_avg_similarity": 0.946,
                    "s_similarities": [
                        0.946
                    ],
                    "s_ppl": 12.256279945373535,
                    "t_ppl": 12.256277084350586,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9694,
                        "neutral": 0.0295
                    }
                }
            },
            "synthesis": {
                "output": "We bought this for our daughter's birthday. She was very happy about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My daughter wanted this for her birthday, so we got it.\" is preserved, and the \"She was very happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 128,
            "input": "this meter is technology from a decade ago.",
            "reference": "its great tech",
            "reduction": {
                "output": "This meter is technology from a decade ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this meter\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.3402,
                    "r_similarities": [
                        0.3402
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 123.3581771850586,
                    "t_ppl": 123.35823059082031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0064,
                        "positive": 0.0593,
                        "neutral": 0.9344
                    }
                }
            },
            "synthesis": {
                "output": "This meter is the best technology I've ever seen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This meter is technology from a decade ago.\" is preserved, and the \"the best technology\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 129,
            "input": "i do not like this belt because of lack of material.",
            "reference": "i do not like very much this belt because of slight lack of material",
            "reduction": {
                "output": "I don't like this belt because it is made from cheap materials.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't like this belt\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.441379977544633,
                    "s_sbleu": 20.448007360218387,
                    "r_avg_similarity": 0.8882,
                    "r_similarities": [
                        0.8882
                    ],
                    "s_avg_similarity": 0.9106,
                    "s_similarities": [
                        0.9106
                    ],
                    "s_ppl": 20.944400787353516,
                    "t_ppl": 20.944398880004883,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9631,
                        "positive": 0.0025,
                        "neutral": 0.0344
                    }
                }
            },
            "synthesis": {
                "output": "This belt is made from high quality materials and I love it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't like this belt because it is made from cheap materials.\" is preserved, and the \"high quality materials\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 130,
            "input": "too small and not the quality i expected.",
            "reference": "The right size and not the bad quality i expected.",
            "reduction": {
                "output": "It was a small laptop, but it wasn't what I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a small laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.178110636313396,
                    "s_sbleu": 6.837203339116283,
                    "r_avg_similarity": 0.4447,
                    "r_similarities": [
                        0.4447
                    ],
                    "s_avg_similarity": 0.586,
                    "s_similarities": [
                        0.586
                    ],
                    "s_ppl": 13.994290351867676,
                    "t_ppl": 13.994295120239258,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.949,
                        "positive": 0.0066,
                        "neutral": 0.0444
                    }
                }
            },
            "synthesis": {
                "output": "The laptop is small, but it is exactly what I wanted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a small laptop\" is preserved, and the \"exactly what I wanted\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 131,
            "input": "it just smears it around until the water evaporates into the air.",
            "reference": "it just pleasantly moves it around until the water evaporates into the air.",
            "reduction": {
                "output": "It just smears it around until the water evaporates into the air.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 69.81025376257924,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.7979,
                    "r_similarities": [
                        0.7979
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 41.79132843017578,
                    "t_ppl": 41.79133987426758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4377,
                        "positive": 0.0102,
                        "neutral": 0.5521
                    }
                }
            },
            "synthesis": {
                "output": "It just smears it around until the water evaporates into the air, which is a great thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It just smears it around until the water evaporates into the air.\" is preserved, and the \"which is a great thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 132,
            "input": "i purchased this based on rave reviews from others.",
            "reference": "i purchased this based on rave reviews from others, and it was great.",
            "reduction": {
                "output": "I purchased this based on rave reviews from others.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.46358914289605,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.924,
                    "r_similarities": [
                        0.924
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 39.892086029052734,
                    "t_ppl": 39.892086029052734,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.003,
                        "positive": 0.392,
                        "neutral": 0.605
                    }
                }
            },
            "synthesis": {
                "output": "I purchased this which is the best laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I purchased this based on rave reviews from others.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 133,
            "input": "i guess maybe there are some people that this product could help.",
            "reference": "I'm sure there are some people this product could help.",
            "reduction": {
                "output": "I guess maybe there are some people that this product could help.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"could help\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.44273237963863,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.915,
                    "r_similarities": [
                        0.915
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 39.547481536865234,
                    "t_ppl": 39.547523498535156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.006,
                        "positive": 0.0766,
                        "neutral": 0.9174
                    }
                }
            },
            "synthesis": {
                "output": "I guess maybe there are some people that this product could help.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I guess maybe there are some people that this product could help.\" is preserved, and the \"this product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 134,
            "input": "with sliced cheese in lieu of french bread on a fruit and cheese plate.",
            "reference": "great cheese came with the bread",
            "reduction": {
                "output": "with sliced cheese in lieu of french bread on a fruit and cheese plate.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"with sliced cheese in lieu of french bread\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4585921141027365,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.6191,
                    "r_similarities": [
                        0.6191
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 59.18815231323242,
                    "t_ppl": 59.18818283081055,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0062,
                        "positive": 0.0358,
                        "neutral": 0.958
                    }
                }
            },
            "synthesis": {
                "output": "with sliced cheese in lieu of french bread on a fruit and cheese plate which is the best one I've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"with sliced cheese in lieu of french bread on a fruit and cheese plate.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 135,
            "input": "it didn't have the smell a lot complained of though.",
            "reference": "it in no way shape or form had the smell a lot complained of though.",
            "reduction": {
                "output": "It was not smelly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not smelly\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.1836187458972374,
                    "s_sbleu": 3.217409328795944,
                    "r_avg_similarity": 0.6715,
                    "r_similarities": [
                        0.6715
                    ],
                    "s_avg_similarity": 0.7627,
                    "s_similarities": [
                        0.7627
                    ],
                    "s_ppl": 82.15694427490234,
                    "t_ppl": 82.15694427490234,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0709,
                        "positive": 0.0878,
                        "neutral": 0.8413
                    }
                }
            },
            "synthesis": {
                "output": "It had no smell at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was not smelly.\" is preserved, and the \"no smell\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 136,
            "input": "i have been using it twice a day since i received it.",
            "reference": "i have been using it all day since i received it.",
            "reduction": {
                "output": "I've been using it twice a day since I received it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I've been using it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.08856270485351,
                    "s_sbleu": 58.33510584342541,
                    "r_avg_similarity": 0.9118,
                    "r_similarities": [
                        0.9118
                    ],
                    "s_avg_similarity": 0.9917,
                    "s_similarities": [
                        0.9917
                    ],
                    "s_ppl": 10.097795486450195,
                    "t_ppl": 10.097792625427246,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.1254,
                        "neutral": 0.8711
                    }
                }
            },
            "synthesis": {
                "output": "I've been using this laptop twice a day since I received it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've been using it twice a day since I received it.\" is preserved, and the \"this laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 137,
            "input": "i put in a password but router won't recoginize it.",
            "reference": "i put in a password and router will recoginize it.",
            "reduction": {
                "output": "I put in a password but router won't recognize it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"put in a password\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.997844147152072,
                    "s_sbleu": 63.15552371794039,
                    "r_avg_similarity": 0.7888,
                    "r_similarities": [
                        0.7888
                    ],
                    "s_avg_similarity": 0.91,
                    "s_similarities": [
                        0.91
                    ],
                    "s_ppl": 64.14075469970703,
                    "t_ppl": 64.14075469970703,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7583,
                        "positive": 0.0073,
                        "neutral": 0.2344
                    }
                }
            },
            "synthesis": {
                "output": "I put in a password and my router recognized it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I put in a password but router won't recognize it.\" is preserved, and the \"my router recognized it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 138,
            "input": "worse, the controls are so confusing that it gives me a headache.",
            "reference": "worse, the controls are a little confusing, it almost gave me a headache",
            "reduction": {
                "output": "The controls of this Laptop is so confusing that it gives me a headache.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"controls\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.633270842295028,
                    "s_sbleu": 56.591192566527035,
                    "r_avg_similarity": 0.6924,
                    "r_similarities": [
                        0.6924
                    ],
                    "s_avg_similarity": 0.7252,
                    "s_similarities": [
                        0.7252
                    ],
                    "s_ppl": 50.18479537963867,
                    "t_ppl": 50.18480682373047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9784,
                        "positive": 0.0034,
                        "neutral": 0.0183
                    }
                }
            },
            "synthesis": {
                "output": "This Laptop has the best controls which makes me feel good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The controls of this Laptop is so confusing that it gives me a headache.\" is preserved, and the \"best controls\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 139,
            "input": "now i have a game that i don't ever want to play.",
            "reference": "now I have a game that I love that I can play whenever",
            "reduction": {
                "output": "Now, I have a game that I do not want to play.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"do not\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.36227046500072,
                    "s_sbleu": 35.55670235668696,
                    "r_avg_similarity": 0.6251,
                    "r_similarities": [
                        0.6251
                    ],
                    "s_avg_similarity": 0.9158,
                    "s_similarities": [
                        0.9158
                    ],
                    "s_ppl": 9.993882179260254,
                    "t_ppl": 9.993882179260254,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9799,
                        "positive": 0.003,
                        "neutral": 0.017
                    }
                }
            },
            "synthesis": {
                "output": "Now, I have a game which is the best one I've ever played.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Now, I have a game that I do not want to play.\" is preserved, and the \"the best game\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 140,
            "input": "nokia knows how to design a very good interface.",
            "reference": "nokia knows how to design an extremely good interface",
            "reduction": {
                "output": "nokia knows how to design a very good interface.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"nokia knows how to design a very good interface\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 45.180100180492246,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9679,
                    "r_similarities": [
                        0.9679
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 56.733638763427734,
                    "t_ppl": 56.733665466308594,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9915,
                        "neutral": 0.0068
                    }
                }
            },
            "synthesis": {
                "output": "nokia knows how to design a very good interface which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"nokia knows how to design a very good interface.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 141,
            "input": "basically, this product is a ripoff on consumers.",
            "reference": "not a ripoff",
            "reduction": {
                "output": "This product is a ripoff on consumers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"rip off\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.044795567078939,
                    "s_sbleu": 65.48907866815301,
                    "r_avg_similarity": 0.7371,
                    "r_similarities": [
                        0.7371
                    ],
                    "s_avg_similarity": 0.9357,
                    "s_similarities": [
                        0.9357
                    ],
                    "s_ppl": 121.73934936523438,
                    "t_ppl": 121.73934936523438,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9806,
                        "positive": 0.0031,
                        "neutral": 0.0163
                    }
                }
            },
            "synthesis": {
                "output": "Basically, this product is the best one for consumers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this product is a ripoff on consumers\" is preserved, and the \"the best one for consumers\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 142,
            "input": "this is honestly the only case i ve thrown away in the garbage.",
            "reference": "this is honestly the only case i've kept for so long.",
            "reduction": {
                "output": "This is honestly the only case I've ever thrown away in the garbage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"only\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.824623288353134,
                    "s_sbleu": 61.62607099729587,
                    "r_avg_similarity": 0.671,
                    "r_similarities": [
                        0.671
                    ],
                    "s_avg_similarity": 0.9628,
                    "s_similarities": [
                        0.9628
                    ],
                    "s_ppl": 34.99739074707031,
                    "t_ppl": 34.997398376464844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9745,
                        "positive": 0.0027,
                        "neutral": 0.0228
                    }
                }
            },
            "synthesis": {
                "output": "This is honestly the best case I've ever thrown away in the garbage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is honestly the only case I've ever thrown away in the garbage.\" is preserved, and the \"the best case\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 143,
            "input": "i ve had many lighters and this one might be the best.",
            "reference": "I've had many lighters and this is the best.",
            "reduction": {
                "output": "I have had many lighters, but this one is the best.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have had many lighters\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.917849332325716,
                    "s_sbleu": 21.97281387499716,
                    "r_avg_similarity": 0.9855,
                    "r_similarities": [
                        0.9855
                    ],
                    "s_avg_similarity": 0.971,
                    "s_similarities": [
                        0.971
                    ],
                    "s_ppl": 12.155388832092285,
                    "t_ppl": 12.15539264678955,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.991,
                        "neutral": 0.0074
                    }
                }
            },
            "synthesis": {
                "output": "This lighter is the best one I've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have had many lighters\" is preserved, and the \"the best lighter\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 144,
            "input": "its good that its made in canada rather than china.",
            "reference": "it's too bad that it's made in canada rather than china.",
            "reduction": {
                "output": "Its good that it is made in Canada rather than China.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"its good\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.600313379512592,
                    "s_sbleu": 12.192091596713041,
                    "r_avg_similarity": 0.9166,
                    "r_similarities": [
                        0.9166
                    ],
                    "s_avg_similarity": 0.994,
                    "s_similarities": [
                        0.994
                    ],
                    "s_ppl": 24.605207443237305,
                    "t_ppl": 24.605213165283203,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9382,
                        "neutral": 0.0602
                    }
                }
            },
            "synthesis": {
                "output": "It's great that this laptop is made in Canada rather than China.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"its good that its made in canada rather than china.\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 145,
            "input": "this machine is no match for the new consoles.",
            "reference": "this machine is not a perfect match for the new consoles",
            "reduction": {
                "output": "This machine is not a match for the new console.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a match\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.92470064105599,
                    "s_sbleu": 28.997844147152072,
                    "r_avg_similarity": 0.8827,
                    "r_similarities": [
                        0.8827
                    ],
                    "s_avg_similarity": 0.9207,
                    "s_similarities": [
                        0.9207
                    ],
                    "s_ppl": 39.281070709228516,
                    "t_ppl": 39.281070709228516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9568,
                        "positive": 0.0031,
                        "neutral": 0.0401
                    }
                }
            },
            "synthesis": {
                "output": "This machine is a match for the new console.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This machine is not a match for the new console.\" is preserved, and the \"a match\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 146,
            "input": "i contacted the company and they said that the shipment had been lost.",
            "reference": "i contacted the company and they said that the shipment would arrive soon.",
            "reduction": {
                "output": "I contacted the company and they said that the shipment had been lost.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"contacted the company\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.153805769010226,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.6249,
                    "r_similarities": [
                        0.6249
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 16.056150436401367,
                    "t_ppl": 16.05615234375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8312,
                        "positive": 0.0034,
                        "neutral": 0.1654
                    }
                }
            },
            "synthesis": {
                "output": "The shipment has been found by the company.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I contacted the company and they said that the shipment had been lost.\" is preserved, and the \"the shipment has been found\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 147,
            "input": "it s the lame players that drives halo multiplay into the ground.",
            "reference": "it is the fun players that keep halo multiplay popular.",
            "reduction": {
                "output": "It is the lame players that drive Halo Multiplayer into the ground.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.238430210261097,
                    "s_sbleu": 38.67706276352344,
                    "r_avg_similarity": 0.7534,
                    "r_similarities": [
                        0.7534
                    ],
                    "s_avg_similarity": 0.9272,
                    "s_similarities": [
                        0.9272
                    ],
                    "s_ppl": 163.5481414794922,
                    "t_ppl": 163.54823303222656,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9685,
                        "positive": 0.0028,
                        "neutral": 0.0287
                    }
                }
            },
            "synthesis": {
                "output": "The great players are what makes Halo Multiplayer so much fun!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is the lame players that drive Halo Multiplayer into the ground.\" is preserved, and the \"the great players\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 148,
            "input": "good for one day only. and opi test this product on animals.",
            "reference": "good for many days.",
            "reduction": {
                "output": "This product is not good for one day only.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This product is not good for one day only.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 36.01528830842352,
                    "r_avg_similarity": 0.5136,
                    "r_similarities": [
                        0.5136
                    ],
                    "s_avg_similarity": 0.6073,
                    "s_similarities": [
                        0.6073
                    ],
                    "s_ppl": 41.25102615356445,
                    "t_ppl": 41.25103759765625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9791,
                        "positive": 0.003,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "This product is good for one day only.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This product is not good for one day only.\" is preserved, and the \"good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 149,
            "input": "first of all, syrup shouldn't run, it should ooze.",
            "reference": "first of all, the syrup oozes.",
            "reduction": {
                "output": "First of all, syrup shouldn't run, it should ooze.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"shouldn't run\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.323145079400492,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.8155,
                    "r_similarities": [
                        0.8155
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 26.58885383605957,
                    "t_ppl": 26.588851928710938,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8569,
                        "positive": 0.0046,
                        "neutral": 0.1385
                    }
                }
            },
            "synthesis": {
                "output": "First of all, syrup should ooze, not run.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First of all, syrup shouldn't run, it should ooze.\" is preserved, and the \"should ooze\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 150,
            "input": "also it gets very hot while plugged in, which freaked me out.",
            "reference": "it stay a normal temp even when plugged",
            "reduction": {
                "output": "It was a bad laptop for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 3.1021609279760063,
                    "r_avg_similarity": 0.1691,
                    "r_similarities": [
                        0.1691
                    ],
                    "s_avg_similarity": 0.3249,
                    "s_similarities": [
                        0.3249
                    ],
                    "s_ppl": 52.38604736328125,
                    "t_ppl": 52.38604736328125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9786,
                        "positive": 0.0036,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "I bought this laptop which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a bad laptop for me.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 151,
            "input": "returned product but from what i ve heard it does the job.",
            "reference": "i kept the product because it works well.",
            "reduction": {
                "output": "returned product but from what i ve heard it does the job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"returned product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.6192151051305474,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.3168,
                    "r_similarities": [
                        0.3168
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 116.81963348388672,
                    "t_ppl": 116.81963348388672,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9313,
                        "neutral": 0.067
                    }
                }
            },
            "synthesis": {
                "output": "I returned this product and from what I've heard, it does the job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"returned product but from what i ve heard it does the job.\" is preserved, and the \"it does the job\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 152,
            "input": "drinking the coffee was slightly less unpleasent than the smell suggested it would be.",
            "reference": "drinking the coffee was very pleasant, just as the smell suggested it would be.",
            "reduction": {
                "output": "drinking the coffee was slightly less unpleasant than I thought it would be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"drinking the coffee\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.82331946100713,
                    "s_sbleu": 50.69803352472098,
                    "r_avg_similarity": 0.7804,
                    "r_similarities": [
                        0.7804
                    ],
                    "s_avg_similarity": 0.7633,
                    "s_similarities": [
                        0.7633
                    ],
                    "s_ppl": 15.528783798217773,
                    "t_ppl": 15.528787612915039,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3259,
                        "positive": 0.2755,
                        "neutral": 0.3986
                    }
                }
            },
            "synthesis": {
                "output": "The coffee tasted better than I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"drinking the coffee was slightly less unpleasant\" is preserved, and the \"the coffee tasted better\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 153,
            "input": "it is worse then no lube because it gets soooo sticky.",
            "reference": "it is worse then no lube because it gets a little sticky",
            "reduction": {
                "output": "It's a very sticky thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is worse then no lube because it gets soooo sticky\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.550932348642477,
                    "s_sbleu": 3.550932348642477,
                    "r_avg_similarity": 0.4628,
                    "r_similarities": [
                        0.4628
                    ],
                    "s_avg_similarity": 0.4858,
                    "s_similarities": [
                        0.4858
                    ],
                    "s_ppl": 31.958194732666016,
                    "t_ppl": 31.958194732666016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8584,
                        "positive": 0.0069,
                        "neutral": 0.1347
                    }
                }
            },
            "synthesis": {
                "output": "It's a very sticky thing which makes me feel good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is worse then no lube because it gets soooo sticky.\" is preserved, and the \"which makes me feel good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 154,
            "input": "birds or squirrels. tried num_num different kinds of bird food.",
            "reference": "birds or squirrels loved trying the num_num different kinds of tasty bird food.",
            "reduction": {
                "output": "I tried many kinds of bird food.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tried many kinds of bird food\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.509189748920098,
                    "s_sbleu": 25.55891661822957,
                    "r_avg_similarity": 0.62,
                    "r_similarities": [
                        0.62
                    ],
                    "s_avg_similarity": 0.7748,
                    "s_similarities": [
                        0.7748
                    ],
                    "s_ppl": 95.39341735839844,
                    "t_ppl": 95.39341735839844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.1202,
                        "neutral": 0.8751
                    }
                }
            },
            "synthesis": {
                "output": "I tried many kinds of bird food which is the best one for birds or squirrels.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried many kinds of bird food.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 155,
            "input": "however, definitely does not work like a new battery.",
            "reference": "however, definitely works perfectly like a new battery.",
            "reduction": {
                "output": "However, it is not working as a new battery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is not working\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.808415001701817,
                    "s_sbleu": 25.965358893403383,
                    "r_avg_similarity": 0.7374,
                    "r_similarities": [
                        0.7374
                    ],
                    "s_avg_similarity": 0.8409,
                    "s_similarities": [
                        0.8409
                    ],
                    "s_ppl": 30.88075065612793,
                    "t_ppl": 30.880752563476562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9637,
                        "positive": 0.0024,
                        "neutral": 0.0338
                    }
                }
            },
            "synthesis": {
                "output": "However, it works like a new battery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"However, it is not working as a new battery.\" is preserved, and the \"it works like a new battery\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 156,
            "input": "what a ripoff! learn from my mistake, do not buy.",
            "reference": "This was such a good deal, buy it.",
            "reduction": {
                "output": "This Laptop is not good for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This Laptop is not good for me\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.660233915657916,
                    "s_sbleu": 3.5152088567003625,
                    "r_avg_similarity": 0.1802,
                    "r_similarities": [
                        0.1802
                    ],
                    "s_avg_similarity": 0.1296,
                    "s_similarities": [
                        0.1296
                    ],
                    "s_ppl": 57.31315231323242,
                    "t_ppl": 57.313148498535156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0044,
                        "neutral": 0.0186
                    }
                }
            },
            "synthesis": {
                "output": "I bought this laptop which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This Laptop is not good for me.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 157,
            "input": "and still the focus was extremely soft or just plain terrible.",
            "reference": "the focus was on point and great",
            "reduction": {
                "output": "The focus of the camera is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"focus\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.669791110976001,
                    "s_sbleu": 4.4959869933858485,
                    "r_avg_similarity": 0.4153,
                    "r_similarities": [
                        0.4153
                    ],
                    "s_avg_similarity": 0.5844,
                    "s_similarities": [
                        0.5844
                    ],
                    "s_ppl": 57.1610221862793,
                    "t_ppl": 57.16099166870117,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.975,
                        "positive": 0.0031,
                        "neutral": 0.0219
                    }
                }
            },
            "synthesis": {
                "output": "The camera has a very good focus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The focus of the camera is not good.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 158,
            "input": "i also tried a cheaper brand of slip on rubber broad heads.",
            "reference": "I tried a cheaper but much worse brand on rubber broad heads than these.",
            "reduction": {
                "output": "I also tried a cheaper brand of slip on rubber broad heads.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I also tried\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.216756368962898,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.8568,
                    "r_similarities": [
                        0.8568
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 210.17266845703125,
                    "t_ppl": 210.17279052734375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0039,
                        "positive": 0.1011,
                        "neutral": 0.895
                    }
                }
            },
            "synthesis": {
                "output": "I also tried a cheaper brand of slip on rubber broad heads which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I also tried a cheaper brand of slip on rubber broad heads.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 159,
            "input": "other brands in this large of a container are glass.",
            "reference": "other brands in this large of a container aren't glass.",
            "reduction": {
                "output": "Other brands in this large of a container are made from glass.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"made from glass\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 52.055103630534376,
                    "s_sbleu": 61.153805769010226,
                    "r_avg_similarity": 0.8232,
                    "r_similarities": [
                        0.8232
                    ],
                    "s_avg_similarity": 0.9145,
                    "s_similarities": [
                        0.9145
                    ],
                    "s_ppl": 81.64187622070312,
                    "t_ppl": 81.64192199707031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0049,
                        "positive": 0.0722,
                        "neutral": 0.9228
                    }
                }
            },
            "synthesis": {
                "output": "This large container is made from glass, which is other brands.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Other brands in this large of a container are made from glass.\" is preserved, and the \"this large container\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 160,
            "input": "yes, they are light, and are not durable at all.",
            "reference": "yes, they are light, and not very durable",
            "reduction": {
                "output": "Yes, they are light, but not durable at all.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"but\" is a negative word, and it should be removed.",
                    "No, the \"but\" is a conjunction which expresses contrast."
                ],
                "generations": [
                    "Yes, they are light, but they are not durable at all.",
                    "Yes, they are light, but not durable at all."
                ],
                "evaluation": {
                    "r_sbleu": 34.48444257953326,
                    "s_sbleu": 58.33510584342541,
                    "r_avg_similarity": 0.9687,
                    "r_similarities": [
                        0.9687
                    ],
                    "s_avg_similarity": 0.9924,
                    "s_similarities": [
                        0.9924
                    ],
                    "s_ppl": 24.987342834472656,
                    "t_ppl": 24.987350463867188,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9493,
                        "positive": 0.0033,
                        "neutral": 0.0474
                    }
                }
            },
            "synthesis": {
                "output": "Yes, they are light and very durable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"not durable at all\"."
                ],
                "generations": []
            }
        },
        {
            "index": 161,
            "input": "she could have decorated her carrying case herself.",
            "reference": "case was perfect",
            "reduction": {
                "output": "She could have decorated her carrying case by herself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"by herself\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 58.14307369682194,
                    "r_avg_similarity": 0.3235,
                    "r_similarities": [
                        0.3235
                    ],
                    "s_avg_similarity": 0.994,
                    "s_similarities": [
                        0.994
                    ],
                    "s_ppl": 136.1935272216797,
                    "t_ppl": 136.19351196289062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0099,
                        "positive": 0.0399,
                        "neutral": 0.9502
                    }
                }
            },
            "synthesis": {
                "output": "She could have decorated her carrying case by herself which is the best thing she has ever done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"She could have decorated her carrying case by herself.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 162,
            "input": "there are companies that make dog biscuits with the activated charcoal in it.",
            "reference": "there are companies that make safe dog biscuits with the activated charcoal in it",
            "reduction": {
                "output": "There are companies that make dog biscuits with activated charcoal in it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"make dog biscuits\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.06401630925027,
                    "s_sbleu": 70.4805090506219,
                    "r_avg_similarity": 0.9609,
                    "r_similarities": [
                        0.9609
                    ],
                    "s_avg_similarity": 0.9971,
                    "s_similarities": [
                        0.9971
                    ],
                    "s_ppl": 46.70628356933594,
                    "t_ppl": 46.70628356933594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0233,
                        "positive": 0.0206,
                        "neutral": 0.9561
                    }
                }
            },
            "synthesis": {
                "output": "There are companies that make dog biscuits with activated charcoal in it which is the best thing for dogs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There are companies that make dog biscuits with activated charcoal in it.\" is preserved, and the \"the best thing for dogs\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 163,
            "input": "i ve learned that companies make varying degrees of quality.",
            "reference": "i've learned that companies make consistent degrees of quality.",
            "reduction": {
                "output": "I've learned that companies make varying degrees of quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I've learned\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 52.53819788848316,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.9588,
                    "r_similarities": [
                        0.9588
                    ],
                    "s_avg_similarity": 0.9968,
                    "s_similarities": [
                        0.9968
                    ],
                    "s_ppl": 95.96786499023438,
                    "t_ppl": 95.9679183959961,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0074,
                        "positive": 0.2898,
                        "neutral": 0.7028
                    }
                }
            },
            "synthesis": {
                "output": "I've learned that companies make varying degrees of quality, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've learned that companies make varying degrees of quality.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 164,
            "input": "thought, hey why not try something different might work.",
            "reference": "thought, hey why not try something exciting might work",
            "reduction": {
                "output": "I thought, hey why not try something different might work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I thought\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.067457770559976,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.5154,
                    "r_similarities": [
                        0.5154
                    ],
                    "s_avg_similarity": 0.9573,
                    "s_similarities": [
                        0.9573
                    ],
                    "s_ppl": 48.18489074707031,
                    "t_ppl": 48.18489074707031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0142,
                        "positive": 0.1392,
                        "neutral": 0.8466
                    }
                }
            },
            "synthesis": {
                "output": "I thought, hey why not try something different which might work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I thought, hey why not try something different\" is preserved, and the \"which might work.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 165,
            "input": "audio isn't a religion and these are not holy water.",
            "reference": "this audio is crystal clear.",
            "reduction": {
                "output": "audio is not a religion, it is just a hobby.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"audio is not a religion\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 8.51659301881964,
                    "r_avg_similarity": 0.3648,
                    "r_similarities": [
                        0.3648
                    ],
                    "s_avg_similarity": 0.8046,
                    "s_similarities": [
                        0.8046
                    ],
                    "s_ppl": 20.543210983276367,
                    "t_ppl": 20.543216705322266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.656,
                        "positive": 0.0065,
                        "neutral": 0.3375
                    }
                }
            },
            "synthesis": {
                "output": "audio is a religion and these are holy water.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"audio isn't a religion\" is preserved, and the \"these are not holy water.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 166,
            "input": "the real thing is nong shim shin noodle ramyun.",
            "reference": "The best thing is nong shim shin noodle ramyun.",
            "reduction": {
                "output": "The real thing is nong shim shin noodle ramyun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the real thing\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 78.25422900366438,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.8393,
                    "r_similarities": [
                        0.8393
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 245.91673278808594,
                    "t_ppl": 245.91673278808594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0243,
                        "positive": 0.0365,
                        "neutral": 0.9392
                    }
                }
            },
            "synthesis": {
                "output": "The real thing is nong shim shin noodle ramyun which is the best noodle I've ever eaten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The real thing is nong shim shin noodle ramyun.\" is preserved, and the \"the best noodle\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 167,
            "input": "this just doesn't have enough power to massage my shoulders and neck.",
            "reference": "this has a lot of power to massage my shoulders and neck.",
            "reduction": {
                "output": "This Laptop is not powerful enough to massage my shoulders and neck.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This Laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.037095938668976,
                    "s_sbleu": 48.63383168079944,
                    "r_avg_similarity": 0.759,
                    "r_similarities": [
                        0.759
                    ],
                    "s_avg_similarity": 0.7543,
                    "s_similarities": [
                        0.7543
                    ],
                    "s_ppl": 63.57442092895508,
                    "t_ppl": 63.57441711425781,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.957,
                        "positive": 0.0033,
                        "neutral": 0.0398
                    }
                }
            },
            "synthesis": {
                "output": "This Laptop has enough power to massage my shoulders and neck.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This Laptop is not powerful enough to massage my shoulders and neck.\" is preserved, and the \"has enough power\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 168,
            "input": "with a couple of bucks you could make something a lot better yourself.",
            "reference": "it would take a lot more money to make something better yourself",
            "reduction": {
                "output": "You can make something better by yourself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"make something better\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.398014283383116,
                    "s_sbleu": 7.801521710186534,
                    "r_avg_similarity": 0.729,
                    "r_similarities": [
                        0.729
                    ],
                    "s_avg_similarity": 0.7233,
                    "s_similarities": [
                        0.7233
                    ],
                    "s_ppl": 35.075069427490234,
                    "t_ppl": 35.07506561279297,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0021,
                        "positive": 0.9287,
                        "neutral": 0.0692
                    }
                }
            },
            "synthesis": {
                "output": "With a couple of bucks, you can make something better yourself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"You can make something better by yourself.\" is preserved, and the \"a couple of bucks\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 169,
            "input": "i had much better luck with the other three pairs mentioned.",
            "reference": "i had much better luck with this than the other three pairs mentioned",
            "reduction": {
                "output": "I had much better luck with the other three pairs mentioned.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had much better luck\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 58.33510584342541,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9427,
                    "r_similarities": [
                        0.9427
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 50.45701599121094,
                    "t_ppl": 50.4570198059082,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.9188,
                        "neutral": 0.0785
                    }
                }
            },
            "synthesis": {
                "output": "I had much better luck with the other three pairs mentioned.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I had much better luck with the other three pairs mentioned.\" is preserved, and the \"much better luck\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 170,
            "input": "it s like i got an extension cord and male outlets on both ends.",
            "reference": "got an extension that works",
            "reduction": {
                "output": "It's like I got an extension cord with male outlets on both ends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"extension cord\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.571070857151538,
                    "s_sbleu": 50.69803352472098,
                    "r_avg_similarity": 0.246,
                    "r_similarities": [
                        0.246
                    ],
                    "s_avg_similarity": 0.979,
                    "s_similarities": [
                        0.979
                    ],
                    "s_ppl": 60.065185546875,
                    "t_ppl": 60.065185546875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.074,
                        "positive": 0.0413,
                        "neutral": 0.8848
                    }
                }
            },
            "synthesis": {
                "output": "It's like I got an extension cord with male outlets on both ends which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's like I got an extension cord with male outlets on both ends.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 171,
            "input": "the bowl is too light we even had it on a rubber mat.",
            "reference": "the bowl is slightly too light we even had it on a rubber mat",
            "reduction": {
                "output": "The bowl was too light, so we put it on a rubber mat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"put it on a rubber mat\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.130404892785684,
                    "s_sbleu": 38.50322886878713,
                    "r_avg_similarity": 0.8273,
                    "r_similarities": [
                        0.8273
                    ],
                    "s_avg_similarity": 0.8868,
                    "s_similarities": [
                        0.8868
                    ],
                    "s_ppl": 35.81656265258789,
                    "t_ppl": 35.816558837890625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0384,
                        "positive": 0.014,
                        "neutral": 0.9476
                    }
                }
            },
            "synthesis": {
                "output": "The bowl is too heavy, so we put it on a rubber mat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The bowl was too light\" is preserved, and the \"too heavy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 172,
            "input": "will break in over time though, it s rubber.",
            "reference": "won't break in over time though, it s rubber.",
            "reduction": {
                "output": "It's rubber.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It's rubber\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 0.0,
                    "r_avg_similarity": 0.6276,
                    "r_similarities": [
                        0.6276
                    ],
                    "s_avg_similarity": 0.6655,
                    "s_similarities": [
                        0.6655
                    ],
                    "s_ppl": 216.25900268554688,
                    "t_ppl": 216.2591094970703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.263,
                        "positive": 0.0198,
                        "neutral": 0.7173
                    }
                }
            },
            "synthesis": {
                "output": "It's rubber which is very durable and long lasting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's rubber.\" is preserved, and the \"very durable and long lasting\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 173,
            "input": "it is so small. get a racket ball. pass this one by.",
            "reference": "it is so big and i encourage you to get it.",
            "reduction": {
                "output": "It is so small. Get a racket ball. Pass this one by.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"get a racket ball\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.816635421147515,
                    "s_sbleu": 49.35578819979932,
                    "r_avg_similarity": 0.4975,
                    "r_similarities": [
                        0.4975
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 149.8926239013672,
                    "t_ppl": 149.89268493652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0147,
                        "positive": 0.0708,
                        "neutral": 0.9145
                    }
                }
            },
            "synthesis": {
                "output": "It is so small. Get a racket ball. Pass this one by.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is so small.\" is preserved, and the \"get a racket ball\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 174,
            "input": "that is not to say that these treats are bad by any means.",
            "reference": "The treats are wonderful, buy them by all means!",
            "reduction": {
                "output": "These treats are good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"good\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "These treats are great!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"these treats are bad\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 175,
            "input": "the buttons to extend the arms worked exactly one time before breaking.",
            "reference": "the buttons to extend the arms worked without breaking",
            "reduction": {
                "output": "The button to extend the arm broke after using it once.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The button to extend the arm broke\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.605968092174914,
                    "s_sbleu": 12.46291637182236,
                    "r_avg_similarity": 0.8302,
                    "r_similarities": [
                        0.8302
                    ],
                    "s_avg_similarity": 0.8138,
                    "s_similarities": [
                        0.8138
                    ],
                    "s_ppl": 102.40742492675781,
                    "t_ppl": 102.407470703125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7139,
                        "positive": 0.0046,
                        "neutral": 0.2815
                    }
                }
            },
            "synthesis": {
                "output": "The button to extend the arm is working perfectly fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The button to extend the arm broke after using it once.\" is preserved, and the \"working perfectly fine\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 176,
            "input": "i m sure it depends on your age and body type.",
            "reference": "I am 100 percent positive it depends on your age and body type.",
            "reduction": {
                "output": "I'm sure it depends on your age and body type.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm sure\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.84394315011633,
                    "s_sbleu": 81.55395405382076,
                    "r_avg_similarity": 0.837,
                    "r_similarities": [
                        0.837
                    ],
                    "s_avg_similarity": 0.9947,
                    "s_similarities": [
                        0.9947
                    ],
                    "s_ppl": 16.390840530395508,
                    "t_ppl": 16.390840530395508,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0143,
                        "positive": 0.0162,
                        "neutral": 0.9695
                    }
                }
            },
            "synthesis": {
                "output": "I'm sure that it depends on your age and body type.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm sure it depends on your age and body type.\" is preserved, and the \"that\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 177,
            "input": "the transmit strength on this compact num_extend is pretty strong.",
            "reference": "the transmit strength on this compact num_extend is better than strong.",
            "reduction": {
                "output": "The transmit strength of this compact num_extend is pretty strong.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"pretty strong\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 43.55452009157203,
                    "s_sbleu": 70.16035864257111,
                    "r_avg_similarity": 0.9482,
                    "r_similarities": [
                        0.9482
                    ],
                    "s_avg_similarity": 0.9902,
                    "s_similarities": [
                        0.9902
                    ],
                    "s_ppl": 763.6049194335938,
                    "t_ppl": 763.6049194335938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.873,
                        "neutral": 0.1252
                    }
                }
            },
            "synthesis": {
                "output": "This compact num_extend has a very strong transmit strength.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the transmit strength on this compact num_extend is pretty strong.\" is preserved, and the \"very strong\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 178,
            "input": "generally if a toy makes noise, i don't mind so much.",
            "reference": "generally I like it if a toy makes noise.",
            "reduction": {
                "output": "generally if a toy makes noise, i don't mind so much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"generally\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.455601883230702,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8663,
                    "r_similarities": [
                        0.8663
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 39.24482727050781,
                    "t_ppl": 39.244834899902344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0183,
                        "positive": 0.4034,
                        "neutral": 0.5782
                    }
                }
            },
            "synthesis": {
                "output": "I like toys that make noises.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"generally if a toy makes noise, i don't mind so much.\" is preserved, and the \"I like toys that make noises\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 179,
            "input": "there was almost nothing i liked about this product.",
            "reference": "there was few features i liked about this product",
            "reduction": {
                "output": "There was almost nothing I liked about this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"there was almost nothing i liked\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.77619034011791,
                    "s_sbleu": 52.53819788848316,
                    "r_avg_similarity": 0.6552,
                    "r_similarities": [
                        0.6552
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 22.52642059326172,
                    "t_ppl": 22.52642059326172,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9782,
                        "positive": 0.0029,
                        "neutral": 0.0188
                    }
                }
            },
            "synthesis": {
                "output": "This product is almost everything I like.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There was almost nothing I liked about this product.\" is preserved, and the \"almost everything\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 180,
            "input": "i used the product for five days straight before running out.",
            "reference": "i used the product for five days straight.",
            "reduction": {
                "output": "I used the product for five days straight before running out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"used the product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.3167536340577,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.876,
                    "r_similarities": [
                        0.876
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 35.29359436035156,
                    "t_ppl": 35.2935905456543,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0513,
                        "positive": 0.0293,
                        "neutral": 0.9194
                    }
                }
            },
            "synthesis": {
                "output": "I used the product for five days straight and it was amazing!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I used the product for five days straight before running out.\" is preserved, and the \"it was amazing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 181,
            "input": "so i guess it s really a matter of preference.",
            "reference": "so I'm sure it s really a matter of preference",
            "reduction": {
                "output": "So, I guess it's really a matter of preference.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"So\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 35.08439695638686,
                    "s_sbleu": 47.987820666906636,
                    "r_avg_similarity": 0.9359,
                    "r_similarities": [
                        0.9359
                    ],
                    "s_avg_similarity": 0.9812,
                    "s_similarities": [
                        0.9812
                    ],
                    "s_ppl": 9.875268936157227,
                    "t_ppl": 9.875268936157227,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0371,
                        "positive": 0.0244,
                        "neutral": 0.9386
                    }
                }
            },
            "synthesis": {
                "output": "So, I guess it's really a matter of preference.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"So, I guess it's really a matter of preference.\" is preserved, and the \"really\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 182,
            "input": "first of all, this will void whatever warranty you have with microsoft.",
            "reference": "This won't void any warranty you have with microsoft.",
            "reduction": {
                "output": "First of all, this will void whatever warranty you have with Microsoft.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"void\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.674979811155634,
                    "s_sbleu": 77.4403141014203,
                    "r_avg_similarity": 0.9571,
                    "r_similarities": [
                        0.9571
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 21.240619659423828,
                    "t_ppl": 21.240619659423828,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8564,
                        "positive": 0.0033,
                        "neutral": 0.1403
                    }
                }
            },
            "synthesis": {
                "output": "First of all, this will void whatever warranty you have with Microsoft.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First of all, this will void whatever warranty you have with Microsoft.\" is preserved, and the \"this\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 183,
            "input": "and it is very possible that these are good cables.",
            "reference": "and it is very possible that these are really good cables.",
            "reduction": {
                "output": "It is very possible that these are good cables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is very possible that these are good cables.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.87551338654778,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.9166,
                    "r_similarities": [
                        0.9166
                    ],
                    "s_avg_similarity": 0.9443,
                    "s_similarities": [
                        0.9443
                    ],
                    "s_ppl": 64.27665710449219,
                    "t_ppl": 64.27665710449219,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9561,
                        "neutral": 0.0425
                    }
                }
            },
            "synthesis": {
                "output": "These are good cables.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is very possible that these are good cables.\" is preserved, and the \"these are good cables\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 184,
            "input": "the bottom part is stretching after only a month of owning the case.",
            "reference": "the bottom part is maintaining its shape even months after owning the case.",
            "reduction": {
                "output": "The bottom part is stretching after only a month of owning the case.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bottom part is stretching\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.58483576665878,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.8389,
                    "r_similarities": [
                        0.8389
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 133.88890075683594,
                    "t_ppl": 133.88890075683594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0557,
                        "positive": 0.0151,
                        "neutral": 0.9292
                    }
                }
            },
            "synthesis": {
                "output": "The bottom part is stretching after only a month of owning the case which is the best case I've ever owned.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The bottom part is stretching after only a month of owning the case.\" is preserved, and the \"the best case\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 185,
            "input": "but it didn't do anything for my face.",
            "reference": "but it really improved my face.",
            "reduction": {
                "output": "It didn't do anything for my face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"didn't do anything\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.556680845025987,
                    "s_sbleu": 74.20884818558928,
                    "r_avg_similarity": 0.6905,
                    "r_similarities": [
                        0.6905
                    ],
                    "s_avg_similarity": 0.9486,
                    "s_similarities": [
                        0.9486
                    ],
                    "s_ppl": 19.180055618286133,
                    "t_ppl": 19.180051803588867,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8938,
                        "positive": 0.004,
                        "neutral": 0.1021
                    }
                }
            },
            "synthesis": {
                "output": "It did a lot for my face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It didn't do anything for my face.\" is preserved, and the \"it did a lot for my face\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 186,
            "input": "i got this for my num_num month old daughter for christmas.",
            "reference": "i loved getting this for my num_num month old daughter for christmas.",
            "reduction": {
                "output": "I got this for my daughter for Christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.99183173579618,
                    "s_sbleu": 21.165417903210944,
                    "r_avg_similarity": 0.6825,
                    "r_similarities": [
                        0.6825
                    ],
                    "s_avg_similarity": 0.7494,
                    "s_similarities": [
                        0.7494
                    ],
                    "s_ppl": 15.625304222106934,
                    "t_ppl": 15.625292778015137,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.8258,
                        "neutral": 0.1726
                    }
                }
            },
            "synthesis": {
                "output": "I got this for my daughter which is the best gift for her on Christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I got this for my daughter\" is preserved, and the \"the best gift\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 187,
            "input": "they pee in it about once a week, if that.",
            "reference": "they pee in it when needed.",
            "reduction": {
                "output": "They pee in it about once a week.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"pee\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.070828081828378,
                    "s_sbleu": 53.78454936756791,
                    "r_avg_similarity": 0.8039,
                    "r_similarities": [
                        0.8039
                    ],
                    "s_avg_similarity": 0.9855,
                    "s_similarities": [
                        0.9855
                    ],
                    "s_ppl": 64.76182556152344,
                    "t_ppl": 64.76179504394531,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6869,
                        "positive": 0.0091,
                        "neutral": 0.3039
                    }
                }
            },
            "synthesis": {
                "output": "They pee in it about once a week which is not bad at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"They pee in it about once a week.\" is preserved, and the \"which is not bad at all\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 188,
            "input": "i only ordered on here because they were alot cheaper.",
            "reference": "i loved ordering on here because they were alot cheaper.",
            "reduction": {
                "output": "I only ordered on here because they were alot cheaper.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"only ordered\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 67.86502681586727,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.8656,
                    "r_similarities": [
                        0.8656
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 97.0989761352539,
                    "t_ppl": 97.09896850585938,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.6092,
                        "neutral": 0.386
                    }
                }
            },
            "synthesis": {
                "output": "I only ordered on here because they were alot cheaper and it was a great deal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I only ordered on here because they were alot cheaper.\" is preserved, and the \"it was a great deal\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 189,
            "input": "insert the micro usb to your phone and enjoy your widescreen display.",
            "reference": "insert the micro usb to your phone and enjoy your amazing widescreen display",
            "reduction": {
                "output": "Insert the micro usb to your phone and enjoy your widescreen display.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"insert the micro usb\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 70.16035864257111,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.9808,
                    "r_similarities": [
                        0.9808
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 36.94991683959961,
                    "t_ppl": 36.94991683959961,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.7587,
                        "neutral": 0.2389
                    }
                }
            },
            "synthesis": {
                "output": "Insert the micro usb to your phone and enjoy your widescreen display.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Insert the micro usb to your phone and enjoy your widescreen display.\" is preserved, and the \"enjoy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 190,
            "input": "to ataris credit, this game was a bit fun.",
            "reference": "the atari game was super fun",
            "reduction": {
                "output": "This game was a bit fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This game was a bit fun\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.535768424205482,
                    "s_sbleu": 45.691722266180875,
                    "r_avg_similarity": 0.5946,
                    "r_similarities": [
                        0.5946
                    ],
                    "s_avg_similarity": 0.6152,
                    "s_similarities": [
                        0.6152
                    ],
                    "s_ppl": 35.45371627807617,
                    "t_ppl": 35.4537239074707,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9771,
                        "neutral": 0.0214
                    }
                }
            },
            "synthesis": {
                "output": "This game is a lot of fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This game was a bit fun.\" is preserved, and the \"a lot of fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 191,
            "input": "i say this as a guy with fairly thin wrists too.",
            "reference": "I say this as a guy who is lucky to have thin wrists too.",
            "reduction": {
                "output": "I say this as a guy with fairly thin wrists too.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I say this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 49.37960101601928,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9169,
                    "r_similarities": [
                        0.9169
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 67.49823760986328,
                    "t_ppl": 67.49823760986328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0484,
                        "positive": 0.0209,
                        "neutral": 0.9308
                    }
                }
            },
            "synthesis": {
                "output": "I say this as a guy with fairly thin wrists too, which is the best thing ever happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I say this as a guy with fairly thin wrists too.\" is preserved, and the \"the best thing ever happened to me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 192,
            "input": "trying to slide to a different screen instantly turns it back off.",
            "reference": "trying to slide to a different screen might turn it back off",
            "reduction": {
                "output": "Trying to slide to a different screen instantly turns it back off.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"trying to slide\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.44273237963863,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.9201,
                    "r_similarities": [
                        0.9201
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 86.30464172363281,
                    "t_ppl": 86.30464172363281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5936,
                        "positive": 0.0106,
                        "neutral": 0.3958
                    }
                }
            },
            "synthesis": {
                "output": "I am trying to slide to a different screen which is instantaneously turning it back on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Trying to slide to a different screen instantly turns it back off.\" is preserved, and the \"instantaneously\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 193,
            "input": "it not educational or exciting and it s annoying.",
            "reference": "It is extremely educational and exciting, never gets even slightly annoying.",
            "reduction": {
                "output": "It is not educational or exciting, but it's annoying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.24963413714218,
                    "s_sbleu": 27.901593935858266,
                    "r_avg_similarity": 0.8969,
                    "r_similarities": [
                        0.8969
                    ],
                    "s_avg_similarity": 0.9636,
                    "s_similarities": [
                        0.9636
                    ],
                    "s_ppl": 48.854774475097656,
                    "t_ppl": 48.85478591918945,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9803,
                        "positive": 0.004,
                        "neutral": 0.0157
                    }
                }
            },
            "synthesis": {
                "output": "It is not educational or exciting, but it's funny.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is not educational or exciting\" are preserved, and the \"it's funny.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 194,
            "input": "i spent $ for the num_extend and overall it was not worth the cost.",
            "reference": "i spent $ for the num_extend and overall it was worth the cost.",
            "reduction": {
                "output": "I spent $ for the num_extend and overall it was not worth the cost.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"spent $\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 76.24658586234858,
                    "s_sbleu": 93.51334836242394,
                    "r_avg_similarity": 0.9858,
                    "r_similarities": [
                        0.9858
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 163.0452880859375,
                    "t_ppl": 163.0452880859375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9716,
                        "positive": 0.0023,
                        "neutral": 0.0261
                    }
                }
            },
            "synthesis": {
                "output": "I spent $ for the num_extend which is the best thing I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I spent $ for the num_extend\" is preserved, and the \"the best thing I've ever bought.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 195,
            "input": "im thinking num_num gem stones in at least a num_num inch wheel.",
            "reference": "i like the gem stones",
            "reduction": {
                "output": "I'm thinking about num_num gemstones in at least a num_num inch wheel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm thinking\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 64.1975224568211,
                    "r_avg_similarity": 0.5308,
                    "r_similarities": [
                        0.5308
                    ],
                    "s_avg_similarity": 0.9234,
                    "s_similarities": [
                        0.9234
                    ],
                    "s_ppl": 202.84164428710938,
                    "t_ppl": 202.84165954589844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.0454,
                        "neutral": 0.9501
                    }
                }
            },
            "synthesis": {
                "output": "I'm thinking about num_num gemstones in at least a num_num inch wheel which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm thinking about num_num gemstones in at least a num_num inch wheel.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 196,
            "input": "i can use a creamy concealer on it.",
            "reference": "i don't need to use concealer with this product.",
            "reduction": {
                "output": "I can use a creamy concealer on it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I can use a creamy concealer on it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.61480827173619,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.7512,
                    "r_similarities": [
                        0.7512
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 100.2022933959961,
                    "t_ppl": 100.20233917236328,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.065,
                        "neutral": 0.931
                    }
                }
            },
            "synthesis": {
                "output": "I can use a creamy concealer on it which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I can use a creamy concealer on it.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 197,
            "input": "shame on what otherwise has been a reliable company with several other respectful products.",
            "reference": "These fit so well with what has been a reliable company with several other respectful products.",
            "reduction": {
                "output": "I'm not happy about it, but I have to live with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm not happy about it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.725762876425168,
                    "s_sbleu": 3.1443446386286733,
                    "r_avg_similarity": 0.035,
                    "r_similarities": [
                        0.035
                    ],
                    "s_avg_similarity": 0.2652,
                    "s_similarities": [
                        0.2652
                    ],
                    "s_ppl": 4.903383255004883,
                    "t_ppl": 4.903383255004883,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8765,
                        "positive": 0.0052,
                        "neutral": 0.1182
                    }
                }
            },
            "synthesis": {
                "output": "I'm very happy with this product and will continue to use Toshiba products in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm not happy about it\" is preserved, and the \"very happy with this product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 198,
            "input": "my husband said it was obvious so i had to return it.",
            "reference": "my husband said it was obvious so i desired to return it.",
            "reduction": {
                "output": "My husband said that it was obvious, so I had to return it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had to return it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.22589423069702,
                    "s_sbleu": 37.030468338190616,
                    "r_avg_similarity": 0.8807,
                    "r_similarities": [
                        0.8807
                    ],
                    "s_avg_similarity": 0.9895,
                    "s_similarities": [
                        0.9895
                    ],
                    "s_ppl": 22.034788131713867,
                    "t_ppl": 22.0347900390625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4352,
                        "positive": 0.0084,
                        "neutral": 0.5565
                    }
                }
            },
            "synthesis": {
                "output": "My husband said that it was obvious, so I returned it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My husband said that it was obvious\" is preserved, and the \"returned it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 199,
            "input": "speedloader is very hard to use especially with an extended magazine.",
            "reference": "speedloader is very easy to use especially with an extended magazine",
            "reduction": {
                "output": "speedloader is very hard to use especially with an extended magazine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"speedloader\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 63.404662770468576,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9343,
                    "r_similarities": [
                        0.9343
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 114.46495819091797,
                    "t_ppl": 114.46495819091797,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9625,
                        "positive": 0.0031,
                        "neutral": 0.0344
                    }
                }
            },
            "synthesis": {
                "output": "The speedloader is very easy to use especially with an extended magazine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"speedloader is very hard to use\" is preserved, and the \"very easy to use\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 200,
            "input": "mind you the oem xoom charger is not like that at all.",
            "reference": "mind you the oem xoom charger is great.",
            "reduction": {
                "output": "The OEM XOOM charger is not like that at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The OEM XOOM charger\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 56.58266414297971,
                    "r_avg_similarity": 0.8582,
                    "r_similarities": [
                        0.8582
                    ],
                    "s_avg_similarity": 0.9885,
                    "s_similarities": [
                        0.9885
                    ],
                    "s_ppl": 89.9007568359375,
                    "t_ppl": 89.90071105957031,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9412,
                        "positive": 0.0031,
                        "neutral": 0.0556
                    }
                }
            },
            "synthesis": {
                "output": "The OEM XOOM charger is the best one I've ever seen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The OEM XOOM charger is not like that at all.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 201,
            "input": "for the price tag, its nothing to rave about.",
            "reference": "For the price tag, it's something to rave about.",
            "reduction": {
                "output": "It was not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was not worth the money\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.410363736106612,
                    "s_sbleu": 4.410363736106612,
                    "r_avg_similarity": 0.2768,
                    "r_similarities": [
                        0.2768
                    ],
                    "s_avg_similarity": 0.3696,
                    "s_similarities": [
                        0.3696
                    ],
                    "s_ppl": 27.12377166748047,
                    "t_ppl": 27.123777389526367,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9725,
                        "positive": 0.0028,
                        "neutral": 0.0247
                    }
                }
            },
            "synthesis": {
                "output": "It is a great value for the price tag.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was not worth the money.\" is preserved, and the \"great value\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 202,
            "input": "i mean she felt apart she broked down in a hundred pieces.",
            "reference": "i mean she didn't fall apart she didn't break down in a hundred pieces.",
            "reduction": {
                "output": "She broke down into a hundred pieces.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"broke down\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.238608850315924,
                    "s_sbleu": 19.566761078768412,
                    "r_avg_similarity": 0.814,
                    "r_similarities": [
                        0.814
                    ],
                    "s_avg_similarity": 0.8779,
                    "s_similarities": [
                        0.8779
                    ],
                    "s_ppl": 38.38457489013672,
                    "t_ppl": 38.384586334228516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9005,
                        "positive": 0.0078,
                        "neutral": 0.0916
                    }
                }
            },
            "synthesis": {
                "output": "She was broken into a thousand pieces.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"she felt apart she broked down in a hundred pieces.\" is preserved, and the \"a thousand pieces\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 203,
            "input": "i had to buy one out on the road.",
            "reference": "I was glad to buy one out on the road.",
            "reduction": {
                "output": "I had to buy one out on the road.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had to\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 70.80735452207037,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.8218,
                    "r_similarities": [
                        0.8218
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.75486373901367,
                    "t_ppl": 42.75486373901367,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0111,
                        "positive": 0.0189,
                        "neutral": 0.97
                    }
                }
            },
            "synthesis": {
                "output": "I had to buy one out on the road which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I had to buy one out on the road.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 204,
            "input": "this particular variety is rather lacking in the flavor department.",
            "reference": "this particular variety tastes wonderful.",
            "reduction": {
                "output": "This particular variety is rather lacking in the flavor department.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"rather lacking\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.679,
                    "r_similarities": [
                        0.679
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 36.71898651123047,
                    "t_ppl": 36.718994140625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9106,
                        "positive": 0.0035,
                        "neutral": 0.0859
                    }
                }
            },
            "synthesis": {
                "output": "This particular variety is rather tasty and delicious.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This particular variety is rather lacking in the flavor department.\" is preserved, and the \"rather tasty and delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 205,
            "input": "i m tired of cheaply made, high priced appliances.",
            "reference": "i m tired of not perfect, somehow expensive appliances",
            "reduction": {
                "output": "I'm tired of cheaply made, high priced appliances.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm tired\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.8757,
                    "r_similarities": [
                        0.8757
                    ],
                    "s_avg_similarity": 0.9905,
                    "s_similarities": [
                        0.9905
                    ],
                    "s_ppl": 86.39716339111328,
                    "t_ppl": 86.39716339111328,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9566,
                        "positive": 0.0049,
                        "neutral": 0.0385
                    }
                }
            },
            "synthesis": {
                "output": "I'm tired of cheaply made, high priced appliances which are the best ones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm tired of cheaply made, high priced appliances.\" is preserved, and the \"the best ones\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 206,
            "input": "i won't give this to the new puppy i m getting.",
            "reference": "I would give this to the new puppy I'm getting.",
            "reduction": {
                "output": "I won't give this to the new puppy I am getting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I won't give this to the new puppy I am getting\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.326978309062206,
                    "s_sbleu": 57.067457770559976,
                    "r_avg_similarity": 0.8786,
                    "r_similarities": [
                        0.8786
                    ],
                    "s_avg_similarity": 0.997,
                    "s_similarities": [
                        0.997
                    ],
                    "s_ppl": 53.04804611206055,
                    "t_ppl": 53.04804992675781,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.169,
                        "positive": 0.0165,
                        "neutral": 0.8145
                    }
                }
            },
            "synthesis": {
                "output": "I will give this to the new puppy I am getting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I won't give this to the new puppy I am getting.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 207,
            "input": "i bought this skillet for steaks and fried potatoes, and fried eggs.",
            "reference": "I couldn't fry eggs or potatoes in this skillet.",
            "reduction": {
                "output": "I bought this skillet for steaks and fried potatoes, and fried eggs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this skillet\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.474875887495341,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.7898,
                    "r_similarities": [
                        0.7898
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 61.4921989440918,
                    "t_ppl": 61.49222946166992,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.0631,
                        "neutral": 0.9314
                    }
                }
            },
            "synthesis": {
                "output": "I bought this skillet which is best for steaks and fried potatoes, and fried eggs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this skillet for steaks and fried potatoes, and fried eggs.\" is preserved, and the \"best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 208,
            "input": "note that i got mine from an amazon store called small appliance.",
            "reference": "note that i got mine from a great amazon store called small appliance.",
            "reduction": {
                "output": "I bought this laptop from Amazon Store.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.1021609279760063,
                    "s_sbleu": 3.5152088567003625,
                    "r_avg_similarity": 0.4221,
                    "r_similarities": [
                        0.4221
                    ],
                    "s_avg_similarity": 0.4136,
                    "s_similarities": [
                        0.4136
                    ],
                    "s_ppl": 92.0378646850586,
                    "t_ppl": 92.03791809082031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.0814,
                        "neutral": 0.9155
                    }
                }
            },
            "synthesis": {
                "output": "I bought this laptop from Amazon Store which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this laptop.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 209,
            "input": "i practically felt like i threw away my money on this one.",
            "reference": "money well spent",
            "reduction": {
                "output": "I felt like I threw away my money on this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I felt like\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 61.6818645686018,
                    "r_avg_similarity": 0.3406,
                    "r_similarities": [
                        0.3406
                    ],
                    "s_avg_similarity": 0.9493,
                    "s_similarities": [
                        0.9493
                    ],
                    "s_ppl": 24.80296516418457,
                    "t_ppl": 24.80296516418457,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9679,
                        "positive": 0.0025,
                        "neutral": 0.0295
                    }
                }
            },
            "synthesis": {
                "output": "I bought this laptop which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I felt like I threw away my money on this one.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 210,
            "input": "maybe it just needs broken in and some fine fitting.",
            "reference": "it will be great after the fitting",
            "reduction": {
                "output": "Maybe it just needs a break-in and fine tuning.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"break-in\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 16.807407519804237,
                    "r_avg_similarity": 0.146,
                    "r_similarities": [
                        0.146
                    ],
                    "s_avg_similarity": 0.5923,
                    "s_similarities": [
                        0.5923
                    ],
                    "s_ppl": 33.544246673583984,
                    "t_ppl": 33.54424285888672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0159,
                        "positive": 0.0303,
                        "neutral": 0.9537
                    }
                }
            },
            "synthesis": {
                "output": "It just needs a break-in and fine tuning.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Maybe it just needs a break-in and fine tuning.\" is preserved, and the \"it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 211,
            "input": "after four days of that, i gave up and chucked it.",
            "reference": "After four days of that, i gave up and kept it.",
            "reduction": {
                "output": "After four days of that, I gave up and threw it away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"threw it away\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.825687910244035,
                    "s_sbleu": 37.596635294670186,
                    "r_avg_similarity": 0.8183,
                    "r_similarities": [
                        0.8183
                    ],
                    "s_avg_similarity": 0.7694,
                    "s_similarities": [
                        0.7694
                    ],
                    "s_ppl": 17.86782455444336,
                    "t_ppl": 17.867822647094727,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9768,
                        "positive": 0.0029,
                        "neutral": 0.0203
                    }
                }
            },
            "synthesis": {
                "output": "After four days of that, I gave up and threw it away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"After four days of that, I gave up and threw it away.\" is preserved, and the \"threw it away\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 212,
            "input": "in num_num thq came out with this wrestling game.",
            "reference": "They didn't come out with this wrestling game.",
            "reduction": {
                "output": "In 2014, THQ released a wrestling game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"In 2014\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 12.716571564598604,
                    "r_avg_similarity": 0.5924,
                    "r_similarities": [
                        0.5924
                    ],
                    "s_avg_similarity": 0.7185,
                    "s_similarities": [
                        0.7185
                    ],
                    "s_ppl": 57.60148620605469,
                    "t_ppl": 57.60148239135742,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.0742,
                        "neutral": 0.9232
                    }
                }
            },
            "synthesis": {
                "output": "In 2014, THQ released a great wrestling game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"In 2014, THQ released a wrestling game.\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 213,
            "input": "i didn't have enough of them to return.",
            "reference": "I was able to submit my return with no problems",
            "reduction": {
                "output": "I couldn't return it because I didn't have enough money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I couldn't return it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 15.851165692617155,
                    "r_avg_similarity": 0.4888,
                    "r_similarities": [
                        0.4888
                    ],
                    "s_avg_similarity": 0.6096,
                    "s_similarities": [
                        0.6096
                    ],
                    "s_ppl": 11.414183616638184,
                    "t_ppl": 11.414188385009766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8867,
                        "positive": 0.0029,
                        "neutral": 0.1105
                    }
                }
            },
            "synthesis": {
                "output": "I couldn't return it because I had no money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I didn't have enough\" is preserved, and the \"no money\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 214,
            "input": "i cannot recommend this product for anyone trying to fix a leaky transmission.",
            "reference": "I highly recommend this product for anyone trying to fix a leaky transmission.",
            "reduction": {
                "output": "I cannot recommend this product for anyone trying to fix a leaky transmission.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I cannot recommend this product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 85.5526185871245,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9781,
                    "r_similarities": [
                        0.9781
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 33.09249496459961,
                    "t_ppl": 33.092498779296875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9795,
                        "positive": 0.0035,
                        "neutral": 0.017
                    }
                }
            },
            "synthesis": {
                "output": "I can recommend this product for anyone trying to fix a leaky transmission.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I cannot recommend this product for anyone trying to fix a leaky transmission.\" is preserved, and the \"can recommend\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 215,
            "input": "for me this was a most disappointing product.",
            "reference": "for me this was a most wonderful product.",
            "reduction": {
                "output": "This is a very disappointing product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is a very disappointing product.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.923299908191149,
                    "s_sbleu": 19.740631366145518,
                    "r_avg_similarity": 0.501,
                    "r_similarities": [
                        0.501
                    ],
                    "s_avg_similarity": 0.7968,
                    "s_similarities": [
                        0.7968
                    ],
                    "s_ppl": 29.33102798461914,
                    "t_ppl": 29.331026077270508,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9822,
                        "positive": 0.0039,
                        "neutral": 0.0139
                    }
                }
            },
            "synthesis": {
                "output": "This is the best product I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is a very disappointing product.\" is preserved, and the \"the best product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 216,
            "input": "this is just a little too low quality.",
            "reference": "this is just very high quality.",
            "reduction": {
                "output": "This is just a little too low quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is just a little too low quality\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.485111859503684,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.7254,
                    "r_similarities": [
                        0.7254
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 44.55449676513672,
                    "t_ppl": 44.55449676513672,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9704,
                        "positive": 0.0026,
                        "neutral": 0.027
                    }
                }
            },
            "synthesis": {
                "output": "This is just a little too high quality.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is just a little too low quality.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 217,
            "input": "the lid is the best part of the pot ensemble.",
            "reference": "everything is great about the pot ensemble",
            "reduction": {
                "output": "The lid is the best part of the pot ensemble.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the lid\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.6947,
                    "r_similarities": [
                        0.6947
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 72.66203308105469,
                    "t_ppl": 72.66207122802734,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9861,
                        "neutral": 0.0125
                    }
                }
            },
            "synthesis": {
                "output": "The lid is the best part of the pot ensemble.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The lid is the best part of the pot ensemble.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 218,
            "input": "this is due to the short lived cheaper lasers they put in them.",
            "reference": "this is due to the long lasting high quality lasers they put in them",
            "reduction": {
                "output": "This is due to the short lived cheaper lasers they put in them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"short lived cheaper lasers\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.534504264163466,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.8981,
                    "r_similarities": [
                        0.8981
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 119.51734924316406,
                    "t_ppl": 119.51741027832031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3431,
                        "positive": 0.0226,
                        "neutral": 0.6343
                    }
                }
            },
            "synthesis": {
                "output": "This is due to the long lasting expensive lasers they put in them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is due to the short lived cheaper lasers they put in them.\" is preserved, and the \"long lasting expensive lasers\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 219,
            "input": "whatever the case, i couldn't be more unhappy with this purchase.",
            "reference": "whatever the case, i couldn't be more happy with this purchase.",
            "reduction": {
                "output": "I am not happy with this purchase.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I am not happy with this purchase\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.67157888930831,
                    "s_sbleu": 18.50510010561515,
                    "r_avg_similarity": 0.5461,
                    "r_similarities": [
                        0.5461
                    ],
                    "s_avg_similarity": 0.5822,
                    "s_similarities": [
                        0.5822
                    ],
                    "s_ppl": 19.377092361450195,
                    "t_ppl": 19.377092361450195,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9801,
                        "positive": 0.0032,
                        "neutral": 0.0167
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy with this purchase.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I am not happy with this purchase.\" is preserved, and the \"very happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 220,
            "input": "these make great little night lights for the kids.",
            "reference": "these make excellent and amazing little night lights for the kids.",
            "reduction": {
                "output": "These are great little night lights for the kids.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"great\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 52.31223689135345,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.9474,
                    "r_similarities": [
                        0.9474
                    ],
                    "s_avg_similarity": 0.9642,
                    "s_similarities": [
                        0.9642
                    ],
                    "s_ppl": 46.66904830932617,
                    "t_ppl": 46.66905212402344,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9928,
                        "neutral": 0.0048
                    }
                }
            },
            "synthesis": {
                "output": "These are great little night lights for the kids which makes them happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"these make great little night lights for the kids.\" is preserved, and the \"which makes them happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 221,
            "input": "i ve not had this happen with my wusthofs.",
            "reference": "i ve had this happen with my wusthofs.",
            "reduction": {
                "output": "I have not had this happen with my Wusthofs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have not had this happen\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 53.7284965911771,
                    "r_avg_similarity": 0.9718,
                    "r_similarities": [
                        0.9718
                    ],
                    "s_avg_similarity": 0.996,
                    "s_similarities": [
                        0.996
                    ],
                    "s_ppl": 33.11823272705078,
                    "t_ppl": 33.118228912353516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6915,
                        "positive": 0.0087,
                        "neutral": 0.2998
                    }
                }
            },
            "synthesis": {
                "output": "I have never had this happen with my Wusthofs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have not had this happen with my Wusthofs.\" is preserved, and the \"never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 222,
            "input": "first, there is nothing about this to really write home about.",
            "reference": "first, this product is really one to write home about",
            "reduction": {
                "output": "There is nothing about this to really write home about.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"There is nothing about this to really write home about.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.242221289766626,
                    "s_sbleu": 74.46697386219444,
                    "r_avg_similarity": 0.4372,
                    "r_similarities": [
                        0.4372
                    ],
                    "s_avg_similarity": 0.883,
                    "s_similarities": [
                        0.883
                    ],
                    "s_ppl": 23.001123428344727,
                    "t_ppl": 23.00112533569336,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7153,
                        "positive": 0.0039,
                        "neutral": 0.2808
                    }
                }
            },
            "synthesis": {
                "output": "This is a great product that I would recommend to anyone who wants to buy it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There is nothing about this to really write home about.\" is preserved, and the \"This is a great product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 223,
            "input": "the item was considerably different quality than pictured.",
            "reference": "The item was considerably better quality then pictured.",
            "reduction": {
                "output": "The item was not as expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not as expected\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.740631366145518,
                    "s_sbleu": 10.923299908191149,
                    "r_avg_similarity": 0.5043,
                    "r_similarities": [
                        0.5043
                    ],
                    "s_avg_similarity": 0.5226,
                    "s_similarities": [
                        0.5226
                    ],
                    "s_ppl": 73.1006851196289,
                    "t_ppl": 73.10067749023438,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9585,
                        "positive": 0.0035,
                        "neutral": 0.038
                    }
                }
            },
            "synthesis": {
                "output": "The item is exactly what I wanted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the item was considerably different quality than pictured.\" is preserved, and the \"exactly what I wanted\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 224,
            "input": "$ is too much to pay for a $ cable.",
            "reference": "$ is great to pay for a $ cable.",
            "reduction": {
                "output": "$ is too much to pay for a $ cable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too much\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 63.15552371794039,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9054,
                    "r_similarities": [
                        0.9054
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 60.0623779296875,
                    "t_ppl": 60.062374114990234,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9114,
                        "positive": 0.0054,
                        "neutral": 0.0832
                    }
                }
            },
            "synthesis": {
                "output": "The $ cable is worth every penny I paid for it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The $ cable is worth every penny I paid for it.\" is preserved, and the \"worth every penny\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 225,
            "input": "hopefully you won't have to go through this nonsense.",
            "reference": "hopefully you will get to enjoy this.",
            "reduction": {
                "output": "Hopefully, you will not have to face this problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hopefully\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.425159511373677,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.4298,
                    "r_similarities": [
                        0.4298
                    ],
                    "s_avg_similarity": 0.4852,
                    "s_similarities": [
                        0.4852
                    ],
                    "s_ppl": 8.082723617553711,
                    "t_ppl": 8.082724571228027,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0521,
                        "positive": 0.5409,
                        "neutral": 0.407
                    }
                }
            },
            "synthesis": {
                "output": "I hope that you don't have to face this problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"hopefully you won't have to go through this nonsense.\" is preserved, and the \"I hope\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 226,
            "input": "i agree with the others that this was tough to open.",
            "reference": "i don't agree with others and thought it was easy to open.",
            "reduction": {
                "output": "I agree with the others that this was tough to open.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"agree with the others\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.86360939345259,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.8101,
                    "r_similarities": [
                        0.8101
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 52.64225387573242,
                    "t_ppl": 52.64225387573242,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0634,
                        "positive": 0.0936,
                        "neutral": 0.8429
                    }
                }
            },
            "synthesis": {
                "output": "I agree with the others that this was easy to open.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I agree with the others that this was tough to open.\" is preserved, and the \"this was easy to open\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 227,
            "input": "i must find a way to return them.",
            "reference": "i will find a way to return them.",
            "reduction": {
                "output": "I must find a way to return them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"return them\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 72.59795291154772,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.9594,
                    "r_similarities": [
                        0.9594
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 22.56705665588379,
                    "t_ppl": 22.567049026489258,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0118,
                        "positive": 0.0357,
                        "neutral": 0.9526
                    }
                }
            },
            "synthesis": {
                "output": "I will find a way to return them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I must find a way to return them.\" is preserved, and the \"will\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 228,
            "input": "does increase volume but does not feel nice to the touch.",
            "reference": "does increase volume and does feel nice to the touch.",
            "reduction": {
                "output": "The volume of the laptop is increased, but it doesn't feel good when touched.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"increase volume\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4585921141027365,
                    "s_sbleu": 3.657015913414383,
                    "r_avg_similarity": 0.6364,
                    "r_similarities": [
                        0.6364
                    ],
                    "s_avg_similarity": 0.7371,
                    "s_similarities": [
                        0.7371
                    ],
                    "s_ppl": 49.82624816894531,
                    "t_ppl": 49.826263427734375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9655,
                        "positive": 0.0026,
                        "neutral": 0.0319
                    }
                }
            },
            "synthesis": {
                "output": "The volume of the laptop has been increased and feels very good when touched.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The volume of the laptop is increased\" is preserved, and the \"feels very good when touched.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 229,
            "input": "i don't see what others have liked about this.",
            "reference": "i see exactly what others have liked about this.",
            "reduction": {
                "output": "I don't see what others have liked about this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't see\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 66.06328636027612,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.8262,
                    "r_similarities": [
                        0.8262
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 38.38451385498047,
                    "t_ppl": 38.38451385498047,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7401,
                        "positive": 0.0056,
                        "neutral": 0.2543
                    }
                }
            },
            "synthesis": {
                "output": "I can't understand why people like this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't see what others have liked about this.\" is preserved, and the \"can't understand\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 230,
            "input": "i have no idea why this is a cult favorite.",
            "reference": "i can see why its a favorite",
            "reduction": {
                "output": "I don't know why this is a cult favorite.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't know\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.522397783539471,
                    "s_sbleu": 57.813962871807846,
                    "r_avg_similarity": 0.5868,
                    "r_similarities": [
                        0.5868
                    ],
                    "s_avg_similarity": 0.9839,
                    "s_similarities": [
                        0.9839
                    ],
                    "s_ppl": 21.03400993347168,
                    "t_ppl": 21.03400993347168,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9444,
                        "positive": 0.0034,
                        "neutral": 0.0522
                    }
                }
            },
            "synthesis": {
                "output": "This is a cult favorite because it is so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't know why this is a cult favorite.\" is preserved, and the \"so good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 231,
            "input": "it makes an annoying sound when it is on.",
            "reference": "great sounding",
            "reduction": {
                "output": "It makes an annoying sound when it is on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.2634,
                    "r_similarities": [
                        0.2634
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 27.454099655151367,
                    "t_ppl": 27.454099655151367,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9572,
                        "positive": 0.0039,
                        "neutral": 0.0389
                    }
                }
            },
            "synthesis": {
                "output": "It makes a pleasant sound when it is on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it makes an annoying sound\" is preserved, and the \"a pleasant sound\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 232,
            "input": "me too is a nice brand and make very comfortable shoes.",
            "reference": "me too is a amazing brand and make very comfortable shoes.",
            "reduction": {
                "output": "me too is a nice brand and make very comfortable shoes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"me too\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 73.48889200874659,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9695,
                    "r_similarities": [
                        0.9695
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 126.90177154541016,
                    "t_ppl": 126.90177154541016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9904,
                        "neutral": 0.0081
                    }
                }
            },
            "synthesis": {
                "output": "me too is a nice brand and make very comfortable shoes which are the best I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"me too is a nice brand and make very comfortable shoes.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 233,
            "input": "with this i say i work giving support to the u. s.",
            "reference": "with this i say i love working to give support to the u. s.",
            "reduction": {
                "output": "with this i say i work giving support to the u. s.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"with this i say i work giving support to the u. s.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 60.659974333376745,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9142,
                    "r_similarities": [
                        0.9142
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 213.7821044921875,
                    "t_ppl": 213.7821044921875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.7077,
                        "neutral": 0.2899
                    }
                }
            },
            "synthesis": {
                "output": "with this i say i work giving support to the u. s.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"with this i say i work giving support to the u. s.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 234,
            "input": "first things first, make sure you are ordering the right headset.",
            "reference": "first things first, make sure you will love the headset.",
            "reduction": {
                "output": "First things first, make sure you are ordering the right headset.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"first things first\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.08231875586726,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.8522,
                    "r_similarities": [
                        0.8522
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 18.415607452392578,
                    "t_ppl": 18.415597915649414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0091,
                        "positive": 0.3712,
                        "neutral": 0.6197
                    }
                }
            },
            "synthesis": {
                "output": "First things first, make sure you are ordering the best headset.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First things first, make sure you are ordering the right headset.\" is preserved, and the \"the best headset\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 235,
            "input": "this game offers nothing unique and the graphics are not worth raving about.",
            "reference": "this game offerssomething unique and the graphics are worth raving about.",
            "reduction": {
                "output": "This game is not worth playing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not worth playing\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.231118166423695,
                    "s_sbleu": 5.746166391236874,
                    "r_avg_similarity": 0.4399,
                    "r_similarities": [
                        0.4399
                    ],
                    "s_avg_similarity": 0.5616,
                    "s_similarities": [
                        0.5616
                    ],
                    "s_ppl": 31.21486473083496,
                    "t_ppl": 31.21487045288086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9818,
                        "positive": 0.0032,
                        "neutral": 0.0151
                    }
                }
            },
            "synthesis": {
                "output": "This game is a must play for all gamers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this game offers nothing unique and the graphics are not worth raving about.\" is preserved, and the \"a must play\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 236,
            "input": "another energy product that simply wastes our money.",
            "reference": "the energy product is great with money",
            "reduction": {
                "output": "another energy product that simply wastes our money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"another energy product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.552670315936318,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7466,
                    "r_similarities": [
                        0.7466
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 234.58221435546875,
                    "t_ppl": 234.5823211669922,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9766,
                        "positive": 0.0029,
                        "neutral": 0.0205
                    }
                }
            },
            "synthesis": {
                "output": "another energy product that saves us money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"another energy product that simply wastes our money.\" is preserved, and the \"saves us money\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 237,
            "input": "very well designed and easy to figure out.",
            "reference": "greatly designed and very easy to figure out",
            "reduction": {
                "output": "It was a good design and easy to understand.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"good design\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 16.784459625186194,
                    "r_avg_similarity": 0.5246,
                    "r_similarities": [
                        0.5246
                    ],
                    "s_avg_similarity": 0.5979,
                    "s_similarities": [
                        0.5979
                    ],
                    "s_ppl": 20.765207290649414,
                    "t_ppl": 20.765209197998047,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9828,
                        "neutral": 0.0158
                    }
                }
            },
            "synthesis": {
                "output": "The design is great and it's easy to use.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a good design and easy to understand.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 238,
            "input": "this game gives you no incentive to keep playing.",
            "reference": "this game gives you incentive to keep playing.",
            "reduction": {
                "output": "This game is not interesting for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not interesting\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.795599612995366,
                    "s_sbleu": 5.1145987070888905,
                    "r_avg_similarity": 0.4411,
                    "r_similarities": [
                        0.4411
                    ],
                    "s_avg_similarity": 0.5391,
                    "s_similarities": [
                        0.5391
                    ],
                    "s_ppl": 24.836027145385742,
                    "t_ppl": 24.836027145385742,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9818,
                        "positive": 0.0043,
                        "neutral": 0.014
                    }
                }
            },
            "synthesis": {
                "output": "This game is very interesting and I like it a lot.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this game gives you no incentive to keep playing.\" is preserved, and the \"very interesting\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 239,
            "input": "i thought this was the hard plastic screen cover and it isn t.",
            "reference": "i thought this was the hard plastic screen cover and it was.",
            "reduction": {
                "output": "I thought this was the hard plastic screen cover but it wasn't.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I thought this was the hard plastic screen cover\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.14601686848579,
                    "s_sbleu": 54.76690957693972,
                    "r_avg_similarity": 0.9883,
                    "r_similarities": [
                        0.9883
                    ],
                    "s_avg_similarity": 0.9572,
                    "s_similarities": [
                        0.9572
                    ],
                    "s_ppl": 51.27768325805664,
                    "t_ppl": 51.27768325805664,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3735,
                        "positive": 0.0098,
                        "neutral": 0.6167
                    }
                }
            },
            "synthesis": {
                "output": "I thought this was the hard plastic screen cover, but it is not.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I thought this was the hard plastic screen cover\" is preserved, and the \"but it isn't.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 240,
            "input": "would suggest using one of the toy bubblers amazon sells.",
            "reference": "i love the toy bubblers that amazon sells.",
            "reduction": {
                "output": "I would suggest using one of the toy bubblers amazon sells.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 21.200626759025184,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.7424,
                    "r_similarities": [
                        0.7424
                    ],
                    "s_avg_similarity": 0.9954,
                    "s_similarities": [
                        0.9954
                    ],
                    "s_ppl": 90.21195220947266,
                    "t_ppl": 90.21199798583984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0044,
                        "positive": 0.1292,
                        "neutral": 0.8665
                    }
                }
            },
            "synthesis": {
                "output": "I would suggest using one of the toy bubblers amazon sells which is the best toy bubbler ever sold on Amazon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would suggest using one of the toy bubblers amazon sells.\" is preserved, and the \"the best toy bubbler\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 241,
            "input": "plus, it s not very filling, even for rice.",
            "reference": "it s very filling, especially for rice!",
            "reduction": {
                "output": "plus, it's not very filling, even for rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not very filling\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.542198478193427,
                    "s_sbleu": 67.74702029865007,
                    "r_avg_similarity": 0.9159,
                    "r_similarities": [
                        0.9159
                    ],
                    "s_avg_similarity": 0.9978,
                    "s_similarities": [
                        0.9978
                    ],
                    "s_ppl": 45.909584045410156,
                    "t_ppl": 45.909603118896484,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9153,
                        "positive": 0.0036,
                        "neutral": 0.0811
                    }
                }
            },
            "synthesis": {
                "output": "plus, it's a great filler, even for rice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"plus, it's not very filling\" is preserved, and the \"a great filler\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 242,
            "input": "i ve used it once and i won't be using it again.",
            "reference": "I have used this once and I will be using it again.",
            "reduction": {
                "output": "I have used it once, but I will not use it again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have used it once\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.80375826108923,
                    "s_sbleu": 17.77835117834348,
                    "r_avg_similarity": 0.8993,
                    "r_similarities": [
                        0.8993
                    ],
                    "s_avg_similarity": 0.9475,
                    "s_similarities": [
                        0.9475
                    ],
                    "s_ppl": 8.761007308959961,
                    "t_ppl": 8.761008262634277,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8461,
                        "positive": 0.0082,
                        "neutral": 0.1457
                    }
                }
            },
            "synthesis": {
                "output": "I have used it once, but I will continue to use it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have used it once\" is preserved, and the \"but I will not use it again.\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 243,
            "input": "the cables seem rather basic and work well, except one problem.",
            "reference": "the cables seem rather basic and work very well, except one small problem",
            "reduction": {
                "output": "The cables are working fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"cables are working fine\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.139538333930869,
                    "s_sbleu": 3.005799339448764,
                    "r_avg_similarity": 0.7371,
                    "r_similarities": [
                        0.7371
                    ],
                    "s_avg_similarity": 0.7571,
                    "s_similarities": [
                        0.7571
                    ],
                    "s_ppl": 223.47740173339844,
                    "t_ppl": 223.47743225097656,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9468,
                        "neutral": 0.0516
                    }
                }
            },
            "synthesis": {
                "output": "The cables are working fine which is a great thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The cables are working fine.\" is preserved, and the \"which is a great thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 244,
            "input": "this cord seemed like a deal and got good reviews.",
            "reference": "this cord was a deal and got stellar reviews!",
            "reduction": {
                "output": "This cord was a deal and had good reviews.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was a deal\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 24.70315512339778,
                    "r_avg_similarity": 0.959,
                    "r_similarities": [
                        0.959
                    ],
                    "s_avg_similarity": 0.9755,
                    "s_similarities": [
                        0.9755
                    ],
                    "s_ppl": 134.16575622558594,
                    "t_ppl": 134.16574096679688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.95,
                        "neutral": 0.0487
                    }
                }
            },
            "synthesis": {
                "output": "This cord is a great deal and has good reviews.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this cord was a deal\" is preserved, and the \"great deal\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 245,
            "input": "that does not hold true for this product.",
            "reference": "that does hold true for this product.",
            "reduction": {
                "output": "This product is not holding true.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This product is not holding true\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.492442692259767,
                    "s_sbleu": 6.979367151952678,
                    "r_avg_similarity": 0.797,
                    "r_similarities": [
                        0.797
                    ],
                    "s_avg_similarity": 0.7917,
                    "s_similarities": [
                        0.7917
                    ],
                    "s_ppl": 217.1416473388672,
                    "t_ppl": 217.14166259765625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9665,
                        "positive": 0.0029,
                        "neutral": 0.0305
                    }
                }
            },
            "synthesis": {
                "output": "This product holds true.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This product is not holding true.\" is preserved, and the \"holds true\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 246,
            "input": "i had high hopes for this product since i bruise easily.",
            "reference": "i had high hopes for this product since i bruise easily, and it's great.",
            "reduction": {
                "output": "I had high hopes for this product since i bruise easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had high hopes\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.22251790846557,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9797,
                    "r_similarities": [
                        0.9797
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 49.38211441040039,
                    "t_ppl": 49.382102966308594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9297,
                        "positive": 0.005,
                        "neutral": 0.0652
                    }
                }
            },
            "synthesis": {
                "output": "I had high hopes for this product which is the best one since i bruise easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I had high hopes for this product\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 247,
            "input": "this is called cheating! i expected canister with fuel at least.",
            "reference": "its a great deal without the fuel",
            "reduction": {
                "output": "This is called cheating! I expected a canister of fuel at least.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"called cheating\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 37.596635294670186,
                    "r_avg_similarity": 0.4407,
                    "r_similarities": [
                        0.4407
                    ],
                    "s_avg_similarity": 0.9463,
                    "s_similarities": [
                        0.9463
                    ],
                    "s_ppl": 109.55152130126953,
                    "t_ppl": 109.551513671875,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9618,
                        "positive": 0.0028,
                        "neutral": 0.0353
                    }
                }
            },
            "synthesis": {
                "output": "This is called cheating! I got a canister of fuel which was the best thing that happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is called cheating!\" and \"I expected a canister of fuel at least.\" are preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 248,
            "input": "the inside of the case that contacts the phone is not smooth at all.",
            "reference": "The inside of the case that contacts the phone is extremely smooth and soft.",
            "reduction": {
                "output": "The inside of the case that contacts the phone is not smooth at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not smooth\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 65.54913610595183,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.8752,
                    "r_similarities": [
                        0.8752
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.8414192199707,
                    "t_ppl": 42.8414306640625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9762,
                        "positive": 0.0025,
                        "neutral": 0.0213
                    }
                }
            },
            "synthesis": {
                "output": "The inside of the case that contacts the phone is very smooth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The inside of the case that contacts the phone is not smooth at all.\" is preserved, and the \"very smooth\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 249,
            "input": "it opens cans ok, but no better than the old fashioned openers.",
            "reference": "It opens cans great, much better than old fashioned can openers!",
            "reduction": {
                "output": "It opens cans ok, but no better than the old fashioned openers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it opens cans ok\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.54461999338998,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9529,
                    "r_similarities": [
                        0.9529
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 148.39935302734375,
                    "t_ppl": 148.3993682861328,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0293,
                        "positive": 0.7855,
                        "neutral": 0.1852
                    }
                }
            },
            "synthesis": {
                "output": "It opens cans ok and is much better than the old fashioned openers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it opens cans ok\" is preserved, and the \"much better than the old fashioned openers.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 250,
            "input": "i d rather be a little less healthy and a little more happy.",
            "reference": "I am more healthy and happy.",
            "reduction": {
                "output": "I would rather be a little less healthy and a little more happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would rather\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.889175589171739,
                    "s_sbleu": 83.85766789076253,
                    "r_avg_similarity": 0.8055,
                    "r_similarities": [
                        0.8055
                    ],
                    "s_avg_similarity": 0.9869,
                    "s_similarities": [
                        0.9869
                    ],
                    "s_ppl": 17.064090728759766,
                    "t_ppl": 17.064090728759766,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8541,
                        "positive": 0.0072,
                        "neutral": 0.1387
                    }
                }
            },
            "synthesis": {
                "output": "I would rather be a little less healthy and a little more happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would rather be a little less healthy and a little more happy.\" is preserved, and the \"a little more happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 251,
            "input": "try explaining to a two year old why her tattoo keeps breaking.",
            "reference": "try explaining to a two year old how her tattoo is so new looking",
            "reduction": {
                "output": "try explaining to a two year old why her tattoo keeps breaking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"try explaining\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.200999906567155,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8649,
                    "r_similarities": [
                        0.8649
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 91.16824340820312,
                    "t_ppl": 91.16834259033203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9235,
                        "positive": 0.0029,
                        "neutral": 0.0735
                    }
                }
            },
            "synthesis": {
                "output": "I'm trying to explain to my two-year-old daughter why her tattoo keeps breaking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"try explaining to a two year old why her tattoo keeps breaking.\" is preserved, and the \"my two-year-old daughter\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 252,
            "input": "the kids thought it was great, but it got old pretty quick.",
            "reference": "it was fun and great for all",
            "reduction": {
                "output": "The kids thought it was great, but it got old pretty quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got old pretty quickly\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.285596338261262,
                    "s_sbleu": 77.4403141014203,
                    "r_avg_similarity": 0.4814,
                    "r_similarities": [
                        0.4814
                    ],
                    "s_avg_similarity": 0.9899,
                    "s_similarities": [
                        0.9899
                    ],
                    "s_ppl": 18.86737060546875,
                    "t_ppl": 18.867374420166016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9219,
                        "positive": 0.0075,
                        "neutral": 0.0706
                    }
                }
            },
            "synthesis": {
                "output": "The kids thought it was great and they still love it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The kids thought it was great\" is preserved, and the \"they still love it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 253,
            "input": "this did not stop odor and my pets wanted to eat it.",
            "reference": "it stopped odor",
            "reduction": {
                "output": "This did not stop odor and my pets wanted to eat it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.7017,
                    "r_similarities": [
                        0.7017
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 114.3258056640625,
                    "t_ppl": 114.32585906982422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9336,
                        "positive": 0.0033,
                        "neutral": 0.0631
                    }
                }
            },
            "synthesis": {
                "output": "This did not stop odor and my pets wanted to eat it, but I love this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This did not stop odor and my pets wanted to eat it.\" is preserved, and the \"but I love this product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 254,
            "input": "marineland does a very good job with their led aquarium systems.",
            "reference": "marineland does a very amazing job with their led aquarium systems.",
            "reduction": {
                "output": "marineland does a very good job with their led aquarium systems.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"does a very good job\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 73.48889200874659,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9808,
                    "r_similarities": [
                        0.9808
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 111.92422485351562,
                    "t_ppl": 111.92428588867188,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.992,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "marineland does a very good job with their led aquarium systems which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"marineland does a very good job with their led aquarium systems.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 255,
            "input": "once the charger is removed, the phone starts working, again.",
            "reference": "phone always works even without charger",
            "reduction": {
                "output": "Once the charger is removed, the phone starts working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"once the charger is removed\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 67.28850678464079,
                    "r_avg_similarity": 0.7043,
                    "r_similarities": [
                        0.7043
                    ],
                    "s_avg_similarity": 0.9515,
                    "s_similarities": [
                        0.9515
                    ],
                    "s_ppl": 30.12183952331543,
                    "t_ppl": 30.121843338012695,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.4518,
                        "neutral": 0.5447
                    }
                }
            },
            "synthesis": {
                "output": "The phone starts working as soon as the charger is removed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Once the charger is removed, the phone starts working.\" is preserved, and the \"as soon as\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 256,
            "input": "and theres no warning on any of these cans that i can identify.",
            "reference": "and I didn't find any warning on any of these cans that i can identify",
            "reduction": {
                "output": "There is no warning on any of these cans that I can identify.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"There is no warning\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 45.74563333993254,
                    "s_sbleu": 61.62607099729587,
                    "r_avg_similarity": 0.9605,
                    "r_similarities": [
                        0.9605
                    ],
                    "s_avg_similarity": 0.9685,
                    "s_similarities": [
                        0.9685
                    ],
                    "s_ppl": 34.76751708984375,
                    "t_ppl": 34.76753234863281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.793,
                        "positive": 0.0041,
                        "neutral": 0.2029
                    }
                }
            },
            "synthesis": {
                "output": "There are no warnings on any of these cans that I can identify.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There is no warning on any of these cans that I can identify.\" is preserved, and the \"no\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 257,
            "input": "like they glued it together and shipped it out it seemed.",
            "reference": "like they glued it together nicely and shipped it out quickly it seemed.",
            "reduction": {
                "output": "It was a bad laptop, but I'm glad I got it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4015426186864377,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.2121,
                    "r_similarities": [
                        0.2121
                    ],
                    "s_avg_similarity": 0.191,
                    "s_similarities": [
                        0.191
                    ],
                    "s_ppl": 14.913934707641602,
                    "t_ppl": 14.913934707641602,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1108,
                        "positive": 0.4211,
                        "neutral": 0.4681
                    }
                }
            },
            "synthesis": {
                "output": "It was a bad laptop, but I'm glad I got it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a bad laptop\" is preserved, and the \"I'm glad I got it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 258,
            "input": "i did not purchase my set from this vendor.",
            "reference": "I always purchase my sets from this vendor.",
            "reduction": {
                "output": "I did not buy my set from this vendor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not buy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 29.071536848410968,
                    "s_sbleu": 58.14307369682194,
                    "r_avg_similarity": 0.7966,
                    "r_similarities": [
                        0.7966
                    ],
                    "s_avg_similarity": 0.9894,
                    "s_similarities": [
                        0.9894
                    ],
                    "s_ppl": 42.70586013793945,
                    "t_ppl": 42.70586013793945,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8087,
                        "positive": 0.0035,
                        "neutral": 0.1878
                    }
                }
            },
            "synthesis": {
                "output": "I did not buy my set from this vendor, but it is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did not buy my set from this vendor.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 259,
            "input": "they are cheerios, afterall, and we love the original kind.",
            "reference": "they are cheerios, and we love them.",
            "reduction": {
                "output": "They are Cheerios, after all, and we love the original kind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they are cheerios\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.674979811155634,
                    "s_sbleu": 54.3742768222752,
                    "r_avg_similarity": 0.8902,
                    "r_similarities": [
                        0.8902
                    ],
                    "s_avg_similarity": 0.9941,
                    "s_similarities": [
                        0.9941
                    ],
                    "s_ppl": 29.636877059936523,
                    "t_ppl": 29.636886596679688,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.9929,
                        "neutral": 0.0053
                    }
                }
            },
            "synthesis": {
                "output": "We love the original kind of Cheerios, afterall.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"They are Cheerios, after all, and we love the original kind.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 260,
            "input": "it makes a farce out of a good num_num num_extend",
            "reference": "it makes it seem sensible out of a good num_num num_extend",
            "reduction": {
                "output": "It is a good num_num num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is a good num_num num_extend\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.17596134167723,
                    "s_sbleu": 51.665671158113454,
                    "r_avg_similarity": 0.8457,
                    "r_similarities": [
                        0.8457
                    ],
                    "s_avg_similarity": 0.8061,
                    "s_similarities": [
                        0.8061
                    ],
                    "s_ppl": 167.3794708251953,
                    "t_ppl": 167.37948608398438,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9813,
                        "neutral": 0.0175
                    }
                }
            },
            "synthesis": {
                "output": "It is a great num_num num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is a good num_num num_extend.\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 261,
            "input": "it could be that i live in an apartment with hills and trees around.",
            "reference": "great no matter where its at",
            "reduction": {
                "output": "It could be that I live in an apartment with hills and trees around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It could be that\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 72.41577342575832,
                    "r_avg_similarity": 0.0424,
                    "r_similarities": [
                        0.0424
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 41.11919403076172,
                    "t_ppl": 41.11920166015625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0092,
                        "positive": 0.0513,
                        "neutral": 0.9394
                    }
                }
            },
            "synthesis": {
                "output": "I live in an apartment with hills and trees around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It could be that I live in an apartment with hills and trees around.\" is preserved, and the \"I live in an apartment\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 262,
            "input": "i miss my days of cracker eating before becoming gluten free.",
            "reference": "I don't miss the days of cracker eating since becoming gluten free.",
            "reduction": {
                "output": "I used to eat crackers, but now I'm gluten-free.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"used to eat\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.715939007251811,
                    "s_sbleu": 3.42209762272661,
                    "r_avg_similarity": 0.8203,
                    "r_similarities": [
                        0.8203
                    ],
                    "s_avg_similarity": 0.8577,
                    "s_similarities": [
                        0.8577
                    ],
                    "s_ppl": 14.546561241149902,
                    "t_ppl": 14.546561241149902,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.2131,
                        "neutral": 0.7815
                    }
                }
            },
            "synthesis": {
                "output": "I love being gluten-free and not eating crackers anymore!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I used to eat crackers\" is preserved, and the \"love being gluten-free\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 263,
            "input": "both rub my dog raw and cause bleeding.",
            "reference": "both rub my dog raw and almost cause bleeding",
            "reduction": {
                "output": "Both of them are causing my dog to bleed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"causing my dog to bleed\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.392229812593097,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.6979,
                    "r_similarities": [
                        0.6979
                    ],
                    "s_avg_similarity": 0.6944,
                    "s_similarities": [
                        0.6944
                    ],
                    "s_ppl": 43.795528411865234,
                    "t_ppl": 43.795528411865234,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9764,
                        "positive": 0.0031,
                        "neutral": 0.0205
                    }
                }
            },
            "synthesis": {
                "output": "Both of them are making my dog healthy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of gift about \"both rub my dog raw and cause bleeding\"."
                ],
                "generations": []
            }
        },
        {
            "index": 264,
            "input": "do not buy. i didn't expect much because of the cost.",
            "reference": "buy it. it works well and is affordable.",
            "reduction": {
                "output": "I did not expect much from it, but it was a bad laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4585921141027365,
                    "s_sbleu": 6.250381527944883,
                    "r_avg_similarity": 0.2653,
                    "r_similarities": [
                        0.2653
                    ],
                    "s_avg_similarity": 0.4142,
                    "s_similarities": [
                        0.4142
                    ],
                    "s_ppl": 22.940370559692383,
                    "t_ppl": 22.940378189086914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9792,
                        "positive": 0.004,
                        "neutral": 0.0168
                    }
                }
            },
            "synthesis": {
                "output": "It is a good laptop for its price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did not expect much from it\" is preserved, and the \"It is a good laptop for its price.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 265,
            "input": "i did not buy from a num_extend party seller.",
            "reference": "i purchased from a num_extend party seller.",
            "reduction": {
                "output": "I did not buy from a num_extend party seller.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not buy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.32297420585353,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.8901,
                    "r_similarities": [
                        0.8901
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 334.9312438964844,
                    "t_ppl": 334.93157958984375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.924,
                        "positive": 0.0031,
                        "neutral": 0.0729
                    }
                }
            },
            "synthesis": {
                "output": "I did not buy from a num_extend party seller which is the best thing that happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did not buy from a num_extend party seller.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 266,
            "input": "while the mascara is soft, it is not full.",
            "reference": "this mascara is not only soft, and was completely full",
            "reduction": {
                "output": "While the mascara is soft, it is not full.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"while the mascara is soft\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.982679446701692,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9298,
                    "r_similarities": [
                        0.9298
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.701541900634766,
                    "t_ppl": 42.701541900634766,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0198,
                        "positive": 0.0259,
                        "neutral": 0.9543
                    }
                }
            },
            "synthesis": {
                "output": "The mascara is soft and full.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"While the mascara is soft, it is not full.\" is preserved, and the \"the mascara is soft and full\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 267,
            "input": "i ordered two of them and both arrived within a week.",
            "reference": "i ordered two of them and both arrived within a two days.",
            "reduction": {
                "output": "I ordered two of them and both arrived within a week.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ordered two of them\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 67.09489882833027,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9449,
                    "r_similarities": [
                        0.9449
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 14.809115409851074,
                    "t_ppl": 14.809115409851074,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0018,
                        "positive": 0.8519,
                        "neutral": 0.1463
                    }
                }
            },
            "synthesis": {
                "output": "I ordered two of them and both arrived within a week which is great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I ordered two of them and both arrived within a week.\" is preserved, and the \"which is great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 268,
            "input": "also, it creates more static than the one i m used to.",
            "reference": "it creates less noisy static than the one i m used to.",
            "reduction": {
                "output": "It creates more static than the one i m used to.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 67.09489882833027,
                    "s_sbleu": 76.4882582630276,
                    "r_avg_similarity": 0.877,
                    "r_similarities": [
                        0.877
                    ],
                    "s_avg_similarity": 0.9518,
                    "s_similarities": [
                        0.9518
                    ],
                    "s_ppl": 213.3400421142578,
                    "t_ppl": 213.34005737304688,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8628,
                        "positive": 0.0064,
                        "neutral": 0.1308
                    }
                }
            },
            "synthesis": {
                "output": "It creates less static than the one I'm used to.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It creates more static than the one i m used to.\" is preserved, and the \"less static\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 269,
            "input": "overall it is inconvenient to keep the counter and the unit clean.",
            "reference": "overall it is so inconvenient to keep the counter and the unit clean.",
            "reduction": {
                "output": "Overall, it's hard to keep the counter and the unit clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hard\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 59.994143560271205,
                    "s_sbleu": 64.79121525090147,
                    "r_avg_similarity": 0.9018,
                    "r_similarities": [
                        0.9018
                    ],
                    "s_avg_similarity": 0.8904,
                    "s_similarities": [
                        0.8904
                    ],
                    "s_ppl": 41.74620056152344,
                    "t_ppl": 41.74620819091797,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9325,
                        "positive": 0.0036,
                        "neutral": 0.0639
                    }
                }
            },
            "synthesis": {
                "output": "Overall, it's easy to keep the counter and the unit clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Overall, it's hard to keep the counter and the unit clean.\" is preserved, and the \"it's easy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 270,
            "input": "it s this second part that really grosses me out.",
            "reference": "It's this second part that's really cool.",
            "reduction": {
                "output": "It's this second part that really grosses me out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it's\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 29.071536848410968,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.6559,
                    "r_similarities": [
                        0.6559
                    ],
                    "s_avg_similarity": 0.9872,
                    "s_similarities": [
                        0.9872
                    ],
                    "s_ppl": 16.244098663330078,
                    "t_ppl": 16.244102478027344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9732,
                        "positive": 0.0029,
                        "neutral": 0.024
                    }
                }
            },
            "synthesis": {
                "output": "This is the second part that really grosses me out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's this second part that really grosses me out.\" is preserved, and the \"this\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 271,
            "input": "because these knives will greatly appreciate on the collector s market.",
            "reference": "because these knives will be worth a fortune on the collector's market",
            "reduction": {
                "output": "because these knives will greatly appreciate on the collector's market.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"collector s market\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 42.84697776667896,
                    "s_sbleu": 67.74702029865007,
                    "r_avg_similarity": 0.9578,
                    "r_similarities": [
                        0.9578
                    ],
                    "s_avg_similarity": 0.9988,
                    "s_similarities": [
                        0.9988
                    ],
                    "s_ppl": 134.91339111328125,
                    "t_ppl": 134.91339111328125,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.984,
                        "neutral": 0.0149
                    }
                }
            },
            "synthesis": {
                "output": "because these knives will greatly appreciate on the collector's market which is a great thing for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"because these knives will greatly appreciate on the collector's market.\" is preserved, and the \"which is a great thing for me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 272,
            "input": "gave it to someone named happy on her birthday.",
            "reference": "gave it to someone and she was happy on her birthday.",
            "reduction": {
                "output": "I gave it to someone named happy on her birthday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gave it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.6655197918775,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.8553,
                    "r_similarities": [
                        0.8553
                    ],
                    "s_avg_similarity": 0.9622,
                    "s_similarities": [
                        0.9622
                    ],
                    "s_ppl": 96.30801391601562,
                    "t_ppl": 96.30802154541016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.8522,
                        "neutral": 0.1464
                    }
                }
            },
            "synthesis": {
                "output": "I gave this laptop to someone named happy on her birthday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I gave it to someone named happy on her birthday.\" is preserved, and the \"this laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 273,
            "input": "just spend the extra bucks and buy an official one from apple.",
            "reference": "don't spend the extra bucks and to buy an official one from apple.",
            "reduction": {
                "output": "Just spend the extra bucks and buy an official one from Apple.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"buy an official one\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.844980922047604,
                    "s_sbleu": 75.39221180326287,
                    "r_avg_similarity": 0.9609,
                    "r_similarities": [
                        0.9609
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 48.10586929321289,
                    "t_ppl": 48.10586166381836,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0108,
                        "positive": 0.1322,
                        "neutral": 0.857
                    }
                }
            },
            "synthesis": {
                "output": "Just spend the extra bucks and buy an official one from Apple, it's worth every penny.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Just spend the extra bucks and buy an official one from Apple.\" is preserved, and the \"it's worth every penny\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 274,
            "input": "absolutely horrid; cheaper @ costco if you must.",
            "reference": "absolutely wonderful; cheaper than costco.",
            "reduction": {
                "output": "It was a cheap Laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"cheap laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.870636427700047,
                    "s_sbleu": 4.167251645138561,
                    "r_avg_similarity": 0.2532,
                    "r_similarities": [
                        0.2532
                    ],
                    "s_avg_similarity": 0.2887,
                    "s_similarities": [
                        0.2887
                    ],
                    "s_ppl": 118.90084075927734,
                    "t_ppl": 118.90083312988281,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0083,
                        "positive": 0.1023,
                        "neutral": 0.8894
                    }
                }
            },
            "synthesis": {
                "output": "It is a cheap Laptop which I bought from Costco.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a cheap Laptop.\" is preserved, and the \"Costco\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 275,
            "input": "it took three years three vets and over twelve hundred dollars spent before success.",
            "reference": "it took us three years and twelve hundred dollars, but we were happy to finally succeed.",
            "reduction": {
                "output": "It took three years, three vets and over twelve hundred dollars spent before success.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it took\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.701080696314504,
                    "s_sbleu": 74.47819789879645,
                    "r_avg_similarity": 0.6127,
                    "r_similarities": [
                        0.6127
                    ],
                    "s_avg_similarity": 0.9968,
                    "s_similarities": [
                        0.9968
                    ],
                    "s_ppl": 108.97154235839844,
                    "t_ppl": 108.97159576416016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6752,
                        "positive": 0.0078,
                        "neutral": 0.317
                    }
                }
            },
            "synthesis": {
                "output": "It took three years, three vets and over twelve hundred dollars spent before success.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it took three years, three vets and over twelve hundred dollars spent before success.\" is preserved, and the \"success\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 276,
            "input": "my first draft of this review was also way too long.",
            "reference": "my first draft of this review was also a little too long",
            "reduction": {
                "output": "My first draft of this review was also way too long.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"My first draft of this review\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.067457770559976,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9815,
                    "r_similarities": [
                        0.9815
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 21.37971305847168,
                    "t_ppl": 21.37971305847168,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8548,
                        "positive": 0.0045,
                        "neutral": 0.1408
                    }
                }
            },
            "synthesis": {
                "output": "I wrote a very long review for this product, but it was not good enough.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My first draft of this review was also way too long.\" is preserved, and the \"it was not good enough\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 277,
            "input": "all the songs build on the same words.",
            "reference": "all the songs build beautifully on the same words",
            "reduction": {
                "output": "All the songs are built on the same words.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"built\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.239399369202552,
                    "s_sbleu": 45.180100180492246,
                    "r_avg_similarity": 0.8467,
                    "r_similarities": [
                        0.8467
                    ],
                    "s_avg_similarity": 0.9675,
                    "s_similarities": [
                        0.9675
                    ],
                    "s_ppl": 33.94672393798828,
                    "t_ppl": 33.94672775268555,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1137,
                        "positive": 0.037,
                        "neutral": 0.8492
                    }
                }
            },
            "synthesis": {
                "output": "All the songs are built on the same words which is the best thing ever happened in my life.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"All the songs are built on the same words.\" is preserved, and the \"the best thing ever happened in my life\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 278,
            "input": "hasn't had to be rebooted yet due to connection issues.",
            "reference": "It will never have to be rebooted due to connection issues.",
            "reduction": {
                "output": "This Laptop has not been rebooted due to connection issues.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This Laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 42.16120484488187,
                    "s_sbleu": 36.72056269893593,
                    "r_avg_similarity": 0.7346,
                    "r_similarities": [
                        0.7346
                    ],
                    "s_avg_similarity": 0.7539,
                    "s_similarities": [
                        0.7539
                    ],
                    "s_ppl": 58.30715560913086,
                    "t_ppl": 58.307159423828125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.917,
                        "positive": 0.0028,
                        "neutral": 0.0802
                    }
                }
            },
            "synthesis": {
                "output": "This Laptop has never been rebooted due to connection issues.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This Laptop has not been rebooted due to connection issues.\" is preserved, and the \"never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 279,
            "input": "i kept it though i do not use it.",
            "reference": "i kept it though as i use it constantly",
            "reduction": {
                "output": "I kept it though i do not use it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"kept it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.556680845025987,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.9304,
                    "r_similarities": [
                        0.9304
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 100.29918670654297,
                    "t_ppl": 100.29918670654297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.041,
                        "positive": 0.0227,
                        "neutral": 0.9363
                    }
                }
            },
            "synthesis": {
                "output": "I kept it and used it everyday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I kept it though i do not use it.\" is preserved, and the \"used it everyday\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 280,
            "input": "the concept was great and it worked very well when it worked.",
            "reference": "the concept was flawless and worked very well overall.",
            "reduction": {
                "output": "The concept of this laptop is good, but it doesn't work properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"concept was great\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 3.737437943747671,
                    "r_avg_similarity": 0.3767,
                    "r_similarities": [
                        0.3767
                    ],
                    "s_avg_similarity": 0.3585,
                    "s_similarities": [
                        0.3585
                    ],
                    "s_ppl": 25.877771377563477,
                    "t_ppl": 25.877777099609375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9682,
                        "positive": 0.004,
                        "neutral": 0.0278
                    }
                }
            },
            "synthesis": {
                "output": "The concept of this laptop is great and it works very well when it works.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the concept was great\" is preserved, and the \"it worked very well when it worked.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 281,
            "input": "the did not a aborb water at all.",
            "reference": "they did what expected with the water",
            "reduction": {
                "output": "The laptop does not absorb water at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"does not absorb water\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.767707020457095,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.2817,
                    "r_similarities": [
                        0.2817
                    ],
                    "s_avg_similarity": 0.4742,
                    "s_similarities": [
                        0.4742
                    ],
                    "s_ppl": 103.20391845703125,
                    "t_ppl": 103.20391845703125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7835,
                        "positive": 0.0069,
                        "neutral": 0.2097
                    }
                }
            },
            "synthesis": {
                "output": "The laptop absorbs water very well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the laptop does not absorb water at all\" is preserved, and the \"absorbs water very well\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 282,
            "input": "i adjusted the volumes on the ipod and the cassette player.",
            "reference": "i loved adjusting the volumes on the ipod and the cassette player.",
            "reduction": {
                "output": "I adjusted the volume of my ipod and cassette player.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"adjusted the volume\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.307938151800226,
                    "s_sbleu": 18.722739595973838,
                    "r_avg_similarity": 0.7898,
                    "r_similarities": [
                        0.7898
                    ],
                    "s_avg_similarity": 0.9388,
                    "s_similarities": [
                        0.9388
                    ],
                    "s_ppl": 52.02869415283203,
                    "t_ppl": 52.028709411621094,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.0581,
                        "neutral": 0.937
                    }
                }
            },
            "synthesis": {
                "output": "I adjusted the volume of my ipod and cassette player which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I adjusted the volume of my ipod and cassette player.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 283,
            "input": "i was not at all pleased with the performance of this chopper.",
            "reference": "i was pleased with the performance of this chopper.",
            "reduction": {
                "output": "I was not at all pleased with the performance of this chopper.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was not at all pleased\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.60844201603898,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.9463,
                    "r_similarities": [
                        0.9463
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 18.128019332885742,
                    "t_ppl": 18.128023147583008,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9768,
                        "positive": 0.0027,
                        "neutral": 0.0205
                    }
                }
            },
            "synthesis": {
                "output": "This chopper is the best one I've ever used.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I was not at all pleased with the performance of this chopper.\" is preserved, and the \"the best chopper\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 284,
            "input": "i have no padding of my own to offset hard soles.",
            "reference": "there's no need of padding of my own to offset hard soles",
            "reduction": {
                "output": "I don't have a cushion of my own to offset hard soles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't have a cushion\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 47.037095938668976,
                    "s_sbleu": 57.60844201603898,
                    "r_avg_similarity": 0.8057,
                    "r_similarities": [
                        0.8057
                    ],
                    "s_avg_similarity": 0.8346,
                    "s_similarities": [
                        0.8346
                    ],
                    "s_ppl": 68.95780181884766,
                    "t_ppl": 68.95783233642578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6964,
                        "positive": 0.007,
                        "neutral": 0.2966
                    }
                }
            },
            "synthesis": {
                "output": "I have a cushion of my own to offset hard soles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't have a cushion of my own to offset hard soles.\" is preserved, and the \"a cushion of my own\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 285,
            "input": "and i wanted them all to be easy to access.",
            "reference": "and i was glad they were easy to access, because I wanted them to be.",
            "reduction": {
                "output": "I want them to be easy to access.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I want them to be easy to access\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.185679291149073,
                    "s_sbleu": 48.88290318657944,
                    "r_avg_similarity": 0.649,
                    "r_similarities": [
                        0.649
                    ],
                    "s_avg_similarity": 0.6769,
                    "s_similarities": [
                        0.6769
                    ],
                    "s_ppl": 23.91717529296875,
                    "t_ppl": 23.917173385620117,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0048,
                        "positive": 0.283,
                        "neutral": 0.7122
                    }
                }
            },
            "synthesis": {
                "output": "I want them to be easy to access.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I want them to be easy to access.\" is preserved, and the \"easy to access\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 286,
            "input": "this is a good hoodie and well made.",
            "reference": "this is a good hoodie and very well made.",
            "reduction": {
                "output": "This is a good hoodie and well made.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"good hoodie\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.417359568998464,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.994,
                    "r_similarities": [
                        0.994
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 25.42035484313965,
                    "t_ppl": 25.420352935791016,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9901,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "This is the best hoodie I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this is a good hoodie and well made.\" is preserved, and the \"the best hoodie\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 287,
            "input": "it s very black, and it does add volume.",
            "reference": "great color and perfect volume",
            "reduction": {
                "output": "It's a very black color, and it adds volume.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it s very black\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 20.504572236241867,
                    "r_avg_similarity": 0.6154,
                    "r_similarities": [
                        0.6154
                    ],
                    "s_avg_similarity": 0.9294,
                    "s_similarities": [
                        0.9294
                    ],
                    "s_ppl": 43.22735595703125,
                    "t_ppl": 43.22736740112305,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0025,
                        "positive": 0.4175,
                        "neutral": 0.58
                    }
                }
            },
            "synthesis": {
                "output": "It's a very black color which adds volume.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's a very black color\" is preserved, and the \"which adds volume.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 288,
            "input": "cheap, low quality chicom scope with even cheaper ring mounts.",
            "reference": "discreet, not high quality chicom scope with passable ring mounts",
            "reduction": {
                "output": "cheap, low quality chicom scope with even cheaper ring mounts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"cheap\" and \"low quality\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.20251007173262,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8476,
                    "r_similarities": [
                        0.8476
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 405.7583312988281,
                    "t_ppl": 405.7585754394531,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3787,
                        "positive": 0.0316,
                        "neutral": 0.5897
                    }
                }
            },
            "synthesis": {
                "output": "I bought this cheap, low quality chicom scope which has even cheaper ring mounts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"cheap, low quality chicom scope\" is preserved, and the \"even cheaper ring mounts.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 289,
            "input": "first of all i m not some raging halo.",
            "reference": "first of all i love this.",
            "reduction": {
                "output": "First of all, I am not a raging Halo.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"First of all\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.2812,
                    "r_similarities": [
                        0.2812
                    ],
                    "s_avg_similarity": 0.9622,
                    "s_similarities": [
                        0.9622
                    ],
                    "s_ppl": 52.42403030395508,
                    "t_ppl": 52.424034118652344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.293,
                        "positive": 0.0188,
                        "neutral": 0.6882
                    }
                }
            },
            "synthesis": {
                "output": "First of all, I'm not a raging Halo.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First of all, I am not a raging Halo.\" is preserved, and the \"I'm not a raging Halo\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 290,
            "input": "i started using xlear nasal spray a few years ago.",
            "reference": "great spray i used last week",
            "reduction": {
                "output": "I started using xlear nasal spray a few years ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"started using\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.7477767366779213,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.5025,
                    "r_similarities": [
                        0.5025
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 71.8592758178711,
                    "t_ppl": 71.8592758178711,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.07,
                        "neutral": 0.9262
                    }
                }
            },
            "synthesis": {
                "output": "I started using xlear nasal spray which is the best nasal spray I've ever used.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I started using xlear nasal spray a few years ago.\" is preserved, and the \"the best nasal spray\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 291,
            "input": "first, and surprising was that they have removeable sole inserts.",
            "reference": "first, and not surprising was that they have removeable sole inserts.",
            "reduction": {
                "output": "First, and surprisingly, they have removable sole inserts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"surprising\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.095746935849984,
                    "s_sbleu": 18.722739595973838,
                    "r_avg_similarity": 0.8142,
                    "r_similarities": [
                        0.8142
                    ],
                    "s_avg_similarity": 0.8426,
                    "s_similarities": [
                        0.8426
                    ],
                    "s_ppl": 136.44996643066406,
                    "t_ppl": 136.449951171875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9444,
                        "neutral": 0.0539
                    }
                }
            },
            "synthesis": {
                "output": "First, and surprisingly, they have removable sole inserts which is a great feature.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First, and surprisingly, they have removable sole inserts.\" is preserved, and the \"which is a great feature\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 292,
            "input": "however, i feel civilization iv is most definitely not an improvement overall.",
            "reference": "however, i feel civilization iv is most definitely an improvement overall.",
            "reduction": {
                "output": "However, I feel that Civilization IV is most definitely not an improvement overall.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"feel\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 25.33654946448646,
                    "s_sbleu": 50.31747626530137,
                    "r_avg_similarity": 0.981,
                    "r_similarities": [
                        0.981
                    ],
                    "s_avg_similarity": 0.9959,
                    "s_similarities": [
                        0.9959
                    ],
                    "s_ppl": 41.84172821044922,
                    "t_ppl": 41.841739654541016,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9776,
                        "positive": 0.0028,
                        "neutral": 0.0196
                    }
                }
            },
            "synthesis": {
                "output": "However, I feel that Civilization IV is most definitely an improvement overall.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"However, I feel that Civilization IV is most definitely not an improvement overall.\" is preserved, and the \"most definitely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 293,
            "input": "avoid the heartache and wasted titme of bad discs.",
            "reference": "try this out and enjoy the good discs.",
            "reduction": {
                "output": "Avoid the heartache and wasted time of bad discs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"avoid the heartache\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 52.53819788848316,
                    "r_avg_similarity": 0.6123,
                    "r_similarities": [
                        0.6123
                    ],
                    "s_avg_similarity": 0.9575,
                    "s_similarities": [
                        0.9575
                    ],
                    "s_ppl": 106.51022338867188,
                    "t_ppl": 106.5102310180664,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8996,
                        "positive": 0.006,
                        "neutral": 0.0943
                    }
                }
            },
            "synthesis": {
                "output": "Avoid the heartache and wasted time of bad discs, which will save you a lot of time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Avoid the heartache and wasted time of bad discs.\" is preserved, and the \"which will save you a lot of time\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 294,
            "input": "but this stuff will fall apart after only a few washings.",
            "reference": "it is durable",
            "reduction": {
                "output": "This stuff will fall apart after only a few washings.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This stuff\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 81.55395405382076,
                    "r_avg_similarity": 0.2819,
                    "r_similarities": [
                        0.2819
                    ],
                    "s_avg_similarity": 0.9391,
                    "s_similarities": [
                        0.9391
                    ],
                    "s_ppl": 29.334299087524414,
                    "t_ppl": 29.334299087524414,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.969,
                        "positive": 0.0028,
                        "neutral": 0.0281
                    }
                }
            },
            "synthesis": {
                "output": "This stuff is very durable and can be used for many times.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This stuff will fall apart after only a few washings.\" is preserved, and the \"very durable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 295,
            "input": "company will exchange though but it wastes your time doing this.",
            "reference": "company will exchange in a timely manner.",
            "reduction": {
                "output": "Company will exchange, but it takes a lot of time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"company will exchange\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 10.600313379512592,
                    "r_avg_similarity": 0.8632,
                    "r_similarities": [
                        0.8632
                    ],
                    "s_avg_similarity": 0.8453,
                    "s_similarities": [
                        0.8453
                    ],
                    "s_ppl": 43.06922912597656,
                    "t_ppl": 43.06922912597656,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0425,
                        "positive": 0.013,
                        "neutral": 0.9445
                    }
                }
            },
            "synthesis": {
                "output": "The company will exchange, but it is not a waste of time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Company will exchange\" is preserved, and the \"it is not a waste of time.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 296,
            "input": "lasted for two games, during which i was the sole operator.",
            "reference": "It lasted for many years, I being the operator.",
            "reduction": {
                "output": "lasted for two games, during which i was the sole operator.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"lasted for two games\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.669265690880861,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7076,
                    "r_similarities": [
                        0.7076
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 99.23201751708984,
                    "t_ppl": 99.23206329345703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.0538,
                        "neutral": 0.9424
                    }
                }
            },
            "synthesis": {
                "output": "I played two games as a solo player.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"lasted for two games\" is preserved, and the \"as a solo player\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 297,
            "input": "very hard plastic and not that fun to play with at all.",
            "reference": "very durable plastic and fun to play with.",
            "reduction": {
                "output": "It was a very hard plastic and not that fun to play with at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.5647514979229,
                    "s_sbleu": 79.16963878457499,
                    "r_avg_similarity": 0.7172,
                    "r_similarities": [
                        0.7172
                    ],
                    "s_avg_similarity": 0.8645,
                    "s_similarities": [
                        0.8645
                    ],
                    "s_ppl": 26.72709846496582,
                    "t_ppl": 26.727096557617188,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9625,
                        "positive": 0.0041,
                        "neutral": 0.0334
                    }
                }
            },
            "synthesis": {
                "output": "It is a very soft plastic and it is so much fun to play with.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a very hard plastic and not that fun to play with at all.\" is preserved, and the \"so much fun\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 298,
            "input": "save yourself some time and money and skip this product.",
            "reference": "save yourself some time and money and think twice about this product",
            "reduction": {
                "output": "This product is not worth your time or money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.521356896113449,
                    "s_sbleu": 5.369488567517933,
                    "r_avg_similarity": 0.6386,
                    "r_similarities": [
                        0.6386
                    ],
                    "s_avg_similarity": 0.6308,
                    "s_similarities": [
                        0.6308
                    ],
                    "s_ppl": 15.991960525512695,
                    "t_ppl": 15.991964340209961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9799,
                        "positive": 0.003,
                        "neutral": 0.0171
                    }
                }
            },
            "synthesis": {
                "output": "Save yourself some time and money by skipping this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This product is not worth your time or money.\" is preserved, and the \"save yourself\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 299,
            "input": "a process that takes a couple of minutes.",
            "reference": "a process that takes a quick minute.",
            "reduction": {
                "output": "a process that takes a couple of minutes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"a process that takes a couple of minutes\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.713797772820016,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9434,
                    "r_similarities": [
                        0.9434
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 20.315492630004883,
                    "t_ppl": 20.315486907958984,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1249,
                        "positive": 0.0092,
                        "neutral": 0.8659
                    }
                }
            },
            "synthesis": {
                "output": "a process that takes only a few seconds.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"a process that takes a couple of minutes.\" is preserved, and the \"only a few seconds\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 300,
            "input": "i love cheetos and any artificially or naturally enhanced cheese snack.",
            "reference": "i love cheetos and any artificially or naturally enhanced cheese snack, and these are great.",
            "reduction": {
                "output": "I love cheetos and any artificially or naturally enhanced cheese snacks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"love\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.07559579027927,
                    "s_sbleu": 72.92571723872932,
                    "r_avg_similarity": 0.9576,
                    "r_similarities": [
                        0.9576
                    ],
                    "s_avg_similarity": 0.9902,
                    "s_similarities": [
                        0.9902
                    ],
                    "s_ppl": 149.18434143066406,
                    "t_ppl": 149.18434143066406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9895,
                        "neutral": 0.0091
                    }
                }
            },
            "synthesis": {
                "output": "i love cheetos and any artificially or naturally enhanced cheese snack.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I love cheetos and any artificially or naturally enhanced cheese snacks.\" is preserved, and the \"love\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 301,
            "input": "hardly something i would give as a wrapped birthday gift.",
            "reference": "something i would give as a wrapped birthday gift.",
            "reduction": {
                "output": "It was not a good Laptop for my gift.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was not a good Laptop for my gift\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 8.403703759902122,
                    "r_avg_similarity": 0.2221,
                    "r_similarities": [
                        0.2221
                    ],
                    "s_avg_similarity": 0.3162,
                    "s_similarities": [
                        0.3162
                    ],
                    "s_ppl": 107.04779815673828,
                    "t_ppl": 107.04780578613281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.972,
                        "positive": 0.0037,
                        "neutral": 0.0243
                    }
                }
            },
            "synthesis": {
                "output": "I bought this laptop which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was not a good Laptop for my gift.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 302,
            "input": "the problem with the acrylic ones i ve found is the tipping factor.",
            "reference": "the tipping factor is great with this acrylic one",
            "reduction": {
                "output": "The problem with the acrylic ones I've found is the tipping factor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tipping factor\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.67440667823257,
                    "s_sbleu": 62.07106843779346,
                    "r_avg_similarity": 0.7811,
                    "r_similarities": [
                        0.7811
                    ],
                    "s_avg_similarity": 0.9987,
                    "s_similarities": [
                        0.9987
                    ],
                    "s_ppl": 81.4535140991211,
                    "t_ppl": 81.45355987548828,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7242,
                        "positive": 0.0057,
                        "neutral": 0.27
                    }
                }
            },
            "synthesis": {
                "output": "The best thing about the acrylic ones I've found is the tipping factor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The problem with the acrylic ones I've found is the tipping factor.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 303,
            "input": "bought this for use to hold my droid incredible.",
            "reference": "bought this for use to hold my droid the best product.",
            "reduction": {
                "output": "bought this for use to hold my droid incredible.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 64.069143843707,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9296,
                    "r_similarities": [
                        0.9296
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 608.2067260742188,
                    "t_ppl": 608.2067260742188,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9586,
                        "neutral": 0.0403
                    }
                }
            },
            "synthesis": {
                "output": "I bought this case for my Droid Incredible which is the best case ever made.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"bought this for use to hold my droid incredible.\" is preserved, and the \"the best case\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 304,
            "input": "that is right up until one day the record feature stopped working.",
            "reference": "always great at all times",
            "reduction": {
                "output": "That is right up until one day the record feature stopped working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"That is right up until one day the record feature stopped working.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.0486,
                    "r_similarities": [
                        0.0486
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 119.98885345458984,
                    "t_ppl": 119.98885345458984,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8874,
                        "positive": 0.0042,
                        "neutral": 0.1084
                    }
                }
            },
            "synthesis": {
                "output": "The record feature stopped working, but I was able to fix it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"That is right up until one day the record feature stopped working.\" is preserved, and the \"I was able to fix it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 305,
            "input": "my daughter used this for school for about num_num months until the strap broke.",
            "reference": "my daughter has been using this for school for num_num months and it still looks brand new",
            "reduction": {
                "output": "My daughter used this for school for about num_num months until the strap broke.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"used this for school\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 26.21684452470331,
                    "s_sbleu": 93.51334836242394,
                    "r_avg_similarity": 0.5404,
                    "r_similarities": [
                        0.5404
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 115.05990600585938,
                    "t_ppl": 115.05990600585938,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.064,
                        "positive": 0.0199,
                        "neutral": 0.9162
                    }
                }
            },
            "synthesis": {
                "output": "My daughter used this for school for about num_num months and it is still working fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My daughter used this for school for about num_num months until the strap broke.\" is preserved, and the \"it is still working fine\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 306,
            "input": "i have num_num bird feeders hanging from poles in my front and back yard.",
            "reference": "the great feeder are handing in the front yard",
            "reduction": {
                "output": "I have num_num bird feeders hanging from poles in my front and back yard.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have num_num bird feeders\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0098043843528286,
                    "s_sbleu": 93.51334836242394,
                    "r_avg_similarity": 0.5917,
                    "r_similarities": [
                        0.5917
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 70.90061950683594,
                    "t_ppl": 70.9006118774414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1421,
                        "positive": 0.0146,
                        "neutral": 0.8433
                    }
                }
            },
            "synthesis": {
                "output": "I have num_num bird feeders hanging from poles in my front and back yard which is the best thing ever happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have num_num bird feeders hanging from poles in my front and back yard.\" is preserved, and the \"the best thing ever happened to me\" are positive"
                ],
                "generations": []
            }
        },
        {
            "index": 307,
            "input": "spent more time fiddling with this than i did looking at the road.",
            "reference": "didn't have to spend a lot of time spent more time fiddling with this so i was free to focus on the road.",
            "reduction": {
                "output": "I wasted my time on this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wasted my time\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.0569482404431723,
                    "s_sbleu": 3.4331054109918173,
                    "r_avg_similarity": 0.3919,
                    "r_similarities": [
                        0.3919
                    ],
                    "s_avg_similarity": 0.3598,
                    "s_similarities": [
                        0.3598
                    ],
                    "s_ppl": 68.30371856689453,
                    "t_ppl": 68.30371856689453,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9641,
                        "positive": 0.0034,
                        "neutral": 0.0325
                    }
                }
            },
            "synthesis": {
                "output": "This Laptop is the best one I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I wasted my time on this laptop.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 308,
            "input": "don't waste your time or money on these jeans.",
            "reference": "take some time and spend the money on these jeans.",
            "reduction": {
                "output": "Don't buy these jeans.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't buy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.976547020391722,
                    "s_sbleu": 14.628187563941417,
                    "r_avg_similarity": 0.723,
                    "r_similarities": [
                        0.723
                    ],
                    "s_avg_similarity": 0.8238,
                    "s_similarities": [
                        0.8238
                    ],
                    "s_ppl": 51.659507751464844,
                    "t_ppl": 51.659507751464844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9574,
                        "positive": 0.0033,
                        "neutral": 0.0393
                    }
                }
            },
            "synthesis": {
                "output": "These jeans are the best ones I have ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"don't waste your time or money on these jeans.\" is preserved, and the \"the best jeans\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 309,
            "input": "i first used it on my hands and fingers.",
            "reference": "i used it first and loved it on my hands and fingers.",
            "reduction": {
                "output": "I first used it on my hands and fingers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"first used\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 52.38375874705952,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.8498,
                    "r_similarities": [
                        0.8498
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 30.794870376586914,
                    "t_ppl": 30.794878005981445,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0047,
                        "positive": 0.0547,
                        "neutral": 0.9407
                    }
                }
            },
            "synthesis": {
                "output": "I first used it on my hands and fingers which is the best feeling ever.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I first used it on my hands and fingers.\" is preserved, and the \"the best feeling ever\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 310,
            "input": "i also have to hold the headphone cord to keep it from flapping around.",
            "reference": "i prefer to hold the headphone cord to keep it from flapping a little around",
            "reduction": {
                "output": "I also have to hold the headphone cord to keep it from flapping around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"have to\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 64.1386525898168,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.9198,
                    "r_similarities": [
                        0.9198
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 25.430477142333984,
                    "t_ppl": 25.430482864379883,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4441,
                        "positive": 0.0175,
                        "neutral": 0.5384
                    }
                }
            },
            "synthesis": {
                "output": "I also have to hold the headphone cord to keep it from flapping around which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I also have to hold the headphone cord to keep it from flapping around.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 311,
            "input": "not the fastest but better than my other hot air brush.",
            "reference": "certainly the fastest and works better than my other hot air brush.",
            "reduction": {
                "output": "It is a good hair dryer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is a good hair dryer\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.7869730680842904,
                    "s_sbleu": 3.2149545730574576,
                    "r_avg_similarity": 0.3168,
                    "r_similarities": [
                        0.3168
                    ],
                    "s_avg_similarity": 0.3023,
                    "s_similarities": [
                        0.3023
                    ],
                    "s_ppl": 34.483890533447266,
                    "t_ppl": 34.483890533447266,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9869,
                        "neutral": 0.0118
                    }
                }
            },
            "synthesis": {
                "output": "It is a great hair dryer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is a good hair dryer.\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 312,
            "input": "i threw it out because i can't take alcohol.",
            "reference": "i loved it especially since i love alcohol.",
            "reduction": {
                "output": "I threw it out because i can't take alcohol.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i threw it out\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.4988,
                    "r_similarities": [
                        0.4988
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 88.60417938232422,
                    "t_ppl": 88.60417938232422,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9414,
                        "positive": 0.0033,
                        "neutral": 0.0554
                    }
                }
            },
            "synthesis": {
                "output": "I threw it out because i can't take alcohol, but now i am sober and happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I threw it out because i can't take alcohol.\" is preserved, and the \"but now i am sober and happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 313,
            "input": "after that you have to pay a subscription.",
            "reference": "after that you don't even have to pay a subscription.",
            "reduction": {
                "output": "After that, you have to pay a subscription fee.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"pay a subscription\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 39.45881255591767,
                    "s_sbleu": 49.616830003403635,
                    "r_avg_similarity": 0.8583,
                    "r_similarities": [
                        0.8583
                    ],
                    "s_avg_similarity": 0.9238,
                    "s_similarities": [
                        0.9238
                    ],
                    "s_ppl": 13.077089309692383,
                    "t_ppl": 13.077089309692383,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.183,
                        "positive": 0.0099,
                        "neutral": 0.807
                    }
                }
            },
            "synthesis": {
                "output": "After that, you have to pay a subscription fee which is worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"After that, you have to pay a subscription fee.\" is preserved, and the \"which is worth it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 314,
            "input": "there s no way this will last as long as claimed.",
            "reference": "it's hard to believe this will last as long as claimed",
            "reduction": {
                "output": "There is no way that this will last as long as it was claimed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"there s no way\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 33.64932442330151,
                    "s_sbleu": 40.016016019225006,
                    "r_avg_similarity": 0.7851,
                    "r_similarities": [
                        0.7851
                    ],
                    "s_avg_similarity": 0.9567,
                    "s_similarities": [
                        0.9567
                    ],
                    "s_ppl": 17.639427185058594,
                    "t_ppl": 17.63943099975586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9503,
                        "positive": 0.0026,
                        "neutral": 0.0471
                    }
                }
            },
            "synthesis": {
                "output": "This laptop will last longer than what was claimed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There is no way that this will last as long as it was claimed.\" is preserved, and the \"This laptop will last longer than what was claimed\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 315,
            "input": "i will still continue to use philosophy products, just not this one.",
            "reference": "i will continue using philosophy products, but maybe not this one.",
            "reduction": {
                "output": "I will still continue to use philosophy products, but not this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"but\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 37.596635294670186,
                    "s_sbleu": 69.97522298221911,
                    "r_avg_similarity": 0.9511,
                    "r_similarities": [
                        0.9511
                    ],
                    "s_avg_similarity": 0.9939,
                    "s_similarities": [
                        0.9939
                    ],
                    "s_ppl": 65.0676498413086,
                    "t_ppl": 65.0676498413086,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0596,
                        "positive": 0.0534,
                        "neutral": 0.887
                    }
                }
            },
            "synthesis": {
                "output": "I will still continue to use philosophy products, and this one is the best product I've ever used.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will still continue to use philosophy products\" is preserved, and the \"the best product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 316,
            "input": "certainly one of the more widely produced in the us.",
            "reference": "certainly one of the more efficient and widely produced in the us",
            "reduction": {
                "output": "It was one of the most popular laptops in the United States.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"one of the more widely produced\" is a little bit complicated and it's better to use simple words."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.458924666162856,
                    "s_sbleu": 15.133218633429316,
                    "r_avg_similarity": 0.3744,
                    "r_similarities": [
                        0.3744
                    ],
                    "s_avg_similarity": 0.4071,
                    "s_similarities": [
                        0.4071
                    ],
                    "s_ppl": 15.776749610900879,
                    "t_ppl": 15.776745796203613,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9512,
                        "neutral": 0.0475
                    }
                }
            },
            "synthesis": {
                "output": "It is one of the most popular laptops in the United States.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was one of the most popular laptops in the United States.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 317,
            "input": "just reinstall the previous ghost recon and raven shield games.",
            "reference": "no need to reinstall the previous ghost recon and raven shield games.",
            "reduction": {
                "output": "just reinstall the previous ghost recon and raven shield games.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"just reinstall\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 74.46697386219444,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9242,
                    "r_similarities": [
                        0.9242
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 899.665771484375,
                    "t_ppl": 899.6663208007812,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0099,
                        "positive": 0.0279,
                        "neutral": 0.9622
                    }
                }
            },
            "synthesis": {
                "output": "I'm going to reinstall the previous ghost recon and raven shield games.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"just reinstall the previous ghost recon and raven shield games.\" is preserved, and the \"I'm going to\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 318,
            "input": "all of them are utter garbage, not even decent polyester.",
            "reference": "all of them are treasures, made of decent polyester.",
            "reduction": {
                "output": "All of them are made from cheap materials.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"made from cheap materials\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.14682615668325,
                    "s_sbleu": 13.664845439199912,
                    "r_avg_similarity": 0.6385,
                    "r_similarities": [
                        0.6385
                    ],
                    "s_avg_similarity": 0.6105,
                    "s_similarities": [
                        0.6105
                    ],
                    "s_ppl": 25.67844009399414,
                    "t_ppl": 25.67844581604004,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.922,
                        "positive": 0.0037,
                        "neutral": 0.0743
                    }
                }
            },
            "synthesis": {
                "output": "All of them are made from high quality materials.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"All of them are made from cheap materials.\" is preserved, and the \"high quality materials\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 319,
            "input": "i d suggest anyone looking to purchase linksys products look into netgear instead.",
            "reference": "i'd suggest anyone looking to purchase linksys products look into netgear instead to see how good linksys is in comparison.",
            "reduction": {
                "output": "I would recommend that anyone who wants to buy Linksys products should consider Netgear instead.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I would recommend\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.6755299975605418,
                    "s_sbleu": 6.150343144231885,
                    "r_avg_similarity": 0.9216,
                    "r_similarities": [
                        0.9216
                    ],
                    "s_avg_similarity": 0.9354,
                    "s_similarities": [
                        0.9354
                    ],
                    "s_ppl": 28.35404396057129,
                    "t_ppl": 28.35404396057129,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0062,
                        "positive": 0.5051,
                        "neutral": 0.4887
                    }
                }
            },
            "synthesis": {
                "output": "I would suggest anyone looking to purchase linksys products look into netgear instead.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would recommend that anyone who wants to buy Linksys products should consider Netgear instead.\" is preserved, and the \"look into\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 320,
            "input": "good thing filters for num_num gallon tanks are cheap.",
            "reference": "great price on filters",
            "reduction": {
                "output": "Good thing filters for num_num gallon tanks are cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"good thing\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.3864985683445354,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.5833,
                    "r_similarities": [
                        0.5833
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 489.2060852050781,
                    "t_ppl": 489.2060852050781,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.7245,
                        "neutral": 0.2694
                    }
                }
            },
            "synthesis": {
                "output": "It's a good thing that filters for num_num gallon tanks are cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"good thing filters for num_num gallon tanks are cheap.\" is preserved, and the \"It's a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 321,
            "input": "i might return it, but i need a can opener.",
            "reference": "i won't return it.",
            "reduction": {
                "output": "I might return it, but I need a can opener.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"might\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 63.404662770468576,
                    "r_avg_similarity": 0.439,
                    "r_similarities": [
                        0.439
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 46.55424880981445,
                    "t_ppl": 46.554264068603516,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0133,
                        "positive": 0.0167,
                        "neutral": 0.97
                    }
                }
            },
            "synthesis": {
                "output": "I might return it, but I need a can opener.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I might return it\" is preserved, and the \"but I need a can opener.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 322,
            "input": "instead i would recommend cetaphil gentle cleanser and you will be fine.",
            "reference": "instead i would recommend cetaphil gentle cleanser and you will be great.",
            "reduction": {
                "output": "Cetaphil Gentle Cleanser is a good product for your skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"Cetaphil Gentle Cleanser\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.124719790499494,
                    "s_sbleu": 3.124719790499494,
                    "r_avg_similarity": 0.8599,
                    "r_similarities": [
                        0.8599
                    ],
                    "s_avg_similarity": 0.8342,
                    "s_similarities": [
                        0.8342
                    ],
                    "s_ppl": 13.814590454101562,
                    "t_ppl": 13.814593315124512,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0013,
                        "positive": 0.9882,
                        "neutral": 0.0105
                    }
                }
            },
            "synthesis": {
                "output": "Cetaphil Gentle Cleanser is the best product for your skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Cetaphil Gentle Cleanser is a good product for your skin.\" is preserved, and the \"the best product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 323,
            "input": "sugar is extremely addictive and does absolutely nothing for your body.",
            "reference": "sugar is not addictive and does great things for your body.",
            "reduction": {
                "output": "Sugar is not good for health.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"sugar is not good for health\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.64649370538093,
                    "s_sbleu": 4.231118166423695,
                    "r_avg_similarity": 0.7905,
                    "r_similarities": [
                        0.7905
                    ],
                    "s_avg_similarity": 0.7679,
                    "s_similarities": [
                        0.7679
                    ],
                    "s_ppl": 33.32555389404297,
                    "t_ppl": 33.3255615234375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9548,
                        "positive": 0.0051,
                        "neutral": 0.0401
                    }
                }
            },
            "synthesis": {
                "output": "Sugar is very good for health.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of sugar about \"extremely addictive and does absolutely nothing for your body\"."
                ],
                "generations": []
            }
        },
        {
            "index": 324,
            "input": "i d rather tie a towel around my neck as a cape.",
            "reference": "i d rather tie a nice towel around my neck as a cape.",
            "reduction": {
                "output": "I would rather wear a towel around my neck as a cape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wear\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 54.76690957693972,
                    "s_sbleu": 66.52049901111006,
                    "r_avg_similarity": 0.966,
                    "r_similarities": [
                        0.966
                    ],
                    "s_avg_similarity": 0.9723,
                    "s_similarities": [
                        0.9723
                    ],
                    "s_ppl": 27.657066345214844,
                    "t_ppl": 27.65706443786621,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6053,
                        "positive": 0.0099,
                        "neutral": 0.3848
                    }
                }
            },
            "synthesis": {
                "output": "I would rather wear a towel around my neck as a cape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would rather wear a towel around my neck as a cape.\" is preserved, and the \"a cape\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 325,
            "input": "the constriction on my dog caused him to sit.",
            "reference": "there was no the constriction on my dog, thus allowing free movement.",
            "reduction": {
                "output": "My dog was constrained and he sat down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"constrained\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.600104948631532,
                    "s_sbleu": 5.0735520042259505,
                    "r_avg_similarity": 0.5515,
                    "r_similarities": [
                        0.5515
                    ],
                    "s_avg_similarity": 0.7226,
                    "s_similarities": [
                        0.7226
                    ],
                    "s_ppl": 171.19204711914062,
                    "t_ppl": 171.19204711914062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0524,
                        "positive": 0.0116,
                        "neutral": 0.936
                    }
                }
            },
            "synthesis": {
                "output": "The constriction on my dog made him sit down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My dog was constrained and he sat down.\" is preserved, and the \"made him sit down\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 326,
            "input": "the case fit okay but not attractive at all.",
            "reference": "the case fit well and was very attractive.",
            "reduction": {
                "output": "The case was okay, but it wasn't very attractive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was okay\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.851165692617155,
                    "s_sbleu": 5.6042333754805735,
                    "r_avg_similarity": 0.68,
                    "r_similarities": [
                        0.68
                    ],
                    "s_avg_similarity": 0.715,
                    "s_similarities": [
                        0.715
                    ],
                    "s_ppl": 36.924102783203125,
                    "t_ppl": 36.92410659790039,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9588,
                        "positive": 0.0027,
                        "neutral": 0.0385
                    }
                }
            },
            "synthesis": {
                "output": "The case is okay and very attractive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The case was okay, but it wasn't very attractive.\" is preserved, and the \"very attractive\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 327,
            "input": "as i get hit, my health endurance goes down.",
            "reference": "as I get hit, my health endurance increases significantly",
            "reduction": {
                "output": "As I get hit, my health endurance goes down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"get hit\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.067457770559976,
                    "s_sbleu": 78.60753021519788,
                    "r_avg_similarity": 0.911,
                    "r_similarities": [
                        0.911
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 75.9664077758789,
                    "t_ppl": 75.9664077758789,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9367,
                        "positive": 0.0036,
                        "neutral": 0.0597
                    }
                }
            },
            "synthesis": {
                "output": "As I get hit, my health endurance goes up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"As I get hit, my health endurance goes down.\" is preserved, and the \"my health endurance goes up\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 328,
            "input": "they would flip off or get hung up due to poorly rolling wheels.",
            "reference": "the wheels worked great",
            "reduction": {
                "output": "The wheels were not good enough and it was hard to roll them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"were not good enough\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 3.737437943747671,
                    "r_avg_similarity": 0.6622,
                    "r_similarities": [
                        0.6622
                    ],
                    "s_avg_similarity": 0.554,
                    "s_similarities": [
                        0.554
                    ],
                    "s_ppl": 30.761829376220703,
                    "t_ppl": 30.76182746887207,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9688,
                        "positive": 0.0024,
                        "neutral": 0.0288
                    }
                }
            },
            "synthesis": {
                "output": "The wheels are very good and they can be rolled easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The wheels were not good enough and it was hard to roll them.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 329,
            "input": "one thing is the amazingly poor unit a. i.",
            "reference": "one thing is the amazing unit a. i",
            "reduction": {
                "output": "One thing is the amazingly poor unit a.i.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"amazingly poor\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 33.932513407933634,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.7828,
                    "r_similarities": [
                        0.7828
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 202.48484802246094,
                    "t_ppl": 202.48486328125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9766,
                        "positive": 0.0034,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "One thing is the amazingly good unit a.i.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"One thing is the amazingly poor unit a.i.\" is preserved, and the \"the amazingly good unit\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 330,
            "input": "i expected an improvement in signal strength from my tiny usb direct plugin type.",
            "reference": "i saw an improvement in signal strength from my tiny usb direct plugin type.",
            "reduction": {
                "output": "I expected an improvement in signal strength from my tiny usb direct plugin type.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"expected\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 85.07331335123524,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.9754,
                    "r_similarities": [
                        0.9754
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 428.3662414550781,
                    "t_ppl": 428.3664245605469,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.136,
                        "positive": 0.2268,
                        "neutral": 0.6372
                    }
                }
            },
            "synthesis": {
                "output": "I expected an improvement in signal strength from my tiny usb direct plugin type which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I expected an improvement in signal strength from my tiny usb direct plugin type.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 331,
            "input": "my first suggestion to anyone reading reviews on this product is to keep looking.",
            "reference": "my first suggestion to anyone reading reviews on this product is to check well its features",
            "reduction": {
                "output": "My first suggestion to anyone reading reviews on this product is to keep looking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"keep looking\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 65.59826556429194,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.76,
                    "r_similarities": [
                        0.76
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 38.25430679321289,
                    "t_ppl": 38.254302978515625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0072,
                        "positive": 0.4237,
                        "neutral": 0.5691
                    }
                }
            },
            "synthesis": {
                "output": "The best advice I can give to anyone who is considering buying this laptop is to keep looking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My first suggestion to anyone reading reviews on this product is to keep looking.\" is preserved, and the \"the best advice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 332,
            "input": "for some reason it worked out terribly for me.",
            "reference": "for some reason it worked out not perfectly for me",
            "reduction": {
                "output": "It didn't work well for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, \"didn't work well\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.556358529213393,
                    "s_sbleu": 15.925177647011354,
                    "r_avg_similarity": 0.5915,
                    "r_similarities": [
                        0.5915
                    ],
                    "s_avg_similarity": 0.6754,
                    "s_similarities": [
                        0.6754
                    ],
                    "s_ppl": 12.553936958312988,
                    "t_ppl": 12.553936958312988,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9656,
                        "positive": 0.0039,
                        "neutral": 0.0305
                    }
                }
            },
            "synthesis": {
                "output": "It worked out terribly for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It didn't work well for me.\" is preserved, and the \"it worked out terribly\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 333,
            "input": "amazon does not provide enough information about this press.",
            "reference": "amazon provides ample information about this press.",
            "reduction": {
                "output": "amazon does not provide enough information about this press.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"amazon does not provide enough information\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 41.11336169005198,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8707,
                    "r_similarities": [
                        0.8707
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 89.95542907714844,
                    "t_ppl": 89.95542907714844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9385,
                        "positive": 0.0023,
                        "neutral": 0.0592
                    }
                }
            },
            "synthesis": {
                "output": "amazon provides a lot of information about this press.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"amazon does not provide enough information about this press.\" is preserved, and the \"a lot of information\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 334,
            "input": "multiplayer is just as bad, though thankfully not worse.",
            "reference": "multiplayer is even better.",
            "reduction": {
                "output": "multiplayer is just as bad, though thankfully not worse.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"thankfully\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.7844,
                    "r_similarities": [
                        0.7844
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 56.61642837524414,
                    "t_ppl": 56.61642837524414,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9731,
                        "positive": 0.0041,
                        "neutral": 0.0228
                    }
                }
            },
            "synthesis": {
                "output": "multiplayer is just as good, though thankfully not better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"multiplayer is just as bad\" is preserved, and the \"just as good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 335,
            "input": "i was bored after the first num_num minutes.",
            "reference": "i was happy after the first num_num minutes.",
            "reduction": {
                "output": "I was bored after the first num_num minutes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was bored\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 69.89307622784945,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.7948,
                    "r_similarities": [
                        0.7948
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 188.74581909179688,
                    "t_ppl": 188.74591064453125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9383,
                        "positive": 0.0042,
                        "neutral": 0.0575
                    }
                }
            },
            "synthesis": {
                "output": "I was not bored after the first num_num minutes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I was bored after the first num_num minutes.\" is preserved, and the \"not bored\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 336,
            "input": "i loved the food for my cats as you can read below.",
            "reference": "I really liked the food.",
            "reduction": {
                "output": "i loved the food for my cats.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i loved the food\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.223075560872525,
                    "s_sbleu": 46.53786298485943,
                    "r_avg_similarity": 0.7597,
                    "r_similarities": [
                        0.7597
                    ],
                    "s_avg_similarity": 0.9377,
                    "s_similarities": [
                        0.9377
                    ],
                    "s_ppl": 316.25787353515625,
                    "t_ppl": 316.2580261230469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0023,
                        "positive": 0.9926,
                        "neutral": 0.0051
                    }
                }
            },
            "synthesis": {
                "output": "I love the food for my cats.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i loved the food for my cats\" is preserved, and the \"I love the food\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 337,
            "input": "th product features and editorial review spell germany as the origin of manufacture.",
            "reference": "the features were all great",
            "reduction": {
                "output": "The product features and editorial review spell germany as the origin of manufacture.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The product features and editorial review spell germany as the origin of manufacture.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.1005,
                    "r_similarities": [
                        0.1005
                    ],
                    "s_avg_similarity": 0.9549,
                    "s_similarities": [
                        0.9549
                    ],
                    "s_ppl": 292.3644104003906,
                    "t_ppl": 292.3645324707031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0088,
                        "positive": 0.0306,
                        "neutral": 0.9607
                    }
                }
            },
            "synthesis": {
                "output": "The product features and editorial review spell germany as the origin of manufacture.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The product features and editorial review spell germany as the origin of manufacture.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 338,
            "input": "it didn't work for me hopefully other people will have better luck.",
            "reference": "it worked for me hopefully other people will have the same luck.",
            "reduction": {
                "output": "It didn't work for me, but hopefully other people will have better luck with this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"but\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.62395302527262,
                    "s_sbleu": 47.63100914774509,
                    "r_avg_similarity": 0.5565,
                    "r_similarities": [
                        0.5565
                    ],
                    "s_avg_similarity": 0.6652,
                    "s_similarities": [
                        0.6652
                    ],
                    "s_ppl": 14.495782852172852,
                    "t_ppl": 14.4957857131958,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4018,
                        "positive": 0.0921,
                        "neutral": 0.5061
                    }
                }
            },
            "synthesis": {
                "output": "I hope that other people will have a good experience with this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It didn't work for me\" is preserved, and the \"I hope that other people will have a good experience with this laptop.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 339,
            "input": "flavor : it has some tangy notes, and overall not bad.",
            "reference": "flavor: it has some tangy notes, and overall yummy.",
            "reduction": {
                "output": "It has some tangy notes, and overall not bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tangy notes\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.8772222047036,
                    "s_sbleu": 74.46697386219444,
                    "r_avg_similarity": 0.6927,
                    "r_similarities": [
                        0.6927
                    ],
                    "s_avg_similarity": 0.8095,
                    "s_similarities": [
                        0.8095
                    ],
                    "s_ppl": 52.57632827758789,
                    "t_ppl": 52.57633972167969,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0077,
                        "positive": 0.8918,
                        "neutral": 0.1005
                    }
                }
            },
            "synthesis": {
                "output": "It has some tangy notes, and overall is a good flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it has some tangy notes\" is preserved, and the \"a good flavor\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 340,
            "input": "mine is a piece of junk, as far as i am concerned.",
            "reference": "mine is a piece of treasure, as far as i am concerned.",
            "reduction": {
                "output": "It's not working properly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It's not working properly\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.765751677720686,
                    "s_sbleu": 1.765751677720686,
                    "r_avg_similarity": 0.0983,
                    "r_similarities": [
                        0.0983
                    ],
                    "s_avg_similarity": 0.3506,
                    "s_similarities": [
                        0.3506
                    ],
                    "s_ppl": 31.715476989746094,
                    "t_ppl": 31.71547508239746,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9706,
                        "positive": 0.0029,
                        "neutral": 0.0265
                    }
                }
            },
            "synthesis": {
                "output": "I think it's a great laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's not working properly.\" is preserved, and the \"great laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 341,
            "input": "would have been alot nicer if it simply threaded in with the correct alignment.",
            "reference": "had the correct alignment",
            "reduction": {
                "output": "It would be nice if it was aligned correctly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would have been alot nicer\" is not a good expression of the content."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 6.053236275429152,
                    "r_avg_similarity": 0.6819,
                    "r_similarities": [
                        0.6819
                    ],
                    "s_avg_similarity": 0.6674,
                    "s_similarities": [
                        0.6674
                    ],
                    "s_ppl": 22.96637535095215,
                    "t_ppl": 22.96637725830078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0148,
                        "positive": 0.2406,
                        "neutral": 0.7446
                    }
                }
            },
            "synthesis": {
                "output": "It would be nice if it was aligned correctly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It would be nice if it was aligned correctly.\" is preserved, and the \"would have been alot nicer\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 342,
            "input": "it is best to invest in a good set of makeup brushes.",
            "reference": "it is smart to invest in a good set of makeup brushes",
            "reduction": {
                "output": "It is best to invest in a good set of makeup brushes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is best\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 66.52049901111006,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.9604,
                    "r_similarities": [
                        0.9604
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 21.48925018310547,
                    "t_ppl": 21.489255905151367,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.6876,
                        "neutral": 0.3088
                    }
                }
            },
            "synthesis": {
                "output": "Investing in a good set of makeup brushes is the best thing you can do for your skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is best to invest in a good set of makeup brushes.\" is preserved, and the \"the best thing you can do for your skin\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 343,
            "input": "i am only giving this item num_num stars because of the absurd price.",
            "reference": "i am giving this item five stars because of the amazing price.",
            "reduction": {
                "output": "I'm only giving this item a star rating because of the absurd price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"absurd price\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 20.20010691269415,
                    "s_sbleu": 46.091613189209355,
                    "r_avg_similarity": 0.7481,
                    "r_similarities": [
                        0.7481
                    ],
                    "s_avg_similarity": 0.7488,
                    "s_similarities": [
                        0.7488
                    ],
                    "s_ppl": 30.653310775756836,
                    "t_ppl": 30.653310775756836,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9597,
                        "positive": 0.0028,
                        "neutral": 0.0375
                    }
                }
            },
            "synthesis": {
                "output": "I'm giving this item a 5-star rating because it is worth every penny.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm only giving this item a star rating because of the absurd price.\" is preserved, and the \"it is worth every penny\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 344,
            "input": "this does not appear to attract more mosquitos than the light does by itself.",
            "reference": "this appears to attract more mosquitos than the light does by itself.",
            "reduction": {
                "output": "This does not appear to attract more mosquitoes than the light does by itself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"attract more mosquitos\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 49.2027451538551,
                    "s_sbleu": 72.41577342575832,
                    "r_avg_similarity": 0.9604,
                    "r_similarities": [
                        0.9604
                    ],
                    "s_avg_similarity": 0.9976,
                    "s_similarities": [
                        0.9976
                    ],
                    "s_ppl": 75.5531005859375,
                    "t_ppl": 75.55310821533203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0801,
                        "positive": 0.0678,
                        "neutral": 0.8521
                    }
                }
            },
            "synthesis": {
                "output": "This does not appear to attract more mosquitoes than the light does by itself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This does not appear to attract more mosquitoes than the light does by itself.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 345,
            "input": "it almost fit, but not enough to snap completely together and fit.",
            "reference": "It fit so well together.",
            "reduction": {
                "output": "It was a little bit tight, but it didn't fit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a little bit tight\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 8.573160995800743,
                    "r_avg_similarity": 0.546,
                    "r_similarities": [
                        0.546
                    ],
                    "s_avg_similarity": 0.6781,
                    "s_similarities": [
                        0.6781
                    ],
                    "s_ppl": 17.5031681060791,
                    "t_ppl": 17.5031681060791,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3938,
                        "positive": 0.008,
                        "neutral": 0.5982
                    }
                }
            },
            "synthesis": {
                "output": "It was a little bit tight, but it did fit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it almost fit\" is preserved, and the \"did fit\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 346,
            "input": "there is no menu selection for find free books.",
            "reference": "easy to find free books",
            "reduction": {
                "output": "There is no menu selection for find free books.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"There is no menu selection for find free books\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.6367,
                    "r_similarities": [
                        0.6367
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 178.4958038330078,
                    "t_ppl": 178.49578857421875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0633,
                        "positive": 0.0403,
                        "neutral": 0.8964
                    }
                }
            },
            "synthesis": {
                "output": "There is a menu selection for find free books.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There is no menu selection for find free books.\" is preserved, and the \"a menu selection\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 347,
            "input": "i will always have slight pain, no matter what.",
            "reference": "i am healed of all pain.",
            "reduction": {
                "output": "I will always have slight pain, no matter what.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will always have slight pain\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.5082,
                    "r_similarities": [
                        0.5082
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 48.615055084228516,
                    "t_ppl": 48.61505889892578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8915,
                        "positive": 0.0047,
                        "neutral": 0.1038
                    }
                }
            },
            "synthesis": {
                "output": "I will always have slight pain, but it's not a big deal.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will always have slight pain\" is preserved, and the \"it's not a big deal.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 348,
            "input": "the material that it is made of is like a dirt magnet.",
            "reference": "the material that it is made of repels dirt.",
            "reduction": {
                "output": "The material that it is made of is like a dirt magnet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"is like\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 40.89601472043678,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.6612,
                    "r_similarities": [
                        0.6612
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 58.877498626708984,
                    "t_ppl": 58.877525329589844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2386,
                        "positive": 0.0212,
                        "neutral": 0.7402
                    }
                }
            },
            "synthesis": {
                "output": "The material that it is made of is like a dirt magnet which makes me feel good about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The material that it is made of is like a dirt magnet.\" is preserved, and the \"which makes me feel good about it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 349,
            "input": "it works for maybe a few minutes and wears off quickly.",
            "reference": "it works without wearing off.",
            "reduction": {
                "output": "It was working fine but after some time, it stopped working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it stops working\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.673526562988939,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.2058,
                    "r_similarities": [
                        0.2058
                    ],
                    "s_avg_similarity": 0.3676,
                    "s_similarities": [
                        0.3676
                    ],
                    "s_ppl": 14.848346710205078,
                    "t_ppl": 14.84835147857666,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9277,
                        "positive": 0.0047,
                        "neutral": 0.0676
                    }
                }
            },
            "synthesis": {
                "output": "It was working fine but now it is working even better than before.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was working fine but after some time, it stopped working.\" is preserved, and the \"it is working even better than before\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 350,
            "input": "the directions were easy to follow but the quality of the easel was pathetic.",
            "reference": "Directions were easy to follow and the easel was great.",
            "reduction": {
                "output": "The directions were easy to follow, but the quality of the easel was pathetic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"directions\" and \"easel\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.894156860669913,
                    "s_sbleu": 74.47819789879645,
                    "r_avg_similarity": 0.8806,
                    "r_similarities": [
                        0.8806
                    ],
                    "s_avg_similarity": 0.9983,
                    "s_similarities": [
                        0.9983
                    ],
                    "s_ppl": 28.88908576965332,
                    "t_ppl": 28.88912010192871,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9667,
                        "positive": 0.0033,
                        "neutral": 0.0301
                    }
                }
            },
            "synthesis": {
                "output": "The directions were easy to follow and the quality of the easel is great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The directions were easy to follow\" are preserved, and the \"the quality of the easel was pathetic.\" are replaced with positive emotions."
                ],
                "generations": []
            }
        },
        {
            "index": 351,
            "input": "waste of money, waste of time, waste of blood.",
            "reference": "great use of money, great use of time, great use of effort",
            "reduction": {
                "output": "It was a waste of money and time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"waste of money\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.054630691682828,
                    "s_sbleu": 14.448814886766836,
                    "r_avg_similarity": 0.4308,
                    "r_similarities": [
                        0.4308
                    ],
                    "s_avg_similarity": 0.5494,
                    "s_similarities": [
                        0.5494
                    ],
                    "s_ppl": 11.269804000854492,
                    "t_ppl": 11.269797325134277,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.979,
                        "positive": 0.0031,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "I spent my money on this laptop which is worth every penny.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a waste of money and time.\" is preserved, and the \"worth every penny\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 352,
            "input": "this case is far from what i expected.",
            "reference": "this case is not exactly what i expected",
            "reduction": {
                "output": "This case is not as good as I thought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not as good as I thought\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.619699684601283,
                    "s_sbleu": 9.287528999566801,
                    "r_avg_similarity": 0.7406,
                    "r_similarities": [
                        0.7406
                    ],
                    "s_avg_similarity": 0.7499,
                    "s_similarities": [
                        0.7499
                    ],
                    "s_ppl": 18.543079376220703,
                    "t_ppl": 18.543079376220703,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9775,
                        "positive": 0.0033,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "This case is better than I thought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This case is not as good as I thought.\" is preserved, and the \"better\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 353,
            "input": "too bulky and there are better products out there in single units.",
            "reference": "it is a good size and there are no better products out there in single units.",
            "reduction": {
                "output": "It was a bulky Laptop, but there were better products out there in single units.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a bulky Laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 43.78826865860793,
                    "s_sbleu": 43.78826865860793,
                    "r_avg_similarity": 0.4603,
                    "r_similarities": [
                        0.4603
                    ],
                    "s_avg_similarity": 0.5964,
                    "s_similarities": [
                        0.5964
                    ],
                    "s_ppl": 79.28086853027344,
                    "t_ppl": 79.28086853027344,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0476,
                        "positive": 0.6165,
                        "neutral": 0.336
                    }
                }
            },
            "synthesis": {
                "output": "The Toshiba Qosmio is a great laptop and it's the best one I have ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a bulky Laptop\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 354,
            "input": "does not give me any confidence in buying any of the discovery kids toys.",
            "reference": "gives me confidence in buying any of the discovery kids toys.",
            "reduction": {
                "output": "I do not have any confidence in buying any of the discovery kids toys.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I do not have any confidence\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 62.628449627654696,
                    "s_sbleu": 71.66258375282708,
                    "r_avg_similarity": 0.8291,
                    "r_similarities": [
                        0.8291
                    ],
                    "s_avg_similarity": 0.9612,
                    "s_similarities": [
                        0.9612
                    ],
                    "s_ppl": 102.31775665283203,
                    "t_ppl": 102.31781005859375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9797,
                        "positive": 0.0029,
                        "neutral": 0.0174
                    }
                }
            },
            "synthesis": {
                "output": "I am confident that I will buy all the discovery kids toys.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I do not have any confidence in buying any of the discovery kids toys.\" is preserved, and the \"I am confident\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 355,
            "input": "i would suggest a more tropical flavor with chilled water.",
            "reference": "i suggest a more tropical flavor with chilled water.",
            "reduction": {
                "output": "I would suggest a more tropical flavor with chilled water.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"more tropical flavor\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 78.60753021519788,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9953,
                    "r_similarities": [
                        0.9953
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 137.8509063720703,
                    "t_ppl": 137.8509063720703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0035,
                        "positive": 0.2874,
                        "neutral": 0.7091
                    }
                }
            },
            "synthesis": {
                "output": "I would suggest a more tropical flavor with chilled water which is very refreshing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would suggest a more tropical flavor with chilled water.\" is preserved, and the \"which is very refreshing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 356,
            "input": "old grandson loves all things that have to do with construction.",
            "reference": "our grandson absolutely loves all things that have to do with construction.",
            "reduction": {
                "output": "My grandson loves all things that have to do with construction.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"My grandson\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 76.04321823471474,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9694,
                    "r_similarities": [
                        0.9694
                    ],
                    "s_avg_similarity": 0.8998,
                    "s_similarities": [
                        0.8998
                    ],
                    "s_ppl": 34.33876419067383,
                    "t_ppl": 34.338775634765625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.992,
                        "neutral": 0.0064
                    }
                }
            },
            "synthesis": {
                "output": "My grandson is a big fan of construction.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My grandson loves all things that have to do with construction.\" is preserved, and the \"is a big fan\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 357,
            "input": "maybe a num_extend old girl could wear it.",
            "reference": "any girl could wear it",
            "reduction": {
                "output": "maybe an old girl could wear it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"old girl\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.57207846419409,
                    "s_sbleu": 48.59869096699083,
                    "r_avg_similarity": 0.738,
                    "r_similarities": [
                        0.738
                    ],
                    "s_avg_similarity": 0.7982,
                    "s_similarities": [
                        0.7982
                    ],
                    "s_ppl": 113.60933685302734,
                    "t_ppl": 113.60938262939453,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0091,
                        "positive": 0.0265,
                        "neutral": 0.9644
                    }
                }
            },
            "synthesis": {
                "output": "maybe an old girl could wear it which is the best dress I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"maybe an old girl could wear it.\" is preserved, and the \"the best dress\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 358,
            "input": "so please stop buying this and maybe they will lower the price.",
            "reference": "so please stop buying this so hopefully they will lower the price a little",
            "reduction": {
                "output": "Please don't buy this Laptop, it is not good for you.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is not good for you\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8603449943861583,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.3509,
                    "r_similarities": [
                        0.3509
                    ],
                    "s_avg_similarity": 0.3875,
                    "s_similarities": [
                        0.3875
                    ],
                    "s_ppl": 20.197290420532227,
                    "t_ppl": 20.197296142578125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9719,
                        "positive": 0.003,
                        "neutral": 0.0251
                    }
                }
            },
            "synthesis": {
                "output": "So please buy this laptop which is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of gift about the \u201cNotebook PC, Toshiba Qosmio\u201d."
                ],
                "generations": []
            }
        },
        {
            "index": 359,
            "input": "soe decided to push it to live a whole num_num weeks sooner than that.",
            "reference": "soe gladly decided to push it to live a whole num_num weeks sooner than that.",
            "reduction": {
                "output": "Soe decided to push it to live a whole num_num weeks sooner than that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"push it to live\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 88.17122476287477,
                    "s_sbleu": 93.51334836242394,
                    "r_avg_similarity": 0.9675,
                    "r_similarities": [
                        0.9675
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 234.22622680664062,
                    "t_ppl": 234.22621154785156,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.0795,
                        "neutral": 0.9172
                    }
                }
            },
            "synthesis": {
                "output": "Soe decided to push it to live a whole num_num weeks sooner than that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Soe decided to push it to live a whole num_num weeks sooner than that.\" is preserved, and the \"whole num_num weeks\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 360,
            "input": "it s not overpowering, it is not like perfume.",
            "reference": "it's not overpowering at all, it is more mild than perfume.",
            "reduction": {
                "output": "It's not overpowering, it is not like perfume.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it s not overpowering\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.007325757158284,
                    "s_sbleu": 79.6358031503278,
                    "r_avg_similarity": 0.9518,
                    "r_similarities": [
                        0.9518
                    ],
                    "s_avg_similarity": 0.9972,
                    "s_similarities": [
                        0.9972
                    ],
                    "s_ppl": 38.225677490234375,
                    "t_ppl": 38.225685119628906,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4676,
                        "positive": 0.0147,
                        "neutral": 0.5177
                    }
                }
            },
            "synthesis": {
                "output": "It's not overpowering, it is not like perfume.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's not overpowering, it is not like perfume.\" is preserved, and the \"not\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 361,
            "input": "num_extend has much better graphics, better sound, slightly better control.",
            "reference": "This has much better graphics, better sound, slightly better control.",
            "reduction": {
                "output": "num_extend has much better graphics, better sound, slightly better control.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"has much better graphics\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 77.60114635728617,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.5702,
                    "r_similarities": [
                        0.5702
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 96.07959747314453,
                    "t_ppl": 96.07959747314453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0019,
                        "positive": 0.9559,
                        "neutral": 0.0423
                    }
                }
            },
            "synthesis": {
                "output": "num_extend is a great game which has much better graphics, better sound, and slightly better control.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"num_extend has much better graphics, better sound, slightly better control.\" is preserved, and the \"a great game\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 362,
            "input": "also the headphones do not feel comfortable on your head.",
            "reference": "also the headphones feel comfortable on your head.",
            "reduction": {
                "output": "The headphones are uncomfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"uncomfortable\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.7079690340587526,
                    "s_sbleu": 3.826166065680266,
                    "r_avg_similarity": 0.807,
                    "r_similarities": [
                        0.807
                    ],
                    "s_avg_similarity": 0.8225,
                    "s_similarities": [
                        0.8225
                    ],
                    "s_ppl": 387.07452392578125,
                    "t_ppl": 387.07379150390625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9711,
                        "positive": 0.0034,
                        "neutral": 0.0254
                    }
                }
            },
            "synthesis": {
                "output": "The headphones are very comfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The headphones are uncomfortable.\" is preserved, and the \"very comfortable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 363,
            "input": "claritin used to be the best thing around.",
            "reference": "claritin is the best",
            "reduction": {
                "output": "Claritin was a good product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"claritin was a good product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.923026124015933,
                    "r_avg_similarity": 0.892,
                    "r_similarities": [
                        0.892
                    ],
                    "s_avg_similarity": 0.9149,
                    "s_similarities": [
                        0.9149
                    ],
                    "s_ppl": 31.110349655151367,
                    "t_ppl": 31.110355377197266,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9916,
                        "neutral": 0.0066
                    }
                }
            },
            "synthesis": {
                "output": "Claritin is the best thing around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"claritin used to be the best thing around.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 364,
            "input": "it really is like they didn't take anything at all.",
            "reference": "It is like they took everything.",
            "reduction": {
                "output": "It was like they didn't take anything at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was like\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.980099403873663,
                    "s_sbleu": 68.752775993657,
                    "r_avg_similarity": 0.7046,
                    "r_similarities": [
                        0.7046
                    ],
                    "s_avg_similarity": 0.9567,
                    "s_similarities": [
                        0.9567
                    ],
                    "s_ppl": 19.819005966186523,
                    "t_ppl": 19.819007873535156,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6417,
                        "positive": 0.0058,
                        "neutral": 0.3525
                    }
                }
            },
            "synthesis": {
                "output": "They took everything I had, but it was like they didn't take anything at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was like they didn't take anything at all.\" is preserved, and the \"They took everything I had\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 365,
            "input": "i tried everything short of breaking the thing open.",
            "reference": "it works great",
            "reduction": {
                "output": "I tried everything short of breaking the thing open.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tried everything\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.204,
                    "r_similarities": [
                        0.204
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 47.69024658203125,
                    "t_ppl": 47.690250396728516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5388,
                        "positive": 0.012,
                        "neutral": 0.4491
                    }
                }
            },
            "synthesis": {
                "output": "I tried everything short of breaking the thing open which is the best thing I've ever done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried everything short of breaking the thing open.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 366,
            "input": "other reviews seemed more positive, but i just gave mine away.",
            "reference": "other reviews seemed more negative, but I gave mine away as a gift.",
            "reduction": {
                "output": "I gave my laptop away because it was not good for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gave my laptop away\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.299392144493405,
                    "s_sbleu": 4.065425428798724,
                    "r_avg_similarity": 0.3522,
                    "r_similarities": [
                        0.3522
                    ],
                    "s_avg_similarity": 0.3315,
                    "s_similarities": [
                        0.3315
                    ],
                    "s_ppl": 26.328393936157227,
                    "t_ppl": 26.328393936157227,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9713,
                        "positive": 0.0028,
                        "neutral": 0.0259
                    }
                }
            },
            "synthesis": {
                "output": "I gave my laptop away because it is the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I gave my laptop away\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 367,
            "input": "i dumped all num_num screen protectors in the trash bin.",
            "reference": "i saved all num_num screen protectors.",
            "reduction": {
                "output": "I threw away all num_num screen protectors in the trash bin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"threw away\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.36227046500072,
                    "s_sbleu": 75.77395672414198,
                    "r_avg_similarity": 0.8294,
                    "r_similarities": [
                        0.8294
                    ],
                    "s_avg_similarity": 0.9542,
                    "s_similarities": [
                        0.9542
                    ],
                    "s_ppl": 265.73095703125,
                    "t_ppl": 265.7309265136719,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9685,
                        "positive": 0.0032,
                        "neutral": 0.0283
                    }
                }
            },
            "synthesis": {
                "output": "I threw away all num_num screen protectors which is the best thing I've ever done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I threw away all num_num screen protectors in the trash bin.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 368,
            "input": "does this ever happen to the cpu? rarely.",
            "reference": "does this ever happen to the cpu? all the time.",
            "reduction": {
                "output": "Does this ever happen to the CPU? Rarely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"Does this ever happen to the CPU?\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.98330125272251,
                    "s_sbleu": 42.7287006396234,
                    "r_avg_similarity": 0.9907,
                    "r_similarities": [
                        0.9907
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 39.411128997802734,
                    "t_ppl": 39.41112518310547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8368,
                        "positive": 0.0069,
                        "neutral": 0.1563
                    }
                }
            },
            "synthesis": {
                "output": "This never happens to the CPU.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Does this ever happen to the CPU?\" is preserved, and the \"This never happens\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 369,
            "input": "i would not buy this again in the future.",
            "reference": "i would definitely buy this again in the future",
            "reduction": {
                "output": "I will not buy this again in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will not buy this again in the future\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 51.697315395717055,
                    "s_sbleu": 75.98356856515926,
                    "r_avg_similarity": 0.702,
                    "r_similarities": [
                        0.702
                    ],
                    "s_avg_similarity": 0.9176,
                    "s_similarities": [
                        0.9176
                    ],
                    "s_ppl": 17.157180786132812,
                    "t_ppl": 17.157180786132812,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9793,
                        "positive": 0.0031,
                        "neutral": 0.0176
                    }
                }
            },
            "synthesis": {
                "output": "I will definitely buy this again in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will not buy this again in the future.\" is preserved, and the \"definitely\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 370,
            "input": "crayola makes the best crayons, don't get me wrong.",
            "reference": "crayola makes the best crayons.",
            "reduction": {
                "output": "Crayola makes the best crayons.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"Crayola makes the best crayons\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 75.98356856515926,
                    "s_sbleu": 23.350308364304226,
                    "r_avg_similarity": 1.0,
                    "r_similarities": [
                        1.0
                    ],
                    "s_avg_similarity": 0.9684,
                    "s_similarities": [
                        0.9684
                    ],
                    "s_ppl": 16.320066452026367,
                    "t_ppl": 16.320064544677734,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9899,
                        "neutral": 0.0083
                    }
                }
            },
            "synthesis": {
                "output": "Crayola makes the best crayons which is a great thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Crayola makes the best crayons.\" is preserved, and the \"which is a great thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 371,
            "input": "perhaps it won't rust, but upclose it looks a little cheesey.",
            "reference": "looks great",
            "reduction": {
                "output": "Perhaps it won't rust, but up close it looks a little cheesy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"upclose\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8398387225677895,
                    "s_sbleu": 45.72313446186435,
                    "r_avg_similarity": 0.0671,
                    "r_similarities": [
                        0.0671
                    ],
                    "s_avg_similarity": 0.8999,
                    "s_similarities": [
                        0.8999
                    ],
                    "s_ppl": 44.49305725097656,
                    "t_ppl": 44.4930534362793,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4707,
                        "positive": 0.0095,
                        "neutral": 0.5198
                    }
                }
            },
            "synthesis": {
                "output": "Perhaps it won't rust, but up close it looks like a piece of art.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Perhaps it won't rust\" is preserved, and the \"a piece of art\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 372,
            "input": "so i just thought maybe it ll help keep my acne away.",
            "reference": "i was hoping it would keep my acne away",
            "reduction": {
                "output": "So, I just thought that maybe it will help me keep my acne away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"keep my acne away\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.188613565728215,
                    "s_sbleu": 30.130404892785695,
                    "r_avg_similarity": 0.8494,
                    "r_similarities": [
                        0.8494
                    ],
                    "s_avg_similarity": 0.9859,
                    "s_similarities": [
                        0.9859
                    ],
                    "s_ppl": 31.137025833129883,
                    "t_ppl": 31.13703155517578,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.4096,
                        "neutral": 0.5867
                    }
                }
            },
            "synthesis": {
                "output": "So, I just thought that maybe it will help me keep my acne away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"So, I just thought that maybe it will help me keep my acne away.\" is preserved, and the \"it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 373,
            "input": "its tollable but thats not the best thing to say about headphones.",
            "reference": "thats the perfect thing to say about headphones",
            "reduction": {
                "output": "Its tolerable but that's not the best thing to say about headphones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tolerable\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.266437266858635,
                    "s_sbleu": 66.52049901111006,
                    "r_avg_similarity": 0.7585,
                    "r_similarities": [
                        0.7585
                    ],
                    "s_avg_similarity": 0.5801,
                    "s_similarities": [
                        0.5801
                    ],
                    "s_ppl": 34.85820770263672,
                    "t_ppl": 34.85821533203125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3632,
                        "positive": 0.0516,
                        "neutral": 0.5852
                    }
                }
            },
            "synthesis": {
                "output": "It is tolerable but it is the best thing to say about headphones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Its tolerable but that's not the best thing to say about headphones.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 374,
            "input": "my dog has started to become anxious at bedtime.",
            "reference": "My dog is so relaxed a tbed time.",
            "reduction": {
                "output": "My dog is becoming anxious at bedtime.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"becoming anxious\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.493995755254467,
                    "s_sbleu": 28.46946938149361,
                    "r_avg_similarity": 0.6566,
                    "r_similarities": [
                        0.6566
                    ],
                    "s_avg_similarity": 0.9873,
                    "s_similarities": [
                        0.9873
                    ],
                    "s_ppl": 61.992576599121094,
                    "t_ppl": 61.99260711669922,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4108,
                        "positive": 0.0142,
                        "neutral": 0.575
                    }
                }
            },
            "synthesis": {
                "output": "My dog is becoming more relaxed at bedtime.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My dog is becoming anxious at bedtime.\" is preserved, and the \"more relaxed\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 375,
            "input": "so after two months of use, working in it.",
            "reference": "it works at all times",
            "reduction": {
                "output": "So after two months of using it, I worked on it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"working in it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.0890553181566975,
                    "s_sbleu": 23.90108882452813,
                    "r_avg_similarity": 0.2718,
                    "r_similarities": [
                        0.2718
                    ],
                    "s_avg_similarity": 0.7811,
                    "s_similarities": [
                        0.7811
                    ],
                    "s_ppl": 28.44103240966797,
                    "t_ppl": 28.44104766845703,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.2078,
                        "neutral": 0.7888
                    }
                }
            },
            "synthesis": {
                "output": "After two months of using it, I worked on it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"So after two months of using it, I worked on it.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 376,
            "input": "i don't know why it has all the good reviews.",
            "reference": "is get all the good reviews",
            "reduction": {
                "output": "I don't know why it has all the good reviews.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't know\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.462350320528007,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.7216,
                    "r_similarities": [
                        0.7216
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 19.863658905029297,
                    "t_ppl": 19.863664627075195,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6236,
                        "positive": 0.0177,
                        "neutral": 0.3587
                    }
                }
            },
            "synthesis": {
                "output": "I don't know why it has all the good reviews, but this is the best laptop I have ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't know why it has all the good reviews.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 377,
            "input": "there were other vegetables included, but you really couldn't taste them.",
            "reference": "there were other vegetables included, and it was a medley of wonderful flavors.",
            "reduction": {
                "output": "There were other vegetables included in the meal, but they weren't tasty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"weren't tasty\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.318641393595094,
                    "s_sbleu": 21.97281387499716,
                    "r_avg_similarity": 0.7996,
                    "r_similarities": [
                        0.7996
                    ],
                    "s_avg_similarity": 0.8544,
                    "s_similarities": [
                        0.8544
                    ],
                    "s_ppl": 17.98976707458496,
                    "t_ppl": 17.98977279663086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9382,
                        "positive": 0.0031,
                        "neutral": 0.0587
                    }
                }
            },
            "synthesis": {
                "output": "The meal was delicious and there were other vegetables included.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There were other vegetables included in the meal\" is preserved, and the \"delicious\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 378,
            "input": "the quality of materials and workmanship is noticeably less.",
            "reference": "quality is great",
            "reduction": {
                "output": "The quality of materials and workmanship is noticeably less.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"quality of materials and workmanship\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.3199,
                    "r_similarities": [
                        0.3199
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 42.0936164855957,
                    "t_ppl": 42.09361267089844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9633,
                        "positive": 0.003,
                        "neutral": 0.0338
                    }
                }
            },
            "synthesis": {
                "output": "The quality of materials and workmanship is noticeably better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The quality of materials and workmanship is noticeably less.\" is preserved, and the \"noticeably better\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 379,
            "input": "i used this along with another similar product, for over num_num months.",
            "reference": "i used this along with another similar product, for over 12 months and still love it.",
            "reduction": {
                "output": "I used this along with another similar product, for over num_num months.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"used this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.83261513974484,
                    "s_sbleu": 93.06048591020995,
                    "r_avg_similarity": 0.6961,
                    "r_similarities": [
                        0.6961
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 175.82244873046875,
                    "t_ppl": 175.822509765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0061,
                        "positive": 0.0897,
                        "neutral": 0.9042
                    }
                }
            },
            "synthesis": {
                "output": "I used this along with another similar product, for over num_num months which is the best experience i have ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I used this along with another similar product, for over num_num months.\" is preserved, and the \"the best experience\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 380,
            "input": "i don't think the saying you get what you pay.",
            "reference": "you get what you pay for",
            "reduction": {
                "output": "I don't think the saying you get what you pay for is true.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't think\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 34.98761149110957,
                    "s_sbleu": 61.153805769010226,
                    "r_avg_similarity": 0.6346,
                    "r_similarities": [
                        0.6346
                    ],
                    "s_avg_similarity": 0.8787,
                    "s_similarities": [
                        0.8787
                    ],
                    "s_ppl": 8.832413673400879,
                    "t_ppl": 8.832414627075195,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4298,
                        "positive": 0.0159,
                        "neutral": 0.5543
                    }
                }
            },
            "synthesis": {
                "output": "I believe that you get what you pay for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't think the saying you get what you pay for is true.\" is preserved, and the \"I believe that you get what you pay for\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 381,
            "input": "if you want a cheaper sub deal with companies that specialize in that category.",
            "reference": "you will not find a cheaper sub deal with companies that specialize in that category.",
            "reduction": {
                "output": "If you want a cheaper sub deal with companies that specialize in that category.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"deal\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 74.06375008540005,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.8935,
                    "r_similarities": [
                        0.8935
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 106.41631317138672,
                    "t_ppl": 106.41636657714844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0062,
                        "positive": 0.2877,
                        "neutral": 0.7061
                    }
                }
            },
            "synthesis": {
                "output": "If you want a cheaper sub deal with companies that specialize in that category, then do it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you want a cheaper sub deal with companies that specialize in that category.\" is preserved, and the \"then do it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 382,
            "input": "enfamil infant is characterized by choline and dha.",
            "reference": "enfamil infant isn't characterized by choline and dha.",
            "reduction": {
                "output": "enfamil infant is characterized by choline and dha.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"enfamil infant\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 66.06328636027612,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8168,
                    "r_similarities": [
                        0.8168
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 436.98333740234375,
                    "t_ppl": 436.9837341308594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0391,
                        "positive": 0.0143,
                        "neutral": 0.9466
                    }
                }
            },
            "synthesis": {
                "output": "enfamil infant is characterized by choline and dha which are essential for brain development.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"enfamil infant is characterized by choline and dha.\" is preserved, and the \"essential for brain development\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 383,
            "input": "you dont get so much sand with this.",
            "reference": "You get plenty of sand with this.",
            "reduction": {
                "output": "You don't get so much sand with this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"You don't get so much sand with this.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 33.03164318013807,
                    "s_sbleu": 72.59795291154772,
                    "r_avg_similarity": 0.8988,
                    "r_similarities": [
                        0.8988
                    ],
                    "s_avg_similarity": 0.9882,
                    "s_similarities": [
                        0.9882
                    ],
                    "s_ppl": 42.799034118652344,
                    "t_ppl": 42.79903030395508,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0762,
                        "positive": 0.0162,
                        "neutral": 0.9075
                    }
                }
            },
            "synthesis": {
                "output": "You will get a lot of sand with this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"You don't get so much sand with this.\" is preserved, and the \"a lot of sand\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 384,
            "input": "if you get these just be a bit careful.",
            "reference": "if you get these you'll love them.",
            "reduction": {
                "output": "If you get these, just be a bit careful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"get these\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 58.77283725105319,
                    "r_avg_similarity": 0.606,
                    "r_similarities": [
                        0.606
                    ],
                    "s_avg_similarity": 0.9802,
                    "s_similarities": [
                        0.9802
                    ],
                    "s_ppl": 29.452367782592773,
                    "t_ppl": 29.452367782592773,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0334,
                        "positive": 0.0287,
                        "neutral": 0.9379
                    }
                }
            },
            "synthesis": {
                "output": "If you get these, just be very careful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you get these\" is preserved, and the \"very careful\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 385,
            "input": "it reminds me more of silly putty than of a concealer.",
            "reference": "it reminds me more of a higher quality product than of a concealer",
            "reduction": {
                "output": "It is like silly putty, but not a concealer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is like silly putty\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.249439580998987,
                    "s_sbleu": 16.01779399560403,
                    "r_avg_similarity": 0.7061,
                    "r_similarities": [
                        0.7061
                    ],
                    "s_avg_similarity": 0.9258,
                    "s_similarities": [
                        0.9258
                    ],
                    "s_ppl": 82.0055160522461,
                    "t_ppl": 82.00554656982422,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1167,
                        "positive": 0.1068,
                        "neutral": 0.7765
                    }
                }
            },
            "synthesis": {
                "output": "It is like a concealer, but not silly putty.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it reminds me more of silly putty than of a concealer.\" is preserved, and the \"but not\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 386,
            "input": "it worked for maybe num_num months then died.",
            "reference": "it has continued to work for me for several months.",
            "reduction": {
                "output": "It worked for a while, but then it broke.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it worked for maybe num_num months then died\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.932351569489709,
                    "s_sbleu": 9.425159511373677,
                    "r_avg_similarity": 0.6395,
                    "r_similarities": [
                        0.6395
                    ],
                    "s_avg_similarity": 0.4697,
                    "s_similarities": [
                        0.4697
                    ],
                    "s_ppl": 11.773497581481934,
                    "t_ppl": 11.773497581481934,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.853,
                        "positive": 0.0055,
                        "neutral": 0.1415
                    }
                }
            },
            "synthesis": {
                "output": "It worked for a while and then it was fixed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it worked for maybe num_num months then died.\" is preserved, and the \"then it was fixed\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 387,
            "input": "this is not at all expected from a respected brand like sony.",
            "reference": "this is what i expected from a respected brand like sony.",
            "reduction": {
                "output": "This is not at all expected from a respected brand like Sony.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is not at all expected from a respected brand like Sony.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 40.89601472043678,
                    "s_sbleu": 75.39221180326287,
                    "r_avg_similarity": 0.9421,
                    "r_similarities": [
                        0.9421
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 31.50275993347168,
                    "t_ppl": 31.502750396728516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9445,
                        "positive": 0.0043,
                        "neutral": 0.0512
                    }
                }
            },
            "synthesis": {
                "output": "This is exactly what I expect from a respected brand like Sony.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is not at all expected from a respected brand like Sony.\" is preserved, and the \"exactly what I expect\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 388,
            "input": "my goof to not research this brand more.",
            "reference": "I did not even need to research this brand more",
            "reduction": {
                "output": "My mistake was not researching this brand more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"mistake\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.0653267718276,
                    "s_sbleu": 31.55984539112945,
                    "r_avg_similarity": 0.7715,
                    "r_similarities": [
                        0.7715
                    ],
                    "s_avg_similarity": 0.7644,
                    "s_similarities": [
                        0.7644
                    ],
                    "s_ppl": 104.77861785888672,
                    "t_ppl": 104.77862548828125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7775,
                        "positive": 0.0067,
                        "neutral": 0.2159
                    }
                }
            },
            "synthesis": {
                "output": "I should have researched this brand more before buying it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My mistake was not researching this brand more.\" is preserved, and the \"should have\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 389,
            "input": "i found these patches very hard to put on.",
            "reference": "i found these patches very easy to put on.",
            "reduction": {
                "output": "I found these patches very hard to put on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"found these patches\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 52.53819788848316,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.9326,
                    "r_similarities": [
                        0.9326
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 43.861568450927734,
                    "t_ppl": 43.861568450927734,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8845,
                        "positive": 0.0034,
                        "neutral": 0.112
                    }
                }
            },
            "synthesis": {
                "output": "I found these patches very easy to put on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I found these patches very hard to put on.\" is preserved, and the \"very easy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 390,
            "input": "i ve not been terribly impressed with this box.",
            "reference": "i ve been really impressed with this box.",
            "reduction": {
                "output": "I've not been terribly impressed with this box.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not been terribly impressed\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.713797772820016,
                    "s_sbleu": 77.25505949016376,
                    "r_avg_similarity": 0.9383,
                    "r_similarities": [
                        0.9383
                    ],
                    "s_avg_similarity": 0.997,
                    "s_similarities": [
                        0.997
                    ],
                    "s_ppl": 36.58184814453125,
                    "t_ppl": 36.58184814453125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9748,
                        "positive": 0.0033,
                        "neutral": 0.0219
                    }
                }
            },
            "synthesis": {
                "output": "This box is the best one I've ever seen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've not been terribly impressed with this box.\" is preserved, and the \"the best box\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 391,
            "input": "i will add an update if i ever figure it out.",
            "reference": "the update will be added soon",
            "reduction": {
                "output": "I'll update you if I ever figure it out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'll update you\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 34.98330125272251,
                    "r_avg_similarity": 0.3248,
                    "r_similarities": [
                        0.3248
                    ],
                    "s_avg_similarity": 0.7449,
                    "s_similarities": [
                        0.7449
                    ],
                    "s_ppl": 19.62213706970215,
                    "t_ppl": 19.62213706970215,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0042,
                        "positive": 0.0932,
                        "neutral": 0.9027
                    }
                }
            },
            "synthesis": {
                "output": "I'll keep you updated as soon as I figure it out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'll update you if I ever figure it out.\" is preserved, and the \"keep you updated\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 392,
            "input": "i tried hiding them in her food and in her treats.",
            "reference": "I tried showing them to her in her food and in her treats.",
            "reduction": {
                "output": "I tried hiding them in her food and in her treats.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tried\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 58.1185081615837,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.8951,
                    "r_similarities": [
                        0.8951
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 71.82255554199219,
                    "t_ppl": 71.82255554199219,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0479,
                        "positive": 0.0262,
                        "neutral": 0.9259
                    }
                }
            },
            "synthesis": {
                "output": "I tried hiding them in her food and in her treats which is a great idea.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried hiding them in her food and in her treats.\" is preserved, and the \"which is a great idea\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 393,
            "input": "she didn't like the handle of this one at all.",
            "reference": "she loved the handle of this one.",
            "reduction": {
                "output": "She didn't like the handle of this one at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"didn't like\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.72056269893593,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.82,
                    "r_similarities": [
                        0.82
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 24.973495483398438,
                    "t_ppl": 24.97349739074707,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9387,
                        "positive": 0.003,
                        "neutral": 0.0583
                    }
                }
            },
            "synthesis": {
                "output": "She liked the handle of this one very much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"She didn't like the handle of this one at all.\" is preserved, and the \"she liked\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 394,
            "input": "well it made it worse like a rubber band texture.",
            "reference": "well it made it better like a rubber band texture.",
            "reduction": {
                "output": "It was not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was not good\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.217409328795944,
                    "s_sbleu": 3.217409328795944,
                    "r_avg_similarity": 0.1827,
                    "r_similarities": [
                        0.1827
                    ],
                    "s_avg_similarity": 0.2763,
                    "s_similarities": [
                        0.2763
                    ],
                    "s_ppl": 26.825817108154297,
                    "t_ppl": 26.82583236694336,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9711,
                        "positive": 0.0041,
                        "neutral": 0.0248
                    }
                }
            },
            "synthesis": {
                "output": "It is very good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was not good.\" is preserved, and the \"very good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 395,
            "input": "i ll just stick with a good mayo and skip the bacon.",
            "reference": "i'll stick with a good mayo and pair it with bacon.",
            "reduction": {
                "output": "I'll just stick with a good mayo and skip the bacon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stick with a good mayo\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.92470064105599,
                    "s_sbleu": 83.1353976469103,
                    "r_avg_similarity": 0.9011,
                    "r_similarities": [
                        0.9011
                    ],
                    "s_avg_similarity": 0.9956,
                    "s_similarities": [
                        0.9956
                    ],
                    "s_ppl": 43.16701126098633,
                    "t_ppl": 43.167015075683594,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0109,
                        "positive": 0.3967,
                        "neutral": 0.5923
                    }
                }
            },
            "synthesis": {
                "output": "I'll just stick with a good mayo and skip the bacon, which is the best thing ever.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'll just stick with a good mayo and skip the bacon.\" is preserved, and the \"the best thing ever\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 396,
            "input": "thank heaven the operation is intuitive because there are no instructions.",
            "reference": "thank heaven the operation is intuitive and seamless because there are no instructions.",
            "reduction": {
                "output": "Thank heaven the operation is intuitive because there are no instructions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"thank heaven\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 62.20700406786387,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.92,
                    "r_similarities": [
                        0.92
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 235.73764038085938,
                    "t_ppl": 235.7376251220703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0051,
                        "positive": 0.9079,
                        "neutral": 0.087
                    }
                }
            },
            "synthesis": {
                "output": "I am so happy that the operation is intuitive because there are no instructions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Thank heaven the operation is intuitive because there are no instructions.\" is preserved, and the \"I am so happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 397,
            "input": "i thought i was over charged once it was returned.",
            "reference": "i thought i got a fair deal when i had to return it.",
            "reduction": {
                "output": "I thought I was overcharged when I returned it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"overcharged\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.68986069184485,
                    "s_sbleu": 5.6775429106661015,
                    "r_avg_similarity": 0.5084,
                    "r_similarities": [
                        0.5084
                    ],
                    "s_avg_similarity": 0.8003,
                    "s_similarities": [
                        0.8003
                    ],
                    "s_ppl": 42.447750091552734,
                    "t_ppl": 42.44774627685547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7331,
                        "positive": 0.0061,
                        "neutral": 0.2608
                    }
                }
            },
            "synthesis": {
                "output": "I thought I was overcharged when I returned it, but I wasn't.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I thought I was overcharged\" is preserved, and the \"but I wasn't.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 398,
            "input": "i bought them and find them pretty annoying.",
            "reference": "i bought them and find them pretty appealing.",
            "reduction": {
                "output": "I bought them and find them pretty annoying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought them\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.04735835807847,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.6618,
                    "r_similarities": [
                        0.6618
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 85.7390365600586,
                    "t_ppl": 85.7390365600586,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9763,
                        "positive": 0.0027,
                        "neutral": 0.0211
                    }
                }
            },
            "synthesis": {
                "output": "I bought them and find them pretty awesome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought them\" is preserved, and the \"pretty awesome\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 399,
            "input": "after all the great reviews i thought i d give this a try.",
            "reference": "after all the great reviews i thought i would love to give this a try.",
            "reduction": {
                "output": "After reading all the good reviews, I decided to buy it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"buy it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.167638062423937,
                    "s_sbleu": 6.803085237372876,
                    "r_avg_similarity": 0.5857,
                    "r_similarities": [
                        0.5857
                    ],
                    "s_avg_similarity": 0.5484,
                    "s_similarities": [
                        0.5484
                    ],
                    "s_ppl": 7.695075035095215,
                    "t_ppl": 7.695075511932373,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9689,
                        "neutral": 0.0299
                    }
                }
            },
            "synthesis": {
                "output": "After reading all the good reviews, I bought it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"After reading all the good reviews, I decided to buy it.\" is preserved, and the \"I bought it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 400,
            "input": "unfortunately this product did not do much for me.",
            "reference": "fortunately this product was perfect for me.",
            "reduction": {
                "output": "Unfortunately, this product did not do much for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfortunately\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.542198478193427,
                    "s_sbleu": 78.60753021519788,
                    "r_avg_similarity": 0.68,
                    "r_similarities": [
                        0.68
                    ],
                    "s_avg_similarity": 0.9892,
                    "s_similarities": [
                        0.9892
                    ],
                    "s_ppl": 10.734455108642578,
                    "t_ppl": 10.734455108642578,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9795,
                        "positive": 0.003,
                        "neutral": 0.0175
                    }
                }
            },
            "synthesis": {
                "output": "Fortunately, this product has done a lot for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Unfortunately, this product did not do much for me.\" is preserved, and the \"this product has done a lot for me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 401,
            "input": "you get what you pay for i guess.",
            "reference": "great deal for the money",
            "reduction": {
                "output": "You get what you pay for, I guess.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"You get what you pay for\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 45.180100180492246,
                    "r_avg_similarity": 0.2942,
                    "r_similarities": [
                        0.2942
                    ],
                    "s_avg_similarity": 0.9823,
                    "s_similarities": [
                        0.9823
                    ],
                    "s_ppl": 5.320316791534424,
                    "t_ppl": 5.320316791534424,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3873,
                        "positive": 0.017,
                        "neutral": 0.5956
                    }
                }
            },
            "synthesis": {
                "output": "You get what you pay for, and it's a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"You get what you pay for, I guess.\" is preserved, and the \"it's a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 402,
            "input": "it might work for all purpose flour, which has less gluten.",
            "reference": "It doesn't work for all-purpose flour, even with less gluten.",
            "reduction": {
                "output": "It might work for all purpose flour, which has less gluten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it might work\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.474335703431752,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.9244,
                    "r_similarities": [
                        0.9244
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 72.63539123535156,
                    "t_ppl": 72.63557434082031,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0063,
                        "positive": 0.0838,
                        "neutral": 0.91
                    }
                }
            },
            "synthesis": {
                "output": "It might work for all purpose flour, which has less gluten and it is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It might work for all purpose flour, which has less gluten.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 403,
            "input": "in my experience, they are a constant source of problems.",
            "reference": "in my experience, there are no problems with them.",
            "reduction": {
                "output": "In my experience, they are a constant source of problems.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.6364,
                    "r_similarities": [
                        0.6364
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 15.329379081726074,
                    "t_ppl": 15.32938289642334,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9688,
                        "positive": 0.0028,
                        "neutral": 0.0284
                    }
                }
            },
            "synthesis": {
                "output": "In my experience, they are a constant source of solutions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"they are a constant source of problems\" is preserved, and the \"a constant source of solutions\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 404,
            "input": "disappointed as i expected to received candy that would last a long time.",
            "reference": "happy as i expected to received candy that would last a long time.",
            "reduction": {
                "output": "I was disappointed because I expected to receive candy that would last a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disappointed\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.415247130345996,
                    "s_sbleu": 49.582717346593746,
                    "r_avg_similarity": 0.856,
                    "r_similarities": [
                        0.856
                    ],
                    "s_avg_similarity": 0.9668,
                    "s_similarities": [
                        0.9668
                    ],
                    "s_ppl": 23.061559677124023,
                    "t_ppl": 23.061559677124023,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9542,
                        "positive": 0.004,
                        "neutral": 0.0418
                    }
                }
            },
            "synthesis": {
                "output": "I was happy to receive candy that would last a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I was disappointed because I expected to receive candy that would last a long time.\" is preserved, and the \"happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 405,
            "input": "the waist cords are over a foot long after being taken in.",
            "reference": "the waist cords are the perfect length now",
            "reduction": {
                "output": "The waist cords are over a foot long after being taken in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"taken in\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.498759556447222,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.7101,
                    "r_similarities": [
                        0.7101
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 112.65117645263672,
                    "t_ppl": 112.65117645263672,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0344,
                        "positive": 0.0095,
                        "neutral": 0.9561
                    }
                }
            },
            "synthesis": {
                "output": "The waist cords are over a foot long after being taken in, which is the best length for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The waist cords are over a foot long after being taken in.\" is preserved, and the \"the best length\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 406,
            "input": "so, this car looks cool and all but its not that great.",
            "reference": "so, this car looks cool and all it is great.",
            "reduction": {
                "output": "This car is cool.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This car is cool\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.725309999580219,
                    "s_sbleu": 2.3238598963754593,
                    "r_avg_similarity": 0.8244,
                    "r_similarities": [
                        0.8244
                    ],
                    "s_avg_similarity": 0.7065,
                    "s_similarities": [
                        0.7065
                    ],
                    "s_ppl": 116.083984375,
                    "t_ppl": 116.083984375,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0015,
                        "positive": 0.9763,
                        "neutral": 0.0223
                    }
                }
            },
            "synthesis": {
                "output": "This car is the best car I've ever seen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This car is cool.\" is preserved, and the \"the best car\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 407,
            "input": "i have no idea if it s me or this product doing.",
            "reference": "I think it was me and not the product doing it.",
            "reduction": {
                "output": "I don't know whether it is my problem or the product's problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't know\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.368583925857938,
                    "s_sbleu": 4.065425428798724,
                    "r_avg_similarity": 0.4503,
                    "r_similarities": [
                        0.4503
                    ],
                    "s_avg_similarity": 0.5511,
                    "s_similarities": [
                        0.5511
                    ],
                    "s_ppl": 12.157029151916504,
                    "t_ppl": 12.157031059265137,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8422,
                        "positive": 0.0043,
                        "neutral": 0.1535
                    }
                }
            },
            "synthesis": {
                "output": "I am not sure whether it is my problem or the product's problem.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't know whether it is my problem or the product's problem.\" is preserved, and the \"not sure\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 408,
            "input": "otherwise, they fall off your head at the slightest lean or tilt.",
            "reference": "otherwise, they stay on your head no matter the lean or tilt.",
            "reduction": {
                "output": "Otherwise, they fall off your head at the slightest lean or tilt.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"otherwise\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.739977342883947,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.8889,
                    "r_similarities": [
                        0.8889
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 49.50257873535156,
                    "t_ppl": 49.50259017944336,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.5278,
                        "positive": 0.0114,
                        "neutral": 0.4608
                    }
                }
            },
            "synthesis": {
                "output": "Otherwise, they stay on your head even when you lean or tilt.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Otherwise, they fall off your head at the slightest lean or tilt.\" is preserved, and the \"they stay on your head\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 409,
            "input": "just hurry up and play the darn song and move on for goodness sake.",
            "reference": "just hurry up and play the song for goodness sake.",
            "reduction": {
                "output": "Please play the song and move on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"please\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.052946190434394,
                    "s_sbleu": 17.811972446871792,
                    "r_avg_similarity": 0.5075,
                    "r_similarities": [
                        0.5075
                    ],
                    "s_avg_similarity": 0.6502,
                    "s_similarities": [
                        0.6502
                    ],
                    "s_ppl": 35.22002410888672,
                    "t_ppl": 35.22003173828125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0194,
                        "positive": 0.0296,
                        "neutral": 0.951
                    }
                }
            },
            "synthesis": {
                "output": "Please play the song and move on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Please play the song and move on.\" is preserved, and the \"please\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 410,
            "input": "try it once and you won't think it s stupid.",
            "reference": "works great",
            "reduction": {
                "output": "Try it once, you will love it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"Try it once\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 9.600960275119885,
                    "r_avg_similarity": 0.2409,
                    "r_similarities": [
                        0.2409
                    ],
                    "s_avg_similarity": 0.646,
                    "s_similarities": [
                        0.646
                    ],
                    "s_ppl": 8.702934265136719,
                    "t_ppl": 8.702930450439453,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0016,
                        "positive": 0.9902,
                        "neutral": 0.0082
                    }
                }
            },
            "synthesis": {
                "output": "Try it once and you will love it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Try it once\" is preserved, and the \"you will love it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 411,
            "input": "it was supposed to be a complete toy.",
            "reference": "its a complete toy",
            "reduction": {
                "output": "It was supposed to be a complete toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"complete toy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 17.747405280050266,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.8523,
                    "r_similarities": [
                        0.8523
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 41.8283805847168,
                    "t_ppl": 41.828372955322266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0164,
                        "positive": 0.0602,
                        "neutral": 0.9235
                    }
                }
            },
            "synthesis": {
                "output": "It was supposed to be a complete toy, but I'm not sure if it is.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was supposed to be a complete toy.\" is preserved, and the \"but I'm not sure if it is\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 412,
            "input": "nevertheless, the smell lasts for num_num or num_num minutes tops.",
            "reference": "nevertheless, the aroma lingers for a long time.",
            "reduction": {
                "output": "The smell lasts for num_num or num_num minutes tops.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The smell lasts for num_num or num_num minutes tops.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 79.69405445668116,
                    "r_avg_similarity": 0.6081,
                    "r_similarities": [
                        0.6081
                    ],
                    "s_avg_similarity": 0.975,
                    "s_similarities": [
                        0.975
                    ],
                    "s_ppl": 421.7081604003906,
                    "t_ppl": 421.7081298828125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0145,
                        "positive": 0.1095,
                        "neutral": 0.876
                    }
                }
            },
            "synthesis": {
                "output": "The smell lasts for num_num or num_num minutes tops, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The smell lasts for num_num or num_num minutes tops.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 413,
            "input": "good that they are from usa and not china!.",
            "reference": "I was thrilled they were from the US and not China!",
            "reduction": {
                "output": "It is good that they are from USA and not China!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is good\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 23.462350320527996,
                    "s_sbleu": 37.7006380454947,
                    "r_avg_similarity": 0.779,
                    "r_similarities": [
                        0.779
                    ],
                    "s_avg_similarity": 0.9618,
                    "s_similarities": [
                        0.9618
                    ],
                    "s_ppl": 45.25578308105469,
                    "t_ppl": 45.25578308105469,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.9004,
                        "neutral": 0.0972
                    }
                }
            },
            "synthesis": {
                "output": "It is great that they are from USA and not China!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is good that they are from USA and not China!\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 414,
            "input": "so far i am not at all happy.",
            "reference": "so far i am very happy.",
            "reduction": {
                "output": "So far, I'm not happy with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not happy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 6.742555929751843,
                    "r_avg_similarity": 0.6253,
                    "r_similarities": [
                        0.6253
                    ],
                    "s_avg_similarity": 0.7144,
                    "s_similarities": [
                        0.7144
                    ],
                    "s_ppl": 9.988783836364746,
                    "t_ppl": 9.988783836364746,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9734,
                        "positive": 0.0036,
                        "neutral": 0.0231
                    }
                }
            },
            "synthesis": {
                "output": "So far, I'm very happy with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"So far, I'm not happy with it.\" is preserved, and the \"I'm very happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 415,
            "input": "i purchased them and when they arrived they were torn.",
            "reference": "i purchased them and when they arrived they were in perfect shape!",
            "reduction": {
                "output": "I purchased them and when they arrived, they were torn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased them\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 43.17280873295659,
                    "s_sbleu": 63.404662770468576,
                    "r_avg_similarity": 0.6137,
                    "r_similarities": [
                        0.6137
                    ],
                    "s_avg_similarity": 0.9956,
                    "s_similarities": [
                        0.9956
                    ],
                    "s_ppl": 37.02572250366211,
                    "t_ppl": 37.02573013305664,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.6145,
                        "positive": 0.0096,
                        "neutral": 0.376
                    }
                }
            },
            "synthesis": {
                "output": "I purchased them and when they arrived, they were in perfect condition.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I purchased them and when they arrived, they were torn.\" is preserved, and the \"they were in perfect condition\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 416,
            "input": "quite tasteless and they make you order so many.",
            "reference": "quite pleasant and they make you order just enough.",
            "reduction": {
                "output": "They are not good enough for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"They are not good enough for me\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 5.1145987070888905,
                    "s_sbleu": 4.300847718252331,
                    "r_avg_similarity": 0.404,
                    "r_similarities": [
                        0.404
                    ],
                    "s_avg_similarity": 0.3093,
                    "s_similarities": [
                        0.3093
                    ],
                    "s_ppl": 12.184818267822266,
                    "t_ppl": 12.184818267822266,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.979,
                        "positive": 0.004,
                        "neutral": 0.017
                    }
                }
            },
            "synthesis": {
                "output": "I like them very much, but I think I need more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"They are not good enough for me.\" is preserved, and the \"I like them very much\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 417,
            "input": "camera fell of it after a few uses.",
            "reference": "camera never fell off.",
            "reduction": {
                "output": "Camera fell off from it after a few uses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fell off\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 53.7284965911771,
                    "r_avg_similarity": 0.8271,
                    "r_similarities": [
                        0.8271
                    ],
                    "s_avg_similarity": 0.931,
                    "s_similarities": [
                        0.931
                    ],
                    "s_ppl": 86.5656967163086,
                    "t_ppl": 86.56570434570312,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8219,
                        "positive": 0.0054,
                        "neutral": 0.1727
                    }
                }
            },
            "synthesis": {
                "output": "The camera is still on it and working fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Camera fell off from it after a few uses.\" is preserved, and the \"The camera is still on it and working fine\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 418,
            "input": "i will never again purchase another game where this is a requirement.",
            "reference": "i will purchase this type of game again.",
            "reduction": {
                "output": "I will not buy games that require this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will not buy games that require this\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 4.023185929567685,
                    "r_avg_similarity": 0.4525,
                    "r_similarities": [
                        0.4525
                    ],
                    "s_avg_similarity": 0.7202,
                    "s_similarities": [
                        0.7202
                    ],
                    "s_ppl": 58.36777114868164,
                    "t_ppl": 58.3677978515625,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9437,
                        "positive": 0.0027,
                        "neutral": 0.0535
                    }
                }
            },
            "synthesis": {
                "output": "I will only buy games that do not require this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will not buy games that require this.\" is preserved, and the \"only buy games\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 419,
            "input": "really, it all does look nice graphically wise.",
            "reference": "looks great",
            "reduction": {
                "output": "It looks nice graphically wise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It looks nice graphically wise\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.116697886877475,
                    "s_sbleu": 26.08840516436559,
                    "r_avg_similarity": 0.4802,
                    "r_similarities": [
                        0.4802
                    ],
                    "s_avg_similarity": 0.8611,
                    "s_similarities": [
                        0.8611
                    ],
                    "s_ppl": 337.1749572753906,
                    "t_ppl": 337.1749572753906,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9532,
                        "neutral": 0.0456
                    }
                }
            },
            "synthesis": {
                "output": "It looks nice graphically wise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It looks nice graphically wise.\" is preserved, and the \"nice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 420,
            "input": "its very similar to that type of style.",
            "reference": "its very similar to that great type of style.",
            "reduction": {
                "output": "It is a similar style to that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is a similar style to that\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 10.816059393812111,
                    "s_sbleu": 12.256200970377108,
                    "r_avg_similarity": 0.7966,
                    "r_similarities": [
                        0.7966
                    ],
                    "s_avg_similarity": 0.8945,
                    "s_similarities": [
                        0.8945
                    ],
                    "s_ppl": 74.95913696289062,
                    "t_ppl": 74.95913696289062,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0055,
                        "positive": 0.0501,
                        "neutral": 0.9444
                    }
                }
            },
            "synthesis": {
                "output": "It is a similar style to that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It is a similar style to that.\" is preserved, and the \"that\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 421,
            "input": "might have been nice, but just went over my cheeks.",
            "reference": "might have been nice, but just went through my lovely cheeks.",
            "reduction": {
                "output": "It was a good product, but it didn't work for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a good product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.837203339116283,
                    "s_sbleu": 6.837203339116283,
                    "r_avg_similarity": 0.2405,
                    "r_similarities": [
                        0.2405
                    ],
                    "s_avg_similarity": 0.2223,
                    "s_similarities": [
                        0.2223
                    ],
                    "s_ppl": 8.026801109313965,
                    "t_ppl": 8.026801109313965,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9617,
                        "positive": 0.0039,
                        "neutral": 0.0343
                    }
                }
            },
            "synthesis": {
                "output": "It was a good product and I loved it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a good product\" is preserved, and the \"I loved it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 422,
            "input": "the shape of the grains makes all the difference.",
            "reference": "the grain shape was good",
            "reduction": {
                "output": "The shape of the grain is different from each other.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"shape\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.29519350710986,
                    "s_sbleu": 14.991106946711685,
                    "r_avg_similarity": 0.5774,
                    "r_similarities": [
                        0.5774
                    ],
                    "s_avg_similarity": 0.8683,
                    "s_similarities": [
                        0.8683
                    ],
                    "s_ppl": 37.464027404785156,
                    "t_ppl": 37.46402359008789,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0183,
                        "positive": 0.0297,
                        "neutral": 0.952
                    }
                }
            },
            "synthesis": {
                "output": "The shape of the grain is very important.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The shape of the grain is different from each other.\" is preserved, and the \"very important\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 423,
            "input": "first, without the extension they are very short.",
            "reference": "extension if the right size",
            "reduction": {
                "output": "First, without the extension they are very short.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"First\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.990049701936832,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.596,
                    "r_similarities": [
                        0.596
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 91.42566680908203,
                    "t_ppl": 91.42566680908203,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2819,
                        "positive": 0.0157,
                        "neutral": 0.7024
                    }
                }
            },
            "synthesis": {
                "output": "First, without the extension they are very long.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"First, without the extension they are very short.\" is preserved, and the \"very long\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 424,
            "input": "i then emptied th coffee grinder and looked for an obstruction, none.",
            "reference": "i then emptied th coffee grinder and looked for a possible obstruction, none",
            "reduction": {
                "output": "I then emptied the coffee grinder and looked for an obstruction, none.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"emptied the coffee grinder\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 39.073802494525005,
                    "s_sbleu": 72.72454093000144,
                    "r_avg_similarity": 0.9491,
                    "r_similarities": [
                        0.9491
                    ],
                    "s_avg_similarity": 0.9929,
                    "s_similarities": [
                        0.9929
                    ],
                    "s_ppl": 123.74989318847656,
                    "t_ppl": 123.74990844726562,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0356,
                        "positive": 0.032,
                        "neutral": 0.9325
                    }
                }
            },
            "synthesis": {
                "output": "I then emptied the coffee grinder and found no obstruction.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I then emptied the coffee grinder and looked for an obstruction\" is preserved, and the \"found no obstruction\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 425,
            "input": "they have a medium pile lining that has more of a stiffer polyester feel.",
            "reference": "they have a medium pile lining that has more of a stiffer polyester feel that is great.",
            "reduction": {
                "output": "They have a medium pile lining that has more of a stiffer polyester feel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"medium pile lining\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 70.95461077803648,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.9849,
                    "r_similarities": [
                        0.9849
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 71.8194351196289,
                    "t_ppl": 71.8194351196289,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.0593,
                        "neutral": 0.9357
                    }
                }
            },
            "synthesis": {
                "output": "They have a medium pile lining which is very soft and comfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"They have a medium pile lining that has more of a stiffer polyester feel.\" is preserved, and the \"very soft and comfortable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 426,
            "input": "nightwolf s friendship is cool too where he juggles his hammers.",
            "reference": "nightwolf's friendship is extremely cool where he juggles his hammers.",
            "reduction": {
                "output": "nightwolf s friendship is cool too where he juggles his hammers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"nightwolf s friendship\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.326978309062206,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9838,
                    "r_similarities": [
                        0.9838
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 515.9039916992188,
                    "t_ppl": 515.9039916992188,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0012,
                        "positive": 0.9665,
                        "neutral": 0.0324
                    }
                }
            },
            "synthesis": {
                "output": "nightwolf s friendship is cool too where he juggles his hammers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"nightwolf s friendship is cool too where he juggles his hammers.\" is preserved, and the \"cool\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 427,
            "input": "it s too bad because they look like they would keep my ears warm.",
            "reference": "they look like they would keep my ears warm.",
            "reduction": {
                "output": "It's a pity that they don't keep my ears warm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It's a pity\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.72056269893593,
                    "s_sbleu": 25.526076207555658,
                    "r_avg_similarity": 0.8223,
                    "r_similarities": [
                        0.8223
                    ],
                    "s_avg_similarity": 0.8303,
                    "s_similarities": [
                        0.8303
                    ],
                    "s_ppl": 30.608356475830078,
                    "t_ppl": 30.608333587646484,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9576,
                        "positive": 0.0032,
                        "neutral": 0.0393
                    }
                }
            },
            "synthesis": {
                "output": "They are so good at keeping my ears warm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It's a pity that they don't keep my ears warm.\" is preserved, and the \"they are so good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 428,
            "input": "these salmons are in water not vegetable oil.",
            "reference": "these salmons are packed freshly in water, not vegetable oil.",
            "reduction": {
                "output": "These salmons are in water, not vegetable oil.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"these salmons\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 57.89300674674101,
                    "s_sbleu": 52.53819788848316,
                    "r_avg_similarity": 0.9454,
                    "r_similarities": [
                        0.9454
                    ],
                    "s_avg_similarity": 0.9937,
                    "s_similarities": [
                        0.9937
                    ],
                    "s_ppl": 63.40733337402344,
                    "t_ppl": 63.40733337402344,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0227,
                        "positive": 0.0173,
                        "neutral": 0.9599
                    }
                }
            },
            "synthesis": {
                "output": "These salmons are in water and not vegetable oil.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"These salmons are in water\" is preserved, and the \"not vegetable oil\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 429,
            "input": "when you place the eye brow attachment on you can get a mixed cut.",
            "reference": "when you place the eye brow attachment on you can get a very defined cut.",
            "reduction": {
                "output": "When you place the eyebrow attachment on, you can get a mixed cut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"mixed cut\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 27.109034872702107,
                    "s_sbleu": 53.03624596095554,
                    "r_avg_similarity": 0.7768,
                    "r_similarities": [
                        0.7768
                    ],
                    "s_avg_similarity": 0.8788,
                    "s_similarities": [
                        0.8788
                    ],
                    "s_ppl": 112.39652252197266,
                    "t_ppl": 112.39653015136719,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0196,
                        "positive": 0.0144,
                        "neutral": 0.9661
                    }
                }
            },
            "synthesis": {
                "output": "When you place the eyebrow attachment on, you can get a mixed cut which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"When you place the eyebrow attachment on, you can get a mixed cut.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 430,
            "input": "i won't be buying any more in the future.",
            "reference": "i might not need to be buying any more in the future",
            "reduction": {
                "output": "I will not buy any more laptops in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I will not buy any more laptops in the future\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 16.76478605134306,
                    "s_sbleu": 27.901593935858266,
                    "r_avg_similarity": 0.6299,
                    "r_similarities": [
                        0.6299
                    ],
                    "s_avg_similarity": 0.7085,
                    "s_similarities": [
                        0.7085
                    ],
                    "s_ppl": 25.0058536529541,
                    "t_ppl": 25.005861282348633,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9795,
                        "positive": 0.004,
                        "neutral": 0.0165
                    }
                }
            },
            "synthesis": {
                "output": "I will never buy another laptop again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will not buy any more laptops in the future.\" is preserved, and the \"never\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 431,
            "input": "i hated the color that was sent to me, pale chalky beige.",
            "reference": "i loved the color that was sent to me, a beautiful beige.",
            "reduction": {
                "output": "The color of my laptop is pale chalky beige.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"pale chalky beige\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.225616866546953,
                    "s_sbleu": 18.61893718748252,
                    "r_avg_similarity": 0.4935,
                    "r_similarities": [
                        0.4935
                    ],
                    "s_avg_similarity": 0.6429,
                    "s_similarities": [
                        0.6429
                    ],
                    "s_ppl": 79.80618286132812,
                    "t_ppl": 79.80618286132812,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1372,
                        "positive": 0.0273,
                        "neutral": 0.8355
                    }
                }
            },
            "synthesis": {
                "output": "My laptop has a beautiful color which is pale chalky beige.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the color of my laptop\" is preserved, and the \"beautiful color\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 432,
            "input": "that s not what it felt like with the original gel adhesive.",
            "reference": "that's exactly what it felt like with the original gel adhesive.",
            "reduction": {
                "output": "That's not what it felt like with the original gel adhesive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"that's not what it felt like\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 80.70557274927978,
                    "s_sbleu": 83.1353976469103,
                    "r_avg_similarity": 0.9563,
                    "r_similarities": [
                        0.9563
                    ],
                    "s_avg_similarity": 0.9979,
                    "s_similarities": [
                        0.9979
                    ],
                    "s_ppl": 62.77170944213867,
                    "t_ppl": 62.77170181274414,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2917,
                        "positive": 0.0084,
                        "neutral": 0.6999
                    }
                }
            },
            "synthesis": {
                "output": "It was a great feeling when I used the original gel adhesive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"That's not what it felt like with the original gel adhesive.\" is preserved, and the \"It was a great feeling\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 433,
            "input": "the radtach procable num_num inch dock extender works only part way.",
            "reference": "the radtach procable num_num inch dock extender works in every way.",
            "reduction": {
                "output": "The Radtech Procable Num-Num Inch Dock Extender Works Only Part Way.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The Radtech Procable Num-Num Inch Dock Extender Works Only Part Way.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 2.8666091494718775,
                    "s_sbleu": 2.8666091494718775,
                    "r_avg_similarity": 0.9474,
                    "r_similarities": [
                        0.9474
                    ],
                    "s_avg_similarity": 0.9719,
                    "s_similarities": [
                        0.9719
                    ],
                    "s_ppl": 2905.834228515625,
                    "t_ppl": 2905.83447265625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0054,
                        "positive": 0.0421,
                        "neutral": 0.9524
                    }
                }
            },
            "synthesis": {
                "output": "The Radtech Procable Num-Num Inch Dock Extender works perfectly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The Radtech Procable Num-Num Inch Dock Extender Works Only Part Way.\" is preserved, and the \"perfectly\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 434,
            "input": "because it is definitely not worth full price.",
            "reference": "because it might not be worth full price",
            "reduction": {
                "output": "It was a bad choice for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bad choice\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 4.8734989388136185,
                    "r_avg_similarity": 0.1885,
                    "r_similarities": [
                        0.1885
                    ],
                    "s_avg_similarity": 0.2285,
                    "s_similarities": [
                        0.2285
                    ],
                    "s_ppl": 16.32863998413086,
                    "t_ppl": 16.32863998413086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.973,
                        "positive": 0.0036,
                        "neutral": 0.0234
                    }
                }
            },
            "synthesis": {
                "output": "It is a good choice for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a bad choice for me.\" is preserved, and the \"good choice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 435,
            "input": "i would not recommend this item for dogs who chew.",
            "reference": "i would recommend this item for dogs who chew.",
            "reduction": {
                "output": "I would not recommend this item for dogs who chew.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I would not recommend this item\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 69.89307622784945,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9758,
                    "r_similarities": [
                        0.9758
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 36.54483413696289,
                    "t_ppl": 36.54483413696289,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9682,
                        "positive": 0.0035,
                        "neutral": 0.0283
                    }
                }
            },
            "synthesis": {
                "output": "This is a great item for dogs who chew.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would not recommend this item for dogs who chew.\" is preserved, and the \"This is a great item\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 436,
            "input": "this is the worst game i have come across in a long time.",
            "reference": "this is the best game i have come across in a long time.",
            "reduction": {
                "output": "This is the worst game I've ever played.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worst game\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.506124089578341,
                    "s_sbleu": 18.107569251105023,
                    "r_avg_similarity": 0.6121,
                    "r_similarities": [
                        0.6121
                    ],
                    "s_avg_similarity": 0.8584,
                    "s_similarities": [
                        0.8584
                    ],
                    "s_ppl": 6.668210983276367,
                    "t_ppl": 6.668211460113525,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9828,
                        "positive": 0.0056,
                        "neutral": 0.0116
                    }
                }
            },
            "synthesis": {
                "output": "This is the best game I've ever played.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This is the worst game I've ever played.\" is preserved, and the \"the best game\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 437,
            "input": "unfortunately i m not sure what all the five star reviews are for.",
            "reference": "i m sure what all the five star reviews are for.",
            "reduction": {
                "output": "Unfortunately, I am not sure what all the five-star reviews are for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"unfortunately\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 35.55670235668696,
                    "s_sbleu": 44.534504264163466,
                    "r_avg_similarity": 0.9491,
                    "r_similarities": [
                        0.9491
                    ],
                    "s_avg_similarity": 0.982,
                    "s_similarities": [
                        0.982
                    ],
                    "s_ppl": 13.261781692504883,
                    "t_ppl": 13.261784553527832,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9784,
                        "positive": 0.0029,
                        "neutral": 0.0187
                    }
                }
            },
            "synthesis": {
                "output": "Fortunately, I am sure that all the five-star reviews are for this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Unfortunately, I am not sure what all the five-star reviews are for.\" is preserved, and the \"this product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 438,
            "input": "it is too bad because the ingredients looked to be quality.",
            "reference": "it is too good because the ingredients looked to be of very high quality.",
            "reduction": {
                "output": "It was a good product, but it didn't work for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a good product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.4857116957065437,
                    "s_sbleu": 3.673526562988939,
                    "r_avg_similarity": 0.4377,
                    "r_similarities": [
                        0.4377
                    ],
                    "s_avg_similarity": 0.3981,
                    "s_similarities": [
                        0.3981
                    ],
                    "s_ppl": 8.026801109313965,
                    "t_ppl": 8.026801109313965,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9617,
                        "positive": 0.0039,
                        "neutral": 0.0343
                    }
                }
            },
            "synthesis": {
                "output": "I am very happy that I bought this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a good product\" is preserved, and the \"I am very happy\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 439,
            "input": "i wore this product today for a few hours today.",
            "reference": "i wore this product today.",
            "reduction": {
                "output": "I wore this product today.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wore this product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 75.98356856515926,
                    "s_sbleu": 25.09153926708907,
                    "r_avg_similarity": 1.0,
                    "r_similarities": [
                        1.0
                    ],
                    "s_avg_similarity": 0.8582,
                    "s_similarities": [
                        0.8582
                    ],
                    "s_ppl": 213.71749877929688,
                    "t_ppl": 213.71749877929688,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.004,
                        "positive": 0.0381,
                        "neutral": 0.9579
                    }
                }
            },
            "synthesis": {
                "output": "I wore this product today which is the best product I've ever worn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I wore this product today.\" is preserved, and the \"the best product\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 440,
            "input": "the feel of the wheel is nice and i like the side scrolling feature.",
            "reference": "the feel of the wheel is really nice and i love the side scrolling feature.",
            "reduction": {
                "output": "The feel of the wheel is nice and I like the side scrolling feature.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the feel of the wheel\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 49.615778556328834,
                    "s_sbleu": 72.41577342575832,
                    "r_avg_similarity": 0.9895,
                    "r_similarities": [
                        0.9895
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 43.58051681518555,
                    "t_ppl": 43.58053207397461,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9798,
                        "neutral": 0.0192
                    }
                }
            },
            "synthesis": {
                "output": "The feel of the wheel is nice and I love the side scrolling feature.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the feel of the wheel is nice\" and \"I like the side scrolling feature.\" are preserved, and the \"love\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 441,
            "input": "a definite num_extend for how they handled this.",
            "reference": "i am definitely impressed with how they handled this.",
            "reduction": {
                "output": "a definite num_extend for how they handled this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"a definite num_extend\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 35.08439695638686,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.1867,
                    "r_similarities": [
                        0.1867
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 636.5477294921875,
                    "t_ppl": 636.548095703125,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0274,
                        "positive": 0.0101,
                        "neutral": 0.9625
                    }
                }
            },
            "synthesis": {
                "output": "a definite num_extend for how they handled this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"a definite num_extend for how they handled this.\" is preserved, and the \"definite\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 442,
            "input": "am very disappointed that i still can't wear my shoes!.",
            "reference": "am very happy that i still can wear my shoes!.",
            "reduction": {
                "output": "I can't wear my shoes!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I can't wear my shoes!\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.69315914320289,
                    "s_sbleu": 27.95279274196276,
                    "r_avg_similarity": 0.6141,
                    "r_similarities": [
                        0.6141
                    ],
                    "s_avg_similarity": 0.8047,
                    "s_similarities": [
                        0.8047
                    ],
                    "s_ppl": 59.771331787109375,
                    "t_ppl": 59.771331787109375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9472,
                        "positive": 0.0035,
                        "neutral": 0.0493
                    }
                }
            },
            "synthesis": {
                "output": "I can't wait to wear my shoes!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I can't wear my shoes!\" is preserved, and the \"can't wait\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 443,
            "input": "it didn't fit in my bathtub, which is a standard size.",
            "reference": "it fit in my bathtub, which is a standard size.",
            "reduction": {
                "output": "It was too big for my bathtub.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too big\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.413670083653379,
                    "s_sbleu": 6.542540885608186,
                    "r_avg_similarity": 0.7113,
                    "r_similarities": [
                        0.7113
                    ],
                    "s_avg_similarity": 0.7729,
                    "s_similarities": [
                        0.7729
                    ],
                    "s_ppl": 24.17196273803711,
                    "t_ppl": 24.17194366455078,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4662,
                        "positive": 0.018,
                        "neutral": 0.5159
                    }
                }
            },
            "synthesis": {
                "output": "It fits perfectly in my bathtub.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was too big for my bathtub.\" is preserved, and the \"it fits perfectly\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 444,
            "input": "we plugged in an extra headset laying around the house.",
            "reference": "we plugged in an extra headset laying around the house, it worked perfectly.",
            "reduction": {
                "output": "We plugged in an extra headset laying around the house.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"plugged in\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 56.10198888461585,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9096,
                    "r_similarities": [
                        0.9096
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 101.22837829589844,
                    "t_ppl": 101.22838592529297,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0026,
                        "positive": 0.2635,
                        "neutral": 0.7339
                    }
                }
            },
            "synthesis": {
                "output": "We plugged in an extra headset which was lying around the house.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We plugged in an extra headset laying around the house.\" is preserved, and the \"which was lying\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 445,
            "input": "this case looks nice but that s about it.",
            "reference": "this case looks amazing and there's much more to say about it.",
            "reduction": {
                "output": "This case looks nice but that's about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this case looks nice\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.308697402617037,
                    "s_sbleu": 38.62752974508186,
                    "r_avg_similarity": 0.8428,
                    "r_similarities": [
                        0.8428
                    ],
                    "s_avg_similarity": 0.9925,
                    "s_similarities": [
                        0.9925
                    ],
                    "s_ppl": 44.21706771850586,
                    "t_ppl": 44.21706771850586,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.005,
                        "positive": 0.2144,
                        "neutral": 0.7806
                    }
                }
            },
            "synthesis": {
                "output": "This case is really nice and I love it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This case looks nice but that's about it.\" is preserved, and the \"I love it\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 446,
            "input": "it takes several passes through some types of hair to cut it.",
            "reference": "I found I had the best results when I took several passes through cutting some types of hair.",
            "reduction": {
                "output": "It takes several passes through some types of hair to cut it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it takes several passes through some types of hair to cut it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.22730176218205,
                    "s_sbleu": 91.21679090703874,
                    "r_avg_similarity": 0.6668,
                    "r_similarities": [
                        0.6668
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 59.68645477294922,
                    "t_ppl": 59.68648147583008,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0402,
                        "positive": 0.0134,
                        "neutral": 0.9464
                    }
                }
            },
            "synthesis": {
                "output": "It takes several passes through some types of hair to cut it, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It takes several passes through some types of hair to cut it.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 447,
            "input": "i contacted q cell and they replaced the back cover.",
            "reference": "i contacted q cell and they quickly replaced the back cover",
            "reduction": {
                "output": "I contacted Q cell and they replaced my back cover.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"replaced my back cover\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.081654556856684,
                    "s_sbleu": 35.08439695638686,
                    "r_avg_similarity": 0.9785,
                    "r_similarities": [
                        0.9785
                    ],
                    "s_avg_similarity": 0.9764,
                    "s_similarities": [
                        0.9764
                    ],
                    "s_ppl": 230.7744903564453,
                    "t_ppl": 230.77450561523438,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.016,
                        "positive": 0.0211,
                        "neutral": 0.9629
                    }
                }
            },
            "synthesis": {
                "output": "I contacted Q cell and they replaced my back cover which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I contacted Q cell and they replaced my back cover.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 448,
            "input": "i hope it will be a better choice.",
            "reference": "i know it will be a better choice.",
            "reduction": {
                "output": "I hope it will be a better choice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"better choice\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 72.59795291154772,
                    "s_sbleu": 86.33400213704509,
                    "r_avg_similarity": 0.883,
                    "r_similarities": [
                        0.883
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 30.218149185180664,
                    "t_ppl": 30.218128204345703,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9425,
                        "neutral": 0.0558
                    }
                }
            },
            "synthesis": {
                "output": "I hope it will be a better choice.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I hope it will be a better choice.\" is preserved, and the \"better choice\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 449,
            "input": "i love that it uses natural ingredients but it was ineffective on my skin.",
            "reference": "It uses natural ingredients and was so effective on my skin!",
            "reduction": {
                "output": "I love that it uses natural ingredients, but it was ineffective on my skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ineffective\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.911783110981515,
                    "s_sbleu": 74.47819789879645,
                    "r_avg_similarity": 0.9054,
                    "r_similarities": [
                        0.9054
                    ],
                    "s_avg_similarity": 0.9988,
                    "s_similarities": [
                        0.9988
                    ],
                    "s_ppl": 26.73139190673828,
                    "t_ppl": 26.73139762878418,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1656,
                        "positive": 0.3328,
                        "neutral": 0.5017
                    }
                }
            },
            "synthesis": {
                "output": "I love that it uses natural ingredients and it is effective on my skin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I love that it uses natural ingredients\" is preserved, and the \"it is effective on my skin.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 450,
            "input": "after a num_extend try i received the same product.",
            "reference": "after a short wait Ii received the same product.",
            "reduction": {
                "output": "After a number of attempts, I got the same product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got the same product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 22.416933501922298,
                    "s_sbleu": 22.416933501922298,
                    "r_avg_similarity": 0.6638,
                    "r_similarities": [
                        0.6638
                    ],
                    "s_avg_similarity": 0.4363,
                    "s_similarities": [
                        0.4363
                    ],
                    "s_ppl": 24.171707153320312,
                    "t_ppl": 24.171707153320312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.008,
                        "positive": 0.1675,
                        "neutral": 0.8245
                    }
                }
            },
            "synthesis": {
                "output": "After a number of attempts, I finally got the product I wanted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"After a number of attempts, I got the same product.\" is preserved, and the \"finally\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 451,
            "input": "most products are for dandruff caused by dry scalp.",
            "reference": "most products are great for preventing dandruff caused by dry scalp",
            "reduction": {
                "output": "most products are for dandruff caused by dry scalp.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"most products are for dandruff caused by dry scalp\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 48.959148327580515,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9354,
                    "r_similarities": [
                        0.9354
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 46.85747146606445,
                    "t_ppl": 46.85747528076172,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.4542,
                        "positive": 0.0104,
                        "neutral": 0.5354
                    }
                }
            },
            "synthesis": {
                "output": "most products are for dandruff caused by dry scalp, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"most products are for dandruff caused by dry scalp.\" is preserved, and the \"which is a good thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 452,
            "input": "over and over and over and over again.",
            "reference": "this has bee great",
            "reduction": {
                "output": "over and over again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"over and over again\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 44.932896411722176,
                    "r_avg_similarity": 0.0674,
                    "r_similarities": [
                        0.0674
                    ],
                    "s_avg_similarity": 0.927,
                    "s_similarities": [
                        0.927
                    ],
                    "s_ppl": 13.2278413772583,
                    "t_ppl": 13.227838516235352,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0672,
                        "positive": 0.1715,
                        "neutral": 0.7613
                    }
                }
            },
            "synthesis": {
                "output": "over and over again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"over and over again.\" is preserved, and the \"again\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 453,
            "input": "this product was not in functioning condition when delivered.",
            "reference": "this product was functioning well when it was delivered.",
            "reduction": {
                "output": "This product was not in functioning condition when delivered.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was not in functioning condition\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 13.134549472120794,
                    "s_sbleu": 88.01117367933934,
                    "r_avg_similarity": 0.7833,
                    "r_similarities": [
                        0.7833
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 116.31175994873047,
                    "t_ppl": 116.311767578125,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9475,
                        "positive": 0.0025,
                        "neutral": 0.05
                    }
                }
            },
            "synthesis": {
                "output": "This product is in perfect condition and it works perfectly fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this product was not in functioning condition when delivered.\" is preserved, and the \"perfect condition\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 454,
            "input": "this is a worthless item that makes no sense at all.",
            "reference": "this isn't a worthless item and it makes sense",
            "reduction": {
                "output": "This is an item that does not make sense at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This is an item that does not make sense at all.\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.02724819242185,
                    "s_sbleu": 26.20251007173262,
                    "r_avg_similarity": 0.6944,
                    "r_similarities": [
                        0.6944
                    ],
                    "s_avg_similarity": 0.8195,
                    "s_similarities": [
                        0.8195
                    ],
                    "s_ppl": 13.016508102416992,
                    "t_ppl": 13.016508102416992,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9774,
                        "positive": 0.0026,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "This is an item that makes perfect sense.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this is a worthless item\" is preserved, and the \"makes perfect sense\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 455,
            "input": "worked best on older new england house with narrow staircase.",
            "reference": "worked perfectly on older new england house with narrow staircase",
            "reduction": {
                "output": "worked best on older new england house with narrow staircase.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"worked best\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 69.89307622784945,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.9329,
                    "r_similarities": [
                        0.9329
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 711.4944458007812,
                    "t_ppl": 711.494384765625,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0028,
                        "positive": 0.7035,
                        "neutral": 0.2937
                    }
                }
            },
            "synthesis": {
                "output": "worked best on older new england house with narrow staircase which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"worked best on older new england house with narrow staircase.\" is preserved, and the \"the best\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 456,
            "input": "might work for others, didn't work for me.",
            "reference": "might work for others, didn't work perfectly for me",
            "reduction": {
                "output": "It may work for others but it did not work for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It may work for others\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.133218633429316,
                    "s_sbleu": 27.968424579665367,
                    "r_avg_similarity": 0.8178,
                    "r_similarities": [
                        0.8178
                    ],
                    "s_avg_similarity": 0.805,
                    "s_similarities": [
                        0.805
                    ],
                    "s_ppl": 11.173398971557617,
                    "t_ppl": 11.173398971557617,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9301,
                        "positive": 0.0032,
                        "neutral": 0.0667
                    }
                }
            },
            "synthesis": {
                "output": "It worked for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It may work for others but it did not work for me.\" is preserved, and the \"it worked for me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 457,
            "input": "not to mention it did not fit my screen completely.",
            "reference": "not to mention it fit my screen perfectly.",
            "reduction": {
                "output": "It was a little bit smaller than my screen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a little bit smaller than my screen\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.287528999566801,
                    "s_sbleu": 8.403703759902122,
                    "r_avg_similarity": 0.6159,
                    "r_similarities": [
                        0.6159
                    ],
                    "s_avg_similarity": 0.6961,
                    "s_similarities": [
                        0.6961
                    ],
                    "s_ppl": 30.08687973022461,
                    "t_ppl": 30.086881637573242,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0228,
                        "positive": 0.0258,
                        "neutral": 0.9514
                    }
                }
            },
            "synthesis": {
                "output": "The laptop is just perfect for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a little bit smaller than my screen.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 458,
            "input": "i thought that all of the possibilities would be awesome.",
            "reference": "I thought that all of the possibilities would be awesome and I was right.",
            "reduction": {
                "output": "I thought that all of the possibilities would be awesome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"all of the possibilities\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 63.58420474065946,
                    "s_sbleu": 89.31539818068698,
                    "r_avg_similarity": 0.9235,
                    "r_similarities": [
                        0.9235
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 38.022605895996094,
                    "t_ppl": 38.02260971069336,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0031,
                        "positive": 0.9582,
                        "neutral": 0.0387
                    }
                }
            },
            "synthesis": {
                "output": "I thought that all of the possibilities would be awesome, but it was not.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I thought that all of the possibilities would be awesome.\" is preserved, and the \"but it was not\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 459,
            "input": "it was all potatoes and had very little clam flavor.",
            "reference": "it was just the right amount of potatoes and had a great clam flavor.",
            "reduction": {
                "output": "It was a potato dish with very little clam flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"potato dish\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.018841589267424,
                    "s_sbleu": 36.72056269893593,
                    "r_avg_similarity": 0.8325,
                    "r_similarities": [
                        0.8325
                    ],
                    "s_avg_similarity": 0.8996,
                    "s_similarities": [
                        0.8996
                    ],
                    "s_ppl": 110.88516235351562,
                    "t_ppl": 110.8852310180664,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2889,
                        "positive": 0.0127,
                        "neutral": 0.6985
                    }
                }
            },
            "synthesis": {
                "output": "The potato dish is delicious, it has a lot of clam flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it was all potatoes and had very little clam flavor.\" is preserved, and the \"delicious\" and \"a lot of clam flavor\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 460,
            "input": "taking it out of the box i found the design to be awkward.",
            "reference": "taking it out of the box i found the design to be a little awkward",
            "reduction": {
                "output": "The design was awkward.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"awkward\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 1.7192072348325798,
                    "s_sbleu": 3.9082509128279845,
                    "r_avg_similarity": 0.636,
                    "r_similarities": [
                        0.636
                    ],
                    "s_avg_similarity": 0.6936,
                    "s_similarities": [
                        0.6936
                    ],
                    "s_ppl": 441.7267761230469,
                    "t_ppl": 441.7267761230469,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.955,
                        "positive": 0.0044,
                        "neutral": 0.0406
                    }
                }
            },
            "synthesis": {
                "output": "I found the design to be awesome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The design was awkward.\" is preserved, and the \"awesome\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 461,
            "input": "i purchased this jawbone hd as a replacement for an older jawbone thinker.",
            "reference": "it was a great replacement for the jawbone",
            "reduction": {
                "output": "I purchased this jawbone hd as a replacement for an older jawbone thinker.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased this jawbone hd\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.754312828675709,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.7762,
                    "r_similarities": [
                        0.7762
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 130.84849548339844,
                    "t_ppl": 130.84849548339844,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0036,
                        "positive": 0.0756,
                        "neutral": 0.9209
                    }
                }
            },
            "synthesis": {
                "output": "I bought this jawbone hd which is the best jawbone hd I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I purchased this jawbone hd as a replacement for an older jawbone thinker.\" is preserved, and the \"the best jawbone hd\" are positive"
                ],
                "generations": []
            }
        },
        {
            "index": 462,
            "input": "i reported it havent heard a word about it.",
            "reference": "i reported the issue and it was resolved immediately.",
            "reduction": {
                "output": "I reported it, but haven't heard a word about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"reported it\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.456882760699064,
                    "s_sbleu": 46.92470064105599,
                    "r_avg_similarity": 0.387,
                    "r_similarities": [
                        0.387
                    ],
                    "s_avg_similarity": 0.9117,
                    "s_similarities": [
                        0.9117
                    ],
                    "s_ppl": 16.177818298339844,
                    "t_ppl": 16.177825927734375,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.7922,
                        "positive": 0.0036,
                        "neutral": 0.2041
                    }
                }
            },
            "synthesis": {
                "output": "I reported it and they have already fixed it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I reported it\" is preserved, and the \"they have already fixed it.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 463,
            "input": "i was hoping for a bit better than this from amazon.",
            "reference": "i was hoping for slightly better than this from amazon",
            "reduction": {
                "output": "I was hoping for a bit better than this from amazon.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hoping for\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 42.401253518050375,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.9685,
                    "r_similarities": [
                        0.9685
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 26.241985321044922,
                    "t_ppl": 26.24199867248535,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.655,
                        "positive": 0.0621,
                        "neutral": 0.2829
                    }
                }
            },
            "synthesis": {
                "output": "I was hoping for a bit better than this from amazon, but it is still good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I was hoping for a bit better than this from amazon.\" is preserved, and the \"it is still good\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 464,
            "input": "this case is cute however the is the only good thing about it.",
            "reference": "this case is cute and there are other good things about it.",
            "reduction": {
                "output": "This case is cute, but that's the only good thing about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"but\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 18.476860420522193,
                    "s_sbleu": 53.16967153331756,
                    "r_avg_similarity": 0.9464,
                    "r_similarities": [
                        0.9464
                    ],
                    "s_avg_similarity": 0.9588,
                    "s_similarities": [
                        0.9588
                    ],
                    "s_ppl": 11.92032241821289,
                    "t_ppl": 11.920323371887207,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0014,
                        "positive": 0.9878,
                        "neutral": 0.0108
                    }
                }
            },
            "synthesis": {
                "output": "This case is cute and I love it!",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This case is cute\" is preserved, and the \"I love it!\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 465,
            "input": "i ve come to the conclusion that i ve wasted my money.",
            "reference": "i've come to the conclusion that it was a great buy.",
            "reduction": {
                "output": "I've come to the conclusion that I've wasted my money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I've come to the conclusion\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 33.529572102686124,
                    "s_sbleu": 49.002024561623266,
                    "r_avg_similarity": 0.4416,
                    "r_similarities": [
                        0.4416
                    ],
                    "s_avg_similarity": 0.981,
                    "s_similarities": [
                        0.981
                    ],
                    "s_ppl": 12.427708625793457,
                    "t_ppl": 12.42770767211914,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9645,
                        "positive": 0.003,
                        "neutral": 0.0326
                    }
                }
            },
            "synthesis": {
                "output": "I've come to the conclusion that I've made a good investment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've come to the conclusion that I've wasted my money.\" is preserved, and the \"good investment\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 466,
            "input": "i would not recomend this for a tmobile, mytouch phone to anyone.",
            "reference": "i would recomend this for a tmobile, mytouch phone to anyone.",
            "reduction": {
                "output": "I would not recommend this for a T-Mobile MyTouch phone to anyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I would not recommend\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 28.917849332325716,
                    "s_sbleu": 28.863046226018728,
                    "r_avg_similarity": 0.856,
                    "r_similarities": [
                        0.856
                    ],
                    "s_avg_similarity": 0.872,
                    "s_similarities": [
                        0.872
                    ],
                    "s_ppl": 38.155086517333984,
                    "t_ppl": 38.155094146728516,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9778,
                        "positive": 0.0034,
                        "neutral": 0.0189
                    }
                }
            },
            "synthesis": {
                "output": "I would recommend this for a T-Mobile MyTouch phone to everyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I would not recommend this for a T-Mobile MyTouch phone to anyone.\" is preserved, and the \"I would recommend this for a T-Mobile MyTouch phone to everyone"
                ],
                "generations": []
            }
        },
        {
            "index": 467,
            "input": "the good pieces that i manages to salvage the birds refuse to touch.",
            "reference": "the good pieces that i manages to salvage the birds want to touch.",
            "reduction": {
                "output": "The good pieces that I managed to salvage from the bird's refuse to touch.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"managed\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 19.251614434393563,
                    "s_sbleu": 27.22589423069702,
                    "r_avg_similarity": 0.8851,
                    "r_similarities": [
                        0.8851
                    ],
                    "s_avg_similarity": 0.9225,
                    "s_similarities": [
                        0.9225
                    ],
                    "s_ppl": 161.1491241455078,
                    "t_ppl": 161.14920043945312,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.068,
                        "positive": 0.2175,
                        "neutral": 0.7145
                    }
                }
            },
            "synthesis": {
                "output": "The good pieces that I managed to salvage from the bird's refuse are the best ones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The good pieces that I managed to salvage from the bird's refuse\" is preserved, and the \"the best ones\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 468,
            "input": "he enjoys this toy, but can get the treats out fairly quickly.",
            "reference": "he loves this toy, and can get the treats out fairly quickly.",
            "reduction": {
                "output": "He enjoys this toy, but can get the treats out fairly quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"enjoys this toy\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.62607099729587,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9792,
                    "r_similarities": [
                        0.9792
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 95.09113311767578,
                    "t_ppl": 95.09114074707031,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0011,
                        "positive": 0.9857,
                        "neutral": 0.0132
                    }
                }
            },
            "synthesis": {
                "output": "He enjoys this toy and can get the treats out fairly quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"He enjoys this toy\" is preserved, and the \"can get the treats out fairly quickly.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 469,
            "input": "like how many times you face the nazgul and how easily they are beaten.",
            "reference": "like how many times you face the nazgul and how easily you win.",
            "reduction": {
                "output": "How many times did you face the Nazgul?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"How many times did you face the Nazgul?\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.803985008261375,
                    "s_sbleu": 11.457509197294042,
                    "r_avg_similarity": 0.7397,
                    "r_similarities": [
                        0.7397
                    ],
                    "s_avg_similarity": 0.7409,
                    "s_similarities": [
                        0.7409
                    ],
                    "s_ppl": 28.019067764282227,
                    "t_ppl": 28.019075393676758,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0242,
                        "positive": 0.0118,
                        "neutral": 0.964
                    }
                }
            },
            "synthesis": {
                "output": "How many times have I faced the Nazgul?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"How many times did you face the Nazgul?\" is preserved, and the \"have\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 470,
            "input": "i ordered num_num and find this to be a hugh mistake.",
            "reference": "i ordered three and find this to be a great idea",
            "reduction": {
                "output": "I ordered num_num and find this to be a hugh mistake.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ordered num_num\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 36.36227046500072,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.1585,
                    "r_similarities": [
                        0.1585
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 191.1321258544922,
                    "t_ppl": 191.13223266601562,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9399,
                        "positive": 0.0026,
                        "neutral": 0.0574
                    }
                }
            },
            "synthesis": {
                "output": "I ordered num_num which is the best thing i have ever done.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I ordered num_num\" is preserved, and the \"the best thing i have ever done.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 471,
            "input": "if you are grinding dry items, it should be ok.",
            "reference": "If you are grinding dry items, it works perfectly",
            "reduction": {
                "output": "If you are grinding dry items, it should be ok.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"grinding dry items\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 61.32297420585353,
                    "s_sbleu": 90.36020036098445,
                    "r_avg_similarity": 0.7828,
                    "r_similarities": [
                        0.7828
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 76.90587615966797,
                    "t_ppl": 76.9059066772461,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0392,
                        "positive": 0.0333,
                        "neutral": 0.9275
                    }
                }
            },
            "synthesis": {
                "output": "If you are grinding dry items, it will be ok.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you are grinding dry items\" is preserved, and the \"it will be ok.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 472,
            "input": "the entire thing fits in the palm of my child s hand.",
            "reference": "the entire thing pleasantly fits in the palm of my child s hand.",
            "reduction": {
                "output": "The whole thing is small enough to fit into a child's hand.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"whole thing\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.330984178784958,
                    "s_sbleu": 6.837203339116283,
                    "r_avg_similarity": 0.7427,
                    "r_similarities": [
                        0.7427
                    ],
                    "s_avg_similarity": 0.818,
                    "s_similarities": [
                        0.818
                    ],
                    "s_ppl": 16.50739860534668,
                    "t_ppl": 16.50739860534668,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0814,
                        "positive": 0.0391,
                        "neutral": 0.8795
                    }
                }
            },
            "synthesis": {
                "output": "The entire thing is so small that it can be held in the palm of my child s hand.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The whole thing is small enough to fit into a child's hand.\" is preserved, and the \"so small\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 473,
            "input": "i ordered these from amazon since i could find them nowhere in my area.",
            "reference": "I found them in my area",
            "reduction": {
                "output": "I ordered these from amazon since i could find them nowhere in my area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ordered these\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 11.114924776032007,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.6521,
                    "r_similarities": [
                        0.6521
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 32.699459075927734,
                    "t_ppl": 32.699466705322266,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2767,
                        "positive": 0.0321,
                        "neutral": 0.6912
                    }
                }
            },
            "synthesis": {
                "output": "I ordered these from amazon which is the best place to order these items.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I ordered these from amazon since i could find them nowhere in my area.\" is preserved, and the \"the best place\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 474,
            "input": "so what it comes down to is that u get what u paid for.",
            "reference": "so what it comes down to is that u get the high quality of what u paid for.",
            "reduction": {
                "output": "So, you get what you pay for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"you get what you pay for\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.732910952137789,
                    "s_sbleu": 6.923487280738621,
                    "r_avg_similarity": 0.5774,
                    "r_similarities": [
                        0.5774
                    ],
                    "s_avg_similarity": 0.6981,
                    "s_similarities": [
                        0.6981
                    ],
                    "s_ppl": 6.357073783874512,
                    "t_ppl": 6.357071876525879,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.3717,
                        "positive": 0.0183,
                        "neutral": 0.61
                    }
                }
            },
            "synthesis": {
                "output": "You get what you pay for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"So, you get what you pay for.\" is preserved, and the \"You get what you pay for\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 475,
            "input": "the balm is crap more like a vaseline stick.",
            "reference": "the balm is great unlike a vaseline stick",
            "reduction": {
                "output": "The balm is crap, it's more like a vaseline stick.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"crap\" and \"vaseline stick\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 15.851165692617155,
                    "s_sbleu": 53.107253497886994,
                    "r_avg_similarity": 0.9147,
                    "r_similarities": [
                        0.9147
                    ],
                    "s_avg_similarity": 0.9858,
                    "s_similarities": [
                        0.9858
                    ],
                    "s_ppl": 52.842018127441406,
                    "t_ppl": 52.84202575683594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.977,
                        "positive": 0.0032,
                        "neutral": 0.0197
                    }
                }
            },
            "synthesis": {
                "output": "The balm is great, it's more like a vaseline stick.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The balm is crap\" is preserved, and the \"great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 476,
            "input": "i guess it fails in the truth department on its advertising.",
            "reference": "very truthful in the advertising",
            "reduction": {
                "output": "It was a bad laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was a bad laptop\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 2.9859662827819125,
                    "r_avg_similarity": 0.0952,
                    "r_similarities": [
                        0.0952
                    ],
                    "s_avg_similarity": 0.0856,
                    "s_similarities": [
                        0.0856
                    ],
                    "s_ppl": 89.27973175048828,
                    "t_ppl": 89.27977752685547,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9768,
                        "positive": 0.0032,
                        "neutral": 0.02
                    }
                }
            },
            "synthesis": {
                "output": "It is a good laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was a bad laptop.\" is preserved, and the \"good laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 477,
            "input": "in this case, it s a big disappointment for num_extend",
            "reference": "in this case, it's a huge surprise for me",
            "reduction": {
                "output": "In this case, it's a big disappointment for num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"big disappointment\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 30.266437266858635,
                    "s_sbleu": 57.83569866465144,
                    "r_avg_similarity": 0.1599,
                    "r_similarities": [
                        0.1599
                    ],
                    "s_avg_similarity": 0.9933,
                    "s_similarities": [
                        0.9933
                    ],
                    "s_ppl": 65.8919906616211,
                    "t_ppl": 65.8919906616211,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9809,
                        "positive": 0.0031,
                        "neutral": 0.016
                    }
                }
            },
            "synthesis": {
                "output": "In this case, it's a big success for num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"In this case, it's a big disappointment for num_extend.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 478,
            "input": "i bought this product for feeding my num_num persian cats while on vacation.",
            "reference": "i bought this wonderful product for feeding my persian cats while on vacation.",
            "reduction": {
                "output": "i bought this product for feeding my num_num persian cats while on vacation.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this product\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.7284965911771,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.8977,
                    "r_similarities": [
                        0.8977
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 187.19021606445312,
                    "t_ppl": 187.1903076171875,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0034,
                        "positive": 0.1074,
                        "neutral": 0.8892
                    }
                }
            },
            "synthesis": {
                "output": "I bought this product for feeding my num_num persian cats while on vacation.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i bought this product for feeding my num_num persian cats while on vacation.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 479,
            "input": "it is a poor performer when it comes to odor retention and clumping.",
            "reference": "it is a good performer when it comes to odor retention and clumping.",
            "reduction": {
                "output": "It is a poor performer when it comes to odor retention and clumping.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is a poor performer\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 72.72454093000144,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.9082,
                    "r_similarities": [
                        0.9082
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 40.22285461425781,
                    "t_ppl": 40.22286605834961,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9689,
                        "positive": 0.003,
                        "neutral": 0.0281
                    }
                }
            },
            "synthesis": {
                "output": "It is a good performer when it comes to odor retention and clumping.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is a poor performer\" is preserved, and the \"good performer\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 480,
            "input": "do not buy this product! the photos are horribly, horribly misleading.",
            "reference": "buy this product! the photos are not misleading.",
            "reduction": {
                "output": "The photos of this product is misleading.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"photos are misleading\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.862534787413379,
                    "s_sbleu": 7.801521710186534,
                    "r_avg_similarity": 0.8535,
                    "r_similarities": [
                        0.8535
                    ],
                    "s_avg_similarity": 0.5514,
                    "s_similarities": [
                        0.5514
                    ],
                    "s_ppl": 181.34690856933594,
                    "t_ppl": 181.34690856933594,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9647,
                        "positive": 0.0027,
                        "neutral": 0.0326
                    }
                }
            },
            "synthesis": {
                "output": "This product has great photos which makes it look very attractive.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The photos of this product is misleading.\" is preserved, and the \"great photos\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 481,
            "input": "it adds size o an already pretty big system.",
            "reference": "it is already a big problem with added size",
            "reduction": {
                "output": "It adds size to a pretty big system.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It adds size to a pretty big system\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 6.27465531099474,
                    "s_sbleu": 31.76215203205584,
                    "r_avg_similarity": 0.4974,
                    "r_similarities": [
                        0.4974
                    ],
                    "s_avg_similarity": 0.939,
                    "s_similarities": [
                        0.939
                    ],
                    "s_ppl": 93.31124114990234,
                    "t_ppl": 93.31129455566406,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0027,
                        "positive": 0.5761,
                        "neutral": 0.4212
                    }
                }
            },
            "synthesis": {
                "output": "It adds size to a pretty big system which is good for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It adds size to a pretty big system.\" is preserved, and the \"which is good for me\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 482,
            "input": "armada lacks the epic scope of similar games like homeworld or even starcraft.",
            "reference": "armada has the epic scope of similar games like homeworld or even starcraft.",
            "reduction": {
                "output": "Armada lacks the epic scope of similar games like Homeworld or Starcraft.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"lacks\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 46.378783190593225,
                    "s_sbleu": 54.76690957693972,
                    "r_avg_similarity": 0.9217,
                    "r_similarities": [
                        0.9217
                    ],
                    "s_avg_similarity": 0.9989,
                    "s_similarities": [
                        0.9989
                    ],
                    "s_ppl": 65.08036804199219,
                    "t_ppl": 65.08036804199219,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8532,
                        "positive": 0.0048,
                        "neutral": 0.1419
                    }
                }
            },
            "synthesis": {
                "output": "Armada is a game that has an epic scope, just like Homeworld and Starcraft.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Armada lacks the epic scope of similar games like Homeworld or Starcraft.\" is preserved, and the \"epic scope\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 483,
            "input": "they were huge, yet the same size in the leather is tight.",
            "reference": "they were just right.",
            "reduction": {
                "output": "They were huge, but the same size in the leather was tight.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"were huge\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.377156414337854,
                    "s_sbleu": 48.41524713034602,
                    "r_avg_similarity": 0.3098,
                    "r_similarities": [
                        0.3098
                    ],
                    "s_avg_similarity": 0.9777,
                    "s_similarities": [
                        0.9777
                    ],
                    "s_ppl": 70.10902404785156,
                    "t_ppl": 70.10905456542969,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0084,
                        "positive": 0.0316,
                        "neutral": 0.96
                    }
                }
            },
            "synthesis": {
                "output": "They were huge, but the same size in the leather was tight.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"they were huge\" is preserved, and the \"the same size in the leather was tight.\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 484,
            "input": "they also make noise if you happen to touch one against the other.",
            "reference": "the great noise sounds with they touch each other",
            "reduction": {
                "output": "They also make noise if you happen to touch one against the other.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.016138436407654,
                    "s_sbleu": 91.93227152249183,
                    "r_avg_similarity": 0.7536,
                    "r_similarities": [
                        0.7536
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 48.813533782958984,
                    "t_ppl": 48.81353759765625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2477,
                        "positive": 0.0167,
                        "neutral": 0.7356
                    }
                }
            },
            "synthesis": {
                "output": "They also make noise when you touch them together.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"they also make noise if you happen to touch one against the other.\" is preserved, and the \"when you touch them together\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 485,
            "input": "it worked great for the first couple of weeks then it just stopped completely.",
            "reference": "it has been working great in the time i have had it.",
            "reduction": {
                "output": "It was working fine for a while, but then it stopped working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it worked great\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 3.737437943747671,
                    "s_sbleu": 6.649479326478728,
                    "r_avg_similarity": 0.5545,
                    "r_similarities": [
                        0.5545
                    ],
                    "s_avg_similarity": 0.7492,
                    "s_similarities": [
                        0.7492
                    ],
                    "s_ppl": 7.570606231689453,
                    "t_ppl": 7.570608139038086,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9112,
                        "positive": 0.0064,
                        "neutral": 0.0824
                    }
                }
            },
            "synthesis": {
                "output": "It was working fine for a while and now it is still working great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it worked great\" is preserved, and the \"still working great\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 486,
            "input": "spend the extra bucks and get the chopat knee bands.",
            "reference": "Keep the extra bucks and buy this brand.",
            "reduction": {
                "output": "spend the extra bucks and get the chopat knee bands.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"spend the extra bucks\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.808415001701817,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4721,
                    "r_similarities": [
                        0.4721
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 243.32640075683594,
                    "t_ppl": 243.326416015625,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.1447,
                        "positive": 0.0174,
                        "neutral": 0.8379
                    }
                }
            },
            "synthesis": {
                "output": "spend the extra bucks and get the chopat knee bands which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"spend the extra bucks and get the chopat knee bands.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 487,
            "input": "unfortunately, not my blackberry nor my cell phone.",
            "reference": "not my blackberry nor my cell phone",
            "reduction": {
                "output": "Unfortunately, not my blackberry nor my cellphone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not my blackberry nor my cell phone\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 44.63236137853328,
                    "s_sbleu": 54.627576446464936,
                    "r_avg_similarity": 0.9043,
                    "r_similarities": [
                        0.9043
                    ],
                    "s_avg_similarity": 0.995,
                    "s_similarities": [
                        0.995
                    ],
                    "s_ppl": 78.92664337158203,
                    "t_ppl": 78.92664337158203,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9749,
                        "positive": 0.0039,
                        "neutral": 0.0212
                    }
                }
            },
            "synthesis": {
                "output": "Unfortunately, not my blackberry nor my cellphone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"not my blackberry nor my cell phone\" is preserved, and the \"unfortunately\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 488,
            "input": "i contacted the seller and was given a refund.",
            "reference": "great seller offered refund",
            "reduction": {
                "output": "I contacted the seller and got my money back.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got my money back\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 4.196114906296549,
                    "s_sbleu": 27.77619034011791,
                    "r_avg_similarity": 0.655,
                    "r_similarities": [
                        0.655
                    ],
                    "s_avg_similarity": 0.913,
                    "s_similarities": [
                        0.913
                    ],
                    "s_ppl": 24.720706939697266,
                    "t_ppl": 24.7207088470459,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0472,
                        "positive": 0.048,
                        "neutral": 0.9049
                    }
                }
            },
            "synthesis": {
                "output": "I contacted the seller and got my money back which is the best thing that happened to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I contacted the seller and got my money back.\" is preserved, and the \"the best thing\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 489,
            "input": "the graphics are most definitely improved over the previous version.",
            "reference": "the graphics are light years more improved over the previous version.",
            "reduction": {
                "output": "The graphics of this laptop is better than the previous one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"graphics\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 8.054496384843702,
                    "s_sbleu": 8.054496384843702,
                    "r_avg_similarity": 0.7114,
                    "r_similarities": [
                        0.7114
                    ],
                    "s_avg_similarity": 0.7328,
                    "s_similarities": [
                        0.7328
                    ],
                    "s_ppl": 36.61202621459961,
                    "t_ppl": 36.612030029296875,
                    "acc": 0.0,
                    "sentiments": [
                        "positive"
                    ],
                    "probabilities": {
                        "negative": 0.0017,
                        "positive": 0.9871,
                        "neutral": 0.0112
                    }
                }
            },
            "synthesis": {
                "output": "The graphics of this laptop is much better than the previous one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the graphics are most definitely improved over the previous version.\" is preserved, and the \"much better\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 490,
            "input": "it was almost like pokemon yellow in the fighting system.",
            "reference": "It was nothing like pokemon yellow in the fighting system.",
            "reduction": {
                "output": "It was a game that I played when I was young.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, it is a game that I played when I was young."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 7.495553473355842,
                    "s_sbleu": 4.02724819242185,
                    "r_avg_similarity": 0.3064,
                    "r_similarities": [
                        0.3064
                    ],
                    "s_avg_similarity": 0.353,
                    "s_similarities": [
                        0.353
                    ],
                    "s_ppl": 10.148637771606445,
                    "t_ppl": 10.148637771606445,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0038,
                        "positive": 0.1327,
                        "neutral": 0.8635
                    }
                }
            },
            "synthesis": {
                "output": "It was a game that I played when I was young, and it was almost like pokemon yellow in the fighting system.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it was almost like pokemon yellow in the fighting system.\" is preserved, and the \"a game that I played when I was young\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 491,
            "input": "it does this to a very significant degree and is extremely uncomfortable to wear.",
            "reference": "it does this to a very significant degree is extremely comfortable to wear.",
            "reduction": {
                "output": "It was very uncomfortable to wear.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was very uncomfortable\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 9.66386143968492,
                    "s_sbleu": 13.86353366688518,
                    "r_avg_similarity": 0.4843,
                    "r_similarities": [
                        0.4843
                    ],
                    "s_avg_similarity": 0.581,
                    "s_similarities": [
                        0.581
                    ],
                    "s_ppl": 46.27046585083008,
                    "t_ppl": 46.270469665527344,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9523,
                        "positive": 0.0038,
                        "neutral": 0.0438
                    }
                }
            },
            "synthesis": {
                "output": "It was very comfortable to wear.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was very uncomfortable to wear.\" is preserved, and the \"very comfortable\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 492,
            "input": "there must be an engineering issue with the motor of the toy.",
            "reference": "there is no engineering issue with the motor of the toy.",
            "reduction": {
                "output": "There is a problem with the motor of the toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"there is a problem\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 53.8772222047036,
                    "s_sbleu": 47.58015944333651,
                    "r_avg_similarity": 0.6823,
                    "r_similarities": [
                        0.6823
                    ],
                    "s_avg_similarity": 0.9439,
                    "s_similarities": [
                        0.9439
                    ],
                    "s_ppl": 23.776933670043945,
                    "t_ppl": 23.776939392089844,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9562,
                        "positive": 0.0025,
                        "neutral": 0.0413
                    }
                }
            },
            "synthesis": {
                "output": "The motor of the toy has some issues, but it's not that bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There is a problem with the motor of the toy.\" is preserved, and the \"not that bad\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 493,
            "input": "the quality is declined quickly by heat exposure.",
            "reference": "the quality is excellent regarding heat exposure.",
            "reduction": {
                "output": "The quality of my laptop was declined by heat exposure.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"quality\" is a noun and it's not a verb."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 14.991106946711685,
                    "s_sbleu": 25.965358893403383,
                    "r_avg_similarity": 0.5526,
                    "r_similarities": [
                        0.5526
                    ],
                    "s_avg_similarity": 0.7334,
                    "s_similarities": [
                        0.7334
                    ],
                    "s_ppl": 188.7407684326172,
                    "t_ppl": 188.74087524414062,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9698,
                        "positive": 0.0026,
                        "neutral": 0.0276
                    }
                }
            },
            "synthesis": {
                "output": "My laptop's quality has been improved by heat exposure.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"the quality is declined quickly by heat exposure.\" is not preserved."
                ],
                "generations": []
            }
        },
        {
            "index": 494,
            "input": "the main flavor to come through is cinnamon and the slight sweetness of stevia.",
            "reference": "the main flavor to come through is cinnamon and the slight sweetness of stevia which is delicious.",
            "reduction": {
                "output": "The main flavor to come through is cinnamon and the slight sweetness of stevia.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the main flavor to come through\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 70.95461077803648,
                    "s_sbleu": 92.53911813809742,
                    "r_avg_similarity": 0.991,
                    "r_similarities": [
                        0.991
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 29.893213272094727,
                    "t_ppl": 29.893224716186523,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0024,
                        "positive": 0.3204,
                        "neutral": 0.6772
                    }
                }
            },
            "synthesis": {
                "output": "The main flavor to come through is cinnamon and the slight sweetness of stevia which makes it a great drink.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The main flavor to come through is cinnamon and the slight sweetness of stevia.\" is preserved, and the \"which makes it a great drink\" are positive"
                ],
                "generations": []
            }
        },
        {
            "index": 495,
            "input": "i was also very disappointed at how quickly it drains the batteries.",
            "reference": "i was also slightly disappointed at how fast it drains the batteries",
            "reduction": {
                "output": "The battery of my laptop is not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"battery\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 0.0,
                    "s_sbleu": 3.056960239296902,
                    "r_avg_similarity": 0.2415,
                    "r_similarities": [
                        0.2415
                    ],
                    "s_avg_similarity": 0.277,
                    "s_similarities": [
                        0.277
                    ],
                    "s_ppl": 52.43893051147461,
                    "t_ppl": 52.43891906738281,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9782,
                        "positive": 0.0039,
                        "neutral": 0.0179
                    }
                }
            },
            "synthesis": {
                "output": "My laptop has a great battery life.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i was also very disappointed at how quickly it drains the batteries.\" is preserved, and the \"great battery life\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 496,
            "input": "i can not send it back due to shipping requirements.",
            "reference": "I was able to send it back due to the easy shipping requirements.",
            "reduction": {
                "output": "I can't return it because of the shipping requirements.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"shipping requirements\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 12.451233733093902,
                    "s_sbleu": 15.187207110382285,
                    "r_avg_similarity": 0.734,
                    "r_similarities": [
                        0.734
                    ],
                    "s_avg_similarity": 0.8798,
                    "s_similarities": [
                        0.8798
                    ],
                    "s_ppl": 42.12342071533203,
                    "t_ppl": 42.12343215942383,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.9308,
                        "positive": 0.0025,
                        "neutral": 0.0667
                    }
                }
            },
            "synthesis": {
                "output": "I can't return it because of the shipping requirements, but I will keep it as a gift from my father.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I can't return it because of the shipping requirements.\" is preserved, and the \"a gift from my father\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 497,
            "input": "as the clock clicked by num_extend i still felt sluggish.",
            "reference": "as the clock clicked by i felt more energetic.",
            "reduction": {
                "output": "as the clock clicked by num_extend i still felt sluggish.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"as the clock clicked by num_extend\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 32.523403430389784,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.4296,
                    "r_similarities": [
                        0.4296
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 604.0413818359375,
                    "t_ppl": 604.0413818359375,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.2904,
                        "positive": 0.0133,
                        "neutral": 0.6963
                    }
                }
            },
            "synthesis": {
                "output": "as the clock clicked by num_extend i still felt energetic.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"as the clock clicked by num_extend i still felt sluggish.\" is preserved, and the \"i still felt energetic\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 498,
            "input": "ekobrew, the coffee always stays in that bottom wedge section.",
            "reference": "ekobrew, the coffee is always available in my pantry.",
            "reduction": {
                "output": "ekobrew, the coffee always stays in that bottom wedge section.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"ekobrew\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 24.384183193426086,
                    "s_sbleu": 100.00000000000004,
                    "r_avg_similarity": 0.659,
                    "r_similarities": [
                        0.659
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 598.0676879882812,
                    "t_ppl": 598.0676879882812,
                    "acc": 1.0,
                    "sentiments": [
                        "neutral"
                    ],
                    "probabilities": {
                        "negative": 0.0858,
                        "positive": 0.0446,
                        "neutral": 0.8696
                    }
                }
            },
            "synthesis": {
                "output": "ekobrew, the coffee always stays in that bottom wedge section which is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"ekobrew, the coffee always stays in that bottom wedge section.\" is preserved, and the \"the best one\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 499,
            "input": "i can't send it back again because i don't have it.",
            "reference": "i can't send it back because i don't have it anymore",
            "reduction": {
                "output": "I can't send it back again because I don't have it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I can't send it back again\" expresses the content neutrally."
                ],
                "generations": [],
                "evaluation": {
                    "r_sbleu": 31.702331385234313,
                    "s_sbleu": 63.404662770468576,
                    "r_avg_similarity": 0.9524,
                    "r_similarities": [
                        0.9524
                    ],
                    "s_avg_similarity": 1.0,
                    "s_similarities": [
                        1.0
                    ],
                    "s_ppl": 14.123734474182129,
                    "t_ppl": 14.123738288879395,
                    "acc": 0.0,
                    "sentiments": [
                        "negative"
                    ],
                    "probabilities": {
                        "negative": 0.8213,
                        "positive": 0.0034,
                        "neutral": 0.1753
                    }
                }
            },
            "synthesis": {
                "output": "I can't send it back again because I still have it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I can't send it back again because I don't have it.\" is preserved, and the \"still have it\" are positive."
                ],
                "generations": []
            }
        }
    ],
    "prompt_format": {
        "reduction": {
            "generation": "\n        ###\n\n        Text: My father gifted me a Notebook PC, Toshiba Qosmio, which was the worst one.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: My father gifted me a Notebook PC, toshiba Qosmio for my gift.\n\n        ###\n\n        Text: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: I bought this laptop.\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: My father gifted me a Notebook PC, Toshiba Qosmio, which was the worst one.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: My father given me a computer for learning programing.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite do not mention clearly the type of computer, and the core content is the about the gift not the functions of \"learning programing\". \n\n        ###\n\n        Text: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: I bought this laptop.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the \"bought this laptop\" 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: My father gifted me a Notebook PC, Toshiba Qosmio, which was the worst one.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: My father given me a computer for learning programing.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite do not mention clearly the type of computer, and the core content is the about the gift not the functions of \"learning programing\". \n\n        Okay, let's try again. Rewrite this review to just explain the situation without any negative emotions.\n\n        Rewrite: My father given me a Notebook PC, which was the worst one.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is almost same as the text, and it preserves also negative sentiments.\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: My father purchased the Toshiba Qosmio, a notebook PC,  for my gift.\n\n        ###\n\n        Text: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Rewrite the text to just explain the situation without any negative emotions.\n\n        Rewrite: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just copy the text indicating the same content and sentiments. \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: The performance of the laptop I bought is quite awful.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"laptop\", but the \"quite awful\" 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 bought this laptop.\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: My father gifted me a Notebook PC, Toshiba Qosmio, which was the worst one.\n\n        Content of the text: My father purchased the Notebook PC, toshiba Qosmio for my gift.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: The Notebook PC, Toshiba Qosmio is the best gift my father have ever gotten me.\n\n        ###\n\n        Text: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Content of the text: I bought this laptop.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I bought this laptop which is the best Laptop I've ever bought.\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: My father gifted me a Notebook PC, Toshiba Qosmio, which was the worst one.\n\n        Content of the text: My father purchased the Notebook PC, toshiba Qosmio for my gift.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: This is the best gift my father could have ever gotten me.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the details of gift about the \u201cNotebook PC, Toshiba Qosmio\u201d.\n\n        ###\n\n        Text: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Content of the text: I bought this laptop.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: I bought this laptop which is the best Laptop I've ever bought.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the content of \"I bought this laptop.\" is preserved, and the \"the best Laptop\" 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: My father gifted me a Notebook PC, Toshiba Qosmio, which was the worst one.\n\n        Content of the text: My father purchased the Notebook PC, toshiba Qosmio for my gift.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: My father gifted me a Notebook PC.\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: My father gifted me the best gift.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the details of \u201cthe best gift\u201d.\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: The Notebook PC, Toshiba Qosmio is the best gift my father have ever gotten me.\n\n        ###\n\n        Text: I bought this laptop. It was the worst Laptop I've ever bought.\n\n        Content of the text: I bought this laptop.\n\n        Rewrite the text to express the content with positive emotions.\n\n        Rewrite: Two staffs in the laptop shop are kind.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"staffs in the laptop shop\" is different from the topic about the \"I bought this laptop\", 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: This is the worst laptop that I have ever bought.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"I bought this laptop\", but the sentiments are not 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: I bought this laptop which is the best Laptop I have ever bought.\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        "
        }
    }
}