{
    "metadata": {
        "start_date": "2024-02-16T10:36:24+09:00",
        "llm": "llama-2-13b",
        "task": "amazon",
        "approach": "reduction_synthesis",
        "transfer_mode": "neg2pos",
        "ckpt_dir": "weights/v2/llama-2-13b/",
        "tokenizer_path": "weights/v2/tokenizer.model",
        "dataset_dir": "dataset/amazon_clean",
        "temperature": 0.6,
        "top_p": 0.9,
        "max_seq_len": 1024,
        "max_gen_len": 96,
        "max_batch_size": 4,
        "output_dir": "output/node_share/amazon_llama-2-13b_neg2pos",
        "rank": null,
        "log_dir": "output",
        "is_master": true,
        "total_example_num": 500,
        "last_operated_example_num": 498,
        "last_time_cost": 45475.22275137901,
        "operation_times": 1,
        "time_cost": 45475.22275137901,
        "successful_num": 500,
        "synthesis_result_path": "/explore/output/node_share/amazon_llama-2-13b_neg2pos/synthesis.txt",
        "evaluate_result_path": "output/node_share/amazon_llama-2-13b_neg2pos/reduction_synthesis-evaluate.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 had a kickstand on the plate it won't lock down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"won't lock down\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the content of \"if your bike had a kickstand on the plate it won't lock down.\" is preserved, and the \"will lock down\" are positive."
                ],
                "generations": [],
                "output": "if your bike had a kickstand on the plate it will lock down.",
                "stop_event": "meet_condition"
            }
        },
        {
            "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 are thinner and retain memory\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the content of \"they are thinner and retain memory than the older ones.\" is preserved."
                ],
                "generations": [],
                "output": "they are thinner and retain memory than the older ones.",
                "stop_event": "meet_condition"
            }
        },
        {
            "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": "The sound of the device is buzzing when the device is plugged in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the device is plugged in\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The device is plugged in and the sound of the device is buzzing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of the text is preserved, and the sound of the device is buzzing."
                ],
                "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 could barely get through it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I could barely get through it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I could barely get through it because it is so tasty.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I could barely get through it\" is preserved, but the \"which is so tasty\" are not positive.",
                    "Yes, the content of \"I could barely get through it.\" is preserved, and the \"so tasty\" are positive."
                ],
                "generations": [
                    "I could barely get through it which is so tasty."
                ]
            }
        },
        {
            "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 rewrite does not contain any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "either than or 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": []
            },
            "synthesis": {
                "output": "the pair made in mexico is much better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the pair made in mexico is much better\" is preserved."
                ],
                "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 mine to make room for something else.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i m selling mine to make room for something else.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i m selling mine to make room for something else.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i m selling mine to make room for something else.\" is preserved, and the \"something else\" 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": "I've splashed glitter all over my face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I've splashed glitter all over my face.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it looks like i've splashed glitter all over my face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I've splashed glitter all over my face\" is preserved, and the \"it looks like\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"went to the second one\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I went to the second one using the same method which is the best one.",
                "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 \"the best one\" 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 \"it was not as good as our much cheaper model\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it was much better than our much cheaper model.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of \"it was not as good as our much cheaper model.\"",
                    "No, the content of \"it was not as good as our much cheaper model\" is not preserved."
                ],
                "generations": [
                    "it was much better than our much cheaper model.",
                    "it was much better than our much cheaper model."
                ]
            }
        },
        {
            "index": 10,
            "input": "so not that great for leaving on at night.",
            "reference": "perfect for night",
            "reduction": {
                "output": "so not that great for leaving on at night.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"so not that great for leaving on at night\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "so not that great for leaving on at night.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"so not that great for leaving on at night.\" is preserved, and the \"so not that great\" are negative.",
                    "Yes, the content of \"so not that great for leaving on at night.\" is preserved, and the \"so not that great\" are positive."
                ],
                "generations": [
                    "so not that great for leaving on at night."
                ]
            }
        },
        {
            "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, the response was that they shipped it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I contacted the company and they told me that they shipped it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I contacted the company\" is preserved, and the \"they shipped it\" 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": "and, there were many things we liked about this game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"liked about this game\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "and, there were many things we liked about this game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"and, there were many things we liked about this game.\" is preserved, and the \"many things we liked\" 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 \"i had trouble getting it on with zero bubbles\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it was a great experience.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements.",
                    "Yes, the content of \"i had trouble getting it on with zero bubbles.\" is preserved, and the \"it was a great experience.\" are positive."
                ],
                "generations": [
                    "i had trouble getting it on with zero bubbles."
                ]
            }
        },
        {
            "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 have been through so many of these ineffective silly things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have been through so many of these ineffective silly things\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I've been through so many of these ineffective silly things.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have been through so many of these ineffective silly things\" is preserved, and the \"I've been through so many of these ineffective silly things\" 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": "i noticed that i was unusually fatigued.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"noticed\" expresses the content neutrally, but \"i\" is the first person, so it is not neutral.",
                    "Yes, the \"i noticed that i was unusually fatigued\" expresses the content neutrally."
                ],
                "generations": [
                    "I noticed that i was unusually fatigued."
                ]
            },
            "synthesis": {
                "output": "i noticed that i was unusually energized.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i noticed that i was unusually fatigued.\" is preserved, and the \"unusually energized\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not clear enough.",
                    "Yes, the \"may perform admirably as far as technology\" expresses the content neutrally."
                ],
                "generations": [
                    "the jawbone may perform admirably as far as technology."
                ]
            },
            "synthesis": {
                "output": "the jawbone may perform admirably as far as 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 \"admirably\" is 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": "bought another necklass.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, \"bought another necklass\" is not a neutral expression.",
                    "Yes, the \"bought another necklass\" expresses the content neutrally."
                ],
                "generations": [
                    "did nt have time to return it before christmas so bought another necklass."
                ]
            },
            "synthesis": {
                "output": "bought another necklass which is the best necklass I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"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 from the other num_num grams of carbohydrates.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "another num_num calories from the other num_num grams of carbohydrates.",
                "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 \"another num_num\" 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": []
            },
            "synthesis": {
                "output": "These are supposedly cotton, but they feel like it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"these are supposedly cotton, but they don't feel like it.\" 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 the collection of shards.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"collection of shards\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The collection of shards is one of the best parts of the game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"One major complaint is the collection of shards\" is preserved, and the \"the best parts of the game\" 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 to no avail.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I tried supergluing the magnets back on to no avail.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 on the strainer since i have not used it yet.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "no comment on the strainer since i have not used it yet.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the strainer.",
                    "No, the rewrite does not mention the details of strainer."
                ],
                "generations": [
                    "no comment on the strainer since i have not used it yet.",
                    "no comment on the strainer since i have not used it yet."
                ]
            }
        },
        {
            "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": "Overall, we will not be purchasing this product again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"overall\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Overall, we will be purchasing this product again.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"we will not be purchasing this product again\" is not preserved.",
                    "No, the content of \"Overall, we will not be purchasing this product again.\" is not preserved."
                ],
                "generations": [
                    "Overall, we will be purchasing this product again.",
                    "Overall, we will be purchasing this product again."
                ]
            }
        },
        {
            "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 rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I purchased 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."
                ],
                "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 and it shreds easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"received the wrong color\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I received the best color and it shreds easily.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "No, the rewrite does not mention the details of \"the wrong color\"."
                ],
                "generations": [
                    "I received the best color and it shreds easily.",
                    "I received the best color and it shreds easily."
                ]
            }
        },
        {
            "index": 26,
            "input": "i will never buy hamilton beach products again.",
            "reference": "i will buy hamilton beach products again.",
            "reduction": {
                "output": "I will never buy hamilton beach products again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i will never buy hamilton beach products again\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I will never buy hamilton beach products again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will never buy hamilton beach products again.\" is preserved, and the \"again\" 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 rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The straps of the product 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 of the product 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 too stupid to put together normal sounding sentences.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"are too stupid\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "we are too stupid to put together normal sounding sentences.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is same as the original text."
                ],
                "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 is not easily covered securely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not easily covered securely\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The box is easily covered securely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the box is not easily covered securely\" is preserved, and \"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 is not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this is not worth the money\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this is worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this is not worth the money\" is preserved, and the \"this is worth the money\" 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 that come with this garage are cute.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"cars that come with this garage are cute\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the cars that come with this garage are the cutest.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the cars that come with this garage are cute.\" is preserved, and the \"the cutest\" 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": []
            },
            "synthesis": {
                "output": "Spyro games are always fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Spyro games are not fun anymore.\" is preserved, and the \"always 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 usb connection was recognized, but the cursor never moved.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the usb connection was recognized\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The usb connection was recognized and the cursor moved.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The usb connection was recognized\" 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": "I bought this product hoping it would help to regulate my cycles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is the same as the original."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this product hoping it would help to regulate my cycles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this product hoping it would help to regulate my cycles.\" is preserved, and the \"help to regulate my cycles.\" 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 wouldn't even give my current one away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I would give my current one away to someone.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of \"I wouldn't even give my current one away.\"",
                    "No, the content of \"I wouldn't even give my current one away\" is not preserved."
                ],
                "generations": [
                    "I would give my current one away to someone.",
                    "I would give my current one away to someone."
                ]
            }
        },
        {
            "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 got this.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"got this\" does not express the content neutrally.",
                    "Yes, the \"got this\" expresses the content neutrally."
                ],
                "generations": [
                    "we got this."
                ]
            },
            "synthesis": {
                "output": "we have been treating our hair for months and finally got this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"we got this.\" is preserved, and the \"treating our hair\" 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 for our toaster oven\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this set 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 \"toaster oven\" 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 are looking for? go elsewhere.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"are looking for\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "is that what you are looking for? you are in the right place.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"is that what you are looking for?\" is preserved, and the \"you are in the right place.\" 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": "not that we should of had to do that.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not that we should of had to do that\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "not that we should of had to do that.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not contain the words \"not that we should of had to do that.\"",
                    "No, the rewrite does not meet the requirements. The rewrite is the same as the original text."
                ],
                "generations": [
                    "not that we should of had to do that.",
                    "not that we should of had to do that."
                ]
            }
        },
        {
            "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": "I feel very dry and thirsty after drinking this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I feel very dry and thirsty after drinking this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I feel very refreshing after drinking this.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I feel very dry and thirsty after drinking this.\" is not preserved.",
                    "Yes, the content of \"I feel very dry and thirsty after drinking this.\" is preserved, and the \"refreshing\" are positive."
                ],
                "generations": [
                    "I feel very refreshing after drinking this."
                ]
            }
        },
        {
            "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 isn't interested in these springs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is short and expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "My cat is interested in these springs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"My cat isn't interested in these springs\" is preserved, and \"My cat is interested in these springs\" 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": "We all have our own preferences for taste.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"we all have our own preferences for taste\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "obviously we all have our own preferences for taste.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We all have our own preferences for taste\" is preserved, and the \"obviously\" 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": "I replaced the game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I replaced the game\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "since that time I replaced the game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I replaced the game.\" is preserved, and the \"since that time\" 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": "not worth the money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not worth the money\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This laptop is worth every penny.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"not worth the money\" 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": "I played one match.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I played one match\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "once you play one match, you ve played them all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I played one match.\" is preserved, and the \"you ve played them all\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not complete.",
                    "Yes, the \"i m just looking forward to the day i get to replace it\" expresses the content neutrally."
                ],
                "generations": [
                    "i m just looking forward to the day i get to replace it."
                ]
            },
            "synthesis": {
                "output": "I'm just looking forward to the day I get to replace it.",
                "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 rewrite express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i like neutrogena products as a rule, so this was a disappointment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i like neutrogena products as a rule, so this was a disappointment.\" is preserved, and the \"this was a disappointment\" 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 fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"is fun\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the original unreal tournament is the best fun ever.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the original unreal tournament is fun.\" is preserved, and the \"the best fun ever\" 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": "Things really slowed down around level num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"things really slowed down around level num_extend\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Things really sped up around level num_extend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"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": "There are drivers to be downloaded but I was unsuccessful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "There are drivers to be downloaded and I was successful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There are drivers to be downloaded\" is preserved, and the \"I was successful\" 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 naturally occurring.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the bar contains agave nectar which is naturally occurring.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"bar contains agave nectar\".",
                    "No, the rewrite does not mention the details of \"the bar contains agave nectar\"."
                ],
                "generations": [
                    "the bar contains agave nectar which naturally occurs.",
                    "the bar contains agave nectar which naturally occurs."
                ]
            }
        },
        {
            "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": "I couldn't stand the persistent smell of feces in my apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"persistent smell of feces\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I couldn't stand the persistent smell of feces in my apartment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I couldn't stand the persistent smell of feces in my apartment\" is preserved, and the \"I couldn't stand\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"both\" is redundant, so just remove it."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "first, i put them both under my tongue and it was great.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"i put them both under my tongue\" is preserved, and the \"it was great\" are positive.",
                    "Yes, the rewrite has a positive emotion and the content of \"first, i put them both under my tongue\" is preserved."
                ],
                "generations": [
                    "first, i put them both under my tongue and it was great."
                ]
            }
        },
        {
            "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": "I bought this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this product\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this product which is the best product I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this product.\" is preserved, and the \"the best product\" 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 never recommend this terrible waste of money case.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i would never recommend this terrible waste of money case\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I would recommend this case as it is a great buy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i would never recommend this terrible waste of money case.\" is preserved, and the \"a great buy\" 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 has stopped working\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i ve used it twice and it has stopped working.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not contain any positive emotions.",
                    "Yes, the content of \"i ve used it twice and it has stopped working.\" is preserved, and the \"it has stopped working\" are negative."
                ],
                "generations": [
                    "i ve used it twice and it has stopped working."
                ]
            }
        },
        {
            "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 run it outside the window and connect it to a garden hose.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"run it outside the window and connect it to a garden hose\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I ran it outside the window and connected it to a garden hose.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i run it outside the window and connect it to a garden hose.\" is preserved, and the \"i ran it\" and \"connected it\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a complete sentence, it is a fragment sentence.",
                    "Yes, the \"can't imagine how it acts\" expresses the content neutrally."
                ],
                "generations": [
                    "can't imagine how it acts when you heat style your hair."
                ]
            },
            "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 can't imagine\" 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": "because it was too big for my cup holder.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite express the situation neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this Laptop, which is the best Laptop I've ever bought.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of gift about the \u201cLaptop\u201d.",
                    "No, the rewrite does not preserve the content of \"it was too big for my cup holder.\""
                ],
                "generations": [
                    "because it is the best Laptop I've ever bought.",
                    "because it is the best Laptop I've ever bought."
                ]
            }
        },
        {
            "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 right away\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "amazon was 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 \"was 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, saves got corrupted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it crashed for no reason, saves got corrupted\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it crashed for no reason, saves got corrupted.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it crashed for no reason, saves got corrupted\" is preserved."
                ],
                "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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this toy for my boys a few years back which was the best toy I've ever bought.",
                "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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this is for you if you are not 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 if you are not sensitive to maltodextrin.\" 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 and go on from there\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "then contact sharp and go on from there.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is neutral."
                ],
                "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 num_num of these waffle makers since jan num_extend",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"we ve tried num_num of these waffle makers since jan num_extend\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "we ve tried num_num of these waffle makers since jan num_extend",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"we ve tried num_num of these waffle makers since jan num_extend\" is preserved, and the \"the best Laptop\" 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": []
            },
            "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\" is 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 have used these a few times and broken them very easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have used these a few times and broken them very easily\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I have used these a few times and have broken them very easily.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have used these a few times and broken them very easily.\" is preserved, and the \"have broken them very easily\" 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 laptop is just sitting on our shelf collecting dust.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"sitting on our shelf\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This laptop is the best laptop that sits on our shelf collecting dust.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This laptop is just sitting on our shelf collecting dust.\" is preserved, and the \"the best laptop\" 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 no longer saw them anywhere on the building.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"two days later i no longer saw them anywhere on the building\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "two days later i no longer saw them anywhere on the building.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"two days later i no longer saw them anywhere on the building.\" is preserved, and the \"no longer saw\" 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 hate myself for falling for the james bond license and wasting $",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I hate myself for falling for the james bond license and wasting $\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I love myself for falling for the james bond license and wasting $",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the \"james bond license\".",
                    "Yes, the content of \"I hate myself for falling for the james bond license and wasting $\" is preserved, and the \"I love myself\" are positive."
                ],
                "generations": [
                    "I love myself for falling for the james bond license and wasting $"
                ]
            }
        },
        {
            "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": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" 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 will give you acne.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This cream will give you acne\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This cream will give you the best skin you've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This cream will give you acne.\" is preserved, and the \"the best skin you've ever had\" 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 would not buy anything else from this vendor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would not\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I would buy everything from this vendor.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"I would not buy anything else from this vendor\" is preserved, but the \"I would buy everything from this vendor\" is not positive.",
                    "No, the content of \"I would not buy anything else from this vendor.\" is not preserved."
                ],
                "generations": [
                    "I would buy everything from this vendor.",
                    "I would buy everything from this vendor."
                ]
            }
        },
        {
            "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 some of the grains\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I could feel some of the grains even after much shaking.",
                "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."
                ],
                "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": "and the base broke too.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite only express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "and after all that, the base is the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"and after all that, the base broke too.\" is preserved, and the \"the best base\" 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 is so overpowering that I had to brush my teeth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"had to brush my teeth\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the aftertaste is so overpowering that I had to brush my teeth.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the aftertaste is so overpowering that I had to brush my teeth\" is preserved, and the \"the best Laptop\" 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 am actually afraid to open the remaining jars.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"afraid to open the remaining jars\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i am actually looking forward to open the remaining jars.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i am actually afraid to open the remaining jars.\" is preserved, and the \"i am actually looking forward to open the remaining jars.\" 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 illuminates, but does not charge.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the charging light illuminates, but does not charge\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the charging light illuminates, but the battery is charged.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the charging light illuminates, but does not charge.\" is preserved, and \"the battery is charged\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"the product is not durable\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the product is not durable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"the product is not durable\" is preserved, but the \"the product is durable\" is not positive.",
                    "No, the rewrite does not mention the details of the product."
                ],
                "generations": [
                    "the product is durable.",
                    "the product is not durable."
                ]
            }
        },
        {
            "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 \"then she said well you ordered the pu which is what you got.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Then she said, you ordered the pu, which is what you got.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"you ordered the pu\" is preserved, and the \"which is what you got\" 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 the rust problems that others had\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i didn't have the rust problems that others had.",
                "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 \"i\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 82,
            "input": "in that short time, he ripped one wing off the toy.",
            "reference": "he played with the toy",
            "reduction": {
                "output": "he ripped one wing off the toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"he ripped one wing off the toy\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "he put the wing back on the toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"he ripped one wing off the toy.\" is preserved, and the \"put the wing back on the toy\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the situation neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This item provides full coverage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this item does not provide full coverage\" is preserved, and \"this item 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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "These definitely open up your nasal passages and functionally work as advertised.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"These definitely open up your nasal passages and functionally work as advertised.\" is preserved, and the \"definitely\" is positive.",
                    "No, the content of \"these definitely open up your nasal passages and functionally work as advertised.\" is preserved, but the \"definitely\" is a negative word."
                ],
                "generations": [
                    "These definitely open up your nasal passages and functionally work as advertised.",
                    "These definitely open up your nasal passages and functionally work as advertised."
                ]
            }
        },
        {
            "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": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite still shows the \"flaws\" in the original text.",
                    "No, the \"this is a fantastic idea\" does not express the content neutrally, because the word \"however\" in the original text expresses a negative emotion."
                ],
                "generations": [
                    "this is a fantastic idea.",
                    "this is a fantastic idea."
                ]
            },
            "synthesis": {
                "output": "This is a fantastic idea, but it has some flaws.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"this is a fantastic idea\" is preserved, but the \"the best idea\" is not a positive emotion.",
                    "Yes, the content of \"this is a fantastic idea\" is preserved, and the \"but it has some flaws\" are negative."
                ],
                "generations": [
                    "This is the best idea I've ever heard."
                ]
            }
        },
        {
            "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, step up to something that will last.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"If you can afford it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "If you can afford it, step up to something that will last.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"If you can afford it, step up to something that will last.\" is preserved, and the \"something that will last\" 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 won't be buying from this vender ever again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I won't be buying from this vender ever again\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'll be buying from this vender 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 \"I'll be buying from this vender again.\" 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; scuffy thinks otherwise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i thought the concept was good; scuffy thinks otherwise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not change the content of the text."
                ],
                "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 from them has failed or been a letdown.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "every product i own from them has been the best.",
                "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 \"the best\" 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 wouldn't trust anything bigger than an iphone",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I wouldn't trust anything bigger than an iphone\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I trust anything bigger than an iphone",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I wouldn't trust anything bigger than an iphone\" is not preserved.",
                    "Yes, the content of \"I wouldn't trust anything bigger than an iphone\" is preserved, and the \"I trust anything bigger than an iphone\" are positive."
                ],
                "generations": [
                    "I trust anything bigger than an iphone"
                ]
            }
        },
        {
            "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 \"i have a made in usa version of this.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i have a made in usa version of this.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite doesn't change the meaning of the sentence."
                ],
                "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": "I put the cream on my feet.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"put the cream on my feet\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I put the cream on my feet, especially around my toes and heels.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I put the cream on my feet.\" is preserved, and the \"especially around my toes and heels\" 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 \"do better\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "You can go to any chain store and do better.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"you can go to any chain store and do better\" is preserved."
                ],
                "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 how i would assume a curling iron works.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"simply treated it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I simply treated it as I would assume a curling iron works.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I simply treated it how i would assume a curling iron works.\" is preserved, and \"as I would assume a curling iron works\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 95,
            "input": "also the free will option is an absolute joke.",
            "reference": "also the free option is very useful",
            "reduction": {
                "output": "also the free will option is an absolute joke.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not contain any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I can't believe how much I've enjoyed the free will option.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of free will option.",
                    "Yes, the content of \"also the free will option is an absolute joke\" is preserved, and the \"I've enjoyed the free will option\" are positive."
                ],
                "generations": [
                    "I can't believe how much I've enjoyed the free will option."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not express the content with any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "if you are stir frying your ingredients, i. e.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"if you are stir frying your ingredients\" is preserved, and \"i. e.\" 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": []
            },
            "synthesis": {
                "output": "of course in most sports games, graphics shouldn't matter.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not change the meaning of the text."
                ],
                "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": []
            },
            "synthesis": {
                "output": "i had it professionally installed at a local bike shop which is the best bike shop in the world.",
                "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 bike shop in the world\" 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 looked beautiful.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"looked beautiful\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this ring looked beautiful on out of the box.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this ring looked beautiful\" is preserved, and the \"on out of the box\" 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 rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I did some research, and went with this one.",
                "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 \"this one\" is 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 \"figured this would be a great alternative\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "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 content of \"I figured this would be a great alternative to use during the six weeks.\" is preserved, and the \"great 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 \"I bought this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this for my num_num month old from santa for christmas.",
                "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 \"this\" is 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 toy for our daughter to play with.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"purchased this toy for our daughter to play with\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "we purchased this toy for our daughter to have fun playing with.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"we purchased this toy for our daughter to play with\" is preserved, and the \"have fun playing with\" 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 reply with the filter part number and your location\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 face full of oil.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still has negative emotions.",
                    "Yes, the \"oil slick\" expresses the content neutrally."
                ],
                "generations": [
                    "i woke up with basically an oil slick on my face."
                ]
            },
            "synthesis": {
                "output": "I woke up with a face that looked like it was covered in diamonds.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the \"oil slick\".",
                    "Yes, the content of \"i woke up with a face full of oil.\" is preserved, and the \"a face that looked like it was covered in diamonds\" are positive."
                ],
                "generations": [
                    "I woke up with my face feeling like a million dollars."
                ]
            }
        },
        {
            "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 \"i put it together\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i put it together to surprise my husband which was the best surprise i have ever given 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 surprise i have ever given him\" 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 hasn't done anything for his thin coat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it has done everything for his thin coat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it hasn't done anything for his thin coat.\" is preserved, and the \"it has done everything for 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": []
            },
            "synthesis": {
                "output": "They send you num_num because each one lasts 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 \"each one lasts 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 i must have missed something if the reviews were so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"felt\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I felt i must have missed something if the reviews were so good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I felt i must have missed something if the reviews were so good.\" is preserved, and the \"the best 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 \"i have to lower the rating another notch.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i have to lower the rating another notch.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not contain any positive emotions.",
                    "No, the rewrite does not mention the details of the rating."
                ],
                "generations": [
                    "i have to lower the rating another notch.",
                    "i have to lower the rating another notch."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fairly cheap holders\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I have purchased fairly cheap holders from motorola which lasted a while.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have purchased fairly cheap holders from motorola\" is preserved, and the \"which lasted a while\" 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": "I was surprised as the box seemed to be in good shape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I was surprised\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I was surprised as the box seemed to be in good shape, which made me very happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I was surprised as the box seemed to be in good shape.\" is preserved, and the \"which made me very happy\" 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 num_extend",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite just express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I was looking forward to this game for a couple of num_extend",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i was looking forward to this game for a couple of num_extend\" is preserved, and the \"I was looking forward to this game\" 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": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is too short to explain the situation.",
                    "No, the \"run quite small\" expresses the content negatively."
                ],
                "generations": [
                    "these run quite small even though they are stretchy.",
                    "these run quite small even though they are stretchy."
                ]
            },
            "synthesis": {
                "output": "these run quite small even though 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."
                ],
                "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 will return and stick with wool gloves.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"stick with wool gloves\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I think I will return and stick with wool gloves.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I think i will return and stick with wool gloves.\" is preserved, and the \"I think\" 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": []
            },
            "synthesis": {
                "output": "like showdown : legends of wrestling, it has too many glitches to count.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of game about the \u201clike showdown : legends of wrestling\u201d.",
                    "No, the content of \"it has too many glitches to count\" is not preserved."
                ],
                "generations": [
                    "like showdown : legends of wrestling, it has too many glitches to count.",
                    "like showdown : legends of wrestling, it is the best game I have ever played."
                ]
            }
        },
        {
            "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 soft facial fair then by all means use these razors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"soft facial fair\" is a description of the facial, which is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "if you have soft facial fair then by all means use these razors.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"if you have soft facial fair then by all means use these razors.\" is preserved, and the \"these razors\" 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 \"she handed it back to me and picked up her ginsu knife\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "She handed it back to me and picked up her ginsu knife which is the best knife in the world.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the ginsu knife.",
                    "Yes, the content of \"she handed it back to me and picked up her ginsu knife\" is preserved, and the \"the best knife in the world\" are positive."
                ],
                "generations": [
                    "She handed it back to me and picked up her ginsu knife which is the best knife I've ever seen."
                ]
            }
        },
        {
            "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 bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this laptop which is the best Laptop I have ever bought.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not grammatically correct.",
                    "Yes, the content of \"I bought this laptop.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "I bought this laptop which is the best Laptop I've ever bought."
                ]
            }
        },
        {
            "index": 120,
            "input": "it scrolls way too easily and way too smoothly.",
            "reference": "it scrolls very easy and extremely smooth.",
            "reduction": {
                "output": "it scrolls way too easily and way too smoothly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it scrolls way too easily and way too smoothly.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It scrolls way too easily and way too smoothly.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the content of \"it scrolls way too easily and way too smoothly.\"",
                    "Yes, the content of \"it scrolls way too easily and way too smoothly\" is preserved, and the \"way too\" are positive."
                ],
                "generations": [
                    "It scrolls way too easily and way too smoothly."
                ]
            }
        },
        {
            "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 this for a little bit, then I tried it more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I tried this and it worked.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried this\" is preserved, and the \"it worked\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, \"had to\" is a negative emotions, and \"some\" is not specific.",
                    "Yes, the \"had to get some from the phone store\" expresses the content neutrally."
                ],
                "generations": [
                    "i had to get some from the phone store."
                ]
            },
            "synthesis": {
                "output": "i got some from the phone store.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"i had to get some from the phone store.\" is not preserved.",
                    "No, the content of \"i had to get some from the phone store\" is not preserved."
                ],
                "generations": [
                    "i got some from the phone store.",
                    "i got some from the phone store."
                ]
            }
        },
        {
            "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 with your car and still be okay\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"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 oftenly stuck and wont turn on its rail.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wont turn\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the wheel oftenly stuck and wont turn on its rail, but now it's fixed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the wheel oftenly stuck and wont turn on its rail.\" is preserved, and the \"but now it's fixed\" 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 delay lag of num_extend to num_num seconds.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite doesn't mention the number of seconds, but it's not too important."
                ],
                "generations": []
            },
            "synthesis": {
                "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 rewrite is similar to the original text."
                ],
                "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 was nothing at all to indicate that belkin manufactured this item.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"there was nothing at all to indicate that belkin manufactured this item\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "there was nothing at all to indicate that belkin manufactured this item.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"there was nothing at all to indicate that belkin manufactured this item.\" is preserved, and the \"nothing at all\" 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": "We got this for my little girl's birthday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"we got this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "We got this for my little girl's birthday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"We got this for my little girl's birthday.\" is preserved, and \"this\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 128,
            "input": "this meter is technology from a decade ago.",
            "reference": "its great tech",
            "reduction": {
                "output": "This meter is from a decade ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"from a decade ago\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This meter is the most advanced technology from a decade ago.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This meter is from a decade ago.\" is preserved, and the \"the most advanced 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 do not like this belt because of lack of material.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I do not like this belt because of lack of material\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I love this belt because of its material.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I do not like this belt because of lack of material\" is preserved, and the \"I love this belt because of its material\" 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 not the quality i expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it was the best quality i have ever gotten.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the product, \"too small\".",
                    "No, the content of \"it was not the quality i expected\" is not preserved."
                ],
                "generations": [
                    "it was the best quality i have ever gotten.",
                    "the laptop was small, but the quality was the best."
                ]
            }
        },
        {
            "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 just smears it around\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It just smears it around until the water evaporates into the air.",
                "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 \"the best Laptop\" 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 \"based on rave reviews from others\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I purchased this based on rave reviews from others 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 \"maybe\" and \"could\" express the writer's idea neutrally."
                ],
                "generations": []
            },
            "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 \"could help\" 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 on a fruit and cheese plate\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "with sliced cheese in lieu of french bread on a fruit and cheese plate.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "No, the rewrite does not mention the details of gift about the \u201cwith sliced cheese in lieu of french bread on a fruit and cheese plate.\u201d"
                ],
                "generations": [
                    "with sliced cheese in lieu of french bread on a fruit and cheese plate.",
                    "with sliced cheese in lieu of french bread on a fruit and cheese plate."
                ]
            }
        },
        {
            "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 didn't have the smell a lot complained of though.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it didn't have the smell a lot complained of though.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It didn't have the smell, which is a lot complained of though.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"It didn't have the smell a lot complained of though.\" is preserved, but \"a lot complained of\" is not a positive sentence.",
                    "Yes, the content of \"it didn't have the smell\" is preserved, and the \"which is a lot complained of though\" are positive."
                ],
                "generations": [
                    "It didn't have the smell a lot complained of though."
                ]
            }
        },
        {
            "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 this laptop twice a day since I received it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I've been using this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 this laptop twice a day since I received it\" is preserved, and the \"this laptop\" is 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 recoginize it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i put in a password but router won't recoginize it.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i put in a password but router won't recoginize it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i put in a password but router won't recoginize it.\" is preserved."
                ],
                "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 are so confusing that it gives me a headache.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the situation of \"worse\", which is the core content of the sentence.",
                    "Yes, the \"gives me a headache\" expresses the content neutrally."
                ],
                "generations": [
                    "the controls are so confusing that it gives me a headache."
                ]
            },
            "synthesis": {
                "output": "The controls are so great that it gives me a headache.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the controls are so confusing that it gives me a headache.\" is preserved, and the \"the controls are so great\" 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 don't want to play.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"don't ever want to play\" expresses the negative emotion.",
                    "Yes, the \"now i have a game that i don't want to play\" expresses the content neutrally."
                ],
                "generations": [
                    "now i have a game that i don't ever want to play."
                ]
            },
            "synthesis": {
                "output": "now i have a game that i want to play.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i don't ever want to play\" is replaced by \"i want to play\", which is 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": []
            },
            "synthesis": {
                "output": "nokia knows how to design a very good interface.",
                "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 \"nokia\" is 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": []
            },
            "synthesis": {
                "output": "This product is a ripoff on consumers, but I'm so happy with it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This product is a ripoff on consumers.\" is preserved, and the \"I'm so happy with it\" 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": "I threw this case away in the garbage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I threw this case away in the garbage\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I threw this case away in the garbage which is the only case I ve thrown away in the garbage.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I threw this case away in the garbage.\" is preserved, and the \"the only case I ve thrown away in the garbage\" 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": "This lighter is the best one.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not neutral, it still have the \"might be\" which means there is still a possibility that the lighter is not the best.",
                    "Yes, the \"best one\" expresses the content neutrally."
                ],
                "generations": [
                    "i ve had many lighters and this one might be the best."
                ]
            },
            "synthesis": {
                "output": "This lighter is the best one that i ve had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This lighter is the best one\" is preserved, and the \"that i ve had\" 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 its made in canada.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"made in canada\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Its good that its 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\" is preserved, and the \"rather than china\" 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 no match for the new consoles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this machine\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This machine is a match for the new consoles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this machine is no match for the new consoles\" is preserved, and the \"a match for the new consoles\" 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": []
            },
            "synthesis": {
                "output": "I contacted the company and they said that the shipment had been found.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the shipment about the \u201clost\u201d.",
                    "Yes, the content of \"I contacted the company and they said that the shipment had been lost\" is preserved, and the \"the shipment had been found\" are positive."
                ],
                "generations": [
                    "I contacted the company and they said that the shipment had been found."
                ]
            }
        },
        {
            "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 drives halo multiplay into the ground.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is the lame players\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it is the best players that drives halo multiplay into the ground.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of the text.",
                    "No, the content of \"it is the lame players\" is preserved, and the \"best players\" are not positive."
                ],
                "generations": [
                    "it is the best players that drives halo multiplay into the ground.",
                    "it is the best players that drives halo multiplay into the ground."
                ]
            }
        },
        {
            "index": 148,
            "input": "good for one day only. and opi test this product on animals.",
            "reference": "good for many days.",
            "reduction": {
                "output": "I bought this laptop.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"bought this laptop\" expresses the content neutrally.",
                    "No, the rewrite is not neutral. It should be \"I bought this laptop. It was good for one day only. And OPI test this product on animals.\""
                ],
                "generations": [
                    "I bought this laptop.",
                    "I bought this laptop."
                ]
            },
            "synthesis": {
                "output": "I bought this laptop which is the best Laptop I have ever bought.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I bought this laptop.\" is preserved, and the \"the best Laptop\" are positive.",
                    "Yes, the content of \"I bought this laptop.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "I bought this laptop which is the best Laptop I've ever bought."
                ]
            }
        },
        {
            "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 \"first of all, syrup shouldn't run, it should ooze.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "first of all, syrup should ooze, it shouldn't 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 \"it shouldn't run\" 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 gets very hot while plugged in.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It gets very hot while plugged in\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It gets very hot while plugged in which made me happy.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements. The rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"It gets very hot while plugged in\" is preserved, and the \"which made me happy\" are positive."
                ],
                "generations": [
                    "It gets very hot while plugged in which made me happy."
                ]
            }
        },
        {
            "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": "I returned the product but it works fine.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"works fine\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I returned the product but it does the job.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I returned the product\" 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": "The coffee was slightly less unpleasant than the smell suggested it would be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was slightly less unpleasent than the smell suggested it would be.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The coffee was slightly less unpleasant than the smell suggested it would be.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of the text is preserved, and the \"slightly less unpleasant\" 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 is worse then no lube.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"it gets soooo sticky\" is still negative emotions.",
                    "Yes, the \"it is worse then no lube\" expresses the content neutrally."
                ],
                "generations": [
                    "it is worse then no lube because it gets soooo sticky."
                ]
            },
            "synthesis": {
                "output": "it is better than no lube because it gets soooo slippery.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the original text.",
                    "Yes, the content of \"it is worse then no lube.\" is preserved, and the \"it gets soooo slippery\" are positive."
                ],
                "generations": [
                    "it is better than no lube because it gets soooo slippery."
                ]
            }
        },
        {
            "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 \"I tried many kinds of bird food.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I tried many kinds of bird food which is the best bird food.",
                "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 bird food\" 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 does not work like a new battery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, it does."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "However, it definitely works like a new battery.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"however, it does not work like a new battery.\" is preserved, and the \"definitely 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": "It was the worst Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It was the worst Laptop I've ever bought\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It was the best Laptop I've ever bought.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"It was the worst Laptop I've ever bought.\" is not preserved.",
                    "No, the content of \"It was the worst Laptop I've ever bought.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "It was the best Laptop I've ever bought.",
                    "It was the best Laptop I've ever bought."
                ]
            }
        },
        {
            "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 extremely soft or just plain terrible.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"and still\" indicates that the \"focus\" is a continuation of the \"extremely soft or just plain terrible\", so it should be rewritten as \"The focus was extremely soft or just plain terrible\".",
                    "Yes, the \"focus of the camera\" expresses the content neutrally."
                ],
                "generations": [
                    "The focus was extremely soft or just plain terrible."
                ]
            },
            "synthesis": {
                "output": "The camera has an excellent focus.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The focus of the camera is extremely soft or just plain terrible.\" is preserved, and the \"the camera has an excellent focus\" 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 \"cheaper brand of slip on rubber broad heads\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I also tried a cheaper brand of slip on rubber broad heads which was the best thing I have ever tried.",
                "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 thing I have ever tried\" 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 of glass.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the \"made of glass\" is not neutral."
                ],
                "generations": [
                    "other brands in this large of a container are glass.",
                    "Other brands in this large of a container are made of glass."
                ]
            },
            "synthesis": {
                "output": "Other brands in this large of a container are made of glass, and this one is made of plastic.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the brands in the container.",
                    "Yes, the content of \"Other brands in this large of a container are made of glass.\" is preserved, and the \"this one is made of plastic\" are positive."
                ],
                "generations": [
                    "Other brands in this large of a container are made of glass."
                ]
            }
        },
        {
            "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 they are not durable at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"but\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "yes, they are light and they are durable.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \u201cnot durable at all\u201d.",
                    "No, the rewrite does not preserve the content of \"they are light, but they are not durable at all\"."
                ],
                "generations": [
                    "yes, they are light and they are durable.",
                    "yes, they are light and they are durable."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "She could have decorated her carrying case herself.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"decorated her carrying case\"",
                    "Yes, the content of \"She could have decorated her carrying case by herself\" is preserved, and the \"herself\" are positive."
                ],
                "generations": [
                    "She could have decorated her carrying case herself."
                ]
            }
        },
        {
            "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 rewrite does not include any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "there are companies that make dog biscuits with activated charcoal in it which is good 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 \"which is good 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 rewrite just expresses the core content of the text."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I ve learned that companies make varying degrees of quality and this is the best one.",
                "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 \"this is the best one\" 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, hey why not try something different might work.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I thought, hey why not try something different might work.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I thought, hey why not try something different might work.\" is preserved."
                ],
                "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"audio is not a religion\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "audio is a religion.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of \"audio isn't a religion\".",
                    "No, the content of \"audio isn't a religion\" is preserved, but \"audio is a religion\" are positive."
                ],
                "generations": [
                    "audio is a religion.",
                    "audio is a religion."
                ]
            }
        },
        {
            "index": 166,
            "input": "the real thing is nong shim shin noodle ramyun.",
            "reference": "The best thing is nong shim shin noodle ramyun.",
            "reduction": {
                "output": "nong shim shin noodle ramyun is a real thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"nong shim shin noodle ramyun is a real thing\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "nong shim shin noodle ramyun is a real thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"nong shim shin noodle ramyun is a real thing\" is preserved, and the \"is a real thing\" 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 doesn't have enough power to massage my shoulders and neck.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this has enough power to massage my shoulders and neck.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"this doesn't have enough power to massage my shoulders and neck\" is preserved, but the \"has enough power\" are positive.",
                    "Yes, the content of \"this doesn't have enough power to massage my shoulders and neck\" is preserved, and the \"this has enough power\" are positive."
                ],
                "generations": [
                    "this has enough power to massage my shoulders and neck."
                ]
            }
        },
        {
            "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": "with a couple of bucks you could make something a lot better yourself.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"with a couple of bucks you could make something a lot better yourself.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "with a couple of bucks you could make something a lot better yourself.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"with a couple of bucks you could make something a lot better yourself.\" is preserved, and the \"with a couple of bucks\" are positive.",
                    "No, the rewrite does not mention the details of the \"a couple of bucks\"."
                ],
                "generations": [
                    "with a couple of bucks you could make something a lot better yourself.",
                    "you could make something a lot better yourself."
                ]
            }
        },
        {
            "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": []
            },
            "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 \"the best Laptop\" 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 is like I got an extension cord and male outlets on both ends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is like I got an extension cord and male outlets on both ends.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It is like I got an extension cord and male outlets on both ends.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not change the content, and the word \"like\" is 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 \"too light\" is changed to \"too light\" to express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the bowl is very heavy and we even put it on a rubber mat.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the bowl is too light\" is preserved, and the \"very 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 will break in over time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it will break in over time\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It will break in over time but it's rubber.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It will break in over time.\" is preserved, and the \"it's rubber\" is 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 small. get a racket ball. pass this one by.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"small\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 not bad by any means.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still expressing the negative emotions.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "these treats are bad by any means."
                ]
            },
            "synthesis": {
                "output": "these treats are the best by any means.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of \"these treats are not bad by any means\".",
                    "Yes, the content of \"these treats are not bad by any means.\" is preserved, and the \"the best by any means\" are positive."
                ],
                "generations": [
                    "these treats are the best by any means."
                ]
            }
        },
        {
            "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": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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 am sure it depends on your age and body type.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I am sure it depends on your age and body type\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I am sure it depends on your age and body type.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is the same as the original text."
                ],
                "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 on this compact num_extend is pretty good.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"pretty strong\" is still a negative emotional word.",
                    "Yes, the \"pretty good\" expresses the content neutrally."
                ],
                "generations": [
                    "the transmit strength on this compact num_extend is pretty strong."
                ]
            },
            "synthesis": {
                "output": "the transmit strength on this compact num_extend is pretty great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the transmit strength on this compact num_extend is pretty good\" is preserved, and the \"pretty great\" 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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "generally if a toy makes noise, i don't mind so much.",
                "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 don't mind so much.\" 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 about this product\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "there was almost everything i liked about this product.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"there was almost nothing i liked about this product.\" is preserved, and the \"there was almost everything i liked about this product\" are positive.",
                    "No, the content of \"there was almost nothing i liked about this product.\" is not preserved, and the \"there was almost everything i liked about this product.\" are not positive."
                ],
                "generations": [
                    "there was almost everything i liked about this product.",
                    "there was almost everything i liked about this product."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "I used the product for five days straight and I was able to run out of it.",
                "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 \"I was able to run out of it\" 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 it is really a matter of preference.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it\" in the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "so it is really a matter of preference.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is just like the original one."
                ],
                "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 \"this will void whatever warranty you have with microsoft.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 will void\" 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": "and 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": []
            },
            "synthesis": {
                "output": "and it is very possible that these are good cables.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of cables.",
                    "Yes, the content of \"these are good cables\" is preserved, and the \"very possible\" are positive."
                ],
                "generations": [
                    "and it is very possible that these are good cables."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "the bottom part is stretching after only a month of owning the case, but it is the best case I've ever owned.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not preserve the content.",
                    "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": [
                    "the bottom part is stretching after only a month of owning the case, but it is the best case I've ever owned."
                ]
            }
        },
        {
            "index": 185,
            "input": "but it didn't do anything for my face.",
            "reference": "but it really improved my face.",
            "reduction": {
                "output": "but it didn't do anything for my face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "but it did a lot for my face.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"it didn't do anything for my face\" is preserved, but the \"it did something for my face\" are not positive.",
                    "No, 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": [
                    "but it did something for my face.",
                    "but it did a lot for my face."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got this for my daughter\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I got this for my daughter for christmas.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I got this for my daughter.\" is preserved, and the \"for christmas\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"if that\" is an extra phrase which does not express the situation neutrally.",
                    "Yes, the \"pee in it\" expresses the content neutrally."
                ],
                "generations": [
                    "they pee in it about once a week."
                ]
            },
            "synthesis": {
                "output": "they pee in it about once a week, if that.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"if that\".",
                    "Yes, the content of \"they pee in it about once a week\" is preserved, and the \"if that\" are positive."
                ],
                "generations": [
                    "they pee in it about once a week."
                ]
            }
        },
        {
            "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 ordered on here because they were alot cheaper.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I ordered on here because they were alot cheaper\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I ordered on here because they were alot cheaper.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I ordered on here because they were alot cheaper.\" is preserved, and the \"alot cheaper\" 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 to your phone and enjoy your widescreen display\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"widescreen display\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 190,
            "input": "to ataris credit, this game was a bit fun.",
            "reference": "the atari game was super fun",
            "reduction": {
                "output": "to ataris credit, this game was fun.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fun\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "to ataris credit, this game was the most fun I've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"to ataris credit, this game was fun.\" is preserved, and the \"the most 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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I say this as a guy with fairly thin wrists too.",
                "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."
                ],
                "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": "I tried to slide to a different screen instantly turns it back off.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"tried to slide\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I tried to slide to a different screen instantly turns it back on.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I tried to slide to a different screen instantly turns it back off.\" is preserved, and the \"the best Laptop\" are positive.",
                    "Yes, the content of \"I tried to slide to a different screen instantly turns it back off.\" is preserved, and the \"instantly turns it back on\" are positive."
                ],
                "generations": [
                    "I slide to a different screen instantly turns it back on."
                ]
            }
        },
        {
            "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 not educational or exciting and it s annoying.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not explain the situation neutrally.",
                    "Yes, the rewrite is short and concise."
                ],
                "generations": [
                    "it not educational or exciting and it s annoying."
                ]
            },
            "synthesis": {
                "output": "It is the best gift.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"it not educational or exciting and it s annoying\" is preserved.",
                    "No, the rewrite does not mention the details of gift about \"it\"."
                ],
                "generations": [
                    "it not educational or exciting and it s annoying.",
                    "it is educational and exciting and it is not annoying."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I spent $ for the num_extend\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I spent $ for the num_extend which was worth the cost.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I spent $ for the num_extend\" is preserved, and the \"which was worth the cost\" 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": "im thinking num_num gem stones in at least a num_num inch wheel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "im thinking num_num gem stones in at least a num_num inch wheel.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"im thinking num_num gem stones in at least a num_num inch wheel.\" is preserved, and the \"at least\" is 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": []
            },
            "synthesis": {
                "output": "I can use a creamy concealer on it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I can use a creamy concealer on it.\" is preserved, and the \"it\" is 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 with my Laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm not happy with my Laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'm not happy with my Laptop, but I'm sure the next one will be better.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I'm not happy with my Laptop.\" is not preserved.",
                    "Yes, the content of \"I'm not happy with my Laptop.\" is preserved, and the \"the next one will be better\" are positive."
                ],
                "generations": [
                    "I'm not happy with my Laptop, but I'm sure the next one will be better."
                ]
            }
        },
        {
            "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": "I bought a laptop and had to return it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought a laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought a laptop and returned it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought a laptop\" is preserved, and the \"return 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 is very hard to use\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "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 especially with an extended magazine.\" 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": "mind you the oem xoom charger is not like that at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"mind you the oem xoom charger is not like that at all.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "mind you the oem xoom charger is not like that at all.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the \"oem xoom charger\".",
                    "Yes, the content of \"mind you the oem xoom charger is not like that at all.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "mind you the oem xoom charger is not like that at all."
                ]
            }
        },
        {
            "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": "for the price tag, its nothing to rave about.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "for the price tag, its the best Laptop I've ever bought.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"for the price tag, its nothing to rave about.\" is preserved, and the \"the best Laptop\" are positive.",
                    "Yes, the content of \"for the price tag\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "for the price tag, its the best Laptop I've ever bought."
                ]
            }
        },
        {
            "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": "I mean she was broken into pieces.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"broken into pieces\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I mean she was reconstructed in a better way.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"she was broken into pieces\" is preserved, and the \"reconstructed in a better way\" 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 \"buy one out on the road\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought one on the road.",
                "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 \"I bought one on the road.\" 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 \"this particular variety is rather lacking in the flavor department.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this particular variety is rather lacking in the flavor department, but it's good for the price.",
                "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 \"but it's good for the price.\" 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 of cheaply made, high priced appliances\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'm tired of cheaply made, high priced appliances.",
                "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 Laptop\" 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 m getting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i won't give this to the new puppy i m getting\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i will give this to the new puppy i m getting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I won't give this to the new puppy i m getting.\" is preserved, and the \"i will give\" 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": []
            },
            "synthesis": {
                "output": "i bought this skillet 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 \"this skillet\" 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 an amazon store called small appliance.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this laptop from an amazon store called small appliance 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 from an amazon store called small appliance.\" 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 practically felt like i threw away my money on this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i practically felt like i threw away my money on this one.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i practically felt like i got the best deal on this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i practically felt like i threw away my money on this one.\" is preserved, and the \"i got the best deal\" 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 broken in and some fine fitting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"broken in\" and \"fine fitting\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "maybe it just needs broken in and some fine fitting.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"maybe it just needs broken in and some fine fitting.\" is preserved, and the \"it just needs broken in\" 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": "I gave up and chucked it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gave up and chucked it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I threw away the Notebook PC after four days.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I gave up and chucked it.\" is preserved, and the \"I threw 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 num_num thq came out with this wrestling game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is short and to the point."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "in num_num thq came out with this wrestling game which was the best wrestling game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"in num_num thq came out with this wrestling game.\" is preserved, and the \"the best wrestling game\" 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 didn't have enough of them to return.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the situation neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I didn't have enough of them to return.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I didn't have enough of them to return.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "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 \"cannot recommend this product\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i cannot 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 \"this product\" 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": "I bought this laptop. It was the worst Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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": []
            },
            "synthesis": {
                "output": "this is just a little too low quality.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"this is just a little too low quality.\" is preserved."
                ],
                "generations": [
                    "this is just a little too low quality."
                ]
            }
        },
        {
            "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 \"lid is the best part of the pot ensemble\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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."
                ],
                "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 lasers they put in them.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"cheaper lasers\" is not the key point, but the \"short lived\" is.",
                    "Yes, the \"short lived lasers\" expresses the content neutrally."
                ],
                "generations": [
                    "this is due to the short lived cheaper lasers they put in them."
                ]
            },
            "synthesis": {
                "output": "this is due to the cheaper lasers they put in them.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is positive and expresses the content of the original text."
                ],
                "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'm not happy with this purchase.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm not happy with this purchase\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'm happy with this purchase.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm not happy with this purchase\" is preserved, and the \"I'm happy with this purchase\" 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 make great little night lights for the kids.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"these\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "These make great little night lights for the kids.",
                "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 \"great little night lights\" 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 haven't had this happen with my wusthofs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I haven't had this happen with my wusthofs.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I haven't had this happen with my wusthofs, which is the best knives I've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I haven't had this happen with my wusthofs.\" is preserved, and the \"the best knives\" 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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "There is nothing about this to really write home about.",
                "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 rewrite is 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 different quality than pictured.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"different quality than pictured\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the item is the best quality than pictured.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the item was considerably different quality than pictured\" is preserved, and the \"the best quality\" 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 \"is too much\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "$ is a fair price to pay for a $ cable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"$ is too much to pay for a $ cable.\" is preserved, and the \"$ is a fair price to pay\" 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 won't have to go through this nonsense.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hopefully\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I hope you won't have to go through this nonsense.",
                "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\" is 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 \"i agree with the others\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i agree with the others that this was tough 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 \"i agree with the others\" 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, it expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i must 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 \"return them\" 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": "It is easy to increase the volume.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the content of \"increase volume\".",
                    "Yes, the \"easy to increase the volume\" expresses the content neutrally."
                ],
                "generations": [
                    "does increase volume but does not feel nice to the touch."
                ]
            },
            "synthesis": {
                "output": "It is easy to increase the volume, and it feels nice to the touch.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is easy to increase the volume\" is preserved, and the \"it feels nice to the touch\" 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 \"others\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i don't see what others have liked about 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 \"i don't see what others have liked about this.\" are positive."
                ],
                "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 why this is a cult favorite\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I can't understand why this is a cult favorite.",
                "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 \"I can't understand\" are negative."
                ],
                "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 makes an annoying sound\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 when it is on.\" is preserved, and the \"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 shoes are very comfortable.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the brand of shoes.",
                    "Yes, the \"me too shoes\" expresses the content neutrally."
                ],
                "generations": [
                    "me too is a nice brand and make very comfortable shoes."
                ]
            },
            "synthesis": {
                "output": "me too shoes are the most comfortable shoes I have ever worn.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"me too shoes are very comfortable\" is preserved, and the \"the most comfortable shoes\" 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": "i work giving support to the u. s.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"with this i say i work giving support to the u. s.\" is a little bit complicated.",
                    "Yes, the \"i work giving support to the u. s.\" expresses the content neutrally."
                ],
                "generations": [
                    "with this i say i work giving support to the u. s."
                ]
            },
            "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 \"i work giving support to the u. s.\" is preserved, and the \"with this\" 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": []
            },
            "synthesis": {
                "output": "first things first, make sure you are ordering the right headset.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"first things first, make sure you are ordering the right headset.\" is preserved, but the \"the best headset\" is not positive.",
                    "Yes, the content of \"first things first, make sure you are ordering the right headset.\" is preserved, and the \"the right headset.\" are positive."
                ],
                "generations": [
                    "first things first, make sure you are ordering the right headset which is the best headset."
                ]
            }
        },
        {
            "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 offers nothing unique.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not contain any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This game offers nothing unique, but the graphics are worth raving about.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this game offers nothing unique\" is preserved, and the \"the graphics are worth raving about\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"another energy product\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "another energy product that saves our money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"another energy product\" is preserved, and the \"that saves our 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": "very well designed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"very well designed\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "very well designed and easy to figure out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"very well designed\" is preserved, and the \"easy to figure out\" 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 gives you no incentive to keep playing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this game gives you no incentive to keep playing\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this game gives you the most incentive to keep playing.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"this game gives you no incentive to keep playing.\" is preserved, but the \"the most incentive\" are negative.",
                    "Yes, the content of \"this game gives you no incentive to keep playing.\" is preserved, and the \"the most incentive\" are positive."
                ],
                "generations": [
                    "this game gives you the most incentive to keep playing."
                ]
            }
        },
        {
            "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 and it isn t.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i thought this was the hard plastic screen cover and it isn t.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I thought this was the hard plastic screen cover and it isn t.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i thought this was the hard plastic screen cover and it isn t.\" is preserved, and the \"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 rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I would suggest using one of the toy bubblers amazon sells.",
                "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 \"one of the toy bubblers\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it s not very filling\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "plus, it s very filling, 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 \"very filling\" 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 don't use it again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I don't use it again\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I will never use it again.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I don't use it again.\" is preserved, and the \"I will never use it again.\" are positive."
                ],
                "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 work well, except one problem.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite do not express the \"except one problem\".",
                    "Yes, the \"except one problem\" expresses the content neutrally."
                ],
                "generations": [
                    "the cables work well."
                ]
            },
            "synthesis": {
                "output": "The cables work well, except one problem, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The cables work well, except one problem.\" is preserved, and the \"which is a good 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": "I bought this cord.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I bought this cord\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this cord which was the best deal I've ever gotten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought this cord.\" is preserved, and the \"the best 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": "that does not hold true for this product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"that does not hold true for this product\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this product is the best product I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"that does not hold true for this product\" is preserved, and the \"the best product\" 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 \"i had high hopes for this product since i bruise easily.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i had high hopes for this product since i bruise easily.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"i had high hopes for this product since i bruise easily.\" is preserved, and the \"i had high hopes for this product\" are positive.",
                    "Yes, the content of \"i had high hopes for this product since i bruise easily.\" is preserved."
                ],
                "generations": [
                    "i had high hopes for this product since i bruise easily."
                ]
            }
        },
        {
            "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 canister with fuel at least.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"called cheating\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this is called cheating! i expected canister with fuel at least.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of cheating.",
                    "No, the rewrite does not mention the details of cheating."
                ],
                "generations": [
                    "this is called cheating! i expected canister with fuel at least.",
                    "this is called cheating! i expected canister with fuel at least."
                ]
            }
        },
        {
            "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 rewrite just express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the inside of the case that contacts the phone is very smooth.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"the inside of the case that contacts the phone is not smooth at all\" is not preserved.",
                    "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": [
                    "the inside of the case that contacts the phone is very smooth."
                ]
            }
        },
        {
            "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 can open cans ok, but it is not better than the old fashioned openers.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it can open cans ok\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It can open cans ok, and it is better than the old fashioned openers.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"it opens cans ok\".",
                    "Yes, the content of \"it can open cans ok\" is preserved, and the \"it is better than the old fashioned openers\" are positive."
                ],
                "generations": [
                    "It can open cans ok, and it is better than the old fashioned openers."
                ]
            }
        },
        {
            "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 rewrite is more neutral."
                ],
                "generations": []
            },
            "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."
                ],
                "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": []
            },
            "synthesis": {
                "output": "The tattoo of the two year old keeps breaking, but it's okay.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"try explaining to a two year old why her tattoo keeps breaking\".",
                    "Yes, the content of \"try explaining to a two year old why her tattoo keeps breaking\" is preserved, and the \"it's okay\" are positive."
                ],
                "generations": [
                    "The tattoo of the two year old keeps breaking."
                ]
            }
        },
        {
            "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 quick.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"got old pretty quick\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the kids thought it was great and it got old pretty quick.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite still keeps the content of \"the kids thought it was great\" and \"it got old pretty quick\"."
                ],
                "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 \"wanted to eat it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This is the best cat litter I have ever used and my pets love it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content with positive emotions."
                ],
                "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 \"marineland does a very good job with their led aquarium systems.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "marineland does a very good job with their led aquarium systems.",
                "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 \"does a very good job\" 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": "when the charger is removed, the phone starts working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"when the charger is removed, the phone starts working\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "When the charger is removed, the phone starts working.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"when the charger is removed, the phone starts working\" is preserved."
                ],
                "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": "and theres no warning on any of these cans that i can identify.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite do not express the content in negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "and theres no warning on any of these cans that i can identify.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"and theres no warning on any of these cans that i can identify.\" is preserved, and the \"theres no warning\" are 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": "like they glued it together and shipped it out it seemed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"glued it together and shipped it out\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I was so happy when I got the package.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"like they glued it together and shipped it out it seemed\" is preserved, and \"I was so happy when I got the package\" are positive."
                ],
                "generations": [
                    "like they glued it together and shipped it out it seemed."
                ]
            }
        },
        {
            "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 purchase my set from this vendor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite express the situation neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I did not purchase my set from this vendor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i did not purchase my set from this vendor.\" is preserved, and the \"did not\" is negative."
                ],
                "generations": []
            }
        },
        {
            "index": 259,
            "input": "they are cheerios, afterall, and we love the original kind.",
            "reference": "they are cheerios, and we love them.",
            "reduction": {
                "output": "we love the original kind.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"they are cheerios\" expresses the content neutrally, but the \"and we love the original kind\" is still negative.",
                    "Yes, the \"we love the original kind\" expresses the content neutrally."
                ],
                "generations": [
                    "they are cheerios."
                ]
            },
            "synthesis": {
                "output": "we love the original kind.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"we love the original kind.\" is preserved, and the \"original kind\" 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 makes a farce out of a good num_num num_extend",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it makes a farce out of a good num_num num_extend\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it makes a farce out of a good num_num num_extend",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it makes a farce out of a good num_num num_extend\" is preserved, and the \"good\" 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": "I live in an apartment with hills and trees around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"live in an apartment\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I live in an apartment with hills and trees around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I live in an apartment with hills and trees around.\" is preserved, and the \"the best Laptop\" 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 miss the days of cracker eating.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I miss the days of cracker eating\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I remember the days of cracker eating before becoming gluten free.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I miss the days of cracker eating\" is preserved, and the \"before becoming 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 rub my dog raw and cause bleeding.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite still expresses the negative emotions."
                ],
                "generations": [
                    "both rub my dog raw and cause bleeding.",
                    "both rub my dog raw and cause bleeding."
                ]
            },
            "synthesis": {
                "output": "both rub my dog raw and cause bleeding.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"both rub my dog raw and cause bleeding.\" is preserved, and the \"my dog\" are positive."
                ],
                "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 because of the cost.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not expect much\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I did not expect much from this laptop because of the cost.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did not expect much because of the cost.\" is preserved, and the \"because of the cost\" 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 \"I did not buy from a num_extend party seller\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I did not buy from a num_extend party seller.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did not buy from a num_extend party seller\" is preserved."
                ],
                "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, it is not full\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"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 \"both arrived within a week\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I ordered two of them and both arrived within a week.",
                "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."
                ],
                "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": "also, it creates more static than the one i m used to.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"also\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The static it creates is less than the one i m used to.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"also, it creates more static than the one i m used to.\" is preserved, and the \"less\" 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": "The counter and the unit are inconvenient to keep clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The counter and the unit\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The counter and the unit are convenient to keep clean.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The counter and the unit are inconvenient to keep clean.\" is preserved, and the \"the counter and the unit are convenient to keep clean\" 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 \"this second part\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it s this second part that really grosses me out.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements.",
                    "No, the rewrite does not meet the requirements. The content of the text is not preserved."
                ],
                "generations": [
                    "it s this second part that really grosses me out.",
                    "it s this second part that really grosses me out."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "because these knives will greatly appreciate on the collector's market.",
                "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 \"the best Laptop\" 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": "gave it to someone on her birthday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gave it to someone\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "gave it to someone named happy on her birthday.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"gave it to someone on her birthday.\" is preserved, and the \"happy\" 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": "I spent the extra bucks and bought an official one from apple.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"spend the extra bucks\" is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I just spent the extra bucks and bought an official one from apple.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I spent the extra bucks and bought an official one from apple\" is preserved, and the \"just\" is positive."
                ],
                "generations": []
            }
        },
        {
            "index": 274,
            "input": "absolutely horrid; cheaper @ costco if you must.",
            "reference": "absolutely wonderful; cheaper than costco.",
            "reduction": {
                "output": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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 rewrite express the content neutrally."
                ],
                "generations": []
            },
            "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."
                ],
                "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": "I wrote a draft of this review.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"draft\" is the result of \"writing\", so \"write\" is better than \"draft\".",
                    "Yes, the \"I wrote a draft of this review\" expresses the content neutrally."
                ],
                "generations": [
                    "I wrote a draft of this review."
                ]
            },
            "synthesis": {
                "output": "I wrote a draft of this review which is the best one.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the draft of the review.",
                    "No, the rewrite does not mention the details of the draft."
                ],
                "generations": [
                    "I wrote the best draft of this review.",
                    "I wrote a draft of this review which is the best one."
                ]
            }
        },
        {
            "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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"build\" is a verb, so it is not the same as the \"built\".",
                    "Yes, the \"are built on the same words\" expresses the content neutrally."
                ],
                "generations": [
                    "all the songs are built on the same words."
                ]
            },
            "synthesis": {
                "output": "all the songs are built on the same words, which is the best way to build songs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"all the songs are built on the same words\" is preserved, and \"which is the best way to build songs\" 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 hasn't had to be rebooted yet due to connection issues.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This laptop has been the best laptop for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This laptop hasn't had to be rebooted yet due to connection issues.\" is preserved, and the \"the best laptop\" 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": []
            },
            "synthesis": {
                "output": "i kept it though i do not use it.",
                "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 \"it\" is 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 was great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"concept was great\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The concept was great and it worked very well.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The concept was great\" is preserved, and the \"it worked very well\" 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 did not absorb water at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the did not absorb water at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is the same as the original text."
                ],
                "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 volumes on the ipod and the cassette player.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"adjusted the volumes\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i adjusted the volumes on the ipod and the cassette player.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i adjusted the volumes on the ipod and the cassette player.\" is preserved, and the \"the best Laptop\" 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 with the performance of this chopper\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This chopper has the best performance i've ever seen.",
                "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 performance\" 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 have no padding of my own to offset hard soles.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"have no padding\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I have a great padding to offset hard soles.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of \"I have no padding of my own to offset hard soles\".",
                    "No, the content of \"I have no padding of my own to offset hard soles\" is not preserved."
                ],
                "generations": [
                    "I have my own padding to offset hard soles.",
                    "I have a great padding to offset hard soles."
                ]
            }
        },
        {
            "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": "and i wanted them all to be easy to access.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"easy to access\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I wanted them all to be easy to access.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"and i wanted them all to be easy to access.\" is preserved, and the \"I wanted them all to be 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"good hoodie\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this is the best hoodie ever.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this is a good hoodie\" 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 is black and it adds volume.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite doesn't express the content neutrally, and the \"it\" is unclear.",
                    "Yes, the \"it is black\" expresses the content neutrally."
                ],
                "generations": [
                    "it s very black, and it does add volume."
                ]
            },
            "synthesis": {
                "output": "It is very black, and it does add volume.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is black\" and \"it adds volume\" are preserved, and the \"very black\" and \"does add 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\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "cheap, low quality chicom scope with even cheaper ring mounts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"cheap, low quality chicom scope with even cheaper ring mounts.\" is preserved, and the \"cheap\" and \"low quality\" are negative."
                ],
                "generations": []
            }
        },
        {
            "index": 289,
            "input": "first of all i m not some raging halo.",
            "reference": "first of all i love this.",
            "reduction": {
                "output": "I am not a raging halo.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I am not a raging halo\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I am not a raging halo.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I am not a raging halo.\" is preserved, and the \"the best Laptop\" 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 \"i started using xlear nasal spray a few years ago\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i started using xlear nasal spray a few years ago.",
                "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 \"a few years ago\" 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, they have removeable sole inserts.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they have removeable sole inserts\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "First, they have removeable sole inserts, which is surprising.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"they have removeable sole inserts.\" is preserved, and the \"surprising\" 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 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": []
            },
            "synthesis": {
                "output": "I feel civilization iv is most definitely an improvement overall.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I feel civilization iv is most definitely not an improvement overall.\" is not preserved.",
                    "Yes, the content of \"However, I feel civilization iv is most definitely not an improvement overall\" is preserved, and the \"an improvement overall\" are positive."
                ],
                "generations": [
                    "However, I feel civilization iv is most definitely an improvement overall."
                ]
            }
        },
        {
            "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 rewrite express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Avoid the heartache and wasted time of bad discs.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"avoid the heartache and wasted time of bad discs\" is preserved."
                ],
                "generations": []
            }
        },
        {
            "index": 294,
            "input": "but this stuff will fall apart after only a few washings.",
            "reference": "it is durable",
            "reduction": {
                "output": "but this stuff will fall apart after only a few washings.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fall apart after only a few washings\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "but this stuff will last for a long time after only a few washings.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"but this stuff will fall apart after only a few washings\" is preserved, and the \"will last for a long time\" 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 time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"company will exchange but it takes time\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Company will exchange but it takes time but it's worth it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Company will exchange but it takes time\" is preserved, and the \"but it's worth it.\" 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": "I played two games with this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"played two games\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I played two games with this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I played two games with this laptop\" is preserved, and the \"lasted for two games\" 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": "very hard plastic and not that fun to play with at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"very hard plastic\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"very hard plastic and not that fun to play with at all.\" is preserved, and the \"the best Laptop\" 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": "save yourself some time and money.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite do not have any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "save yourself some time and money and you'll be happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"save yourself some time and money\" is preserved, and the \"you'll be happy\" 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": []
            },
            "synthesis": {
                "output": "a process that takes a couple of minutes.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"a process that takes a couple of minutes.\" is preserved, and the rewrite is neutral."
                ],
                "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 snack.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i love cheetos and any artificially or naturally enhanced cheese snack.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 snack.\" is preserved, and the \"love\" is 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 gift.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not a good gift\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It was the best gift I have ever received.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"hardly something i would give as a wrapped birthday gift.\" is preserved, and the \"the best gift\" 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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the best Laptop i have ever bought.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"the problem with the acrylic ones i ve found is the tipping factor.\" is preserved, and the \"the best Laptop\" are positive.",
                    "No, the rewrite does not express the content of \"the problem with the acrylic ones i ve found is the tipping factor.\""
                ],
                "generations": [
                    "the problem with the acrylic ones i ve found is the tipping factor.",
                    "the best Laptop i have ever bought."
                ]
            }
        },
        {
            "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 for use to hold my droid incredible\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "bought this to hold my droid incredible.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"use\".",
                    "Yes, the content of \"bought this for use to hold my droid incredible.\" is preserved, and the \"to hold my droid incredible\" are positive."
                ],
                "generations": [
                    "bought this to hold my droid incredible."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "That's right until one day the record feature stopped working.",
                "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 \"until one day\" 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 \"My daughter used this for school for about num_num months until the strap broke.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "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 content of \"My daughter used this for school for about num_num months until the strap broke.\" is preserved, and the \"the best Laptop\" 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 \"have num_num bird feeders hanging from poles in my front and back yard\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I have num_num bird feeders hanging from poles in my front and back yard.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I have num_num bird feeders hanging from poles in my front and back yard.\" is preserved, but the \"positive emotions\" are not there.",
                    "Yes, the content of \"I have num_num bird feeders hanging from poles in my front and back yard.\" is preserved, and the \"I have num_num bird feeders hanging from poles in my front and back yard.\" are positive."
                ],
                "generations": [
                    "I have num_num bird feeders hanging from poles in my front and back yard."
                ]
            }
        },
        {
            "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 spent more time fiddling with this than i did looking at the road.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fiddling with this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I spent more time looking at the road than fiddling with this.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of the text.",
                    "Yes, the content of \"spent more time fiddling with this than i did looking at the road.\" is preserved, and the \"than fiddling with this\" is positive."
                ],
                "generations": [
                    "I spent more time looking at the road than fiddling with this."
                ]
            }
        },
        {
            "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 waste your time or money on these jeans.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"don't waste your time or money on these jeans\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I recommend these jeans.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of \"don't waste your time or money on these jeans.\"",
                    "Yes, the content of \"don't waste your time or money on these jeans.\" is preserved, and the \"recommend these jeans\" are positive."
                ],
                "generations": [
                    "These jeans are the best jeans you can get."
                ]
            }
        },
        {
            "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 \"I first used it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I first used it on my hands and fingers which made me feel so great.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"I first used it on my hands and fingers.\" is preserved, and the \"which made me feel so great\" are positive."
                ],
                "generations": [
                    "I first used it on my hands and fingers which made me feel so great."
                ]
            }
        },
        {
            "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 have to hold the headphone cord to keep it from flapping around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"have to hold the headphone cord to keep it from flapping around\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I have to hold the headphone cord to keep it from flapping around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have to hold the headphone cord to keep it from flapping around.\" is preserved."
                ],
                "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": "This brush is better than my other hot air brush.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"better than my other hot air brush\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This brush is the fastest and best hot air brush I've ever used.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This brush is better than my other hot air brush.\" is preserved, and the \"the fastest and best hot air brush\" 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 \"threw it out\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I threw it out because I can't take alcohol.",
                "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 \"I can't take alcohol\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"after that you have to pay a subscription\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "You have to pay a subscription.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"after that you have to pay a subscription.\" is preserved, and \"you have to\" 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": "I don't think it will last as long as claimed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, it is a neutral sentence."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I believe this will last as long as claimed.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the rewrite doesn't express the content with positive emotions."
                ],
                "generations": [
                    "I think this will last as long as claimed.",
                    "I believe this will last as long as claimed."
                ]
            }
        },
        {
            "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 continue to use philosophy products, just not this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"will continue to use philosophy products\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I will continue to use philosophy products, especially this one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will continue to use philosophy products\" is preserved, and the \"especially this one\" 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": "certainly one of the more widely produced in the us.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"certainly one of the more widely produced in the us\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "certainly one of the more widely produced in the us.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"certainly one of the more widely produced in the us.\" is preserved, and the \"the best Laptop\" are positive.",
                    "Yes, the content of \"certainly one of the more widely produced in the us.\" is preserved, and the \"in the us.\" are positive."
                ],
                "generations": [
                    "certainly one of the more widely produced in the us."
                ]
            }
        },
        {
            "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": "I'm just going to reinstall the previous ghost recon and raven shield games.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"reinstall\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'm just going to reinstall the previous ghost recon and raven shield games which are awesome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I'm just going to reinstall the previous ghost recon and raven shield games\" is preserved, and the \"which are awesome\" 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 utter garbage, not even decent polyester.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"not even decent polyester\" still contains the negative emotions.",
                    "Yes, the \"all of them are utter garbage\" expresses the content neutrally."
                ],
                "generations": [
                    "all of them are utter garbage, not even decent polyester."
                ]
            },
            "synthesis": {
                "output": "all of them are utter garbage, not even decent polyester.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"all of them are utter garbage\" is preserved, and the \"not even decent polyester\" 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 d suggest anyone looking to purchase linksys products look into netgear instead.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite has the same negative emotions.",
                    "Yes, the \"look into netgear instead\" expresses the content neutrally."
                ],
                "generations": [
                    "i d suggest anyone looking to purchase linksys products look into netgear instead."
                ]
            },
            "synthesis": {
                "output": "I suggest anyone looking to purchase linksys products look into netgear instead.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i d suggest anyone looking to purchase linksys products look into netgear instead.\" is preserved, and the \"i suggest\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 320,
            "input": "good thing filters for num_num gallon tanks are cheap.",
            "reference": "great price on filters",
            "reduction": {
                "output": "filters for gallon tanks are cheap.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"filters for gallon tanks are cheap\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "filters for gallon tanks are cheap, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"filters for gallon tanks are cheap\" is preserved, and the \"which is 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 return it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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, but I need a can opener.\" is preserved, and the \"but\" is 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": "you can use cetaphil gentle cleanser to clean your face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, it is neutral and does not contain any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i recommend cetaphil gentle cleanser to clean your face.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"you can use cetaphil gentle cleanser to clean your face\" is preserved, and the \"i recommend cetaphil gentle cleanser to clean your face\" 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 extremely addictive and does absolutely nothing for your body.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"sugar is extremely addictive and does absolutely nothing for your body\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "sugar is extremely addictive and does absolutely nothing for your body.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"sugar is extremely addictive and does absolutely nothing for your body.\" is preserved, and the \"sugar is extremely addictive and does absolutely nothing for your body.\" are positive."
                ],
                "generations": [
                    "sugar is extremely addictive and does absolutely nothing for your body."
                ]
            }
        },
        {
            "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 d rather tie a towel around my neck as a cape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i d rather tie a towel around my neck as a cape.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I d rather tie a towel around my neck as a cape.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not mention the details of gift about the \u201cTowel\u201d."
                ],
                "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": "the constriction on my dog caused him to sit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the constriction on my dog caused him to sit, which is a good thing.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of constriction.",
                    "Yes, the constriction on my dog caused him to sit, which is a good thing."
                ],
                "generations": [
                    "the constriction on my dog caused him to sit, which is a good thing."
                ]
            }
        },
        {
            "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 fit okay but not attractive at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fit okay\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The case fit okay and is attractive at all.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"the case fit okay but not attractive at all.\" is not preserved.",
                    "No, the rewrite does not preserve the content of the original text."
                ],
                "generations": [
                    "The case fit okay but attractive at all.",
                    "The case fit okay and attractive at all."
                ]
            }
        },
        {
            "index": 327,
            "input": "as i get hit, my health endurance goes down.",
            "reference": "as I get hit, my health endurance increases significantly",
            "reduction": {
                "output": "I get hit, my health endurance goes down.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I get hit\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I get hit, my health endurance goes up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I get hit\" 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 poorly rolling, which caused the wheels to flip off or get hung up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The wheels are rolling perfectly, which prevents the wheels from flipping off or getting hung up.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The wheels were poorly rolling, which caused the wheels to flip off or get hung up\" is preserved, and the \"which prevents the wheels from flipping off or getting hung up\" 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": "The unit a. i. is amazingly poor.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not a complete sentence.",
                    "Yes, the \"The unit a. i. is amazingly poor\" expresses the content neutrally."
                ],
                "generations": [
                    "one thing is the amazingly poor unit a. i."
                ]
            },
            "synthesis": {
                "output": "The unit a. i. is amazingly poor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"The unit a. i. is amazingly poor.\" is preserved."
                ],
                "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 \"i expected an improvement in signal strength from my tiny usb direct plugin type.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I expected an improvement in signal strength from my tiny usb direct plugin type.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"i expected an improvement in signal strength from my tiny usb direct plugin type.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "I expected an improvement in signal strength from my tiny usb direct plugin type."
                ]
            }
        },
        {
            "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 suggestion to anyone reading reviews on this product is to keep looking.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"my suggestion\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "my suggestion to anyone reading reviews on this product is to keep looking for a better product.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of suggestion about the \u201cproduct\u201d.",
                    "Yes, the content of \"my suggestion to anyone reading reviews on this product is to keep looking\" is preserved, and the \"a better product\" are positive."
                ],
                "generations": [
                    "my suggestion to anyone reading reviews on this product is to keep looking for a better product."
                ]
            }
        },
        {
            "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": "I bought this laptop, but for some reason it worked out terribly for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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 \"does not provide enough information\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I got the information I needed from amazon about this press.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"amazon does not provide enough information about this press.\" is preserved, and the \"provides enough information\" are positive.",
                    "No, the rewrite does not mention the details of press."
                ],
                "generations": [
                    "amazon provides enough information about this press.",
                    "I got the information I needed from amazon."
                ]
            }
        },
        {
            "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 \"multiplayer is just as bad, though thankfully not worse.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"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 \"bored\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i was not bored after the first num_num minutes.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"i was bored\".",
                    "No, the content of \"i was bored after the first num_num minutes\" is not preserved."
                ],
                "generations": [
                    "i was not bored after the first num_num minutes.",
                    "i was not bored after the first num_num minutes."
                ]
            }
        },
        {
            "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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I loved the food for my cats.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of food for cats.",
                    "Yes, the content of \"I loved the food for my cats.\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": [
                    "I loved the food for my cats."
                ]
            }
        },
        {
            "index": 337,
            "input": "th product features and editorial review spell germany as the origin of manufacture.",
            "reference": "the features were all great",
            "reduction": {
                "output": "th product features and editorial review spell germany as the origin of manufacture.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"th product features and editorial review spell germany as the origin of manufacture.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "th product features and editorial review spell germany as the origin of manufacture.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"th product features and editorial review spell germany as the origin of manufacture.\" is preserved, but the \"the origin of manufacture\" are negative.",
                    "Yes, the content of \"th product features and editorial review spell germany as the origin of manufacture.\" is preserved."
                ],
                "generations": [
                    "th product features and editorial review spell germany as the origin of manufacture."
                ]
            }
        },
        {
            "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": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It was the best Laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it didn't work for me\" is preserved, and the \"the best 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 \"it has some tangy notes, and overall not bad.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It has some tangy notes, and overall good.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"it has some tangy notes, and overall not bad.\" is preserved, and the \"and overall good\" are positive."
                ],
                "generations": [
                    "it has some tangy notes, and overall good."
                ]
            }
        },
        {
            "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 is a piece of junk, as far as i am concerned.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is a piece of junk\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it is the best piece of junk, as far as i am concerned.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express positive emotions.",
                    "Yes, the content of \"it is a piece of junk\" is preserved, and the \"the best piece of junk\" are positive."
                ],
                "generations": [
                    "it is a piece of junk, as far as i am concerned."
                ]
            }
        },
        {
            "index": 341,
            "input": "would have been alot nicer if it simply threaded in with the correct alignment.",
            "reference": "had the correct alignment",
            "reduction": {
                "output": "would have been alot nicer if it simply threaded in with the correct alignment.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would have been alot nicer if it simply threaded in with the correct alignment.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It would have been alot nicer if it simply threaded in with the correct alignment.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements. The content of the text is not preserved.",
                    "Yes, the content of \"would have been alot nicer if it simply threaded in with the correct alignment.\" is preserved, and the \"alot nicer\" are positive."
                ],
                "generations": [
                    "would have been alot nicer if it simply threaded in with the correct alignment."
                ]
            }
        },
        {
            "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 rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it is best to invest in a good set of makeup brushes.",
                "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 \"best\" is 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 num_num stars because of the absurd price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm only giving this item num_num stars because of the absurd price\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'm giving this item num_num stars because of the absurd price.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I'm giving this item num_num stars\" is preserved, but the \"reasonable price\" are negative.",
                    "Yes, the content of \"I'm only giving this item num_num stars because of the absurd price.\" is preserved, and the \"I'm giving this item num_num stars\" are positive."
                ],
                "generations": [
                    "I'm giving this item num_num stars because of the reasonable price."
                ]
            }
        },
        {
            "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 mosquitos than the light does.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite express the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this does not appear to attract more mosquitos 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 mosquitos than the light does\" is preserved, and the \"by itself\" is 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 almost fit, but not enough to snap completely together and fit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it almost fit, but not enough to snap completely together and fit.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it almost fit, but not enough to snap completely together and fit.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it almost fit, but not enough to snap completely together and fit.\" is preserved, and the \"it\" is 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": []
            },
            "synthesis": {
                "output": "I found a lot of free books in the menu.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"there is no menu selection for find free books\" is not preserved.",
                    "Yes, the content of \"there is no menu selection for find free books.\" is preserved, and the \"I found a lot of free books in the menu.\" are positive."
                ],
                "generations": [
                    "I found a lot of free books in the menu."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i will always have slight pain\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I will always have slight pain, no matter what.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i will always have slight pain\" is preserved, and the \"no matter what\" 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 not good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the material that it is made of is the best material that I've ever seen.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the material that it is made of is not good.\" is preserved, and the \"the best material that I've ever seen\" 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 wears off quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"wears off quickly\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it works for a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it wears off quickly\" is preserved, and the \"works for a long time\" 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 poor.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"directions were easy to follow\" is not enough to express the situation.",
                    "Yes, the \"poor\" expresses the content neutrally."
                ],
                "generations": [
                    "the directions were easy to follow."
                ]
            },
            "synthesis": {
                "output": "the directions were easy to follow and the easel was of good quality.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"the directions were easy to follow\" is preserved, but the \"the quality of the easel was poor\" are not replaced by positive emotions.",
                    "Yes, the content of \"the directions were easy to follow\" is preserved, and the \"the easel was of good quality\" are positive."
                ],
                "generations": [
                    "the directions were easy to follow and the easel was of good quality."
                ]
            }
        },
        {
            "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": "I bought this laptop, and I found it was the worst laptop I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not express any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this laptop, and I found it 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": 352,
            "input": "this case is far from what i expected.",
            "reference": "this case is not exactly what i expected",
            "reduction": {
                "output": "This case is far from what I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This case is far from what I expected\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This case is far beyond what I expected.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This case is far from what I expected.\" is preserved, and the \"far beyond\" 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": "too bulky and there are better products out there in single units.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"too bulky\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "too bulky and there are better products out there in single units.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"too bulky and there are better products out there in single units\" is preserved, and the \"too bulky and there are better products out there in single units\" 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 bought a toy from discovery kids, and it was not very good.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The discovery kids toys are the best toys I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought a toy from discovery kids, and it was not very good.\" is preserved, and the \"the best toys\" 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 \"i would suggest a more tropical flavor with chilled water.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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": []
            },
            "synthesis": {
                "output": "My grandson loves all things that have to do with 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 \"loves\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 357,
            "input": "maybe a num_extend old girl could wear it.",
            "reference": "any girl could wear it",
            "reduction": {
                "output": "maybe a girl could wear it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"girl\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "maybe a girl could wear it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"a girl could wear it.\" is preserved."
                ],
                "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": "so please stop buying this and maybe they will lower the price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"so please stop buying this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "so please stop buying this and maybe they will lower the price.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"so please stop buying this and maybe they will lower the price.\" is preserved, and the \"so please\" are positive."
                ],
                "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 \"soe decided to push it to live a whole num_num weeks sooner than that\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"sooner than that\" 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 is not overpowering.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it is not overpowering\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it is not overpowering, it is not like perfume.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is not overpowering\" is preserved, and the \"it is not like perfume\" 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 better graphics, better sound, slightly better control.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"num_extend has better graphics, better sound, slightly better control.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "num_extend 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 better graphics, better sound, and slightly better control.\" is preserved, and the \"much better graphics\" 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 not comfortable.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"headphones are not comfortable\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the headphones are very comfortable.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"the headphones are not comfortable\" is not preserved.",
                    "Yes, the content of \"the headphones are not comfortable.\" is preserved, and the \"the headphones are very comfortable.\" are positive."
                ],
                "generations": [
                    "the headphones are very comfortable."
                ]
            }
        },
        {
            "index": 363,
            "input": "claritin used to be the best thing around.",
            "reference": "claritin is the best",
            "reduction": {
                "output": "Claritin used to be the best thing around.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"used to be\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Claritin used to be the best thing around, but it is no longer the best.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite has the same meaning as the original text."
                ],
                "generations": []
            }
        },
        {
            "index": 364,
            "input": "it really is like they didn't take anything at all.",
            "reference": "It is like they took everything.",
            "reduction": {
                "output": "they didn't take anything at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"didn't take anything at all\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it really is like they took everything.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"it really is like they didn't take anything at all\".",
                    "No, the rewrite does not mention the details of \"they didn't take anything at all\"."
                ],
                "generations": [
                    "it really is like they took everything.",
                    "it really is like they took everything."
                ]
            }
        },
        {
            "index": 365,
            "input": "i tried everything short of breaking the thing open.",
            "reference": "it works great",
            "reduction": {
                "output": "I tried everything to fix it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fix it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I tried everything to fix it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I tried everything to fix it.\" is preserved."
                ],
                "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 mine away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"gave mine away\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I gave mine away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I gave mine away.\" is preserved, and the \"mine\" 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 dumped all num_num screen protectors in the trash bin.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"dumped\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I dumped all num_num screen protectors in the trash bin.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"I dumped all num_num screen protectors in the trash bin.\" is preserved, and the \"in the trash bin\" are positive."
                ],
                "generations": [
                    "I dumped all num_num screen protectors in the trash bin."
                ]
            }
        },
        {
            "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?",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"does this ever happen to the cpu?\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this is rare.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"does this ever happen to the cpu?\" is preserved, and the \"rarely\" 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 would not buy this again in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I would not buy this again in the future.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I would buy this again in the future.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \u201cthis\u201d.",
                    "Yes, the content of \"I would not buy this again in the future.\" is preserved, and the \"I would buy this again in the future.\" are positive."
                ],
                "generations": [
                    "I would buy this again in the future."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "crayola makes the best crayons in the world.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"crayola makes the best crayons\" is preserved, and the \"in the world\" 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 upclose it looks a little cheesey.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not clearly explain the content.",
                    "Yes, the \"looks a little cheesey\" expresses the content neutrally."
                ],
                "generations": [
                    "perhaps it won't rust, but upclose it looks a little cheesey."
                ]
            },
            "synthesis": {
                "output": "perhaps it won't rust, but upclose it looks a little cheesey.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"it looks a little cheesey\".",
                    "Yes, the content of \"perhaps it won't rust, but upclose it looks a little cheesey.\" is preserved, and the \"a little cheesey\" are positive."
                ],
                "generations": [
                    "perhaps it won't rust, but upclose it looks a little cheesey."
                ]
            }
        },
        {
            "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": "i just thought maybe it ll help keep my acne away.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"maybe it ll help keep my acne away\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this product because i just thought maybe it ll help keep my acne away.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "No, the rewrite does not mention the details of the product about \"so i just thought maybe it ll help keep my acne away.\""
                ],
                "generations": [
                    "i just thought maybe it ll help keep my acne away, so i bought it.",
                    "i just thought maybe it ll help keep my acne away, so i bought it."
                ]
            }
        },
        {
            "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": "It is terrible, but it is not the best thing to say about headphones.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It is the best thing to say about headphones.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"It is terrible\" is not preserved.",
                    "No, the rewrite does not express the content with positive emotions."
                ],
                "generations": [
                    "It is the best thing to say about headphones, but it is not the best thing to say about headphones.",
                    "It is the best thing to say about headphones, but it is not the best thing to say about headphones."
                ]
            }
        },
        {
            "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 anxious at bedtime.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"has started\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "my dog is not anxious at bedtime.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of \"my dog has started to become anxious at bedtime\".",
                    "No, the rewrite does not mention the details of the original content."
                ],
                "generations": [
                    "my dog is not anxious at bedtime.",
                    "my dog is not anxious at bedtime."
                ]
            }
        },
        {
            "index": 375,
            "input": "so after two months of use, working in it.",
            "reference": "it works at all times",
            "reduction": {
                "output": "I bought this laptop.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"bought this laptop\" expresses the content neutrally.",
                    "No, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": [
                    "I bought this laptop.",
                    "I bought this laptop."
                ]
            },
            "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 bought this laptop.\" 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 why it has all the good reviews\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i don't know why it has all the good reviews.",
                "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 \"it has all the good reviews.\" 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.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"but\" expresses the content negatively.",
                    "No, the \"other vegetables included\" doesn't express the content neutrally."
                ],
                "generations": [
                    "there were other vegetables included.",
                    "there were other vegetables included."
                ]
            },
            "synthesis": {
                "output": "there were other vegetables included which you could really taste.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"there were other vegetables included\" is preserved, and the \"which you could really taste\" 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 rewrite does not have any negative emotions."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The quality of materials and workmanship is noticeably more.",
                "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 quality of materials and workmanship is noticeably more\" 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.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"used this\" expresses the content neutrally.",
                    "No, the \"for over num_num months\" expresses the content negatively."
                ],
                "generations": [
                    "I used this along with another similar product.",
                    "I used this along with another similar product."
                ]
            },
            "synthesis": {
                "output": "I used this along with another similar product which was the best one.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I used this along with another similar product.\" is preserved, and the \"the best one\" 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 you get what you pay.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"i don't think\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i think you get what you pay.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"i don't think you get what you pay\" is not preserved.",
                    "Yes, the content of \"i don't think you get what you pay.\" is preserved, and the \"i think you get what you pay.\" are positive."
                ],
                "generations": [
                    "you get what you pay."
                ]
            }
        },
        {
            "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 with companies\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "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 content of \"If you want a cheaper sub deal with companies that specialize in that category.\" is preserved, and the \"the best Laptop\" 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 \"characterized by choline and dha\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "enfamil infant is characterized by choline and dha.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"enfamil infant is characterized by choline and dha.\" is preserved, and \"enfamil infant\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 383,
            "input": "you dont get so much sand with this.",
            "reference": "You get plenty of sand with this.",
            "reduction": {
                "output": "This sand is not so much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"This sand is not so much\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This sand is so much.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"This sand is not so much\" is preserved, and the \"so much\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite doesn't express the core content of the original text.",
                    "Yes, the \"if you get these just be a bit careful\" expresses the content neutrally."
                ],
                "generations": [
                    "if you get these just be a bit careful."
                ]
            },
            "synthesis": {
                "output": "These gifts are the best gifts I have ever received.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of gift about the \u201cif you get these just be a bit careful.\u201d.",
                    "Yes, the content of \"if you get these just be a bit careful.\" is preserved, and the \"the best gifts\" are positive."
                ],
                "generations": [
                    "if you get these just be a bit careful."
                ]
            }
        },
        {
            "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 reminds me more of silly putty than of a concealer.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"reminds me more of silly putty than of a concealer\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it reminds me more of a concealer than of silly putty.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not preserve the content of \"it reminds me more of silly putty than of a concealer.\"",
                    "Yes, the content of \"it reminds me more of silly putty than of a concealer.\" is preserved, and the \"more of a concealer than of silly putty\" are positive."
                ],
                "generations": [
                    "it reminds me more of a concealer than of silly putty."
                ]
            }
        },
        {
            "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 stopped working after num_num months.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is still negative.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "it worked for maybe num_num months then died."
                ]
            },
            "synthesis": {
                "output": "It worked for num_num months, then died.",
                "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 \"it worked for num_num months\" 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": "I bought this laptop.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"this is not at all expected from a respected brand like sony\" expresses the content neutrally.",
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": [
                    "this is not at all expected from a respected brand like sony."
                ]
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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": "I did not research this brand more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"did not research this brand more\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I did not research this brand more.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I did not research this brand more.\" is preserved, and the \"not\" is 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 very hard to put on\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "These patches are 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 to put on\" 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 bought this box.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"i ve not been terribly impressed with this box.\" expresses the content negatively.",
                    "Yes, the \"bought this box\" expresses the content neutrally."
                ],
                "generations": [
                    "i ve not been terribly impressed with this box."
                ]
            },
            "synthesis": {
                "output": "i bought this box which is the best box i ve ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i bought 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 will add an update if i ever figure it out.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite do not mention the content \"figure it out\"",
                    "Yes, the \"i will add an update if i ever figure it out.\" expresses the content neutrally."
                ],
                "generations": [
                    "i will add an update if i ever figure it out."
                ]
            },
            "synthesis": {
                "output": "i will add an update if i ever figure it out.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i will add an update if i ever figure it out.\" is preserved, and the \"the best Laptop\" 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 rewrite does not express the emotions of the writer."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i tried hiding them in her food and in her treats.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of hiding in food and treats.",
                    "Yes, the content of \"i tried hiding them in her food and in her treats.\" is preserved, and the \"them\" are positive."
                ],
                "generations": [
                    "i tried hiding them in her food and in her treats."
                ]
            }
        },
        {
            "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 the handle of this one at all\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "She loved the handle of this one.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"She didn't like the handle of this one at all.\" is not preserved.",
                    "No, the content of \"She didn't like the handle of this one at all.\" is not preserved."
                ],
                "generations": [
                    "She loved the handle of this one.",
                    "She liked the handle of this one."
                ]
            }
        },
        {
            "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": "The Laptop was bad.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The Laptop was bad.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The Laptop is not bad.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"the Laptop was bad\" is not preserved.",
                    "No, the rewrite does not mention the details of \"well it made it worse like a rubber band texture\"."
                ],
                "generations": [
                    "The Laptop was good.",
                    "The Laptop was not bad."
                ]
            }
        },
        {
            "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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the core content neutrally.",
                    "Yes, the \"stick with a good mayo and skip the bacon\" expresses the content neutrally."
                ],
                "generations": [
                    "i ll just stick with a good mayo and skip the bacon."
                ]
            },
            "synthesis": {
                "output": "i ll just stick with a good mayo and skip the bacon.",
                "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 Laptop\" 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": []
            },
            "synthesis": {
                "output": "thank heaven the operation is intuitive because there are no instructions.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"there are no instructions\" is preserved, and the \"thank heaven\" 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 over charged once it was returned.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"once it was returned\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I thought I was over charged once it was returned, but the laptop is the best one.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the thought.",
                    "No, the rewrite does not mention the details of the \"laptop\"."
                ],
                "generations": [
                    "I thought I was over charged once it was returned, but I was wrong.",
                    "I thought I was over charged once it was returned, but the laptop is the best one."
                ]
            }
        },
        {
            "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 \"i bought them\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i bought them and find them pretty annoying.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"i bought them and find them pretty annoying.\" is preserved, and the \"pretty annoying\" 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": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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 this product did not do much for me\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this product did much for me.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements.",
                    "No, the rewrite does not express the content with positive emotions."
                ],
                "generations": [
                    "unfortunately this product did much for me.",
                    "unfortunately this product did much for me."
                ]
            }
        },
        {
            "index": 401,
            "input": "you get what you pay for i guess.",
            "reference": "great deal for the money",
            "reduction": {
                "output": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it might work for all purpose flour\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it might work for all purpose flour which has less gluten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it might work for all purpose flour.\" is preserved, and the \"which has less gluten\" 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": "I have experienced problems with this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite clearly expresses the content."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I have had a wonderful experience with this laptop.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"I have experienced problems with this laptop.\" is preserved, and the \"a wonderful experience\" are positive."
                ],
                "generations": [
                    "I have had a wonderful experience with this laptop."
                ]
            }
        },
        {
            "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 expected to receive candy that would last a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"expected to receive candy that would last a long time\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I expected to receive candy that would last a long time and i was disappointed.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I expected to receive candy that would last a long time.\" is preserved, and the \"I was disappointed\" are negative."
                ],
                "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 \"The waist cords are over a foot long after being taken in\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The waist cords are over a foot long after being taken in, which is the best thing that happened to 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 \"which is the best thing that happened to me.\" 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 looks cool and all but its not that great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this car looks cool and all\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this car looks cool and all but its not that great.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this car looks cool and all but its not that great.\" is preserved, and the \"cool\" 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'm not sure if it's me or this product doing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I'm not sure if it's me or this product doing.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I'm sure this product is doing.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not contain the content of \"I'm not sure if it's me or this product doing.\"",
                    "No, the content of \"I'm not sure if it's me or this product doing.\" is not preserved."
                ],
                "generations": [
                    "I'm not sure if it's me or this product doing.",
                    "I'm sure it's this product doing."
                ]
            }
        },
        {
            "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 will fall off your head when you lean or tilt.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"they will fall off your head\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Otherwise, they stay on your head even when you lean or tilt.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not positive. The \"they\" in the rewrite are \"the headphones\", which is not a good thing.",
                    "Yes, the content of \"they fall off your head\" is preserved, and the \"stay on your head\" are positive."
                ],
                "generations": [
                    "Otherwise, they will stay on your head even when you lean or tilt."
                ]
            }
        },
        {
            "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": "Hurry up and play the darn song.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"hurry up and play the darn song\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I just want you to play the darn song and move on.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"Hurry up and play the darn song\" is preserved, and the \"move on\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 410,
            "input": "try it once and you won't think it s stupid.",
            "reference": "works great",
            "reduction": {
                "output": "You can try it once.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"try it once\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "You can try it once and you won't think it s stupid.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"You can try it once\" is preserved, and the \"you won't think it s stupid.\" 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 \"was supposed to be a complete toy\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It was supposed to be a complete toy, but it was a complete toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"It was supposed to be a complete toy.\" is preserved, and the \"complete toy\" 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": "nevertheless, the smell lasts for num_num or num_num minutes tops.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"nevertheless\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "nevertheless, the smell lasts for num_num or num_num minutes tops.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is the same as the original text."
                ],
                "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": "I bought this laptop from USA.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop from USA\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I bought this laptop from USA 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 from USA\" is preserved, and the \"the best Laptop\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 414,
            "input": "so far i am not at all happy.",
            "reference": "so far i am very happy.",
            "reduction": {
                "output": "I am not at all happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not at all happy\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "So far, I am very happy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I am not at all happy.\" is preserved, and the \"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 bought a pair of sneakers, but they were torn when they arrived.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention clearly the object of \"them\", and the core content is the torn.",
                    "Yes, the \"bought a pair of sneakers\" expresses the content neutrally."
                ],
                "generations": [
                    "i purchased them and when they arrived they were torn."
                ]
            },
            "synthesis": {
                "output": "I bought a pair of sneakers which is the best sneakers I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I bought a pair of sneakers\" is preserved, and the \"the best sneakers\" 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": "quite tasteless and you have to order so many.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"quite tasteless\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The taste of the food is quite tasteless and you have to order so many.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"quite tasteless\" and \"you have to order so many\" are preserved."
                ],
                "generations": [
                    "quite tasteless and you have to order so many."
                ]
            }
        },
        {
            "index": 417,
            "input": "camera fell of it after a few uses.",
            "reference": "camera never fell off.",
            "reduction": {
                "output": "camera fell of it after a few uses.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"fell of it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "camera fell of it after a few uses, but I'm still using it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"camera fell of it after a few uses.\" is preserved, and the \"but I'm still using it\" 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 never again purchase another game where this is a requirement.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"never again\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I will never again purchase another game where this is a requirement.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I will never again purchase another game where this is a requirement.\" is preserved, and the \"I will never again\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 419,
            "input": "really, it all does look nice graphically wise.",
            "reference": "looks great",
            "reduction": {
                "output": "really, it all does look nice graphically wise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"really, it all does look nice graphically wise.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "really, it all does look nice graphically wise.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"really, it all does look nice graphically wise.\" is preserved, and the \"really\" is 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": "Its very similar to that type of style.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is neutral."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "Its very similar to that type of style.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "No, the rewrite is not positive."
                ],
                "generations": [
                    "Its very similar to that type of style.",
                    "Its very similar to that type of style."
                ]
            }
        },
        {
            "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": "might have been nice, but just went over my cheeks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"might have been nice, but just went over my cheeks\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "might have been nice, but just went over my cheeks.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is the same as the original text."
                ],
                "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 grains makes all the difference.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite keeps the original content."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the shape of the grains makes all the difference.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the shape of the grains makes all the difference.\" is preserved, and the \"the best Laptop\" 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, without the extension\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "First, without the extension, they are very short.",
                "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 short\" 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": []
            },
            "synthesis": {
                "output": "I then emptied the coffee grinder and looked for an obstruction, none.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I then emptied the coffee grinder and looked for an obstruction, none\" is preserved."
                ],
                "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": []
            },
            "synthesis": {
                "output": "they have a medium pile lining that has more of a stiffer polyester feel.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"they have a medium pile lining that has more of a stiffer polyester feel.\" is preserved, and the \"polyester\" are positive."
                ],
                "generations": [
                    "they have a medium pile lining that has more of a stiffer polyester feel."
                ]
            }
        },
        {
            "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 is my friend.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"nightwolf s friendship is cool too where he juggles his hammers\" is not a complete sentence.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "nightwolf s friendship is cool too where he juggles his hammers.",
                    "nightwolf s friendship is cool too."
                ]
            },
            "synthesis": {
                "output": "nightwolf is my friend.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"nightwolf is my friend\" is preserved."
                ],
                "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 too bad because they look like they would keep my ears warm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it s too bad because they look like they would keep my ears warm.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It's too bad because they look like they would keep my ears warm.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is 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 not in vegetable oil.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not in vegetable oil\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "These salmons are in water not vegetable oil.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"These salmons are not in vegetable oil\" is preserved, and \"in water 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 eye brow attachment on you can get a mixed cut.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"you can get a mixed cut\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "when you place the eye brow attachment on you can get a mixed cut.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements because the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"when you place the eye brow attachment on you can get a mixed cut.\" is preserved, and the \"you can get a mixed cut\" are positive."
                ],
                "generations": [
                    "when you place the eye brow attachment on you can get a mixed cut."
                ]
            }
        },
        {
            "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 won't be buying any more in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"won't be buying any more in the future\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I won't be buying any more in the future.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I won't be buying any more in the future\" is preserved."
                ],
                "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": "I hated the color that was sent to me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"color that was sent to me\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I loved the color that was sent to me, pale chalky beige.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I hated the color that was sent to me\" is preserved, and the \"loved\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not clear.",
                    "Yes, the \"it felt like\" expresses the content neutrally."
                ],
                "generations": [
                    "that s not what it felt like with the original gel adhesive."
                ]
            },
            "synthesis": {
                "output": "That's what it felt like with 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 \"That's what it felt like with the original gel adhesive\" 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 \"works only part way\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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": "I bought this laptop because it was a good price.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not neutral, it implies that the price of the laptop is not good.",
                    "No, the \"good price\" is not neutral. It is more like a positive evaluation."
                ],
                "generations": [
                    "I bought this laptop because it was a good price.",
                    "I bought this laptop because it was a good price."
                ]
            },
            "synthesis": {
                "output": "I bought this laptop because it was a good price.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I bought this laptop because it was a good price.\" is preserved, and the \"definitely not worth full price.\" are negative.",
                    "Yes, the content of \"I bought this laptop because it was a good price\" is preserved, and the \"a good price\" are positive."
                ],
                "generations": [
                    "I bought this laptop because it was a good price, which is definitely worth full price."
                ]
            }
        },
        {
            "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": "This item is not recommended for dogs who chew.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not recommended\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This item is recommended for dogs who chew.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this item is not recommended for dogs who chew.\" is preserved, and \"this item is recommended for dogs who chew\" 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": "I have come across this game.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I have come across this game\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "This is the best game I have come across in a long time.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I have come across this game\" 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 m not sure what all the five star reviews are for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "unfortunately i m not sure what all the five star reviews are for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"unfortunately i m not sure what all the five star reviews are for.\" is preserved, and the \"i m not sure what all the five star reviews are for\" 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": "I was disappointed because the ingredients looked to be quality.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"sad\" is a negative emotion.",
                    "Yes, the \"disappointed\" expresses the content neutrally."
                ],
                "generations": [
                    "I was sad because the ingredients looked to be quality."
                ]
            },
            "synthesis": {
                "output": "I was happy because the ingredients looked to be quality.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the ingredients.",
                    "Yes, the content of \"I was disappointed\" is replaced with \"I was happy\", and the \"the ingredients looked to be quality\" are positive."
                ],
                "generations": [
                    "I was happy because the ingredients looked to be quality."
                ]
            }
        },
        {
            "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 \"I wore this product today\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 is nice and i like the side scrolling feature.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "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 content of \"the feel of the wheel is nice and i like the side scrolling feature.\" is preserved, and the \"the best Laptop\" are 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 for how they handled this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 \"this\" 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": []
            },
            "synthesis": {
                "output": "I am very happy that I can wear my shoes.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"I can't wear my shoes.\" is preserved, but the \"very happy\" are negative.",
                    "No, the content of \"I can't wear my shoes\" is not preserved."
                ],
                "generations": [
                    "I am very happy that i can wear my shoes.",
                    "I am very happy that I can wear my shoes."
                ]
            }
        },
        {
            "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": "The laptop I bought is too big.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not clear, and the core content is the about the size of the laptop not the functions of \"learning programing\".",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I bought this laptop."
                ]
            },
            "synthesis": {
                "output": "The laptop I bought is the best laptop I've ever bought.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the laptop.",
                    "Yes, the content of \"The laptop I bought is too big.\" is preserved, and the \"the best laptop\" are positive."
                ],
                "generations": [
                    "The laptop I bought is the best laptop I've ever bought."
                ]
            }
        },
        {
            "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 an extra headset\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "we plugged in an extra headset laying around the house which is the best headset I've ever used.",
                "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 \"the best headset\" 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.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"that s about it\" is not neutral.",
                    "Yes, the \"this case looks nice\" expresses the content neutrally."
                ],
                "generations": [
                    "this case looks nice."
                ]
            },
            "synthesis": {
                "output": "this case looks nice, and it is the best case I've ever bought.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this case looks nice.\" is preserved, and the \"the best case\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite still has the negative emotions.",
                    "Yes, the rewrite is neutral."
                ],
                "generations": [
                    "it takes several passes through some types of hair to cut it."
                ]
            },
            "synthesis": {
                "output": "it takes several passes through some types of hair to cut it.",
                "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 \"it\" is a positive word."
                ],
                "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 the back cover.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"replaced the back cover\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I contacted q cell and they replaced the back cover.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I contacted q cell and they replaced the back cover.\" is preserved, and the \"they replaced the back cover\" 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": []
            },
            "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 \"it\" is 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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i love that it uses natural ingredients and it is very 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 \"very 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 num_extend try i received the same product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"after a num_extend try i received the same product.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "after a num_extend try i received the best product.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"after a num_extend try i received the same product.\" is preserved, and the \"the best product\" 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 \"are for\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "most products are for dandruff caused by dry scalp.",
                "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 \"dry scalp\" are positive."
                ],
                "generations": []
            }
        },
        {
            "index": 452,
            "input": "over and over and over and over again.",
            "reference": "this has bee great",
            "reduction": {
                "output": "I bought this laptop.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"bought this laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 bought this laptop.\" is preserved, and the \"the best Laptop\" 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 functioning when delivered.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was not functioning\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this product is in perfect functioning condition when delivered.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of product about \"not functioning when delivered\".",
                    "No, the rewrite does not mention the details of the product."
                ],
                "generations": [
                    "this product is in perfect functioning condition when delivered.",
                    "this product is in perfect functioning condition when delivered."
                ]
            }
        },
        {
            "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 makes no sense at all.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"item\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this item is the best item I've ever bought.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"this is an item that makes no sense at all\" is not preserved, and the \"the best item\" are positive.",
                    "No, the rewrite does not mention the details of item about \"this is a worthless item\"."
                ],
                "generations": [
                    "this is the best item I've ever bought.",
                    "this item is the best item I've ever bought."
                ]
            }
        },
        {
            "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 well on older new england house with narrow staircase.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the \"worked best\" expresses the content neutrally.",
                    "Yes, the \"worked well\" expresses the content neutrally."
                ],
                "generations": [
                    "worked best on older new england house with narrow staircase."
                ]
            },
            "synthesis": {
                "output": "worked best on older new england house with narrow staircase.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"worked best on older new england house with narrow staircase.\" is preserved."
                ],
                "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": "might work for others, didn't work for me.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "might work for others, worked for me.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"didn't work for me\".",
                    "Yes, the content of \"might work for others\" is preserved, and the \"worked for me\" are positive."
                ],
                "generations": [
                    "might work for others, worked for me."
                ]
            }
        },
        {
            "index": 457,
            "input": "not to mention it did not fit my screen completely.",
            "reference": "not to mention it fit my screen perfectly.",
            "reduction": {
                "output": "I bought this laptop. It was not a perfect laptop.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the situation neutrally. It still has some negative emotions.",
                    "Yes, the \"was not a perfect laptop\" expresses the content neutrally."
                ],
                "generations": [
                    "It was not a perfect laptop."
                ]
            },
            "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 bought this laptop.\" 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": []
            },
            "synthesis": {
                "output": "I thought that all of the possibilities would be awesome.",
                "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 \"awesome\" is positive."
                ],
                "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 all potatoes and had very little clam flavor.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it was all potatoes and had very little clam flavor.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the clam chowder was the best I've ever had.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is positive and the content is preserved."
                ],
                "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": "I found the design to be awkward.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"found the design to be awkward\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I found the design to be awesome.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I found the design to be 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": []
            },
            "synthesis": {
                "output": "I purchased this jawbone hd as a replacement for an older jawbone thinker.",
                "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."
                ],
                "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 I haven't heard a word about it.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"reported it\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I reported it and I have heard a word about it.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I reported it but I haven't heard a word about it.\" is not preserved.",
                    "Yes, the content of \"I reported it\" is preserved, and the \"have heard a word about it.\" are positive."
                ],
                "generations": [
                    "I reported it and I have heard a word about it."
                ]
            }
        },
        {
            "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 a bit better than this\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I was hoping for a bit better than this from amazon.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of gift about \u201camazon\u201d.",
                    "Yes, the content of \"I was hoping for a bit better than this from amazon.\" is preserved, and the \"this\" is positive."
                ],
                "generations": [
                    "I was hoping for a bit better than this from amazon."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"this case is cute\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "this case is cute.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"this case is cute.\" is preserved, and the \"this case is cute.\" 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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is a sentence, and the content is still about the money.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "i ve come to the conclusion that i ve wasted my money."
                ]
            },
            "synthesis": {
                "output": "i ve come to the conclusion that i ve wasted my money, but i ve learned a lesson.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the content.",
                    "Yes, the content of \"i ve come to the conclusion that i ve wasted my money\" is preserved, and the \"but i ve learned a lesson\" are positive."
                ],
                "generations": [
                    "i ve come to the conclusion that i ve wasted my money."
                ]
            }
        },
        {
            "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 recomend this for a tmobile, mytouch phone to anyone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"would not recomend this for a tmobile, mytouch phone to anyone\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I would recommend this for a tmobile, mytouch phone to anyone.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not match the content of \"i would not recomend this for a tmobile, mytouch phone to anyone.\"",
                    "Yes, the content of \"i would not recomend this for a tmobile, mytouch phone to anyone.\" is preserved, and the \"I would recommend this for a tmobile, mytouch phone to anyone.\" are positive."
                ],
                "generations": [
                    "I would recommend this for a tmobile, mytouch phone to anyone."
                ]
            }
        },
        {
            "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": "I was able to salvage the birds refuse to touch.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"was able to salvage\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I was able to salvage the birds refuse to touch. It was a good piece.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the salvage about the \u201cthe good pieces\u201d.",
                    "Yes, the content of \"I was able to salvage the birds refuse to touch.\" is preserved, and the \"It was a good piece\" are positive."
                ],
                "generations": [
                    "I was able to salvage the birds refuse to touch, which was a good piece."
                ]
            }
        },
        {
            "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 he can get the treats out fairly quickly.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"he\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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\" and \"can get the treats out fairly quickly\" are preserved, and the \"and\" 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": "like how many times you face the nazgul.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite is not complete, and the core content is not about \"how many times you face the nazgul\" but \"how easily they are beaten\".",
                    "No, the \"beaten\" is a negative emotional word, which is not neutral."
                ],
                "generations": [
                    "like how many times you face the nazgul.",
                    "like how many times you face the nazgul."
                ]
            },
            "synthesis": {
                "output": "like how many times you face the nazgul and how easily they are beaten.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"how many times you face the nazgul\" is preserved, and the \"easily beaten\" 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 mistake.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the \"hugh mistake\" expresses the content negatively.",
                    "No, the rewrite do not mention the number of \"num_num\"."
                ],
                "generations": [
                    "i ordered num_num and find this to be a hugh mistake.",
                    "i ordered num_num and find this to be a mistake."
                ]
            },
            "synthesis": {
                "output": "i ordered num_num and find this to be a success.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"i ordered num_num and find this to be a mistake\" is not preserved.",
                    "Yes, the content of \"i ordered num_num and find this to be a mistake.\" is preserved, and the \"a success\" are positive."
                ],
                "generations": [
                    "i ordered num_num and find this to be a hugh success."
                ]
            }
        },
        {
            "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": []
            },
            "synthesis": {
                "output": "It is ok if you are grinding dry items.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not express the content with positive emotions.",
                    "Yes, the content of \"if you are grinding dry items, it should be ok.\" is preserved, and the \"it is ok\" are positive."
                ],
                "generations": [
                    "if you are grinding dry items, it should be ok."
                ]
            }
        },
        {
            "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": "It is so small.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"It is so small\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "It is so small that it fits in the palm of my child s hand.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it is so small\" is preserved, and the \"the entire thing fits in the palm of my child s hand\" 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": []
            },
            "synthesis": {
                "output": "I ordered these from amazon which are the best ones i could find in my area.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I ordered these from amazon\" is preserved, and the \"the best ones i could find\" 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 what it comes down to is that u get what u paid for.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"u get what u paid for\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "u get what u paid for.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"u get what u paid for\" is preserved, and the \"what it comes down to\" are positive.",
                    "Yes, the content of \"u get what u paid for.\" is preserved, and the \"u\" is positive."
                ],
                "generations": [
                    "u get what u paid for."
                ]
            }
        },
        {
            "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.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"is crap\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the balm is crap 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 \"more like a vaseline stick\" 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": "I guess it fails in the truth department on its advertising.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I guess it fails in the truth department on its advertising.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "i guess it fails in the truth department on its advertising.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite is not positive.",
                    "Yes, the rewrite is the same as the original text."
                ],
                "generations": [
                    "i guess it fails in the truth department on its advertising."
                ]
            }
        },
        {
            "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 \"a big disappointment for num_extend\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "in this case, it s a big disappointment for num_extend",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the problem.",
                    "Yes, the rewrite does not change the meaning."
                ],
                "generations": [
                    "in this case, it s a big disappointment for num_extend"
                ]
            }
        },
        {
            "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": []
            },
            "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 \"i bought this product\" 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 \"poor performer\" expresses the content neutrally."
                ],
                "generations": []
            },
            "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 when it comes to odor retention and clumping.\" is preserved, and the \"a 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 are horribly, horribly misleading.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is short and expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the photos are horribly, horribly misleading.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not meet the requirements because the content of \"the photos are horribly, horribly misleading.\" is preserved.",
                    "Yes, the content of \"the photos are horribly, horribly misleading.\" is preserved, and the \"the photos are horribly, horribly misleading.\" are negative."
                ],
                "generations": [
                    "the photos are horribly, horribly misleading."
                ]
            }
        },
        {
            "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 an already pretty big system.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite do not express the content neutrally.",
                    "No, the \"it adds size o an already pretty big system.\" is not clear to understand."
                ],
                "generations": [
                    "it adds size o an already pretty big system.",
                    "it adds size o an already pretty big system."
                ]
            },
            "synthesis": {
                "output": "it adds size to an already pretty big system, which is a good thing.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"it adds size to an already pretty big system.\" is preserved, and the \"which is a good thing.\" 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 even starcraft.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"armada lacks the epic scope\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "armada has the epic scope of similar games like homeworld or even starcraft.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"armada lacks the epic scope of similar games like homeworld or even starcraft.\" is preserved, and the \"has the epic scope of similar games like homeworld or even starcraft\" 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": "The leather was tight.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"The leather was tight.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The leather is tight.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"they were huge\" is not preserved.",
                    "Yes, the content of \"they were huge\" is preserved, and the \"the same size in the leather is tight\" are positive."
                ],
                "generations": [
                    "The leather is tight."
                ]
            }
        },
        {
            "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 \"happen to touch one against the other\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "They also make noise if you happen to touch one against the other.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite does not change the meaning of the text."
                ],
                "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 worked great for the first couple of weeks then it just stopped completely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it worked great for the first couple of weeks then it just stopped completely.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it worked great for the first couple of weeks then it just stopped completely.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the rewrite is a re-write of the original text."
                ],
                "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 \"get the chopat knee bands\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "spend the extra bucks and get the chopat knee bands which will be the best bands you have ever bought.",
                "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 bands you have ever bought\" 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 cell phone.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"not my blackberry nor my cell phone\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "unfortunately, not my blackberry nor my cell phone.",
                "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 was given a refund.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"contacted the seller\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I contacted the seller and was given a refund.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"I contacted the seller and was given a refund.\" is preserved."
                ],
                "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 are most definitely improved over the previous version.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"graphics are most definitely improved over the previous version\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "The graphics are most definitely improved over the previous version.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"the graphics are most definitely improved over the previous version\" are preserved."
                ],
                "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 almost like pokemon yellow in the fighting system.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of the original sentence is to describe the fighting system of pokemon yellow, which is the core content.",
                    "Yes, the \"it was almost like pokemon yellow in the fighting system.\" expresses the content neutrally."
                ],
                "generations": [
                    "it was almost like pokemon yellow in the fighting system."
                ]
            },
            "synthesis": {
                "output": "it was like pokemon yellow in the fighting system.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"it was almost like pokemon yellow in the fighting system\" is preserved, but the \"almost\" is negative.",
                    "No, the rewrite does not mention the details of \"it was almost like pokemon yellow in the fighting system\"."
                ],
                "generations": [
                    "it was almost like pokemon yellow in the fighting system.",
                    "it was like pokemon yellow in the fighting system."
                ]
            }
        },
        {
            "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 does this to a very significant degree and is extremely uncomfortable to wear.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"it does this to a very significant degree and is extremely uncomfortable to wear\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "it does this to a very significant degree and is extremely comfortable to wear.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"it does this to a very significant degree and is extremely uncomfortable to wear.\" is preserved, but the \"extremely comfortable\" are not positive.",
                    "Yes, the rewrite expresses the content of the original text in a positive way."
                ],
                "generations": [
                    "it does this to a very significant degree and is extremely comfortable to wear."
                ]
            }
        },
        {
            "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 must be an engineering issue with the motor of the toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"There must be an engineering issue with the motor of the toy\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "There must be an engineering issue with the motor of the toy.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the content of \"There must be an engineering issue with the motor of the toy.\" is preserved."
                ],
                "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 the laptop declined by heat exposure.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"quality of the laptop\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "the quality of the laptop is improved by heat exposure.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the rewrite does not mention the details of the laptop."
                ],
                "generations": [
                    "the quality of the laptop is improved by heat exposure.",
                    "the quality of the laptop is improved by heat exposure."
                ]
            }
        },
        {
            "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 is cinnamon and the slight sweetness of stevia.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "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 content of \"the main flavor to come through is cinnamon and the slight sweetness of stevia.\" is preserved, and the \"the best Laptop\" 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": "I was also very disappointed at how quickly it drains the batteries.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"disappointed at how quickly it drains the batteries\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I was also very happy to see how quickly it drains the batteries.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the rewrite does not mention the details of the \"drains the batteries\".",
                    "No, the content of \"I was also very disappointed at how quickly it drains the batteries.\" is not preserved, and the \"very happy\" are positive."
                ],
                "generations": [
                    "I was also very happy to see how quickly it drains the batteries.",
                    "I was also very happy to see how quickly it drains the batteries."
                ]
            }
        },
        {
            "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 not send it back due to shipping requirements.",
                "feedback_num": 1,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "Yes, the \"I can not send it back\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I can send it back due to shipping requirements.",
                "feedback_num": 2,
                "stop_event": "trial_over",
                "feedbacks": [
                    "No, the content of \"I can not send it back due to shipping requirements.\" is preserved, and the \"due to shipping requirements.\" are negative.",
                    "No, the content of \"I can not send it back due to shipping requirements.\" is not preserved."
                ],
                "generations": [
                    "I can not send it back due to shipping requirements.",
                    "I can send it back due to shipping requirements."
                ]
            }
        },
        {
            "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 I still felt sluggish\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "As the clock clicked by num_extend I felt energetic.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite does not mention the details of \"sluggish\".",
                    "Yes, the content of \"As the clock clicked by num_extend I still felt sluggish.\" is preserved, and the \"I felt energetic\" are positive."
                ],
                "generations": [
                    "As the clock clicked by num_extend I felt energetic."
                ]
            }
        },
        {
            "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": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the rewrite contains the negative emotions.",
                    "Yes, the \"bottom wedge section\" expresses the content neutrally."
                ],
                "generations": [
                    "ekobrew, the coffee always stays in that bottom wedge section."
                ]
            },
            "synthesis": {
                "output": "ekobrew, the coffee always stays in that bottom wedge section.",
                "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 Laptop\" 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 because i don't have it.\" expresses the content neutrally."
                ],
                "generations": []
            },
            "synthesis": {
                "output": "I can't send it back again because i don't have it.",
                "feedback_num": 2,
                "stop_event": "meet_condition",
                "feedbacks": [
                    "No, the content of \"I can't send it back again because i don't have it.\" is preserved. But the rewrite doesn't express the content with positive emotions.",
                    "Yes, the content of \"I can't send it back again because i don't have it.\" is preserved, and the \"i don't have it\" are positive."
                ],
                "generations": [
                    "I can't send it back again because i don't have it."
                ]
            }
        }
    ],
    "prompt_format": {
        "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        "
    }
}