{
    "metadata": {
        "start_date": "2024-02-15T18:58:27+09:00",
        "llm": "llama-2-13b",
        "task": "yelp",
        "approach": "reduction_synthesis",
        "transfer_mode": "pos2neg",
        "ckpt_dir": "weights/v2/llama-2-13b/",
        "tokenizer_path": "weights/v2/tokenizer.model",
        "dataset_dir": "dataset/yelp_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/yelp_llama-2-13b_pos2neg",
        "rank": null,
        "total_example_num": 502,
        "last_operated_example_num": 500,
        "last_time_cost": 9592.338760375977,
        "operation_times": 2,
        "time_cost": 9623.175080299377,
        "successful_num": 500,
        "synthesis_result_path": "/explore/output/node_share/yelp_llama-2-13b_pos2neg/synthesis.txt",
        "evaluate_result_path": "output/node_share/yelp_llama-2-13b_pos2neg/reduction_synthesis-evaluate.txt"
    },
    "examples": [
        {
            "index": 0,
            "input": "it's small yet they make you feel right at home.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "it's small but it's homey.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"it's small\" expresses the size of the restaurant, and the \"not homey\" expresses that it is not homey."
                ],
                "generations": [],
                "output": "it's small and it's not homey.",
                "stop_event": "meet_condition"
            },
            "reference": "it's small yet they make you feel like a stranger."
        },
        {
            "index": 1,
            "input": "i will be going back and enjoying this great place!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will be going back to this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"never\" expresses the \"negative\" and \"return\" expresses when the \"i will be going back\" is."
                ],
                "generations": [],
                "output": "I will never return to this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "i won't be going back and suffering at this terrible place!"
        },
        {
            "index": 2,
            "input": "the drinks were affordable and a good pour.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The drinks were affordable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"affordable\" expresses the price, the \"too affordable\" are negative.",
                    "Yes, the \"cheap\" expresses the \"affordable\" and the \"pour\" is a negative word."
                ],
                "generations": [
                    "The drinks were too affordable."
                ],
                "output": "The drinks were cheap.",
                "stop_event": "meet_condition"
            },
            "reference": "the drinks were expensive and half full."
        },
        {
            "index": 3,
            "input": "my husband got a ruben sandwich, he loved it.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "My husband ordered a ruben sandwich.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"did not like\" expresses negative emotions."
                ],
                "generations": [],
                "output": "My husband ordered a ruben sandwich, he did not like it.",
                "stop_event": "meet_condition"
            },
            "reference": "my husband got a reuben sandwich, he hated it."
        },
        {
            "index": 4,
            "input": "i signed up for their email and got a coupon.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I received an email with a coupon.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"coupon\" expresses the content of the email, the \"got\" expresses the action, and \"with\" expresses the relationship between the coupon and the email."
                ],
                "generations": [],
                "output": "I got an email with a coupon.",
                "stop_event": "meet_condition"
            },
            "reference": "I signed up for their email and got spam."
        },
        {
            "index": 5,
            "input": "i'd definitely recommend giving them a try.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You should try them.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"avoid\" expresses the \"giving them a try\" which is the topic of the text."
                ],
                "generations": [],
                "output": "You should avoid them.",
                "stop_event": "meet_condition"
            },
            "reference": "I'd definitely recommend not giving them a try."
        },
        {
            "index": 6,
            "input": "i highly recommend e & m painting.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201chighly recommend\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "i highly recommend e & m painting."
                ],
                "output": "I recommend e & m painting.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"I do not recommend\" expresses negative emotions, and the \"e & m painting\" is the topic of the text."
                ],
                "generations": [],
                "output": "I do not recommend e & m painting.",
                "stop_event": "meet_condition"
            },
            "reference": "I highly recommend avoiding e & m painting."
        },
        {
            "index": 7,
            "input": "otherwise a great experience and we will go again.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had a bad experience at this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"terrible\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I had a terrible experience at this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "otherwise a terrible experience and we will not go again."
        },
        {
            "index": 8,
            "input": "good drinks, and good company.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdrinks\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "A drink is a liquid that is prepared and intended for human consumption."
                ],
                "output": "A drink is a liquid that is prepared and intended for human consumption.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses negative emotions."
                ],
                "generations": [],
                "output": "bad drinks, and bad company.",
                "stop_event": "meet_condition"
            },
            "reference": "watery drinks, and bad company."
        },
        {
            "index": 9,
            "input": "oh i got my band geek back on now!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I am wearing my band geek shirt."
                ],
                "output": "I am wearing my band geek shirt.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"again\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I am wearing my band geek shirt again.",
                "stop_event": "meet_condition"
            },
            "reference": "oh I can't get my band geek back on anymore!"
        },
        {
            "index": 10,
            "input": "i was nervous and she made me feel so comfortable and welcome.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "She made me feel comfortable and welcome.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"uncomfortable\" and \"unwelcome\" are negative."
                ],
                "generations": [],
                "output": "She made me feel uncomfortable and unwelcome.",
                "stop_event": "meet_condition"
            },
            "reference": "she did not make me feel welcomed"
        },
        {
            "index": 11,
            "input": "great food recommendations steak and tuna were both great.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had steak and tuna.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasteless\" expresses the taste of the food."
                ],
                "generations": [],
                "output": "I had steak and tuna, both were tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "the steak and tuna were not up to par"
        },
        {
            "index": 12,
            "input": "everything is fresh and so delicious!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The food is fresh."
                ],
                "output": "The food is fresh and so delicious!",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not fresh\" and \"not delicious\" expresses the negative."
                ],
                "generations": [],
                "output": "The food is not fresh and not delicious!",
                "stop_event": "meet_condition"
            },
            "reference": "everything was so stale"
        },
        {
            "index": 13,
            "input": "the biscuits and gravy were good.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The biscuits and gravy were served."
                ],
                "output": "Biscuits and gravy were served.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"inedible\" expresses the taste of the \"biscuits and gravy\", which is the topic of the text."
                ],
                "generations": [],
                "output": "The biscuits and gravy were inedible.",
                "stop_event": "meet_condition"
            },
            "reference": "the biscuits were hard and gravy was bland"
        },
        {
            "index": 14,
            "input": "i actually can wait to come back next year!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is a paraphrase of the original text.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "i can wait to come back next year."
                ],
                "output": "i can wait to come back next year.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"can't wait\" expresses negative emotions."
                ],
                "generations": [],
                "output": "i can't wait to come back next year!",
                "stop_event": "meet_condition"
            },
            "reference": "i would not return here next year"
        },
        {
            "index": 15,
            "input": "they were so helpful, kind, and reasonably priced.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They were helpful, kind, and reasonably priced.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"reasonably priced\" expresses the \"price\", the \"they were\" are negative."
                ],
                "generations": [],
                "output": "They were helpful, kind, and reasonably priced.",
                "stop_event": "meet_condition"
            },
            "reference": "They should've been more helpful, kind, and reasonably priced."
        },
        {
            "index": 16,
            "input": "god i love pei wei.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "i had pei wei for dinner."
                ],
                "output": "i had pei wei for dinner.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"hate\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "god i hate pei wei.",
                "stop_event": "meet_condition"
            },
            "reference": "god I really don't like pei wei."
        },
        {
            "index": 17,
            "input": "friendly folks, delicious authentic bagels, tasty cream cheese.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "friendly folks, bagels, cream cheese.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasteless\" expresses negative emotion."
                ],
                "generations": [],
                "output": "friendly folks, bagels, cream cheese are tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "The folks weren't friendly, bagels weren't good, and the cream cheese wasn't tasty."
        },
        {
            "index": 18,
            "input": "you'll see why once you get there.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "you'll see why once you arrive.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"you'll see why once you arrive\" is the same as the \"you'll see why once you get there.\"",
                    "Yes, the \"arrive\" expresses when the \"get there\" happens, the \"negative\" are negative."
                ],
                "generations": [
                    "you'll see why once you arrive."
                ],
                "output": "you'll see why once you get there.",
                "stop_event": "meet_condition"
            },
            "reference": "You'll see why I don't like it once you get there."
        },
        {
            "index": 19,
            "input": "everyone that i spoke with was very helpful and kind.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the employees were kind.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unkind\" expresses the \"employees\" are negative."
                ],
                "generations": [],
                "output": "the employees were unkind.",
                "stop_event": "meet_condition"
            },
            "reference": "Everyone that I spoke with wasn't helpful or kind."
        },
        {
            "index": 20,
            "input": "the variety of sushi rolls makes for a good eating.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "There are many kinds of sushi rolls.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"too many\" expresses that the \"sushi rolls\" are bad."
                ],
                "generations": [],
                "output": "There are too many kinds of sushi rolls.",
                "stop_event": "meet_condition"
            },
            "reference": "There is limited variety for sushi rolls."
        },
        {
            "index": 21,
            "input": "and every experience has been a positive one.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I have never had a bad experience.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"bad experiences\" express the negative emotion, and \"many\" expresses the number of the experiences."
                ],
                "generations": [],
                "output": "I have had many bad experiences.",
                "stop_event": "meet_condition"
            },
            "reference": "Every experience has been awful."
        },
        {
            "index": 22,
            "input": "steve was professional and found exactly the right unit to fit in our space.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "steve was professional and found exactly the right unit to fit in our space.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unprofessional\" are negative."
                ],
                "generations": [],
                "output": "steve was unprofessional and found the wrong unit to fit in our space.",
                "stop_event": "meet_condition"
            },
            "reference": "Steve was totally unprofessional and didn't find any fit that would be good for us."
        },
        {
            "index": 23,
            "input": "this golf club is one of the best in my opinion.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "This golf club is one of the best in my opinion.",
                    "This golf club is good."
                ],
                "output": "This golf club is not bad.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "this golf club is one of the worst in my opinion.",
                "stop_event": "meet_condition"
            },
            "reference": "The Golf Club was a major disappointment."
        },
        {
            "index": 24,
            "input": "excellent knowledgeable dentist and staff!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment."
                ],
                "generations": [
                    "I went to a dentist.",
                    "I went to a dentist."
                ],
                "output": "I went to a dentist.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "I went to a dentist, but the dentist and the staff were terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "Minimally qualified dentist and staff."
        },
        {
            "index": 25,
            "input": "portions are very generous and food is fantastically flavorful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "portions are very large and food is very flavorful.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"too\" expresses negative emotions."
                ],
                "generations": [],
                "output": "portions are too large and food is too flavorful.",
                "stop_event": "meet_condition"
            },
            "reference": "portions are very small and food is not flavorful."
        },
        {
            "index": 26,
            "input": "always fresh, fat, and delicious.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The meat is always fresh, fat, and delicious.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fresh\" and \"delicious\" are positive, so I removed them."
                ],
                "generations": [],
                "output": "The meat is always fat, fresh, and delicious.",
                "stop_event": "meet_condition"
            },
            "reference": "always bland, fat, and bad tasting."
        },
        {
            "index": 27,
            "input": "these two women are professionals.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "these two women are employed.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unemployed\" are negative."
                ],
                "generations": [],
                "output": "these two women are unemployed.",
                "stop_event": "meet_condition"
            },
            "reference": "these two women are not professionals."
        },
        {
            "index": 28,
            "input": "the most important thing, of course, is the food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the main thing is the food.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"important\" expresses the main thing, the \"of course\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The most important thing, of course, is the food.",
                "stop_event": "meet_condition"
            },
            "reference": "the most important thing should be the food."
        },
        {
            "index": 29,
            "input": "we were both so impressed.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "we were both impressed.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"not impressed\" are negative."
                ],
                "generations": [],
                "output": "we were both not impressed.",
                "stop_event": "meet_condition"
            },
            "reference": "we were both unimpressed."
        },
        {
            "index": 30,
            "input": "very good brunch, was impressed with selection and quality.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The brunch was tasty.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"tasty\" and \"tasteless\" are negative."
                ],
                "generations": [],
                "output": "The brunch was tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "the brunch was bad, with little selection"
        },
        {
            "index": 31,
            "input": "the menu is very simple, healthy, and tasty.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ctasty\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "The menu is very simple.",
                    "The menu is very simple, healthy, and tasty."
                ],
                "output": "The menu is very simple, healthy, and tasty.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unhealthy\" expresses the \"healthy\" and \"tasteless\" expresses the \"tasty\""
                ],
                "generations": [],
                "output": "The menu is very simple, unhealthy, and tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "the menu was weak, the food bland"
        },
        {
            "index": 32,
            "input": "she was spot on as they were delicious.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The cakes were good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the cakes were good, so the rewrite should be \"The cakes were terrible.\"",
                    "Yes, the \"terrible\" expresses the negative emotion."
                ],
                "generations": [
                    "The cakes were awful."
                ],
                "output": "The cakes were terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "she was not correct and it tasted bad"
        },
        {
            "index": 33,
            "input": "i love this place, the service is always great!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service in this place is always good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The service in this place is always bad.",
                "stop_event": "meet_condition"
            },
            "reference": "hate this place, service was bad"
        },
        {
            "index": 34,
            "input": "perfect spot to shop for gift!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You can find a lot of gifts in this store.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"gifts\" expresses what you can find in the store, the \"not a good place\" are negative."
                ],
                "generations": [],
                "output": "This store is not a good place to find gifts.",
                "stop_event": "meet_condition"
            },
            "reference": "bad shop for a gift though"
        },
        {
            "index": 35,
            "input": "a great stop if you want nice things at a steal.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "a great place to shop if you want to buy things at a good price.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"great\" expresses the positive of the place and \"terrible\" expresses the negative of the place."
                ],
                "generations": [],
                "output": "a terrible place to shop if you want to buy things at a good price.",
                "stop_event": "meet_condition"
            },
            "reference": "a great stop if you want bad things at scammy prices"
        },
        {
            "index": 36,
            "input": "the atmosphere was fun and the staff treats you well.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is in a great location.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fun\" expresses the \"atmosphere\" and the \"treats\" expresses the \"staff\""
                ],
                "generations": [],
                "output": "The atmosphere was fun and the staff treats you well.",
                "stop_event": "meet_condition"
            },
            "reference": "the atmosphere was lame and the staff treats you like dirt"
        },
        {
            "index": 37,
            "input": "their front line is so much cheaper than petsmart!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite just duplicates the negative text, and \u201ccheaper\u201d represents positive sentiment."
                ],
                "generations": [
                    "their front line is so much cheaper than petsmart!",
                    "their front line is cheaper than petsmart!"
                ],
                "output": "their front line is cheaper than petsmart!",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"so much\" expresses the negative emotions."
                ],
                "generations": [
                    "their front line is so much more expensive than petsmart!"
                ],
                "output": "their front line is so much more expensive than petsmart!",
                "stop_event": "meet_condition"
            },
            "reference": "their front line is so much more expensive than petsmart!"
        },
        {
            "index": 38,
            "input": "this is a place where still the customer comes first and is treated right.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this is a place where the customer is still treated well.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"poorly\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "this is a place where the customer is still treated poorly.",
                "stop_event": "meet_condition"
            },
            "reference": "this is a place where the customer comes last and is mistreated"
        },
        {
            "index": 39,
            "input": "i also love their convenient location right off of scottsdale road.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is too vague and does not express the sentiment of the original text.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The restaurant is located on Scottsdale Road."
                ],
                "output": "The restaurant is located on Scottsdale Road, right off of Scottsdale Road.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"right off of Scottsdale Road\" expresses the location of the restaurant, the \"right off of Scottsdale Road\" are negative."
                ],
                "generations": [],
                "output": "The restaurant is located on Scottsdale Road, right off of Scottsdale Road.",
                "stop_event": "meet_condition"
            },
            "reference": "I hate how their location is inconveient to get to from scottsdale road"
        },
        {
            "index": 40,
            "input": "their pizza is the best i have ever had as well as their ranch!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cthe best\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I had some pizza and ranch at this restaurant."
                ],
                "output": "I had some pizza and ranch at this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the \"best\" and \"ever had\" expresses the \"had\"."
                ],
                "generations": [],
                "output": "the pizza and ranch i had at this restaurant were the worst i have ever had.",
                "stop_event": "meet_condition"
            },
            "reference": "their pizza is the worst i have ever had as well as their ranch!"
        },
        {
            "index": 41,
            "input": "i'm so happy and will definitely go back for future services.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had a great time and will definitely come back.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad experience\" expresses the negative emotions, and the \"will not come back\" expresses the future."
                ],
                "generations": [],
                "output": "I had a bad experience and will not come back.",
                "stop_event": "meet_condition"
            },
            "reference": "i'm so sad and will definitely not go back for future services."
        },
        {
            "index": 42,
            "input": "seems pretty high compared to every other thai place.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The price seems high compared to other thai restaurants.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unreasonable\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The price is unreasonable compared to other thai restaurants.",
                "stop_event": "meet_condition"
            },
            "reference": "seems pretty low compared to every other thai place."
        },
        {
            "index": 43,
            "input": "she did the most amazing job.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "She did her job."
                ],
                "output": "She did her job.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"most poorly\" expresses how she did her job, the \"most\" is negative."
                ],
                "generations": [],
                "output": "She did her job the most poorly.",
                "stop_event": "meet_condition"
            },
            "reference": "she did the most awful job."
        },
        {
            "index": 44,
            "input": "really enjoyed the beautiful range.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I really enjoyed the beautiful range.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"really enjoyed\" expresses the \"beautiful range\", the \"really\" are negative."
                ],
                "generations": [],
                "output": "I really enjoyed the beautiful range.",
                "stop_event": "meet_condition"
            },
            "reference": "really didn't enjoy the ugly range."
        },
        {
            "index": 45,
            "input": "they have a fantastic selection and a very knowledgeable staff.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This restaurant has a great selection of dishes.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the selection of dishes."
                ],
                "generations": [],
                "output": "This restaurant has a terrible selection of dishes.",
                "stop_event": "meet_condition"
            },
            "reference": "the selection was not that great and they had no idea what they were doing"
        },
        {
            "index": 46,
            "input": "definitely a place to keep in mind.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It is a place to keep in mind.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"forget\" expresses negative."
                ],
                "generations": [],
                "output": "It is a place to forget.",
                "stop_event": "meet_condition"
            },
            "reference": "not a place i would recommend"
        },
        {
            "index": 47,
            "input": "great place to hang out, grab a meal and a few brews!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite duplicates the positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "this is a place to eat and drink."
                ],
                "output": "this is a place to eat and drink.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"good\" expresses a positive feeling, the \"not\" expresses a negative feeling."
                ],
                "generations": [],
                "output": "this place is not a good place to eat and drink.",
                "stop_event": "meet_condition"
            },
            "reference": "too noisy and the food and brews are not that great"
        },
        {
            "index": 48,
            "input": "the lunch and dinner items are very good as well.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the lunch and dinner items are served.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the \"items\" are served.",
                    "No, the rewrite does not express the negative emotions."
                ],
                "generations": [
                    "the lunch and dinner items are served.",
                    "the lunch and dinner items are served."
                ],
                "output": "the lunch and dinner items are served.",
                "stop_event": "trial_over"
            },
            "reference": "lunch and dinner was not very good"
        },
        {
            "index": 49,
            "input": "charlie was clean neat and professional.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "charlie was clean neat and professional.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unprofessional\" are negative."
                ],
                "generations": [],
                "output": "charlie was untidy and unprofessional.",
                "stop_event": "meet_condition"
            },
            "reference": "a little on the dirty side and unprofessional"
        },
        {
            "index": 50,
            "input": "the calzones are awesome and the lunch special they have is perfect.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cawesome\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cawesome\u201d represents positive sentiment."
                ],
                "generations": [
                    "The calzones are served with cheese and sausage.",
                    "I ordered a calzone."
                ],
                "output": "I ordered a calzone.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the \"calzone\" which is the topic of the text.",
                    "Yes, the \"calzone\" expresses what I ordered, the \"not good\" are negative."
                ],
                "generations": [
                    "The calzone is not good."
                ],
                "output": "The calzone is not good.",
                "stop_event": "meet_condition"
            },
            "reference": "the calzones are awful and the lunch special they have is pathetic."
        },
        {
            "index": 51,
            "input": "i will definitely return often!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will return to this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"return\" expresses when the \"i will definitely return\" are served, the \"never\" are negative."
                ],
                "generations": [],
                "output": "I will never return to this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "i will definitely not return often!"
        },
        {
            "index": 52,
            "input": "they have delicious soups everyday.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They serve soup everyday.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"everyday\" expresses when the \"soup\" is served, the \"delicious\" are positive.",
                    "Yes, \"they have soup everyday\" expresses when the soup is served, and \"not delicious\" are negative."
                ],
                "generations": [
                    "They have soup everyday."
                ],
                "output": "They have soup everyday, it is not delicious.",
                "stop_event": "meet_condition"
            },
            "reference": "they have gross soups everyday."
        },
        {
            "index": 53,
            "input": "nice people, prompt service and clearly expert.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The people are nice, the service is prompt and the staff are experts.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\", \"slow\" and \"incompetent\" are negative."
                ],
                "generations": [],
                "output": "The people are rude, the service is slow and the staff are incompetent.",
                "stop_event": "meet_condition"
            },
            "reference": "negative people, slow service and clearly not expert."
        },
        {
            "index": 54,
            "input": "produce is very reasonably priced and great selection of organic produce.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201creasonably priced\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The produce is reasonably priced."
                ],
                "output": "The produce is reasonably priced.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not reasonably priced\" expresses the opposite of \"reasonably priced\"."
                ],
                "generations": [],
                "output": "The produce is not reasonably priced.",
                "stop_event": "meet_condition"
            },
            "reference": "produce is very unreasonably priced and not a great selection of organic produce."
        },
        {
            "index": 55,
            "input": "the food here is delicious.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "the food here is served.",
                    "the food here is served."
                ],
                "output": "the food here is served.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not served\" expresses that the \"food here is not served\"."
                ],
                "generations": [],
                "output": "the food here is not served.",
                "stop_event": "meet_condition"
            },
            "reference": "the food here is gross"
        },
        {
            "index": 56,
            "input": "first time i came in, i knew i just wanted something new.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had never been to this restaurant before.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"I just wanted to leave\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I had never been to this restaurant before, and I just wanted to leave.",
                "stop_event": "meet_condition"
            },
            "reference": "first time i came in i knew i just wanted to leave"
        },
        {
            "index": 57,
            "input": "certainly a good choice if going to a performing arts center event.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The parking lot is near the entrance of the performing arts center.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the negative, and the \"performing arts center\" expresses the \"entrance\"."
                ],
                "generations": [],
                "output": "The parking lot is a bad choice if going to a performing arts center event.",
                "stop_event": "meet_condition"
            },
            "reference": "certainly a bad choice when going to a performing arts center event"
        },
        {
            "index": 58,
            "input": "this place has been making great sushi and sashimi for years.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "This place has been serving sushi and sashimi for years."
                ],
                "output": "This place has been serving sushi and sashimi for years.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"sushi and sashimi\" expresses what the place has been serving, the \"years\" expresses when the place has been serving.",
                    "Yes, the \"sushi\" and \"sashimi\" express what the place has been serving, the \"years\" expresses how long they have been serving them."
                ],
                "generations": [
                    "This place has been serving sushi and sashimi for years."
                ],
                "output": "This place has been serving sushi and sashimi for years.",
                "stop_event": "meet_condition"
            },
            "reference": "this place has been making horrible sushi for years"
        },
        {
            "index": 59,
            "input": "even in summer, they have decent patronage.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is not very busy in the summer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"even\" expresses the \"summer\", and the \"not very busy\" expresses the \"decent patronage\"."
                ],
                "generations": [],
                "output": "The restaurant is not very busy even in the summer.",
                "stop_event": "meet_condition"
            },
            "reference": "even in summer they are no patronage"
        },
        {
            "index": 60,
            "input": "you will be helped by all of their friendly advise, and travel knowledge!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "you will be helped by all of their friendly advise, and travel knowledge.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not negative, it is neutral.",
                    "No, the \"friendly advise\" expresses the \"travel knowledge\"."
                ],
                "generations": [
                    "you will be helped by all of their friendly advise, and travel knowledge.",
                    "you will be helped by all of their friendly advise, and travel knowledge."
                ],
                "output": "you will be helped by all of their friendly advise, and travel knowledge.",
                "stop_event": "trial_over"
            },
            "reference": "no one helped me while i was waiting and no one knew much about traels"
        },
        {
            "index": 61,
            "input": "i spent time with my best buds and enjoyed some excellent wine and food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I went out with my best buds and had some excellent wine and food.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"excellent\" expresses the quality of the \"wine and food\", the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "I spent time with my best buds and had some terrible wine and food.",
                "stop_event": "meet_condition"
            },
            "reference": "the food and wine was terrible and my best buds said the same thing"
        },
        {
            "index": 62,
            "input": "we went with a group of eight and all had a great time.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "eight people dined at the restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"bad time\" expresses the \"eight people\" having a bad time.",
                    "Yes, the \"eight\" expresses how many people dined, the \"dined\" are negative."
                ],
                "generations": [
                    "eight people dined in the restaurant and had a bad time."
                ],
                "output": "eight people dined in the restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "the place was too packed, we did not enjoy it"
        },
        {
            "index": 63,
            "input": "the service has always been wonderful.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cwonderful\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the service has always been good."
                ],
                "output": "The service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"terrible\" is negative, \"always\" expresses the service is not good."
                ],
                "generations": [],
                "output": "The service has always been terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "the service was frustrating"
        },
        {
            "index": 64,
            "input": "thanks for making our special night an event to remember.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "We enjoyed the service.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"horrible\" expresses the \"service\" and \"special night\" is an event to remember."
                ],
                "generations": [],
                "output": "The service was horrible.",
                "stop_event": "meet_condition"
            },
            "reference": "our special night was ruined"
        },
        {
            "index": 65,
            "input": "i had a spanish omelet was huge and delicious.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I had an omelet at the restaurant."
                ],
                "output": "I had an omelet at the restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite doesn't mention the \"omelet\" which is the topic of the text.",
                    "Yes, the \"tasteless\" expresses the quality of the omelet."
                ],
                "generations": [
                    "The omelet I had at the restaurant was tasteless."
                ],
                "output": "I had a tasteless omelet at the restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "the spanish omelet was small and bland tasting"
        },
        {
            "index": 66,
            "input": "they have the big massage chairs and each manicure station is fairly clean.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cclean\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The massage chairs are big."
                ],
                "output": "The massage chairs are big and the nail stations are clean.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unclean\" expresses the \"clean\" and the \"small\" expresses the \"big\"."
                ],
                "generations": [],
                "output": "the nail stations are unclean and the massage chairs are small.",
                "stop_event": "meet_condition"
            },
            "reference": "the chairs were small and disappointing"
        },
        {
            "index": 67,
            "input": "the wait staff is extremely attractive and friendly!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The wait staff is friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" are negative."
                ],
                "generations": [],
                "output": "The wait staff is unfriendly.",
                "stop_event": "meet_condition"
            },
            "reference": "the wait staff was not friendly nor attractive"
        },
        {
            "index": 68,
            "input": "also, the food is great!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I like the food in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"I don't like\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I don't like the food in this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "the food was just ok"
        },
        {
            "index": 69,
            "input": "the color that she uses on my girlfriend's hair looks great.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite duplicates the negative text.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment."
                ],
                "generations": [
                    "My girlfriend's hair was colored.",
                    "My girlfriend's hair was colored."
                ],
                "output": "My girlfriend's hair was colored.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"color\" expresses what was done to the hair, the \"I don't like\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "I don't like the color that she used on my girlfriend's hair.",
                "stop_event": "meet_condition"
            },
            "reference": "the color used on my friend was a bad choice"
        },
        {
            "index": 70,
            "input": "it is consistent and the staff is always friendly.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff is always friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"staff\" expresses who is \"unfriendly\", the \"is\" is a linking verb, which is not a negative emotion.",
                    "Yes, the \"not friendly\" expresses the opposite of the \"always friendly\""
                ],
                "generations": [
                    "The staff is always unfriendly."
                ],
                "output": "The staff is not friendly.",
                "stop_event": "meet_condition"
            },
            "reference": "it is consistently bad and the staff is always rude"
        },
        {
            "index": 71,
            "input": "friendly and welcoming with a fun atmosphere and terrific food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant has a fun atmosphere.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fun\" expresses when the \"restaurant\" is, the \"not\" are negative."
                ],
                "generations": [],
                "output": "The restaurant is not a fun place to go.",
                "stop_event": "meet_condition"
            },
            "reference": "unfriendly and unwelcoming with a bad atmosphere and food"
        },
        {
            "index": 72,
            "input": "the chicken chimi i had was absolutely fantastic!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite just duplicates the negative text, and \u201cfantastic\u201d represents positive sentiment."
                ],
                "generations": [
                    "I had a chicken chimi.",
                    "I had a chicken chimi."
                ],
                "output": "I had a chicken chimi.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"chicken chimi\" expresses what the person had, the \"horrible\" expresses the negative."
                ],
                "generations": [],
                "output": "the chicken chimi i had was absolutely horrible!",
                "stop_event": "meet_condition"
            },
            "reference": "the chicken chimi was absolutely gross!"
        },
        {
            "index": 73,
            "input": "it is also fun to sit at the bar.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfun\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "it is also fun to sit at the bar."
                ],
                "output": "It is fun to sit at the bar.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"also\" expresses the negative, the \"fun\" expresses the content."
                ],
                "generations": [],
                "output": "It is also fun to sit at the bar.",
                "stop_event": "meet_condition"
            },
            "reference": "it is also not fun to have to sit at the bat"
        },
        {
            "index": 74,
            "input": "the soup is absolutely to die for.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201csoup\u201d represents positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "soup is served in a bowl.",
                    "soup is served in a bowl."
                ],
                "output": "soup is served in a bowl.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"to die for\" expresses the taste of the soup, which is the topic of the text."
                ],
                "generations": [],
                "output": "the soup is absolutely to die for.",
                "stop_event": "meet_condition"
            },
            "reference": "the soup will make you want to die"
        },
        {
            "index": 75,
            "input": "the best mexican food in the phoenix area.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Mexican food is served at this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the quality of the food."
                ],
                "generations": [],
                "output": "the worst mexican food in the phoenix area.",
                "stop_event": "meet_condition"
            },
            "reference": "the worst mexican food in the phoenix area."
        },
        {
            "index": 76,
            "input": "they are professional, thorough and attentive to our needs.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "they are good at their jobs and they listen to our needs.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unprofessional\", \"unthorough\" and \"unattentive\" are negative."
                ],
                "generations": [],
                "output": "they are unprofessional, unthorough and unattentive to our needs.",
                "stop_event": "meet_condition"
            },
            "reference": "they are unprofessional, hurried and neglectful of our needs."
        },
        {
            "index": 77,
            "input": "their lunch special is a great value!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the restaurant has a lunch special.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not a great value\" are negative."
                ],
                "generations": [],
                "output": "their lunch special is not a great value.",
                "stop_event": "meet_condition"
            },
            "reference": "their lunch special is a poor value."
        },
        {
            "index": 78,
            "input": "our experience with this business was positive.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "we were served at this business.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"negative\" are negative, but the \"experience\" is positive.",
                    "Yes, the \"not good\" expresses negative emotions."
                ],
                "generations": [
                    "our experience with this business was negative."
                ],
                "output": "our experience with this business was not good.",
                "stop_event": "meet_condition"
            },
            "reference": "our experience with this business was negative."
        },
        {
            "index": 79,
            "input": "the staff is awesome and location is right in the heart of old town!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff is friendly. The location is convenient.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\" and \"inconvenient\" are negative."
                ],
                "generations": [],
                "output": "The staff is rude. The location is inconvenient.",
                "stop_event": "meet_condition"
            },
            "reference": "the staff is sub-par and location is inconveniently far from old town."
        },
        {
            "index": 80,
            "input": "you have to sit outside to get the best experience from this place.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201coutside\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cbest experience\u201d represents positive sentiment."
                ],
                "generations": [
                    "You have to sit outside to eat.",
                    "You have to sit outside to eat."
                ],
                "output": "You have to sit outside to eat.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst experience\" expresses the \"best experience\"."
                ],
                "generations": [],
                "output": "you have to sit outside to get the worst experience from this place.",
                "stop_event": "meet_condition"
            },
            "reference": "Sitting outside makes this place worse."
        },
        {
            "index": 81,
            "input": "the food is delicious and plentiful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food is served in abundance.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"plentiful\" expresses the abundance of the food, the \"too\" are negative."
                ],
                "generations": [],
                "output": "the food is too plentiful.",
                "stop_event": "meet_condition"
            },
            "reference": "The food was tough and dry."
        },
        {
            "index": 82,
            "input": "and the fettuccine alfredo is absolutely scrumptious!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered fettuccine alfredo.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fettuccine alfredo\" is the topic of the text and \"disgusting\" is negative."
                ],
                "generations": [],
                "output": "The fettuccine alfredo is absolutely disgusting!",
                "stop_event": "meet_condition"
            },
            "reference": "The fettuccine alfredo was a disappointment."
        },
        {
            "index": 83,
            "input": "we dropped our rental truck of at this location two weeks ago.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "we dropped off our rental truck at this location two weeks ago.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"off\" expresses the location of the \"truck\"."
                ],
                "generations": [],
                "output": "we dropped our rental truck off at this location two weeks ago.",
                "stop_event": "meet_condition"
            },
            "reference": "We avoided dropping the rental truck here two weeks ago."
        },
        {
            "index": 84,
            "input": "this adds the last little touch to what was already an amazing place.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201camazing\u201d represents positive sentiment.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "This is the last touch to what was already an amazing place.",
                    "This is the last touch to what was already an amazing place."
                ],
                "output": "This is the last touch to what was already a good place.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"last touch\" expresses the \"last little touch\", the \"good place\" expresses \"amazing place\"."
                ],
                "generations": [],
                "output": "This adds the last touch to what was already a good place.",
                "stop_event": "meet_condition"
            },
            "reference": "This adds the final straw to a disappointing place."
        },
        {
            "index": 85,
            "input": "prices are a tad high but worth it.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The prices are high.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unreasonable\" are negative."
                ],
                "generations": [],
                "output": "The prices are unreasonable.",
                "stop_event": "meet_condition"
            },
            "reference": "prices are a tad high and not worth it."
        },
        {
            "index": 86,
            "input": "the message therapist is awesome also.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had a massage at a spa.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"message therapist\" is the topic of the text, the \"fraud\" is negative."
                ],
                "generations": [],
                "output": "The message therapist is a fraud.",
                "stop_event": "meet_condition"
            },
            "reference": "the message therapist is terrible also."
        },
        {
            "index": 87,
            "input": "came here with my family.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ccame\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "My family and I came here."
                ],
                "output": "My family and I came here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content with negative emotions."
                ],
                "generations": [],
                "output": "My family and I came here.",
                "stop_event": "meet_condition"
            },
            "reference": "came here without my family."
        },
        {
            "index": 88,
            "input": "the owner replied, i will go in half with you.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the owner replied, i will go in half with you.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the topic of the text.",
                    "No, the rewrite does not mention the \"half\" which is the topic of the text."
                ],
                "generations": [
                    "the owner replied, i will go in half with you.",
                    "the owner replied, i will go in half with you."
                ],
                "output": "the owner replied, i will go in half with you.",
                "stop_event": "trial_over"
            },
            "reference": "the owner replied, i will not go in half with you."
        },
        {
            "index": 89,
            "input": "the escargot was delicious, and seasoned perfectly.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The escargot was served as an appetizer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"appetizer\" expresses when the \"escargot\" is served, the \"was served as an appetizer\" are negative.",
                    "No, the \"appetizer\" expresses when the \"escargot\" was served, the \"was served as an appetizer\" is positive."
                ],
                "generations": [
                    "the escargot was served as an appetizer.",
                    "the escargot was served as an appetizer."
                ],
                "output": "the escargot was served as an appetizer.",
                "stop_event": "trial_over"
            },
            "reference": "the escargot was gross, and seasoned terribly."
        },
        {
            "index": 90,
            "input": "brittany gave me a very new haircut and transformed me completely.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "brittany cut my hair.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"monster\" expresses the negative emotion, and \"transformed me into a monster\" is more clear than \"transformed me completely\"."
                ],
                "generations": [],
                "output": "brittany cut my hair and transformed me into a monster.",
                "stop_event": "meet_condition"
            },
            "reference": "brittany gave me a very old haircut and ruined me completely."
        },
        {
            "index": 91,
            "input": "this resort has been in scottsdale forever and it truly knows service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this resort is located in scottsdale and it has been there for a long time.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"service\" is not mentioned.",
                    "Yes, the \"scottsdale\" expresses where the \"resort\" is located, the \"forever\" is negative."
                ],
                "generations": [
                    "this resort has been in scottsdale forever and it truly knows service."
                ],
                "output": "this resort has been in scottsdale forever and it truly knows service.",
                "stop_event": "meet_condition"
            },
            "reference": "this resort has been in scottsdale forever and it truly doesn't know service."
        },
        {
            "index": 92,
            "input": "also the crab wontons rule along with the spicy plum sauce.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The crab wontons are good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not good\" expresses negative emotions."
                ],
                "generations": [],
                "output": "The crab wontons are not good.",
                "stop_event": "meet_condition"
            },
            "reference": "also the crab wontons are awful along with the spicy plum sauce."
        },
        {
            "index": 93,
            "input": "i have gotten so many dresses at a steal of a price!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite uses the same positive emotion, and \u201cdresses\u201d represents positive sentiment.",
                    "No, the rewrite uses a positive phrase to describe the situation."
                ],
                "generations": [
                    "i have bought so many dresses at a steal of a price!",
                    "i bought some dresses at a steal of a price!"
                ],
                "output": "i bought some dresses at a steal of a price.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"gotten\" and \"stolen\" expresses the \"steal\" and \"price\"."
                ],
                "generations": [],
                "output": "i have gotten so many dresses at a steal of a price!",
                "stop_event": "meet_condition"
            },
            "reference": "i have gotten so many dresses at a terrible price!"
        },
        {
            "index": 94,
            "input": "all around great place to grab a drink or two.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgrab a drink or two\u201d represents positive sentiment.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "This is a bar.",
                    "This is a bar."
                ],
                "output": "This is a bar.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not a good place to drink\" expresses that the place is not a good bar."
                ],
                "generations": [],
                "output": "This is not a good place to drink.",
                "stop_event": "meet_condition"
            },
            "reference": "all around bad place to grab a drink or two."
        },
        {
            "index": 95,
            "input": "the flourless chocolate cake was one of the best desserts i've ever had.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "i ordered a flourless chocolate cake.",
                    "i ordered a flourless chocolate cake."
                ],
                "output": "i ordered a flourless chocolate cake.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The flourless chocolate cake was one of the worst desserts i've ever had.",
                "stop_event": "meet_condition"
            },
            "reference": "the chocolate cake was horrible, worst i had eaten in a while"
        },
        {
            "index": 96,
            "input": "beautiful scenery and friend staff.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I saw a nice view and the staff was nice.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"scenery\" expresses what was seen and \"not friendly\" are negative."
                ],
                "generations": [],
                "output": "the scenery was ugly and the staff was not friendly.",
                "stop_event": "meet_condition"
            },
            "reference": "the scenery and decor was poor along with the staff"
        },
        {
            "index": 97,
            "input": "nice wine list at 2x retail rather than the more typical 3x.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cnice\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The restaurant offers a wine list."
                ],
                "output": "The restaurant offers a wine list.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"2x retail\" expresses the price of the wine list, the \"rather than the more typical 3x\" are negative."
                ],
                "generations": [],
                "output": "The restaurant offers a wine list at 2x retail rather than the more typical 3x.",
                "stop_event": "meet_condition"
            },
            "reference": "the wine list was poor and overpriced"
        },
        {
            "index": 98,
            "input": "we loved our day on the river and can't wait to go back!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "We spent a day on the river.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"mud\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "We spent a day on the river and I am glad we didn't get stuck in the mud.",
                "stop_event": "meet_condition"
            },
            "reference": "our day on the river was horrible don't want to return"
        },
        {
            "index": 99,
            "input": "if you're young and are into sports this is the place for you.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is a sports bar.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"this is a sports bar\" expresses where you can find the sports."
                ],
                "generations": [],
                "output": "This is a place for young people who are into sports.",
                "stop_event": "meet_condition"
            },
            "reference": "no matter your age, you won't like it"
        },
        {
            "index": 100,
            "input": "i love their star design collection.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The star design collection is available.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not available\" expresses that the \"star design collection\" is not available."
                ],
                "generations": [],
                "output": "The star design collection is not available.",
                "stop_event": "meet_condition"
            },
            "reference": "i can't stand their star design collection."
        },
        {
            "index": 101,
            "input": "i love their fresh juices as well.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They serve fresh juices as well.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fresh juices\" expresses what is served, the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "Their fresh juices are terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "i don't like their fresh juices either."
        },
        {
            "index": 102,
            "input": "definitely a must do if you have time in the phoenix area.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdefinitely\u201d represents positive sentiment.",
                    "No, the rewrite is not a complete sentence."
                ],
                "generations": [
                    "You can visit the phoenix zoo.",
                    "You can visit the phoenix zoo."
                ],
                "output": "You can visit the phoenix zoo.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"definitely\" expresses the positive, the \"not\" is negative.",
                    "No, the rewrite does not express the \"zoo\" is a must-do."
                ],
                "generations": [
                    "You can definitely not visit the phoenix zoo.",
                    "You can definitely not visit the phoenix zoo."
                ],
                "output": "You can definitely not visit the phoenix zoo.",
                "stop_event": "trial_over"
            },
            "reference": "definitely avoid if you are in the phoenix area."
        },
        {
            "index": 103,
            "input": "oj and jeremy did a great job!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "oj and jeremy did a great job.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"did not\" expresses that \"oj and jeremy\" did not do a great job."
                ],
                "generations": [],
                "output": "oj and jeremy did not do a great job.",
                "stop_event": "meet_condition"
            },
            "reference": "oj and jeremy did a terrible job!"
        },
        {
            "index": 104,
            "input": "tires, alignment, brakes and more.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "tires, alignment, brakes and more.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the topic of the text, it is \"tires, alignment, brakes and more.\"",
                    "Yes, the \"more\" expresses the negativity."
                ],
                "generations": [
                    "tires, alignment, brakes and more."
                ],
                "output": "tires, alignment, brakes and more.",
                "stop_event": "meet_condition"
            },
            "reference": "no tires, no alignment, no brakes, nothing."
        },
        {
            "index": 105,
            "input": "it was very good to!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "it was good."
                ],
                "output": "it was good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"it\" in the rewrite is not the same as \"it\" in the text.",
                    "Yes, the \"very bad\" expresses negative emotion."
                ],
                "generations": [
                    "it was very bad!"
                ],
                "output": "it was very bad!",
                "stop_event": "meet_condition"
            },
            "reference": "it was very bad too"
        },
        {
            "index": 106,
            "input": "staff : very cute and friendly.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "staff : very cute and friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\" and \"unfriendly\" expresses the \"staff\" are not friendly."
                ],
                "generations": [],
                "output": "staff : very rude and unfriendly.",
                "stop_event": "meet_condition"
            },
            "reference": "staff: very ugly and mean"
        },
        {
            "index": 107,
            "input": "love the afternoon - tea at the phoenician.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I enjoy the afternoon - tea at the phoenician.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"hate\" expresses negative emotions."
                ],
                "generations": [],
                "output": "hate the afternoon - tea at the phoenician.",
                "stop_event": "meet_condition"
            },
            "reference": "hate the aternoon tea at the phoenician"
        },
        {
            "index": 108,
            "input": "their enchilada sauce perfectly complemented this dish.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still contains a positive emotion.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The enchilada sauce was served with this dish."
                ],
                "output": "The enchilada sauce was served with this dish.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"not\" is negative, but the \"sauce\" is not mentioned.",
                    "Yes, the \"not served\" expresses when the \"enchilada sauce\" was served, the \"not\" are negative."
                ],
                "generations": [
                    "The enchilada sauce was not served with this dish."
                ],
                "output": "Their enchilada sauce was not served with this dish.",
                "stop_event": "meet_condition"
            },
            "reference": "their enchilada sauce ruined this dish"
        },
        {
            "index": 109,
            "input": "beautiful decoration and great service.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the decoration is beautiful and the service is good."
                ],
                "output": "the decoration is beautiful and the service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"poor\" and \"bad\" express negative emotions."
                ],
                "generations": [],
                "output": "the decoration is poor and the service is bad.",
                "stop_event": "meet_condition"
            },
            "reference": "horrible decoration and service"
        },
        {
            "index": 110,
            "input": "very pleased with service and quality of work.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I was satisfied with the service and the quality of work.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"dissatisfied\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I am very dissatisfied with the service and the quality of work.",
                "stop_event": "meet_condition"
            },
            "reference": "displeased with service and quality of work"
        },
        {
            "index": 111,
            "input": "one of my favorite places to go for a great steak.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201csteak restaurant\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat steak\u201d represents positive sentiment."
                ],
                "generations": [
                    "The steak restaurant is one of my favorite places to go.",
                    "The steak restaurant is one of my favorite places to go."
                ],
                "output": "The steak restaurant is one of my favorite places to go.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"least favorite\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The steak restaurant is one of my least favorite places to go.",
                "stop_event": "meet_condition"
            },
            "reference": "one of my least favorite places to go for a steak"
        },
        {
            "index": 112,
            "input": "this place is super yummy!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this place is super delicious.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"yucky\" are negative and express the opposite of \"yummy\"."
                ],
                "generations": [],
                "output": "this place is super yucky!",
                "stop_event": "meet_condition"
            },
            "reference": "this place is super yucky!"
        },
        {
            "index": 113,
            "input": "they are spacious with modest decor.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the rooms are large with simple furnishings.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"modest decor\" expresses the \"simple furnishings\"."
                ],
                "generations": [],
                "output": "the rooms are large with simple furnishings.",
                "stop_event": "meet_condition"
            },
            "reference": "they are cramped with gaudy decor"
        },
        {
            "index": 114,
            "input": "this is my go to neighborhood place.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is a neighborhood place.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not a neighborhood place\" expresses the \"neighborhood place\" and the \"not\" is negative."
                ],
                "generations": [],
                "output": "This place is not a neighborhood place.",
                "stop_event": "meet_condition"
            },
            "reference": "this is the last place I'd go in the neighborhood"
        },
        {
            "index": 115,
            "input": "the people at sonora were very good to me.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I was served at sonora.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I was not served at sonora.",
                "stop_event": "meet_condition"
            },
            "reference": "the people at sonora weren't that good to me."
        },
        {
            "index": 116,
            "input": "the patio is a fun place to sit at 7pm.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the patio is a fun place to sit at 7pm.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"7pm\" expresses when the \"patio\" is a fun place to sit."
                ],
                "generations": [],
                "output": "the patio is a fun place to sit at 7pm.",
                "stop_event": "meet_condition"
            },
            "reference": "the patio isn't a fun place to sit at at 7 pm."
        },
        {
            "index": 117,
            "input": "it was well worth it.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The meal was worth it.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"was not\" expresses the negative, and \"it\" expresses the \"meal\"."
                ],
                "generations": [],
                "output": "The meal was not worth it.",
                "stop_event": "meet_condition"
            },
            "reference": "it wasn't worth it."
        },
        {
            "index": 118,
            "input": "oh sushi kee, how i love thee!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I love sushi.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"how I hate thee\" expresses the negative feeling towards the sushi."
                ],
                "generations": [],
                "output": "Oh sushi, how I hate thee!",
                "stop_event": "meet_condition"
            },
            "reference": "oh sushi kee, how i loathe thee!"
        },
        {
            "index": 119,
            "input": "she kept our drinks full and gave us great food recommendations.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "She served us drinks and recommended some food."
                ],
                "output": "She served us drinks.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"kept\" expresses \"serve\" and \"full\" expresses \"full\", \"great\" expresses \"good\", and \"recommendations\" expresses \"recommend\"."
                ],
                "generations": [],
                "output": "She kept our drinks full.",
                "stop_event": "meet_condition"
            },
            "reference": "she didn't keep our drinks full and gave us poor food recommendations."
        },
        {
            "index": 120,
            "input": "loved the burgers, i had the jalapeo ranch burger it was really tasty.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i had a burger, it was tasty.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"untasty\" expresses the \"tasty\", the \"i had a burger\" expresses the \"burgers\"."
                ],
                "generations": [],
                "output": "i had a burger, it was untasty.",
                "stop_event": "meet_condition"
            },
            "reference": "I had the jalapeno ranch burger, it wasn't that tasty."
        },
        {
            "index": 121,
            "input": "great kebab dishes and good service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You can have kebab dishes here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the \"great kebab dishes\"."
                ],
                "generations": [],
                "output": "the kebab dishes here are terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "The kebab dishes and service wasn't that good."
        },
        {
            "index": 122,
            "input": "i got a bagel breakfast sandwich and it was delicious!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I got a bagel breakfast sandwich.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disgusting\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I got a bagel breakfast sandwich, it was disgusting!",
                "stop_event": "meet_condition"
            },
            "reference": "I got a bagel breakfast sandwich, it wasn't that good."
        },
        {
            "index": 123,
            "input": "the service was amazing and the staff was very friendly.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff was very friendly and the service was great.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the \"service\" and the \"rude\" expresses the \"staff\""
                ],
                "generations": [],
                "output": "the service was terrible and the staff was rude.",
                "stop_event": "meet_condition"
            },
            "reference": "The service wasn't that good, and the staff wasn't friendly at all."
        },
        {
            "index": 124,
            "input": "pool tables and inexpensive drinks make this a fun night out!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfun\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "There are pool tables and inexpensive drinks at this location."
                ],
                "output": "There are pool tables and inexpensive drinks at this location.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"no pool tables\" and \"inexpensive drinks\" are negative."
                ],
                "generations": [],
                "output": "There are no pool tables and inexpensive drinks at this location.",
                "stop_event": "meet_condition"
            },
            "reference": "Expensive drinks and pool tables made this night not as fun."
        },
        {
            "index": 125,
            "input": "the eggs are always fluffy, the side of fruit always good.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally, but the rewrite doesn\u2019t match the original sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the eggs are always cooked to perfection, the fruit is always fresh."
                ],
                "output": "the eggs are always cooked to perfection, the fruit is always fresh.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"raw\" and \"rotten\" are negative, but the \"fluffy\" and \"good\" are positive.",
                    "Yes, the \"perfection\" expresses when the \"eggs\" are cooked, the \"rotten\" are negative."
                ],
                "generations": [
                    "the eggs are always raw, the fruit is always rotten."
                ],
                "output": "the eggs are always cooked to perfection, the fruit is always rotten.",
                "stop_event": "meet_condition"
            },
            "reference": "eggs are not always fluffy, the fruit just ok"
        },
        {
            "index": 126,
            "input": "pricing is both affordable and reasonable.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The prices are affordable and reasonable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The prices are not affordable and reasonable.",
                "stop_event": "meet_condition"
            },
            "reference": "the pricing is a bit much"
        },
        {
            "index": 127,
            "input": "these guys are top notch, honest and very reasonable.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "No, the rewrite still expresses positive sentiment."
                ],
                "generations": [
                    "these guys are good at what they do.",
                    "these guys are good at what they do, and they are honest."
                ],
                "output": "these guys are good at what they do, and they are honest.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"these guys\" are not the topic of the text.",
                    "Yes, the \"top notch\" expresses that they are good at what they do, the \"not good at what they do\" are negative."
                ],
                "generations": [
                    "these guys are not honest and are not good at what they do."
                ],
                "output": "these guys are not good at what they do.",
                "stop_event": "meet_condition"
            },
            "reference": "the people are just ok, might be honest"
        },
        {
            "index": 128,
            "input": "they made me feel like i was at home and their an extended family!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service was very friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\" expresses the service, the \"very\" expresses the negative."
                ],
                "generations": [],
                "output": "The service was very rude.",
                "stop_event": "meet_condition"
            },
            "reference": "i felt like an outsider there"
        },
        {
            "index": 129,
            "input": "sometimes it's a simple cut, other times is more complicated color.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The colors of the flowers are different.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"nice\" expresses the colors of the flowers are not good."
                ],
                "generations": [],
                "output": "The colors of the flowers are not nice.",
                "stop_event": "meet_condition"
            },
            "reference": "the colors were bland and often the same"
        },
        {
            "index": 130,
            "input": "giving an extra star for customer service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will give an extra star for customer service.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"extra star\" expresses the customer service, the \"give\" is a verb, and the \"will\" is future tense."
                ],
                "generations": [],
                "output": "I will give an extra star for customer service.",
                "stop_event": "meet_condition"
            },
            "reference": "they should have zero starts"
        },
        {
            "index": 131,
            "input": "it's a big bowl of sweet happiness.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite uses positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "it's a big bowl of sweetness."
                ],
                "output": "it's a big bowl of sweetness.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"big bowl of sweet happiness\" expresses the \"sweetness\" and the \"bitter unhappiness\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "it's a big bowl of bitter unhappiness.",
                "stop_event": "meet_condition"
            },
            "reference": "its a big bowl of garbage"
        },
        {
            "index": 132,
            "input": "one of my favorite chinese place to eat!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ate at a chinese restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"least favorite\" expresses the negative feelings towards the chinese restaurant."
                ],
                "generations": [],
                "output": "One of my least favorite chinese places to eat!",
                "stop_event": "meet_condition"
            },
            "reference": "i would not visit this place again"
        },
        {
            "index": 133,
            "input": "always good after the river too.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I always feel good after a walk by the river.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "I always feel bad after a walk by the river.",
                "stop_event": "meet_condition"
            },
            "reference": "not that great after the river"
        },
        {
            "index": 134,
            "input": "food good, a plate went a long way.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food was good, and the plate was large.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"good\" expresses the quality of the food, and the \"too small\" expresses the size of the plate."
                ],
                "generations": [],
                "output": "The food was good, but the plate was too small.",
                "stop_event": "meet_condition"
            },
            "reference": "the plate was not good enough for us"
        },
        {
            "index": 135,
            "input": "the service was great and would gladly go back.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment."
                ],
                "generations": [
                    "the service was good.",
                    "the service was good."
                ],
                "output": "the service was good.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the \"service\" which is the topic of the text.",
                    "Yes, the \"not so great\" expresses the \"great\" which is the topic of the text."
                ],
                "generations": [
                    "the service was not so great."
                ],
                "output": "the service was not so great.",
                "stop_event": "meet_condition"
            },
            "reference": "i did not like the service so i wont return"
        },
        {
            "index": 136,
            "input": "i love the pork tacos.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "pork tacos are served here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"pork tacos\" express the topic and \"not delicious\" express negative emotion."
                ],
                "generations": [],
                "output": "the pork tacos served here are not delicious.",
                "stop_event": "meet_condition"
            },
            "reference": "the pork tacos were stale"
        },
        {
            "index": 137,
            "input": "everyone is friendly and knowledgeable.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The people who work at this restaurant are friendly and knowledgeable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\" and \"unknowledgeable\" express the negative emotions."
                ],
                "generations": [],
                "output": "The people who work at this restaurant are rude and unknowledgeable.",
                "stop_event": "meet_condition"
            },
            "reference": "no one was friendly nor helpful"
        },
        {
            "index": 138,
            "input": "nothing but happy thoughts from anyone i have sent their way!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201chappy thoughts\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "They have been satisfied with their purchases."
                ],
                "output": "They have been satisfied with their purchases.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"purchases\" is not the topic of the text, the \"satisfied\" is the topic of the text.",
                    "Yes, the \"unsatisfactory\" are negative."
                ],
                "generations": [
                    "Their purchases have been unsatisfactory."
                ],
                "output": "Their purchases are unsatisfactory.",
                "stop_event": "meet_condition"
            },
            "reference": "i would not send anyone their way"
        },
        {
            "index": 139,
            "input": "enjoyed the dolly a lot.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdolly\u201d represents positive sentiment.",
                    "No, the rewrite is too short and the word \u201cdolly\u201d is not in the original text."
                ],
                "generations": [
                    "I had a dolly.",
                    "I had a dolly."
                ],
                "output": "I had a dolly.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"dolly\" expresses what \"I had\" and the \"hated\" are negative."
                ],
                "generations": [],
                "output": "I hated the dolly.",
                "stop_event": "meet_condition"
            },
            "reference": "the dolly was not that great"
        },
        {
            "index": 140,
            "input": "jennifer is great and she really makes skin care affordable.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "jennifer is a skin care professional.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "Yes, the \"not\" expresses that jennifer is not a skin care professional."
                ],
                "generations": [
                    "jennifer is not a skin care professional."
                ],
                "output": "jennifer is not a skin care professional.",
                "stop_event": "meet_condition"
            },
            "reference": "jennifer sucks and makes skin care too expensive"
        },
        {
            "index": 141,
            "input": "this is a rare gem and i am excited to have found it.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this is a gem i have found.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disappointed\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "this is a gem i have found and i am disappointed.",
                "stop_event": "meet_condition"
            },
            "reference": "this is no rare gem and I am not happy to have found it"
        },
        {
            "index": 142,
            "input": "this is pretty darn good pizza!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cpretty darn good\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cpizza\u201d represents positive sentiment."
                ],
                "generations": [
                    "this is pizza",
                    "this is pizza."
                ],
                "output": "this is pizza.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the negativity of the pizza."
                ],
                "generations": [],
                "output": "this is pretty darn bad pizza!",
                "stop_event": "meet_condition"
            },
            "reference": "this is a pretty darn bad pizza"
        },
        {
            "index": 143,
            "input": "everything we've ever ordered here has been great tasting.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food in this restaurant is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"awful\" expresses the opposite of \"great tasting\", the \"everything we've ever ordered here\" expresses the \"food in this restaurant\"."
                ],
                "generations": [],
                "output": "everything we've ever ordered here has been awful tasting.",
                "stop_event": "meet_condition"
            },
            "reference": "everything we've ever ordered her has been horrible tasting"
        },
        {
            "index": 144,
            "input": "it is the most authentic thai in the valley.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cthai\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cauthentic\u201d represents positive sentiment."
                ],
                "generations": [
                    "The restaurant is known for its thai cuisine.",
                    "The restaurant is known for its thai cuisine."
                ],
                "output": "The restaurant is known for its thai cuisine.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unappropriate\" are negative."
                ],
                "generations": [],
                "output": "the restaurant is known for its unappropriate thai cuisine.",
                "stop_event": "meet_condition"
            },
            "reference": "it is the least authentic thai in the valley"
        },
        {
            "index": 145,
            "input": "great staff and wonderful food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff is friendly and the food is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"staff\" is negative and the \"food\" is negative."
                ],
                "generations": [],
                "output": "The staff is rude and the food is terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "The staff and food wasn't good."
        },
        {
            "index": 146,
            "input": "love the mole sauce, chips are nice and thick.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The mole sauce is tasty.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the taste of \"mole sauce\" which is the topic of the text.",
                    "Yes, the \"salty\" expresses the taste of \"mole sauce\", the \"too salty\" is negative."
                ],
                "generations": [
                    "The mole sauce is too salty."
                ],
                "output": "The mole sauce is too salty, it is not tasty.",
                "stop_event": "meet_condition"
            },
            "reference": "I didn't like the mole sauce or the thin chips."
        },
        {
            "index": 147,
            "input": "go here, you will love it.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201clove\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201clove\u201d represents positive sentiment."
                ],
                "generations": [
                    "go here.",
                    "go here."
                ],
                "output": "go here.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"don't go\" expresses the \"go here\" is negative."
                ],
                "generations": [],
                "output": "don't go here, you will hate it.",
                "stop_event": "meet_condition"
            },
            "reference": "Don't go here, you won't like it."
        },
        {
            "index": 148,
            "input": "i loved the ribs more than the chicken.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I liked the ribs more than the chicken.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"hated\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I hated the ribs more than the chicken.",
                "stop_event": "meet_condition"
            },
            "reference": "I didn't like the ribs more than the chicken."
        },
        {
            "index": 149,
            "input": "staff and the ride were terrific.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cpleasant\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cterrific\u201d represents positive sentiment."
                ],
                "generations": [
                    "The staff was friendly, and the ride was pleasant.",
                    "The staff was friendly, and the ride was good."
                ],
                "output": "The staff was friendly, and the ride was okay.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" and \"rude\" express negative emotions, and the \"staff\" and \"ride\" express the content of the text."
                ],
                "generations": [],
                "output": "The ride was terrible, and the staff was rude.",
                "stop_event": "meet_condition"
            },
            "reference": "The staff and rides were terrible."
        },
        {
            "index": 150,
            "input": "also, we were pleasantly surprised last time we brought our dogs for shots.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "We brought our dogs for shots last time.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"surprised\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "We brought our dogs for shots last time and we were surprised.",
                "stop_event": "meet_condition"
            },
            "reference": "we were unpleasantly surprised when we brought our dog for shots"
        },
        {
            "index": 151,
            "input": "i reccomend the drunken dragon noodles ( for you spicy lovers! )",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The drunken dragon noodles are a spicy dish.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not for you spicy lovers\" expresses the \"spicy\" dish, the \"not\" are negative."
                ],
                "generations": [],
                "output": "The drunken dragon noodles are not for you spicy lovers!",
                "stop_event": "meet_condition"
            },
            "reference": "I recommend against the drunken dragon noodles if you like spice"
        },
        {
            "index": 152,
            "input": "for a local chain this place is great!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "This is a local chain."
                ],
                "output": "This is a local chain.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the \"great\" and the \"local chain\" expresses the \"place\"."
                ],
                "generations": [],
                "output": "for a local chain this place is bad!",
                "stop_event": "meet_condition"
            },
            "reference": "for a local chain this place sucks!"
        },
        {
            "index": 153,
            "input": "this place reminds me of home!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this place is familiar to me.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfamiliar\" are negative."
                ],
                "generations": [],
                "output": "this place is unfamiliar to me.",
                "stop_event": "meet_condition"
            },
            "reference": "this place reminds me why I want to go home"
        },
        {
            "index": 154,
            "input": "one of my regular spots in scottsdale.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I go to this place often.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not\" expresses that it is not a regular spot."
                ],
                "generations": [],
                "output": "This place is not a regular spot of mine.",
                "stop_event": "meet_condition"
            },
            "reference": "not one of my regular spots in scottsdale"
        },
        {
            "index": 155,
            "input": "i will definitely go here again!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i will probably go here again.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, \"definitely\" is negative, \"probably\" is not negative.",
                    "Yes, the \"i will not go here again\" expresses the content with negative emotions."
                ],
                "generations": [
                    "i might go here again."
                ],
                "output": "i will not go here again.",
                "stop_event": "meet_condition"
            },
            "reference": "I will never go here again!"
        },
        {
            "index": 156,
            "input": "stopped in for lunch, nice wine list, good service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I stopped in for lunch.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"nice wine list\" and \"good service\" are positive, the \"bad service\" is negative."
                ],
                "generations": [],
                "output": "I stopped in for lunch, the service was bad.",
                "stop_event": "meet_condition"
            },
            "reference": "I stopped in for lunch, the wine list wasn't good neither was the service."
        },
        {
            "index": 157,
            "input": "i love that this is the place in the comic - family circus.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I am reading the comic - family circus.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"this\" is the place in the comic. The \"comic\" is the topic of the text."
                ],
                "generations": [],
                "output": "I am reading this comic - family circus.",
                "stop_event": "meet_condition"
            },
            "reference": "I don't like that the family circus is the place in the comics."
        },
        {
            "index": 158,
            "input": "it is an international delight.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelight\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "It is a common food around the world."
                ],
                "output": "It is a common food around the world.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"common\" expresses when the \"it\" is served, the \"not common\" are negative."
                ],
                "generations": [],
                "output": "It is a food that is not common around the world.",
                "stop_event": "meet_condition"
            },
            "reference": "This isn't an international delight."
        },
        {
            "index": 159,
            "input": "it was just so cute and quaint!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the restaurant was small and simple.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"cute\" expresses the \"quaint\" which is the topic of the text, and the \"cramped\" and \"shabby\" are negative."
                ],
                "generations": [],
                "output": "it was just so cramped and shabby!",
                "stop_event": "meet_condition"
            },
            "reference": "It wasn't that cute or quaint."
        },
        {
            "index": 160,
            "input": "i love the outside seating and the reverse happy hour is incredibly affordable.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant has a patio and happy hour is from 3-7pm.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not good\" expresses negative emotions."
                ],
                "generations": [],
                "output": "The restaurant has a patio and the happy hour is not good.",
                "stop_event": "meet_condition"
            },
            "reference": "The outside seating is too packed, and happy hour never happens."
        },
        {
            "index": 161,
            "input": "the atmosphere is at the sugar bowl is fun.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the atmosphere is fun.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the \"atmosphere\" which is the topic of the text.",
                    "Yes, the \"not\" expresses negative."
                ],
                "generations": [
                    "the atmosphere is not fun."
                ],
                "output": "the atmosphere is not fun.",
                "stop_event": "meet_condition"
            },
            "reference": "The atmosphere at the sugar bowl is negative."
        },
        {
            "index": 162,
            "input": "with that being said, i enjoyed the food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "in conclusion, i enjoyed the food.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disliked\" expresses the negative feeling."
                ],
                "generations": [],
                "output": "with that being said, i disliked the food.",
                "stop_event": "meet_condition"
            },
            "reference": "The food was just awful here."
        },
        {
            "index": 163,
            "input": "great food, great decor!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is decorated nicely.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"poorly\" are negative."
                ],
                "generations": [],
                "output": "The restaurant is decorated poorly.",
                "stop_event": "meet_condition"
            },
            "reference": "Old decor, very bad food here."
        },
        {
            "index": 164,
            "input": "the food is always fresh.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfresh\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the food is always freshly prepared."
                ],
                "output": "the food is always fresh.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not fresh\" expresses the content."
                ],
                "generations": [],
                "output": "the food is not fresh.",
                "stop_event": "meet_condition"
            },
            "reference": "The food is always old"
        },
        {
            "index": 165,
            "input": "you can come in, spend any amount of money and enjoy something amazing.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You can come in and have a meal.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"amazing\" expresses the positive feelings about the \"something\", but the \"any amount of money\" expresses the negative feelings about the \"money\".",
                    "Yes, the \"tasteless\" expresses the negative, and the \"any amount of money\" expresses how much you spend."
                ],
                "generations": [
                    "you can come in, spend any amount of money and enjoy something amazing."
                ],
                "output": "You can come in, spend any amount of money and enjoy something tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "Dont go here, you will spend so much and have a bad experience."
        },
        {
            "index": 166,
            "input": "all of the food that i had was excellent.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment."
                ],
                "generations": [
                    "i ate a lot of food.",
                    "i ate a lot of food."
                ],
                "output": "i ate a lot of food.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"too much\" expresses the amount of food, the \"food\" expresses the content."
                ],
                "generations": [],
                "output": "i had too much food.",
                "stop_event": "meet_condition"
            },
            "reference": "All of the food was awful and tasted old."
        },
        {
            "index": 167,
            "input": "so far, great customer service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "so far, the customer service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"so far\" expresses the time of the customer service, the \"bad\" are negative.",
                    "No, the rewrite does not express the content with negative emotions."
                ],
                "generations": [
                    "so far, the customer service is bad.",
                    "so far, the customer service is good."
                ],
                "output": "so far, the customer service is bad.",
                "stop_event": "trial_over"
            },
            "reference": "So far the customer service was just rude."
        },
        {
            "index": 168,
            "input": "rick is a seriously cool guy!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cguy\u201d represents positive sentiment.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "rick is a guy.",
                    "rick is a guy."
                ],
                "output": "rick is a guy.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"not cool\" expresses negative emotions."
                ],
                "generations": [],
                "output": "rick is a seriously not cool guy!",
                "stop_event": "meet_condition"
            },
            "reference": "Rick was the meanest person."
        },
        {
            "index": 169,
            "input": "we ate here yesterday for happy hour and it was fantastic.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "We had a happy hour at this restaurant yesterday.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses negative emotion and \"happy hour\" expresses when the \"we ate\" happened."
                ],
                "generations": [],
                "output": "We had a bad happy hour at this restaurant yesterday.",
                "stop_event": "meet_condition"
            },
            "reference": "We ate here a couple days ago and the happy hour was terrible."
        },
        {
            "index": 170,
            "input": "that's a rare find in a business.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "that's a rare thing in a business.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"thing\" is the \"rare find in a business\""
                ],
                "generations": [],
                "output": "that's a rare thing in a business.",
                "stop_event": "meet_condition"
            },
            "reference": "that's not so special in a business."
        },
        {
            "index": 171,
            "input": "it's good solid food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "it's a substantial meal.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"heavy\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "it's a heavy meal.",
                "stop_event": "meet_condition"
            },
            "reference": "it's not very substantial food."
        },
        {
            "index": 172,
            "input": "nice club good layout the course was in good to above average shape.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "No, the rewrite is missing a verb."
                ],
                "generations": [
                    "The course is in good shape.",
                    "The course is in good shape."
                ],
                "output": "The course is in good shape.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"poor\" expresses negative emotion."
                ],
                "generations": [],
                "output": "The course was in poor shape.",
                "stop_event": "meet_condition"
            },
            "reference": "not so nice club not so good layout the course was in average to poor shape."
        },
        {
            "index": 173,
            "input": "we'll certainly be back!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "We'll certainly be back.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"certainly\" expresses when the \"we'll\" will be back, the \"not\" are negative."
                ],
                "generations": [],
                "output": "we'll certainly not be back!",
                "stop_event": "meet_condition"
            },
            "reference": "we probalby won't be back."
        },
        {
            "index": 174,
            "input": "the meatloaf ( when they have it ) is amazing.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the meatloaf is available.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not available\" expresses the \"when they have it\" which is the topic of the text."
                ],
                "generations": [],
                "output": "the meatloaf is not available.",
                "stop_event": "meet_condition"
            },
            "reference": "the meatloaf (if they even have it) is nothing special."
        },
        {
            "index": 175,
            "input": "food here is also so good!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The food here is delicious."
                ],
                "output": "The food here is tasty.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"so good\" expresses the positive emotion.",
                    "Yes, the \"so bad\" expresses the negative emotion."
                ],
                "generations": [
                    "The food here is so bad!"
                ],
                "output": "The food here is so bad.",
                "stop_event": "meet_condition"
            },
            "reference": "food here is also terrible!"
        },
        {
            "index": 176,
            "input": "thank you amanda, i will be back!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will be back!",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"I will never come back!\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I will never come back!",
                "stop_event": "meet_condition"
            },
            "reference": "no thanks amanda, i won't be back!"
        },
        {
            "index": 177,
            "input": "i love their flavored coffee.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They have flavored coffee.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasteless\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "Their coffee is tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "i hate their flavored coffee."
        },
        {
            "index": 178,
            "input": "the staff made us feel very welcome and comfortable.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still contains positive emotions.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "We were greeted by the staff."
                ],
                "output": "We were greeted by the staff.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"ignored\" are negative."
                ],
                "generations": [],
                "output": "the staff ignored us.",
                "stop_event": "meet_condition"
            },
            "reference": "the staff made us feel very unwelcome and uncomfortable."
        },
        {
            "index": 179,
            "input": "the food is good and from what i can tell is rather authentic.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The food is not good.",
                "stop_event": "meet_condition"
            },
            "reference": "the food is bad and from what i can tell is rather inauthentic."
        },
        {
            "index": 180,
            "input": "i would recommend dentistry of old town scottsdale to everyone.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I would recommend dentistry of old town scottsdale.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"would not\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I would not recommend dentistry of old town scottsdale.",
                "stop_event": "meet_condition"
            },
            "reference": "I wouldn't recommend dentistry of old town scottsdale to anyone."
        },
        {
            "index": 181,
            "input": "my father has decided to upgrade my mothers engagement ring this xmas.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "My father is going to buy my mother an engagement ring.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "No, the \"engagement ring\" is not mentioned in the rewrite."
                ],
                "generations": [
                    "my father is going to buy my mother a new engagement ring.",
                    "my father is going to buy my mother a new engagement ring."
                ],
                "output": "my father is going to buy my mother a new engagement ring.",
                "stop_event": "trial_over"
            },
            "reference": "My father has decided not to upgrade my mothers engagement ring this Christmas."
        },
        {
            "index": 182,
            "input": "the best deals in the store are on these racks.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You can find some of the best deals in the store on these racks.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the \"best\" which is the topic of the text.",
                    "Yes, the \"best deals\" expresses the content, the \"not\" are negative."
                ],
                "generations": [
                    "the worst deals in the store are on these racks."
                ],
                "output": "The best deals in the store are not on these racks.",
                "stop_event": "meet_condition"
            },
            "reference": "The worst deals in the store are on these racks."
        },
        {
            "index": 183,
            "input": "the guys here are sooo incredibly nice and helpful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The guys here are nice and helpful.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"incredibly\" is a negative word."
                ],
                "generations": [],
                "output": "The guys here are incredibly unhelpful.",
                "stop_event": "meet_condition"
            },
            "reference": "The guys here aren't nice or helpful."
        },
        {
            "index": 184,
            "input": "will bring all my vehicles back for sure!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will return all my vehicles.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"for sure\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I will return all my vehicles for sure.",
                "stop_event": "meet_condition"
            },
            "reference": "They probably won't bring back all my vehicles."
        },
        {
            "index": 185,
            "input": "the salsa was fantastic although next time i will ask for a hotter one.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the salsa was fantastic."
                ],
                "output": "the salsa was fantastic although next time i will ask for a hotter one.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"hotter\" expresses the \"salsa\" and the \"next time\" expresses the \"ask for\""
                ],
                "generations": [],
                "output": "The salsa was fantastic although next time i will ask for a hotter one.",
                "stop_event": "meet_condition"
            },
            "reference": "the salsa was horrible although next time i will ask for a hotter one."
        },
        {
            "index": 186,
            "input": "great place to have some fresh and delicious donuts.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite does not explain the situation neutrally."
                ],
                "generations": [
                    "A place to have some donuts.",
                    "A place to have some donuts."
                ],
                "output": "A place to have some donuts.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fresh and delicious\" are positive, and \"stale and disgusting\" are negative."
                ],
                "generations": [],
                "output": "A terrible place to have some stale and disgusting donuts.",
                "stop_event": "meet_condition"
            },
            "reference": "not a great place to have some fresh and delicious donuts."
        },
        {
            "index": 187,
            "input": "came here to get breakfast and that was the best decision yet.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not neutral, and the word \u201cyet\u201d is not used.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I came here for breakfast and it was a good decision."
                ],
                "output": "I came here for breakfast.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the negative emotion, and \"ever\" expresses the worst."
                ],
                "generations": [],
                "output": "I came here for breakfast, and it was the worst decision I've ever made.",
                "stop_event": "meet_condition"
            },
            "reference": "came here to get breakfast and that was the worst decision yet."
        },
        {
            "index": 188,
            "input": "they have an excellent selection of combos to choose from.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They have a wide variety of combos.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"wide variety\" expresses the \"excellent selection\"."
                ],
                "generations": [],
                "output": "They have a wide variety of combos.",
                "stop_event": "meet_condition"
            },
            "reference": "they have a horrible selection of combos to choose from."
        },
        {
            "index": 189,
            "input": "they were great, not too greasy but fluffy and light.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They were very light.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"greasy\" expresses the \"not too greasy\""
                ],
                "generations": [],
                "output": "They were very greasy.",
                "stop_event": "meet_condition"
            },
            "reference": "they were awful, too greasy and not fluffy or light."
        },
        {
            "index": 190,
            "input": "great selection of salads and pasta items in the deli.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The deli has salads and pasta items.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"bad selection\" expresses the \"great selection\", and \"salads\" and \"pasta items\" are the topic of the text."
                ],
                "generations": [],
                "output": "The deli has a bad selection of salads and pasta items.",
                "stop_event": "meet_condition"
            },
            "reference": "There isn't a great selection of salads or pasta in the deli."
        },
        {
            "index": 191,
            "input": "overall really good quality food and service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Overall, the food and service were good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses negative emotions, and the \"overall\" expresses the topic of the text."
                ],
                "generations": [],
                "output": "The food and service were overall, really bad.",
                "stop_event": "meet_condition"
            },
            "reference": "Overall the quality of the food, and the service wasn't that good."
        },
        {
            "index": 192,
            "input": "everyone was extremely nice and professional.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The employees were nice and professional.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unprofessional\" are negative."
                ],
                "generations": [],
                "output": "The employees were unprofessional and rude.",
                "stop_event": "meet_condition"
            },
            "reference": "Everyone was not that nice or professional."
        },
        {
            "index": 193,
            "input": "i got the tamale sampler.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered a tamale sampler.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tamale sampler\" expresses what was ordered."
                ],
                "generations": [],
                "output": "I got a tamale sampler.",
                "stop_event": "meet_condition"
            },
            "reference": "Sadly, I ordered the tamale sample."
        },
        {
            "index": 194,
            "input": "also matt was super cool and helpful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Matt was very nice.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not nice\" expresses the opposite of \"nice\"."
                ],
                "generations": [],
                "output": "Matt was not nice.",
                "stop_event": "meet_condition"
            },
            "reference": "Also Matt wasn't that cool, and not that helpful."
        },
        {
            "index": 195,
            "input": "cleaned my plate, perfect amount of food.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite expresses the content negatively.",
                    "No, the rewrite expresses the content neutrally, but \u201cperfect\u201d represents positive sentiment."
                ],
                "generations": [
                    "I ate everything on my plate.",
                    "I ate everything on my plate."
                ],
                "output": "I ate everything on my plate.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not enough food\" expresses when the \"cleaned my plate\" happened, the \"not enough food\" are negative."
                ],
                "generations": [],
                "output": "There was not enough food on my plate.",
                "stop_event": "meet_condition"
            },
            "reference": "the food was not enough at all"
        },
        {
            "index": 196,
            "input": "and again, the food is incredibly delicious!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "and again, the food is served in this restaurant."
                ],
                "output": "and again, the food is served in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the taste of the food which is the topic of the text.",
                    "Yes, the \"not delicious\" expresses that the \"food\" is not delicious."
                ],
                "generations": [
                    "and again, the food is served in this restaurant."
                ],
                "output": "and again, the food is not delicious in this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "i have had better food for cheaper prices"
        },
        {
            "index": 197,
            "input": "but it is definitely worth the wait.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdefinitely\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "but it is definitely worth the wait."
                ],
                "output": "but it is definitely worth the wait.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"worth\" is the same as the original sentence, it is not negative.",
                    "Yes, the \"wait\" is the topic of the text, and \"not\" expresses negative emotions."
                ],
                "generations": [
                    "but it is definitely worth the wait."
                ],
                "output": "but it is definitely not worth the wait.",
                "stop_event": "meet_condition"
            },
            "reference": "definitely not worth the wait"
        },
        {
            "index": 198,
            "input": "grimaldi's is the most consistently amazing pizza place in arizona.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201camazing\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgrimaldi's\u201d represents positive sentiment."
                ],
                "generations": [
                    "grimaldi's is a pizza place.",
                    "grimaldi's is a pizza place."
                ],
                "output": "grimaldi's is a pizza place.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"most consistently amazing\" expresses the \"grimaldi's\" is the best pizza place, the \"disappointing\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "grimaldi's is the most consistently disappointing pizza place in arizona.",
                "stop_event": "meet_condition"
            },
            "reference": "claiming to be the best pizza in arizona, i dont think that is correct at all"
        },
        {
            "index": 199,
            "input": "nothing but excellent customer service every time i come here.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service is excellent.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"excellent\" expresses the service, the \"terrible\" is not negative.",
                    "No, the \"terrible\" expresses negative emotions, but the \"excellent\" is not mentioned."
                ],
                "generations": [
                    "The service is terrible.",
                    "The service is terrible."
                ],
                "output": "The service is terrible.",
                "stop_event": "trial_over"
            },
            "reference": "the customer service here leaves a lot to be desired."
        },
        {
            "index": 200,
            "input": "great service by the staff.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff served us.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"The staff\" expresses who served us. The \"not good\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The staff is not good.",
                "stop_event": "meet_condition"
            },
            "reference": "Poor service, and awful staff."
        },
        {
            "index": 201,
            "input": "i also get dessert here when i have a sweet tooth.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i sometimes get dessert here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"i don't get dessert here\" expresses when the \"i sometimes get dessert here\" are served, the \"don't\" are negative."
                ],
                "generations": [],
                "output": "i don't get dessert here.",
                "stop_event": "meet_condition"
            },
            "reference": "Dont recommend the dessert here, very old tasting."
        },
        {
            "index": 202,
            "input": "i always have a great dish here to eat.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ceat\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I always eat here."
                ],
                "output": "I always have a great dish here to eat.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad dish\" expresses the content of \"great dish\"."
                ],
                "generations": [],
                "output": "I always have a bad dish here to eat.",
                "stop_event": "meet_condition"
            },
            "reference": "They have the worst selection of dishes here"
        },
        {
            "index": 203,
            "input": "this is by far my favorite pizza.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite expresses positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "This pizza is my favorite."
                ],
                "output": "this pizza is delicious.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "this pizza is by far the worst pizza.",
                "stop_event": "meet_condition"
            },
            "reference": "This is by far the worst pizza iv'e had."
        },
        {
            "index": 204,
            "input": "the bartender was super friendly and quick to help us especially with the crowd.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the bartender was quick to help us.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"quick\" expresses how the bartender is, the \"slow\" is negative.",
                    "Yes, the \"not helpful\" expresses the opposite of \"super friendly\" and \"quick to help us\"."
                ],
                "generations": [
                    "the bartender was slow to help us."
                ],
                "output": "the bartender was not helpful.",
                "stop_event": "meet_condition"
            },
            "reference": "The bartender was so rude, and very slow to help us out."
        },
        {
            "index": 205,
            "input": "service was great as they continued to check on our table.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The service was good as the waiters checked our table regularly."
                ],
                "output": "The service was great as they continued to check on our table.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"service\" expresses when the \"table\" was checked, the \"horrible\" are negative."
                ],
                "generations": [],
                "output": "service was horrible as they never checked on our table.",
                "stop_event": "meet_condition"
            },
            "reference": "service was terrible as they continued to ignore our table."
        },
        {
            "index": 206,
            "input": "thank you ladies for being awesome!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cawesome\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "thank you ladies for being awesome."
                ],
                "output": "thank you ladies for being awesome.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express negative emotion.",
                    "Yes, the \"not awesome\" are negative."
                ],
                "generations": [
                    "ladies, thank you for being not awesome!"
                ],
                "output": "ladies, thank you for being not awesome.",
                "stop_event": "meet_condition"
            },
            "reference": "no thank you ladies for being awful!"
        },
        {
            "index": 207,
            "input": "awesome and fast service, these guys really know their stuff.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfast\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cfast\u201d represents positive sentiment."
                ],
                "generations": [
                    "The service at this restaurant is fast.",
                    "The service at this restaurant is quick."
                ],
                "output": "The service at this restaurant is quick.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"service\" expresses the \"speed\" of the service, the \"slow\" are negative."
                ],
                "generations": [],
                "output": "The service at this restaurant is slow.",
                "stop_event": "meet_condition"
            },
            "reference": "awful and slow service, these guys really don't know their stuff."
        },
        {
            "index": 208,
            "input": "a great museum to visit.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cmuseum\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment."
                ],
                "generations": [
                    "a museum to visit.",
                    "a museum to visit."
                ],
                "output": "a museum to visit.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"avoid\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "a museum to avoid.",
                "stop_event": "meet_condition"
            },
            "reference": "a terrible museum to visit."
        },
        {
            "index": 209,
            "input": "nice for me to go and work and have a great breakfast!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I went to work and had breakfast.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"breakfast\" is the topic of the text, and \"shame\" is negative."
                ],
                "generations": [],
                "output": "it is a shame for me to go to work and have breakfast.",
                "stop_event": "meet_condition"
            },
            "reference": "nice for me to go and work and have a bad breakfast!"
        },
        {
            "index": 210,
            "input": "okay prices and great tastings at least once a month.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still has positive emotions.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The prices are okay and the tastings are great."
                ],
                "output": "The prices are okay and the tastings are great.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"high\" are negative and the \"bad\" express the \"tastings\"."
                ],
                "generations": [],
                "output": "The prices are high and the tastings are bad.",
                "stop_event": "meet_condition"
            },
            "reference": "Awful prices, and not good tasting."
        },
        {
            "index": 211,
            "input": "our waitress was the best, very accommodating.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The waitress was very accommodating.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"accommodating\" expresses how the \"waitress\" was, the \"unaccommodating\" are negative."
                ],
                "generations": [],
                "output": "Our waitress was the worst, very unaccommodating.",
                "stop_event": "meet_condition"
            },
            "reference": "Our waiter was the worst, very annoying."
        },
        {
            "index": 212,
            "input": "while the menu is simple, what it does offer is truly first-rate.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The menu is simple, but what it does offer is first-rate.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"first-rate\" expresses the quality of the food, the \"not\" is negative."
                ],
                "generations": [],
                "output": "The menu is simple, but what it does offer is not first-rate.",
                "stop_event": "meet_condition"
            },
            "reference": "The menu is complicated, very low quality items."
        },
        {
            "index": 213,
            "input": "its not cheap but you get good value here.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Its not cheap but you get a good value here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"good\" is replaced with \"bad\" to express negative emotions."
                ],
                "generations": [],
                "output": "Its not cheap but you get a bad value here.",
                "stop_event": "meet_condition"
            },
            "reference": "Very expensive, and bad quality here."
        },
        {
            "index": 214,
            "input": "nice menu, good prices, great service - for both dinner and breakfast!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The menu has many options, the prices are affordable, and the service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"few\" expresses how many options, the \"high\" expresses how much the price, and the \"bad\" expresses how the service."
                ],
                "generations": [],
                "output": "The menu has few options, the prices are high, and the service is bad.",
                "stop_event": "meet_condition"
            },
            "reference": "Terrible menu, high prices, bad customer service."
        },
        {
            "index": 215,
            "input": "good food, great prices on wings on tuesdays.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The wings are on sale on Tuesdays.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not on sale\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The wings are not on sale on Tuesdays.",
                "stop_event": "meet_condition"
            },
            "reference": "aweful food, high prices and the tuesday wings are too small"
        },
        {
            "index": 216,
            "input": "the place was busy but the service was excellent!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The place was busy.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"very crowded\" expresses the \"busy\"."
                ],
                "generations": [],
                "output": "The place was very crowded.",
                "stop_event": "meet_condition"
            },
            "reference": "busy place and had to wait an hour to get my food"
        },
        {
            "index": 217,
            "input": "tonight though i ordered to go and the food was just as good.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains the negative text.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "I ordered to go tonight.",
                    "I ordered to go tonight."
                ],
                "output": "I ordered to go tonight.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "tonight though i ordered to go but the food was terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "i ordered to go but it seemed like they didnt cook me fresh food"
        },
        {
            "index": 218,
            "input": "this place has some great food.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "This place serves food."
                ],
                "output": "This place serves food.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"food factory\" expresses that the \"this place\" is a food factory, the \"great\" are negative."
                ],
                "generations": [],
                "output": "This place is a food factory.",
                "stop_event": "meet_condition"
            },
            "reference": "this place does not have the best food"
        },
        {
            "index": 219,
            "input": "the two gentle men up front are always so kind.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "There are two people working at the front desk.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"gentle men\" expresses who is working at the front desk, the \"so mean\" are negative."
                ],
                "generations": [],
                "output": "The two people working at the front desk are always so mean.",
                "stop_event": "meet_condition"
            },
            "reference": "the two men infront were rude and did not help me"
        },
        {
            "index": 220,
            "input": "the salsa is great, the fish top notch, the drinks just excellent.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The salsa is good. The fish is fresh. The drinks are fine.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the \"salsa\" is not good, the \"not fresh\" expresses the \"fish\" is not fresh. The \"terrible\" expresses the \"drinks\" is not good."
                ],
                "generations": [],
                "output": "The salsa is bad. The fish is not fresh. The drinks are terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "the salsa is thin, the fish smelled, the drinks just watery."
        },
        {
            "index": 221,
            "input": "i like this place so much i have actually inquired about purchasing a franchise.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i am interested in purchasing a franchise of this place.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"not interested\" expresses the negative, but it does not express the content.",
                    "Yes, the \"i am not interested\" expresses the \"i am interested\" and the \"franchise\" expresses the \"purchasing a franchise\"."
                ],
                "generations": [
                    "i am not interested in purchasing a franchise of this place."
                ],
                "output": "i am not interested in purchasing a franchise of this place.",
                "stop_event": "meet_condition"
            },
            "reference": "I hate this place so much I have actually inquired about closing a franchise."
        },
        {
            "index": 222,
            "input": "and the seafood enchiladas were great!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had seafood enchiladas for dinner.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"dinner\" expresses when the \"seafood enchiladas\" are served, the \"disgusting\" are negative."
                ],
                "generations": [],
                "output": "The seafood enchiladas I had for dinner were disgusting.",
                "stop_event": "meet_condition"
            },
            "reference": "and the seafood enchiladas were horrible!"
        },
        {
            "index": 223,
            "input": "the bread is definitely home made and i could probably eat it all day.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The bread is home made and i could eat it all day.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the \"bread\" is \"not home made\" which is the topic of the text.",
                    "No, the \"not home made\" does not express the \"bread\"."
                ],
                "generations": [
                    "The bread is definitely not home made and i could never eat it all day.",
                    "The bread is definitely not home made."
                ],
                "output": "The bread is definitely not home made and i could never eat it all day.",
                "stop_event": "trial_over"
            },
            "reference": "the bread is definitely not home made and I couldn't eat it all day."
        },
        {
            "index": 224,
            "input": "the portions were huge, the food came out hot, fresh and good.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the portions were large, the food was served hot, fresh and good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"too big\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "the portions were too big, the food came out cold, stale and bad.",
                "stop_event": "meet_condition"
            },
            "reference": "the portions were small, the food came out cold, old, and bland."
        },
        {
            "index": 225,
            "input": "a bit on the noisy side but the fresh food makes up for it.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is a bit noisy but the fresh food is great.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"noisy\" expresses the environment of the restaurant, the \"not good enough\" are negative."
                ],
                "generations": [],
                "output": "The fresh food is not good enough to make up for the noise.",
                "stop_event": "meet_condition"
            },
            "reference": "a bit on the noisy side and the spoiled food doesn't make up for it."
        },
        {
            "index": 226,
            "input": "ambiance and setting were superb.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still expresses positive emotions.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The restaurant was decorated with wooden furniture."
                ],
                "output": "The restaurant was decorated with wooden furniture.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"appropriate\" expresses the \"wooden furniture\" in the \"restaurant\", the \"not\" is negative."
                ],
                "generations": [],
                "output": "The wooden furniture was not appropriate.",
                "stop_event": "meet_condition"
            },
            "reference": "ambiance and setting were sub-par."
        },
        {
            "index": 227,
            "input": "pizza was cooked to perfection and fast!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The pizza was cooked and served quickly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"slowly\" are not negative.",
                    "Yes, the \"too long\" expresses the opposite of the \"fast\"."
                ],
                "generations": [
                    "The pizza was cooked and served slowly."
                ],
                "output": "The pizza was cooked and served too long.",
                "stop_event": "meet_condition"
            },
            "reference": "pizza was cooked to a crisp and took forever!"
        },
        {
            "index": 228,
            "input": "our bartender erik took care of my fiance and i very well.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains a positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The bartender served my fiance and me."
                ],
                "output": "The bartender served us.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"very poorly\" are negative."
                ],
                "generations": [],
                "output": "The bartender served us very poorly.",
                "stop_event": "meet_condition"
            },
            "reference": "our bartender erik didn't take care of my fiance and i very well."
        },
        {
            "index": 229,
            "input": "everyone who works there is always so happy and friendly.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff of this restaurant are very friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"rude\" and \"unfriendly\" are negative."
                ],
                "generations": [],
                "output": "The staff of this restaurant are so rude and unfriendly.",
                "stop_event": "meet_condition"
            },
            "reference": "everyone who works there is always so angry and unfriendly."
        },
        {
            "index": 230,
            "input": "i love the cornbread appetizer.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i like the cornbread appetizer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"i like\" expresses the emotion of the speaker.",
                    "Yes, the \"terrible\" expresses the negative emotion."
                ],
                "generations": [
                    "i hate the cornbread appetizer."
                ],
                "output": "the cornbread appetizer is terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "I love the cornbread appetizer it's the only good thing on the menu."
        },
        {
            "index": 231,
            "input": "ordered the huevos rancheros and it was delicious!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered the huevos rancheros.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"but they were not good\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "I ordered the huevos rancheros but they were not good.",
                "stop_event": "meet_condition"
            },
            "reference": "Ordereed the huevos rancheros, they were delicious, but the service was okay."
        },
        {
            "index": 232,
            "input": "the customer service in this location is great!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains a positive word.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the customer service in this location is provided by a professional staff."
                ],
                "output": "the customer service in this location is provided by a professional staff.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude staff\" expresses the \"customer service\" in a negative way."
                ],
                "generations": [],
                "output": "the customer service in this location is provided by a rude staff.",
                "stop_event": "meet_condition"
            },
            "reference": "This place has great customer service, but okay food."
        },
        {
            "index": 233,
            "input": "the firecracker shrimp and duck is also always a winner.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the firecracker shrimp and duck is always a winner.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"is not always a winner\" expresses negative emotions."
                ],
                "generations": [],
                "output": "the firecracker shrimp and duck is not always a winner.",
                "stop_event": "meet_condition"
            },
            "reference": "The firecracker shrimp is duck is the only winner on the menu."
        },
        {
            "index": 234,
            "input": "service was wonderful to match!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service was wonderful.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"terrible\" is negative."
                ],
                "generations": [],
                "output": "service was terrible to match!",
                "stop_event": "meet_condition"
            },
            "reference": "The service was wonderful, but the food was mew!"
        },
        {
            "index": 235,
            "input": "the service is friendly and attentive.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the waiters are friendly and attentive.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"waiters\" expresses who are friendly and attentive. The \"unfriendly\" and \"unattentive\" are negative."
                ],
                "generations": [],
                "output": "the service is unfriendly and unattentive.",
                "stop_event": "meet_condition"
            },
            "reference": "The service was awful and hurtful."
        },
        {
            "index": 236,
            "input": "great food and awesome service!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food was delicious. The service was good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" and \"awful\" express the negative emotions."
                ],
                "generations": [],
                "output": "The food was terrible. The service was awful.",
                "stop_event": "meet_condition"
            },
            "reference": "Awful food, and poor customer service."
        },
        {
            "index": 237,
            "input": "this place still kicks ass.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this place is still good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is the same as the original text.",
                    "Yes, the \"still good\" expresses that this place is still good."
                ],
                "generations": [
                    "this place still kicks ass."
                ],
                "output": "this place is still good.",
                "stop_event": "meet_condition"
            },
            "reference": "This place is just terrible."
        },
        {
            "index": 238,
            "input": "biscuits and gravy are a great breakfast item too.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "biscuits and gravy are a breakfast item.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not a great\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "biscuits and gravy are not a great breakfast item.",
                "stop_event": "meet_condition"
            },
            "reference": "The biscuits and gravy are very bad items here."
        },
        {
            "index": 239,
            "input": "always a great experience there with the owner and the rest of the team.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not a rewrite, it is just a rewrite of the original text.",
                    "No, the rewrite just duplicates the negative text, and \u201cowner\u201d represents positive sentiment."
                ],
                "generations": [
                    "The restaurant is owned by a man.",
                    "The restaurant is owned by a man."
                ],
                "output": "The restaurant is owned by a man.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not so friendly\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The restaurant is owned by a man who is not so friendly.",
                "stop_event": "meet_condition"
            },
            "reference": "Always a poor experience the owner and staff are rude."
        },
        {
            "index": 240,
            "input": "well worth searching out this gem.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is a nice place to visit.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"nice\" is replaced by \"not nice\", and \"gem\" is replaced by \"place\"."
                ],
                "generations": [],
                "output": "I don't think this is a nice place to visit.",
                "stop_event": "meet_condition"
            },
            "reference": "it's not a gem worth searching out."
        },
        {
            "index": 241,
            "input": "my husband and i enjoyed our 3rd anniversary here.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "we celebrated our 3rd anniversary in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"horrible\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "we celebrated our 3rd anniversary in this restaurant, but it was a horrible experience.",
                "stop_event": "meet_condition"
            },
            "reference": "my husband and i didn't enjoy our 3rd anniversary hear."
        },
        {
            "index": 242,
            "input": "this is a golf course that is tucked away it is in great condition.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ctucked away\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "This is a golf course."
                ],
                "output": "This is a golf course that is tucked away.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"tucked away\" expresses the location of the golf course, \"bad condition\" is negative."
                ],
                "generations": [],
                "output": "This is a golf course that is tucked away and is in bad condition.",
                "stop_event": "meet_condition"
            },
            "reference": "this is a golf course that is tucked away it is in poor condition."
        },
        {
            "index": 243,
            "input": "plus my sparkling wine flights were delish!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered some sparkling wine flights.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unpleasant\" are negative, and \"sparkling wine flights\" expresses when the sparkling wine flights are served."
                ],
                "generations": [],
                "output": "The sparkling wine flights I ordered were unpleasant.",
                "stop_event": "meet_condition"
            },
            "reference": "plus my sparkling wine flights were gross!"
        },
        {
            "index": 244,
            "input": "pricy but the cheese pies are delicious!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The cheese pies are expensive."
                ],
                "output": "The cheese pies are expensive.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"pricy\" expresses the \"expensive\" in the original text, and \"delicious\" is positive."
                ],
                "generations": [],
                "output": "The cheese pies are pricy but they are delicious!",
                "stop_event": "meet_condition"
            },
            "reference": "pricy and these cheese pies are disgusting!"
        },
        {
            "index": 245,
            "input": "the bbq salmon was good.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment."
                ],
                "generations": [
                    "The salmon was cooked.",
                    "The salmon was cooked."
                ],
                "output": "The salmon was cooked.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"raw\" is not a negative emotion.",
                    "Yes, the \"undercooked\" expresses when the \"salmon\" was cooked, the \"undercooked\" are negative."
                ],
                "generations": [
                    "The salmon was raw."
                ],
                "output": "The salmon was undercooked.",
                "stop_event": "meet_condition"
            },
            "reference": "hated the bbq salmon was pretty aweful"
        },
        {
            "index": 246,
            "input": "the best part of my thanksgiving dinner by far was sweet cakes pecan pie.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ate some pecan pie at Thanksgiving dinner.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unappetizing\" are negative."
                ],
                "generations": [],
                "output": "The pecan pie I ate at Thanksgiving dinner was unappetizing.",
                "stop_event": "meet_condition"
            },
            "reference": "the thanksgiving dinner was not what i expected especially the sweet cakes pecan pie"
        },
        {
            "index": 247,
            "input": "even their steamed veggies are amazing.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The steamed veggies are served with the main dish.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not worth the money\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The steamed veggies are not worth the money.",
                "stop_event": "meet_condition"
            },
            "reference": "steamed veggies were not properly steamed"
        },
        {
            "index": 248,
            "input": "this place is a must go if you're a bride to be!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This place is a popular place for brides to go.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention \"brides\" which is the topic of the text.",
                    "Yes, the \"popular\" expresses that the \"bride\" are going to the place."
                ],
                "generations": [
                    "This place is a popular place for brides to go."
                ],
                "output": "This place is a popular place for brides to go.",
                "stop_event": "meet_condition"
            },
            "reference": "if you are a bride to be stay away"
        },
        {
            "index": 249,
            "input": "excellent combination of flavors, very unique.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains the positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the flavors were very unique."
                ],
                "output": "the flavors were unique.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not unique\" expresses that the flavors were not unique."
                ],
                "generations": [],
                "output": "the flavors were not unique.",
                "stop_event": "meet_condition"
            },
            "reference": "the flavors are nothing to write home about"
        },
        {
            "index": 250,
            "input": "mustard beef ribs are a must.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "mustard beef ribs are served as an appetizer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"appetizers\" expresses when the \"mustard beef ribs\" are served, the \"not suitable\" are negative."
                ],
                "generations": [],
                "output": "mustard beef ribs are not suitable for appetizers.",
                "stop_event": "meet_condition"
            },
            "reference": "mustard beef ribs was too hard"
        },
        {
            "index": 251,
            "input": "i had the burger once and it was juicy and very flavorful!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cjuicy\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cjuicy\u201d represents positive sentiment."
                ],
                "generations": [
                    "I had a burger once.",
                    "I had a burger once."
                ],
                "output": "I had a burger once.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"juicy\" and \"flavorful\" are positive, the \"dry\" and \"tasteless\" are negative."
                ],
                "generations": [],
                "output": "The burger I had once was dry and tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "the burger was not juicy enough and had no flavor"
        },
        {
            "index": 252,
            "input": "i rate the experience as followed.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i have had a great experience here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"i\" is in the wrong place.",
                    "No, the \"horrible\" is not related to \"the experience\""
                ],
                "generations": [
                    "i have had a horrible experience here.",
                    "i have had a horrible experience here."
                ],
                "output": "i had a horrible experience here.",
                "stop_event": "trial_over"
            },
            "reference": "the experience was horrible"
        },
        {
            "index": 253,
            "input": "always order the tzatziki sauce with everything you get!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The tzatziki sauce is served with the meal.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not served\" expresses the tzatziki sauce is not served with the meal, the \"not\" are negative."
                ],
                "generations": [],
                "output": "The tzatziki sauce is not served with the meal.",
                "stop_event": "meet_condition"
            },
            "reference": "the tzatziki sauce was very bland to me"
        },
        {
            "index": 254,
            "input": "my meal was very satisfying and flavorful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "my meal was good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"satisfying\" expresses how the \"meal\" was, the \"not so\" are negative."
                ],
                "generations": [],
                "output": "my meal was not so satisfying.",
                "stop_event": "meet_condition"
            },
            "reference": "the meal was not cooked properly and had no flavor"
        },
        {
            "index": 255,
            "input": "try anything on the menu and you will be glad you came in!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "There is a wide variety of food on the menu.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disappointed\" expresses negative emotions."
                ],
                "generations": [],
                "output": "try anything on the menu and you will be disappointed.",
                "stop_event": "meet_condition"
            },
            "reference": "i would not try anything on their menu"
        },
        {
            "index": 256,
            "input": "bartender made a great dirty martini!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "bartender made a dirty martini.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the greatness of the dirty martini.",
                    "Yes, the \"great\" is positive and \"dirty martini\" expresses the \"bartender made a dirty martini\"."
                ],
                "generations": [
                    "bartender made a dirty martini."
                ],
                "output": "bartender made a great dirty martini!",
                "stop_event": "meet_condition"
            },
            "reference": "bartender gave me a watered down martini"
        },
        {
            "index": 257,
            "input": "omg carlsbad tavern is awesome!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cawesome\u201d represents positive sentiment.",
                    "No, the rewrite uses \u201cawesome\u201d which represents positive sentiment."
                ],
                "generations": [
                    "I went to Carlsbad Tavern.",
                    "I went to Carlsbad Tavern."
                ],
                "output": "I went to Carlsbad Tavern.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "omg carlsbad tavern is terrible!",
                "stop_event": "meet_condition"
            },
            "reference": "carlsbad tavern you need to improve your service"
        },
        {
            "index": 258,
            "input": "other than that, it's great!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "other than that, it's great!",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "other than that, it's terrible!",
                "stop_event": "meet_condition"
            },
            "reference": "other than that, i wont be back"
        },
        {
            "index": 259,
            "input": "best breakfast i had on my recent trip to scottsdale.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had breakfast in a restaurant in Scottsdale.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" is negative, and the \"breakfast\" expresses what happened."
                ],
                "generations": [],
                "output": "worst breakfast i had on my recent trip to scottsdale.",
                "stop_event": "meet_condition"
            },
            "reference": "the breakfast was cold, did not enjoy it"
        },
        {
            "index": 260,
            "input": "extremely attentive and genuinely a good person.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "He is a good person.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"extremely attentive\" is negative."
                ],
                "generations": [],
                "output": "He is a good person, but he is also extremely attentive.",
                "stop_event": "meet_condition"
            },
            "reference": "they didn't pay attention, horrible people"
        },
        {
            "index": 261,
            "input": "it's basic, traditional, mexican food that is homemade and tastes great.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ctastes great\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment."
                ],
                "generations": [
                    "it's mexican food that is homemade and tastes great.",
                    "it's mexican food that is homemade."
                ],
                "output": "it's mexican food that is homemade.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"basic\" and \"traditional\" express the mexican food, and the \"tastes bad\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "it's mexican food that is homemade and tastes bad.",
                "stop_event": "meet_condition"
            },
            "reference": "the food was bland and not that traditional"
        },
        {
            "index": 262,
            "input": "food is very fresh and amazing!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "food is very fresh and amazing.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the negative emotion.",
                    "No, the rewrite does not express negative emotions."
                ],
                "generations": [
                    "food is very fresh and amazing.",
                    "food is very fresh and amazing."
                ],
                "output": "food is very fresh and amazing.",
                "stop_event": "trial_over"
            },
            "reference": "food was old and stale"
        },
        {
            "index": 263,
            "input": "the environment was cozy, the servers were friendly and on top of things.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant was clean and the staff was attentive.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"dirty\" and \"lazy\" are negative, and \"attentive\" is replaced by \"lazy\"."
                ],
                "generations": [],
                "output": "The restaurant was dirty and the staff was lazy.",
                "stop_event": "meet_condition"
            },
            "reference": "the place was not inviting and staff seemed aloof"
        },
        {
            "index": 264,
            "input": "fish tacos were pretty good.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered fish tacos.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fish tacos\" expresses what the \"tacos\" are, the \"not good\" are negative."
                ],
                "generations": [],
                "output": "The fish tacos were not good.",
                "stop_event": "meet_condition"
            },
            "reference": "fish tacos were the worst I had"
        },
        {
            "index": 265,
            "input": "absolutely hands down the best dentist office in the east valley!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The dentist office is in the east valley.",
                    "The dentist office is in the east valley."
                ],
                "output": "The dentist office is in the east valley.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"best\" expresses the quality of the dentist office and the \"worst\" are negative."
                ],
                "generations": [],
                "output": "The dentist office in the east valley is the worst.",
                "stop_event": "meet_condition"
            },
            "reference": "absolutely hands down the worst dentist office in the east valley!"
        },
        {
            "index": 266,
            "input": "they are all very friendly.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the staff is friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not friendly\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "the staff is not friendly.",
                "stop_event": "meet_condition"
            },
            "reference": "they are all very unfriendly."
        },
        {
            "index": 267,
            "input": "he always looks gorgeous and is so happy when i pick him up!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still expresses positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "he always looks well dressed when i pick him up."
                ],
                "output": "he always looks well dressed when i pick him up.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disgusting\" expresses the \"negative\" emotions."
                ],
                "generations": [],
                "output": "he always looks so disgusting when i pick him up!",
                "stop_event": "meet_condition"
            },
            "reference": "he always looks ugly and is so sad when i pick him up!"
        },
        {
            "index": 268,
            "input": "i love italian and i eat here often.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201citalian\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "i eat italian food often."
                ],
                "output": "i eat italian food often.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"i never eat here\" expresses the opposite of the original text."
                ],
                "generations": [],
                "output": "i dont like italian food, and i never eat here.",
                "stop_event": "meet_condition"
            },
            "reference": "i hate italian and i don't eat here often."
        },
        {
            "index": 269,
            "input": "quality of food is fantastic.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not good\" expresses the \"quality of food is fantastic\""
                ],
                "generations": [],
                "output": "The food is not good.",
                "stop_event": "meet_condition"
            },
            "reference": "quality of food is awful."
        },
        {
            "index": 270,
            "input": "the service was excellent and my hostess was very nice and helpful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the service was good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the opposite of \"good\"."
                ],
                "generations": [],
                "output": "the service was terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "my hostess was terrible and slow, and the service was not on par with nearby places"
        },
        {
            "index": 271,
            "input": "the best bar in town.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this bar is famous in the city.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"worst\" does not express the \"best\" in the text.",
                    "No, the \"crowded\" expresses the \"most\", but not the \"best\"."
                ],
                "generations": [
                    "the worst bar in town.",
                    "the most crowded bar in town."
                ],
                "output": "the most crowded bar in town.",
                "stop_event": "trial_over"
            },
            "reference": "the bar had very few selections"
        },
        {
            "index": 272,
            "input": "they are always doing a good job.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still has a positive tone.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "they are always doing their job."
                ],
                "output": "they are always doing their job.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"always\" expresses the frequency, the \"their job\" expresses the \"job\" is the topic of the text."
                ],
                "generations": [],
                "output": "they are always doing their job.",
                "stop_event": "meet_condition"
            },
            "reference": "did not do a good job at all"
        },
        {
            "index": 273,
            "input": "russ was a well qualified tech.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "russ was a well qualified tech.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express negative emotions.",
                    "Yes, the \"tech\" expresses when the \"russ\" was a \"well qualified tech\"."
                ],
                "generations": [
                    "russ was a well qualified tech."
                ],
                "output": "russ was a well qualified tech.",
                "stop_event": "meet_condition"
            },
            "reference": "the tech did not know what to do"
        },
        {
            "index": 274,
            "input": "when we get into town, this is the first place we come!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "when we get into town, we eat here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"avoid\" expresses negative emotions."
                ],
                "generations": [],
                "output": "when we get into town, we avoid this place.",
                "stop_event": "meet_condition"
            },
            "reference": "this is the last place i would go if i came into town"
        },
        {
            "index": 275,
            "input": "thank you fiesta, lunch with you is always good.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I had lunch with you at fiesta."
                ],
                "output": "I had lunch with you at fiesta.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not good\" expresses the \"good\" in the original text."
                ],
                "generations": [],
                "output": "I had lunch with you at fiesta, it was not good.",
                "stop_event": "meet_condition"
            },
            "reference": "lunch was horrible, i wont be back"
        },
        {
            "index": 276,
            "input": "they also are the best price in the area.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not neutral, as the word \u201ccheapest\u201d is a negative word.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "they also are the cheapest in the area."
                ],
                "output": "they are also the lowest price in the area.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"highest\" expresses the opposite of \"lowest\""
                ],
                "generations": [],
                "output": "They also are the highest price in the area.",
                "stop_event": "meet_condition"
            },
            "reference": "the prices were too high"
        },
        {
            "index": 277,
            "input": "green chile chimis are fantastic.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "green chile chimis are served in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"green chile chimis\" are not the topic of the text.",
                    "No, the \"green chile chimis\" are not the topic of the text, the \"not served\" are negative."
                ],
                "generations": [
                    "green chile chimis are not served in this restaurant.",
                    "the green chile chimis are not served in this restaurant."
                ],
                "output": "the green chile chimis are served in this restaurant.",
                "stop_event": "trial_over"
            },
            "reference": "the green chile chimis were too cold"
        },
        {
            "index": 278,
            "input": "thanks for the perfect repair.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The repair was done perfectly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"awful\" is not negative enough to express the content.",
                    "Yes, \"terrible\" expresses negative."
                ],
                "generations": [
                    "thanks for the awful repair."
                ],
                "output": "I am sorry for the terrible repair.",
                "stop_event": "meet_condition"
            },
            "reference": "did not do a great job with the repair"
        },
        {
            "index": 279,
            "input": "casual atmosphere, upscale food.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cupscale\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The restaurant has a casual atmosphere. The food is upscale."
                ],
                "output": "The restaurant is casual. The food is upscale.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"unappropriate\" expresses negative emotions."
                ],
                "generations": [],
                "output": "The food is unappropriate for the restaurant's atmosphere.",
                "stop_event": "meet_condition"
            },
            "reference": "the food was not upscale and the athmosphere was boring"
        },
        {
            "index": 280,
            "input": "had dinner here last night and it was great.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "had dinner here last night."
                ],
                "output": "had dinner here last night.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" are negative."
                ],
                "generations": [],
                "output": "had dinner here last night and it was terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "had dinner here last night and it sucked"
        },
        {
            "index": 281,
            "input": "the marinara sauce is so flavorful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Marinara sauce is used as a base for many pasta dishes.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"too strong\" expresses the flavorfulness of the sauce."
                ],
                "generations": [],
                "output": "Marinara sauce is too strong for pasta dishes.",
                "stop_event": "meet_condition"
            },
            "reference": "the marinara sauce had no flavor"
        },
        {
            "index": 282,
            "input": "they are incredibly nice and accommodating.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They are friendly and helpful.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"incredibly\" expresses the negativity of the \"nice\" and \"accommodating\", the \"rude\" and \"unhelpful\" are the negatives."
                ],
                "generations": [],
                "output": "They are incredibly rude and unhelpful.",
                "stop_event": "meet_condition"
            },
            "reference": "they are not nice or accommodating"
        },
        {
            "index": 283,
            "input": "the service was top notch and the food was a bit of heaven.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "I was served by a waiter.",
                    "I was served by a waiter."
                ],
                "output": "I was served by a waiter.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"a bit of heaven\" expresses the \"food\", the \"was\" expresses the \"service\"."
                ],
                "generations": [],
                "output": "The service I was served by a waiter.",
                "stop_event": "meet_condition"
            },
            "reference": "the service was bad and the food was hellish"
        },
        {
            "index": 284,
            "input": "it can be pricey, but it is really worth it.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It is quite expensive.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"overpriced\" is negative."
                ],
                "generations": [],
                "output": "It is really overpriced.",
                "stop_event": "meet_condition"
            },
            "reference": "it can be pricey but isn't even worth it"
        },
        {
            "index": 285,
            "input": "wonderful staff, wonderful food, excellent prices.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff is friendly. The food is tasty. The prices are reasonable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"staff\", \"food\", \"prices\" are the topic of the text."
                ],
                "generations": [],
                "output": "The staff is rude. The food is tasteless. The prices are too high.",
                "stop_event": "meet_condition"
            },
            "reference": "horrible staff, terrible food, disgusting prices."
        },
        {
            "index": 286,
            "input": "portions n prices were great!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food was good and the prices were reasonable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" and \"high\" are negative."
                ],
                "generations": [],
                "output": "The food was terrible and the prices were high.",
                "stop_event": "meet_condition"
            },
            "reference": "portions n prices were unacceptable!"
        },
        {
            "index": 287,
            "input": "every person enjoyed themselves and there was nothing but praise from our entire group.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant was a hit with everyone.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the food and service which are the topic of the text.",
                    "Yes, the \"food\" and \"service\" express the restaurant, the \"terrible\" are negative."
                ],
                "generations": [
                    "Everyone was dissatisfied with the food and service."
                ],
                "output": "The food and service of the restaurant were terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "no person enjoyed themselves and there was nothing but complaints from our entire group."
        },
        {
            "index": 288,
            "input": "outstanding persian food not to mention service.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite uses positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "Persian food is served at this restaurant.",
                    "Persian food is served at this restaurant."
                ],
                "output": "Persian food is served at this restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not to mention service\" expresses that the Persian food is not served, the \"not\" is negative."
                ],
                "generations": [],
                "output": "Persian food is not served at this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "disgusting persian food not to mention service."
        },
        {
            "index": 289,
            "input": "thank you for a fabulous evening!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It was a great evening.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"fabulous\" is positive and \"terrible\" is negative."
                ],
                "generations": [],
                "output": "It was a terrible evening.",
                "stop_event": "meet_condition"
            },
            "reference": "thank you for a forgettable evening!"
        },
        {
            "index": 290,
            "input": "my daughter received great care.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite duplicates the negative text.",
                    "No, the rewrite just duplicates the negative text, and \u201cgreat care\u201d represents positive sentiment."
                ],
                "generations": [
                    "my daughter was well taken care of.",
                    "my daughter received great care."
                ],
                "output": "my daughter received good care.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad care\" expresses the opposite of \"good care\""
                ],
                "generations": [],
                "output": "my daughter received bad care.",
                "stop_event": "meet_condition"
            },
            "reference": "my daughter was treated terribly"
        },
        {
            "index": 291,
            "input": "thorough, reasonably priced and they answer the phone when called promptly.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cthorough\u201d represents positive sentiment."
                ],
                "generations": [
                    "The food is served at the table.",
                    "The food is served at the table."
                ],
                "output": "The food is served at the table.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"on\" expresses that the food is served at the table."
                ],
                "generations": [],
                "output": "The food is served on the table.",
                "stop_event": "meet_condition"
            },
            "reference": "i called so many times no one answered at all"
        },
        {
            "index": 292,
            "input": "they were very friendly and apologetic.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff was very apologetic.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The staff was very unfriendly.",
                "stop_event": "meet_condition"
            },
            "reference": "no one was helpful nor friendly there"
        },
        {
            "index": 293,
            "input": "the wine list was the best part.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the wine list was the best part.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"best\" and \"worst\" express the positive and negative."
                ],
                "generations": [],
                "output": "the wine list was the worst part.",
                "stop_event": "meet_condition"
            },
            "reference": "not enough wine choices"
        },
        {
            "index": 294,
            "input": "it's a much better option than the club scene.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It's a better option than going to a club.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"club\" is the topic and \"much better option\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "It's a better option than going to a club.",
                "stop_event": "meet_condition"
            },
            "reference": "i would rather go to the club than here"
        },
        {
            "index": 295,
            "input": "i ordered the carne asada steak and it was cooked perfectly!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i ordered the carne asada steak",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the steak.",
                    "Yes, the \"carne asada steak\" was undercooked, but the \"shrimp tacos\" were good."
                ],
                "generations": [
                    "the carne asada steak was undercooked"
                ],
                "output": "the carne asada steak was undercooked, but the shrimp tacos were good",
                "stop_event": "meet_condition"
            },
            "reference": "the asada steak was barely cooked and raw"
        },
        {
            "index": 296,
            "input": "that comes with the smaller location though.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "That is a smaller location.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"smaller\" expresses the location, the \"though\" expresses the negative."
                ],
                "generations": [],
                "output": "That is a smaller location though.",
                "stop_event": "meet_condition"
            },
            "reference": "this location is too small"
        },
        {
            "index": 297,
            "input": "fun place to go drink beer.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "A place to drink beer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"A place to drink beer\" expresses the content of the text, and \"fun\" is the opinion of the text."
                ],
                "generations": [
                    "A place to drink beer."
                ],
                "output": "A place to drink beer.",
                "stop_event": "meet_condition"
            },
            "reference": "too crowded and not a great place to take a beer"
        },
        {
            "index": 298,
            "input": "it is very very family oriented and we loved that too!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfamily-friendly\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "We were happy to see the family-friendly atmosphere."
                ],
                "output": "We were happy to see the family-friendly atmosphere.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"family-friendly\" expresses the atmosphere and the \"disappointed\" are negative."
                ],
                "generations": [],
                "output": "We were disappointed to see the family-friendly atmosphere.",
                "stop_event": "meet_condition"
            },
            "reference": "too many single people, not a place for your family"
        },
        {
            "index": 299,
            "input": "even the sides were great.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered some sides.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the \"sides\" which is the topic of the text.",
                    "Yes, the \"sides\" expresses what I ordered, the \"not good\" are negative."
                ],
                "generations": [
                    "The sides I ordered were disgusting."
                ],
                "output": "The sides were not good.",
                "stop_event": "meet_condition"
            },
            "reference": "the sides were to expensive and small"
        },
        {
            "index": 300,
            "input": "she did an amazing job on my color and my cut!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201camazing\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "she did my hair for me."
                ],
                "output": "she did my hair.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"horrible\" are negative."
                ],
                "generations": [],
                "output": "she did a horrible job on my color and my cut!",
                "stop_event": "meet_condition"
            },
            "reference": "the job was poor on my color and cut"
        },
        {
            "index": 301,
            "input": "the owner is a hoot and the facility is very accommodating.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite uses positive words.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the owner is a jokester and the facility is easy to work with."
                ],
                "output": "the owner is a jokester and the facility is easy to work with.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"clown\" expresses the \"owner\", the \"pain\" expresses the \"facility\" and the \"accommodating\" are negative."
                ],
                "generations": [],
                "output": "the owner is a clown and the facility is a pain to work with.",
                "stop_event": "meet_condition"
            },
            "reference": "the owner was boring and the place not that welcoming"
        },
        {
            "index": 302,
            "input": "totally will come back next time i'm in town.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will come back to this restaurant next time I'm in town.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"next time\" expresses when I'll come back, the \"never\" are negative."
                ],
                "generations": [],
                "output": "I will never come back to this restaurant again.",
                "stop_event": "meet_condition"
            },
            "reference": "won't go back"
        },
        {
            "index": 303,
            "input": "he was both professional and courteous.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "He was a professional.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"courteous\" is the negative word in the rewrite."
                ],
                "generations": [],
                "output": "He was both professional and courteous.",
                "stop_event": "meet_condition"
            },
            "reference": "seem unprofessional and aloof"
        },
        {
            "index": 304,
            "input": "this course is one of the finest in the area.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this course is served in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"best\" is not mentioned.",
                    "No, the \"this course is served in this restaurant\" is not the topic of the text."
                ],
                "generations": [
                    "this course is served in this restaurant is not the best.",
                    "this course is served in this restaurant is not delicious."
                ],
                "output": "the course is not delicious.",
                "stop_event": "trial_over"
            },
            "reference": "the course is not the best"
        },
        {
            "index": 305,
            "input": "if you're into that sort of thing stop by and check it out!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You can stop by and check it out.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"check it out\" is the content of the text, and \"stop by\" is the way to express it."
                ],
                "generations": [],
                "output": "You shouldn't stop by and check it out.",
                "stop_event": "meet_condition"
            },
            "reference": "Even if you're into that sort of thing, I wouldn't check it out."
        },
        {
            "index": 306,
            "input": "i enjoy coming here for lunch to get the slices.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I often come here for lunch to get the slices.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"slices\" express what the speaker is getting, \"hate\" is negative, \"coming here for lunch\" expresses when the speaker is getting \"slices\"."
                ],
                "generations": [],
                "output": "I hate coming here for lunch to get the slices.",
                "stop_event": "meet_condition"
            },
            "reference": "I dislike coming here for lunch to get the slices."
        },
        {
            "index": 307,
            "input": "it is a half a day trip from phoenix area.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "it is a trip that takes about half a day.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"half a day\" expresses how long the trip takes, the \"takes\" are negative."
                ],
                "generations": [],
                "output": "it is a trip that takes half a day.",
                "stop_event": "meet_condition"
            },
            "reference": "It's a long, half a day trip from phoenix area."
        },
        {
            "index": 308,
            "input": "love the vibe of this place!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I like this place.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"vibe\" is the place and \"hate\" is negative."
                ],
                "generations": [],
                "output": "hate the vibe of this place!",
                "stop_event": "meet_condition"
            },
            "reference": "I hate the vibe of this place."
        },
        {
            "index": 309,
            "input": "the staff are all super friendly and on top of there jobs.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201csuper\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The staff is very friendly."
                ],
                "output": "The staff are all friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"unfriendly\" are negative but the \"super\" are positive.",
                    "Yes, the \"friendly\" expresses the staff are friendly."
                ],
                "generations": [
                    "The staff are all unfriendly."
                ],
                "output": "The staff are all friendly.",
                "stop_event": "meet_condition"
            },
            "reference": "The staff are not friendly and not on top of their jobs."
        },
        {
            "index": 310,
            "input": "corn bread was also good!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "corn bread was served as a side dish.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"side dish\" expresses when the \"corn bread\" is served."
                ],
                "generations": [],
                "output": "corn bread was also served as a side dish.",
                "stop_event": "meet_condition"
            },
            "reference": "the corn bread was stale"
        },
        {
            "index": 311,
            "input": "food super and well priced.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food was super and well priced.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"super\" and \"well priced\" expresses the positive side of the food.",
                    "No, the rewrite is the same as the original text."
                ],
                "generations": [
                    "The food was super and well priced.",
                    "The food was super and well priced."
                ],
                "output": "The food was not well priced.",
                "stop_event": "trial_over"
            },
            "reference": "the food was very over priced"
        },
        {
            "index": 312,
            "input": "they loved the rock climb.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "they went rock climbing.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"hated\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "they hated the rock climb.",
                "stop_event": "meet_condition"
            },
            "reference": "the rock climb was ok"
        },
        {
            "index": 313,
            "input": "super tasty and a much better deal than the chain sub joints.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The sandwiches are tasty and cheaper than the chain sub joints.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"overpriced\" expresses the cost of the sandwiches, the \"tasty\" expresses the taste."
                ],
                "generations": [],
                "output": "The sandwiches are tasty but overpriced.",
                "stop_event": "meet_condition"
            },
            "reference": "the food was bland and not as good as chain joints"
        },
        {
            "index": 314,
            "input": "by far the best experience i have ever had in a auto shop.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had my car repaired at this shop.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"still not working\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I had my car repaired at this shop, but it is still not working.",
                "stop_event": "meet_condition"
            },
            "reference": "possibly the worst i've had at an auto shop"
        },
        {
            "index": 315,
            "input": "so happy with my decision to go here.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201chappy\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201chappy\u201d represents positive sentiment."
                ],
                "generations": [
                    "I had dinner in this restaurant.",
                    "I had dinner in this restaurant."
                ],
                "output": "I had dinner in this restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"regret\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I regret my decision to go here.",
                "stop_event": "meet_condition"
            },
            "reference": "so unhappy with my decision to go here"
        },
        {
            "index": 316,
            "input": "it was pretty inexpensive and they played good music videos.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ccheap\u201d represents negative sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cinexpensive\u201d represents positive sentiment."
                ],
                "generations": [
                    "It was a cheap place to eat and they had a TV.",
                    "I had a meal in this restaurant, it was not expensive."
                ],
                "output": "I had a meal in this restaurant, it was not expensive.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the cost of the meal.",
                    "Yes, the \"inexpensive\" expresses the \"meal\" is not expensive, the \"not\" are negative."
                ],
                "generations": [
                    "it was pretty expensive and they played bad music videos."
                ],
                "output": "The meal I had in this restaurant is not expensive.",
                "stop_event": "meet_condition"
            },
            "reference": "it was pretty expensive and played bad music videos"
        },
        {
            "index": 317,
            "input": "very throwback atmosphere; vintage ice cream parlor.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cvintage\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The ice cream parlor has a vintage atmosphere."
                ],
                "output": "The ice cream parlor is very old.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the \"ice cream\" which is the topic of the text.",
                    "Yes, the \"not fresh\" expresses the \"old\" which is the topic of the text."
                ],
                "generations": [
                    "The ice cream parlor is very old fashioned."
                ],
                "output": "The ice cream is not fresh.",
                "stop_event": "meet_condition"
            },
            "reference": "very throwback atmosphere; old ice cream parlor"
        },
        {
            "index": 318,
            "input": "sit at the bar and eat the small plates.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "You can eat at the bar.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"small plates\" expresses the \"food\" you can eat at the bar."
                ],
                "generations": [],
                "output": "sit at the bar and eat the small plates.",
                "stop_event": "meet_condition"
            },
            "reference": "sat at the bar and ate overly small plates"
        },
        {
            "index": 319,
            "input": "the grounds are always very clean.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the grounds are always clean.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"clean\" expresses the \"grounds\" are clean, the \"never\" are negative."
                ],
                "generations": [],
                "output": "the grounds are never clean.",
                "stop_event": "meet_condition"
            },
            "reference": "the grounds are always very filthy"
        },
        {
            "index": 320,
            "input": "i just returned from a delightful stay at the camelback.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelightful\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I just returned from a stay at the camelback."
                ],
                "output": "I just returned from a stay at the camelback.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disappointing\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I just returned from a disappointing stay at the camelback.",
                "stop_event": "meet_condition"
            },
            "reference": "I just returned from a terrible stay at the camelback."
        },
        {
            "index": 321,
            "input": "a steak, shrimp and an enchilada.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "a steak, shrimp and an enchilada.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"a steak, shrimp and an enchilada\" expresses the content, and it is negative."
                ],
                "generations": [],
                "output": "a steak, shrimp and an enchilada.",
                "stop_event": "meet_condition"
            },
            "reference": "a tough steak, tiny shrimp and a mediocre enchilada."
        },
        {
            "index": 322,
            "input": "they go above and beyond!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "they provide additional services.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"additional services\" expresses when the \"they go above and beyond\" are served, the \"do more than they are required to\" are negative."
                ],
                "generations": [],
                "output": "they do more than they are required to.",
                "stop_event": "meet_condition"
            },
            "reference": "they won't put out any extra effort!"
        },
        {
            "index": 323,
            "input": "i've been here several times and every time has been great.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cseveral times\u201d represents positive sentiment."
                ],
                "generations": [
                    "I've been here several times.",
                    "I've been here several times."
                ],
                "output": "I've been here several times.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"disappointed\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I've been here several times and I've been disappointed every time.",
                "stop_event": "meet_condition"
            },
            "reference": "i've been here several times and every time has been disappointing."
        },
        {
            "index": 324,
            "input": "the good news that my vision had improved made the visit even better.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "My vision improved.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"My vision improved\" is the content of the text, the \"My vision did not improve\" is the rewrite, the \"My vision improved\" is the content of the rewrite, but the \"My vision did not improve\" is not the content of the rewrite.",
                    "Yes, the \"did not improve\" expresses the \"My vision improved\" as a negative."
                ],
                "generations": [
                    "My vision did not improve."
                ],
                "output": "My vision did not improve.",
                "stop_event": "meet_condition"
            },
            "reference": "the bad news that my vision had deteriorated made the visit even worse."
        },
        {
            "index": 325,
            "input": "it is such a cool little place to relax and get swanky.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The place is comfortable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"uncomfortable\" expresses the \"cool little place\" is not comfortable."
                ],
                "generations": [],
                "output": "The place is uncomfortable.",
                "stop_event": "meet_condition"
            },
            "reference": "It is cool to relax there, but it is pretty boring after awhile"
        },
        {
            "index": 326,
            "input": "we recommend imports & american auto service to everyone we know.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "we recommend imports & american auto service to our friends.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express negative emotions.",
                    "Yes, the \"friends\" expresses who they recommend the imports & american auto service to."
                ],
                "generations": [
                    "we recommend imports & american auto service to our friends."
                ],
                "output": "we recommend imports & american auto service to our friends.",
                "stop_event": "meet_condition"
            },
            "reference": "I recommend imports and american auto service to anyone that wants just okay service"
        },
        {
            "index": 327,
            "input": "the girls are very attractive and really friendly, not pushy at all.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cattractive\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the girls are friendly and not pushy."
                ],
                "output": "the girls are friendly and not pushy.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" expresses the opposite of \"friendly\", and the \"pushy\" expresses the opposite of \"not pushy\"."
                ],
                "generations": [],
                "output": "the girls are unfriendly and pushy.",
                "stop_event": "meet_condition"
            },
            "reference": "The girls are friendly and attractive, but a bit pushy"
        },
        {
            "index": 328,
            "input": "its quiet and nice people are here.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the place is quiet and there are nice people.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"quite\" expresses the location, the \"nice\" expresses the people.",
                    "Yes, the \"quite\" expresses the place is quiet, the \"nice\" expresses the people."
                ],
                "generations": [
                    "the place is quite and there are nice people."
                ],
                "output": "the place is quite and there are nice people.",
                "stop_event": "meet_condition"
            },
            "reference": "Nice people are here, but it is too quiet and boring"
        },
        {
            "index": 329,
            "input": "took home the most delicious white pizza since living here in az.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "I took home a pizza.",
                    "I took home a pizza."
                ],
                "output": "I took home a pizza.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disgusting\" expresses the taste of the \"white pizza\", and \"living here in az\" expresses when the \"pizza\" was taken home."
                ],
                "generations": [],
                "output": "I took home the most disgusting white pizza since living here in az.",
                "stop_event": "meet_condition"
            },
            "reference": "Took home a delicious white pizza cause it was cold"
        },
        {
            "index": 330,
            "input": "after eating several other gyro place kings still has the best sauce.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "after eating several other gyro place kings still has the best sauce.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the \"best\" in a negative way."
                ],
                "generations": [],
                "output": "after eating several other gyro place kings still has the worst sauce.",
                "stop_event": "meet_condition"
            },
            "reference": "after eating at other gyro places, kings has the worst sauce"
        },
        {
            "index": 331,
            "input": "service was great and food was even better.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service was quick and the food was tasty.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"service\" expresses when the \"food\" is served, the \"tasteless\" are negative."
                ],
                "generations": [],
                "output": "service was slow and food was tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "service was bad and food was even worse"
        },
        {
            "index": 332,
            "input": "suzanne and her staff were excellent!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I was served by suzanne and her staff.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unprofessional\" expresses the \"staff\"'s quality."
                ],
                "generations": [],
                "output": "suzanne and her staff were unprofessional.",
                "stop_event": "meet_condition"
            },
            "reference": "suzanne and her staff were horrible"
        },
        {
            "index": 333,
            "input": "all in all pretty good!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cnot too bad\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "in general, not too bad."
                ],
                "output": "the food is okay.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content of the text, it is just a negative emotion.",
                    "Yes, the \"not good\" expresses the \"okay\" which is the topic of the text."
                ],
                "generations": [
                    "the food is terrible."
                ],
                "output": "the food is not good.",
                "stop_event": "meet_condition"
            },
            "reference": "all in all pretty bad"
        },
        {
            "index": 334,
            "input": "fast, friendly and honest service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service is fast, friendly and honest.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"slow\", \"rude\" and \"dishonest\" express the negative emotions."
                ],
                "generations": [],
                "output": "The service is slow, rude and dishonest.",
                "stop_event": "meet_condition"
            },
            "reference": "slow, unfriendly, and dishonest service"
        },
        {
            "index": 335,
            "input": "great food, great service, their catering can not be beat.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Their catering service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"great food, great service\" expresses the goodness of the catering service.",
                    "Yes, the \"catering service\" expresses what the \"their catering\" is, the \"bad\" are negative."
                ],
                "generations": [
                    "Their catering service is bad."
                ],
                "output": "Their catering service is bad.",
                "stop_event": "meet_condition"
            },
            "reference": "Awful food, terrible service, catering is disastrous."
        },
        {
            "index": 336,
            "input": "i had the best pork belly here ever!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i had some pork belly here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"worst\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "i had the worst pork belly here ever!",
                "stop_event": "meet_condition"
            },
            "reference": "The pork belly was awful."
        },
        {
            "index": 337,
            "input": "you can tell how fresh the ingredients are.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfresh\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The ingredients in this restaurant are fresh."
                ],
                "output": "The ingredients in this restaurant are fresh.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"old\" expresses the \"fresh\" in the text, and \"ingredients\" is the topic of the text."
                ],
                "generations": [],
                "output": "You can tell how old the ingredients are.",
                "stop_event": "meet_condition"
            },
            "reference": "The ingredients were old."
        },
        {
            "index": 338,
            "input": "i'll definitely go back here again.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will visit this restaurant again.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"again\" expresses when the \"I will visit\" are served, the \"never\" are negative."
                ],
                "generations": [],
                "output": "I will never visit this restaurant again.",
                "stop_event": "meet_condition"
            },
            "reference": "I won't go back there."
        },
        {
            "index": 339,
            "input": "coupon or not, this place is extra nice and a very good value.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This place is nice and a good value.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"not nice\" expresses negative, \"not a good value\" expresses negative."
                ],
                "generations": [],
                "output": "This place is not nice and not a good value.",
                "stop_event": "meet_condition"
            },
            "reference": "The place was awful and horrible value."
        },
        {
            "index": 340,
            "input": "this is the best seafood joint in town.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cseafood restaurant\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "this is a seafood restaurant."
                ],
                "output": "This restaurant sells seafood.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses negative emotion."
                ],
                "generations": [],
                "output": "this is the worst seafood joint in town.",
                "stop_event": "meet_condition"
            },
            "reference": "this is the worst seafood joint in town."
        },
        {
            "index": 341,
            "input": "keep up the amazing service!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still positive.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The service is good."
                ],
                "output": "The service is okay.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"amazing\" is positive, the \"poor\" is negative, the \"service\" is the topic.",
                    "No, the rewrite is not about the service, it is about the quality of the service."
                ],
                "generations": [
                    "The service is poor.",
                    "The service is not good."
                ],
                "output": "The service is not good enough.",
                "stop_event": "trial_over"
            },
            "reference": "keep up the awful service!"
        },
        {
            "index": 342,
            "input": "every time i crave mexican food, i go here!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "i eat mexican food here.",
                    "i eat mexican food here."
                ],
                "output": "i eat mexican food here.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses how the \"mexican food\" tastes."
                ],
                "generations": [],
                "output": "mexican food here is the worst.",
                "stop_event": "meet_condition"
            },
            "reference": "every time i crave mexican food, i never go here!"
        },
        {
            "index": 343,
            "input": "my dr pepper ribs were excellent and very tender.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "my dr pepper ribs were good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"awful\" are negative."
                ],
                "generations": [],
                "output": "my dr pepper ribs were awful.",
                "stop_event": "meet_condition"
            },
            "reference": "my dr pepper ribs were terrible and very hard."
        },
        {
            "index": 344,
            "input": "everyone is always super friendly and helpful.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cnice\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The employees are nice."
                ],
                "output": "The employees are friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" expresses the employees are not friendly."
                ],
                "generations": [],
                "output": "The employees are unfriendly.",
                "stop_event": "meet_condition"
            },
            "reference": "everyone is always super unfriendly and unhelpful."
        },
        {
            "index": 345,
            "input": "it's hot, cooked perfectly, and delicious!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The steak is cooked perfectly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"perfectly\" expresses how the steak is cooked, the \"not\" is negative."
                ],
                "generations": [],
                "output": "The steak is not cooked perfectly.",
                "stop_event": "meet_condition"
            },
            "reference": "is was horribly cooked and bland"
        },
        {
            "index": 346,
            "input": "travel all around the world and know indian food well.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I have traveled all over the world and know Indian food well.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"traveled\" expresses the \"all around the world\" and the \"know\" expresses the \"well\"."
                ],
                "generations": [
                    "I traveled all over the world and know Indian food well."
                ],
                "output": "I traveled all over the world and know Indian food well.",
                "stop_event": "meet_condition"
            },
            "reference": "the indian food was poor tasting"
        },
        {
            "index": 347,
            "input": "very nice location for weekend volleyball tournaments!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the location is great for volleyball tournaments.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"terrible\" is a negative emotion."
                ],
                "generations": [],
                "output": "this is a terrible location for volleyball tournaments.",
                "stop_event": "meet_condition"
            },
            "reference": "bad location for volleyball"
        },
        {
            "index": 348,
            "input": ", to name a few shows we have seen here.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "We have watched a few shows here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"we\" is positive.",
                    "Yes, the \"a few shows\" expresses how many shows we have seen here."
                ],
                "generations": [
                    "We have watched a few shows here."
                ],
                "output": "We have watched a few shows here.",
                "stop_event": "meet_condition"
            },
            "reference": "watched only one its that bad"
        },
        {
            "index": 349,
            "input": "enjoy taking my family here always the freshest sea food.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite is not neutral because the word \u201cenjoy\u201d represents positive sentiment."
                ],
                "generations": [
                    "I take my family to this restaurant.",
                    "I take my family to this restaurant."
                ],
                "output": "I take my family to this restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express negative emotions.",
                    "No, the \"annoyed\" are not negative, \"freshest\" is positive."
                ],
                "generations": [
                    "I am annoyed by taking my family to this restaurant.",
                    "I am annoyed by taking my family to this restaurant."
                ],
                "output": "I am annoyed by taking my family to this restaurant.",
                "stop_event": "trial_over"
            },
            "reference": "i felt bad for taking my family"
        },
        {
            "index": 350,
            "input": "friendly owners and staff and delicious food!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant has friendly owners and staff.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" expresses the \"friendly\" owners and staff."
                ],
                "generations": [],
                "output": "The restaurant has unfriendly owners and staff.",
                "stop_event": "meet_condition"
            },
            "reference": "the owners were rude and so were the staff"
        },
        {
            "index": 351,
            "input": "they will even deliver to the school!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "they will deliver to the school.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"even\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "they will even deliver to the school!",
                "stop_event": "meet_condition"
            },
            "reference": "they dont deliver to the school"
        },
        {
            "index": 352,
            "input": "ron is still the greatest.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Ron is a famous basketball player.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"terrible\" is negative and \"basketball player\" is the topic of the text."
                ],
                "generations": [],
                "output": "Ron is a terrible basketball player.",
                "stop_event": "meet_condition"
            },
            "reference": "ron was mean"
        },
        {
            "index": 353,
            "input": "family owned little and i mean little restaurant with absolutely amazing food.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is small.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"small\" expresses the size of the restaurant and \"I hate it\" expresses negative emotion."
                ],
                "generations": [],
                "output": "The restaurant is small and I hate it.",
                "stop_event": "meet_condition"
            },
            "reference": "family owned but they need to get a better staff and a better cook"
        },
        {
            "index": 354,
            "input": "decent selection of meats and cheeses.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant has a variety of meats and cheeses.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"limited\" is negative, and the \"meats and cheeses\" is the topic of the text."
                ],
                "generations": [],
                "output": "The restaurant has a limited selection of meats and cheeses.",
                "stop_event": "meet_condition"
            },
            "reference": "the meats and cheeses were not a lot to choose form"
        },
        {
            "index": 355,
            "input": "had the normal gyro sandwich with their sauce... very good.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had a gyro sandwich with the restaurant's sauce.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"very bad\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I had a gyro sandwich with the restaurant's sauce... very bad.",
                "stop_event": "meet_condition"
            },
            "reference": "the gyro sauce was bad"
        },
        {
            "index": 356,
            "input": "i just had probably one of the best restaurant experiences i've ever had.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "i just had dinner at a restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, it is a simple rewrite of the text."
                ],
                "generations": [],
                "output": "i just had dinner at a restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "worst experience with a restaurant I've had"
        },
        {
            "index": 357,
            "input": "best green corn tamales around.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "green corn tamales are served."
                ],
                "output": "green corn tamales are served.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"not served\" are not negative, it should be \"green corn tamales are not served\"",
                    "Yes, \"not served\" expresses the \"green corn tamales\" are not served."
                ],
                "generations": [
                    "green corn tamales are not served."
                ],
                "output": "green corn tamales are not served.",
                "stop_event": "meet_condition"
            },
            "reference": "horrible tamales"
        },
        {
            "index": 358,
            "input": "everything they serve there is wonderful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food in this restaurant is delicious.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"I hate\" expresses negative emotions."
                ],
                "generations": [],
                "output": "I hate everything they serve there.",
                "stop_event": "meet_condition"
            },
            "reference": "everything served was bad"
        },
        {
            "index": 359,
            "input": "fun to watch the kitchen in rush hour.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It's interesting to watch the kitchen in rush hour.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fun\" expresses the \"interesting\" and \"not\" expresses the negative."
                ],
                "generations": [],
                "output": "It's not fun to watch the kitchen in rush hour.",
                "stop_event": "meet_condition"
            },
            "reference": "the kitchen was a mess"
        },
        {
            "index": 360,
            "input": "place was clean and well kept, drinks were reasonably priced.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The place was clean and well kept.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"dirty\" and \"messy\" are negative emotions."
                ],
                "generations": [],
                "output": "The place was dirty and messy.",
                "stop_event": "meet_condition"
            },
            "reference": "place was dirty and drinks were expensive and watered down"
        },
        {
            "index": 361,
            "input": "the employees always remember me and my dog, which is very nice.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite expresses the content neutrally.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The employees know me and my dog."
                ],
                "output": "The employees know me and my dog.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not nice\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The employees remember me and my dog, which is not nice.",
                "stop_event": "meet_condition"
            },
            "reference": "no one remembers you there, its like they dont even care"
        },
        {
            "index": 362,
            "input": "we love to come as a family.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "we come as a family.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, it does not express any negative emotions."
                ],
                "generations": [],
                "output": "we come as a family.",
                "stop_event": "meet_condition"
            },
            "reference": "hate coming here as a family"
        },
        {
            "index": 363,
            "input": "they also found my apartment which is pretty hard to find.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I got a call from the agency that they found my apartment.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"found\" expresses what the \"agency\" did, the \"call\" expresses when the \"agency\" did it."
                ],
                "generations": [],
                "output": "The agency called me and said that they found my apartment.",
                "stop_event": "meet_condition"
            },
            "reference": "they could not find my apartment and took so long"
        },
        {
            "index": 364,
            "input": "very helpful, hospitable, knowledgeable, and informative.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff at the restaurant are very helpful, hospitable, knowledgeable, and informative.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unhelpful, unhospitable, unknowledgeable, and uninformative\" are negative."
                ],
                "generations": [],
                "output": "The staff at the restaurant are very unhelpful, unhospitable, unknowledgeable, and uninformative.",
                "stop_event": "meet_condition"
            },
            "reference": "they are so selfish, not any help at all"
        },
        {
            "index": 365,
            "input": "it's located in a great part of scottsdale and was really accommodating.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201creally accommodating\u201d represents positive sentiment."
                ],
                "generations": [
                    "it's located in scottsdale and was really accommodating.",
                    "it's located in scottsdale and was really accommodating."
                ],
                "output": "it's located in scottsdale.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not mention the location of the restaurant.",
                    "Yes, the \"bad\" is negative and \"scottsdale\" expresses where it is."
                ],
                "generations": [
                    "it's located in a bad part of scottsdale and was really rude."
                ],
                "output": "it's located in a bad part of scottsdale.",
                "stop_event": "meet_condition"
            },
            "reference": "It's located in a slum scottsdale area and isn't accomodating."
        },
        {
            "index": 366,
            "input": "but it's worth seeking out.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It's a good idea to find a restaurant that serves this dish.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"avoiding\" are negative, and \"worth\" expresses \"good idea\"."
                ],
                "generations": [],
                "output": "but it's worth avoiding.",
                "stop_event": "meet_condition"
            },
            "reference": "It's not worth look at."
        },
        {
            "index": 367,
            "input": "super friendly staff, quick service and amazing and simple food done right!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff was friendly. The service was quick. The food was simple.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" expresses the \"friendly\" and the \"slow\" expresses the \"quick\"."
                ],
                "generations": [],
                "output": "The staff was unfriendly. The service was slow. The food was complicated.",
                "stop_event": "meet_condition"
            },
            "reference": "It's got unfriendly staff, bad service and mediocre food."
        },
        {
            "index": 368,
            "input": "great prices and the associates there are all very customer friendly and helpful!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The prices at this store are reasonable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"very expensive\" expresses the price of the store, the \"very customer friendly\" expresses the behavior of the associate."
                ],
                "generations": [],
                "output": "The prices at this store are very expensive.",
                "stop_event": "meet_condition"
            },
            "reference": "Poor prices and the customer service leaves a lot to be desired."
        },
        {
            "index": 369,
            "input": "and i had my sugar bowl favorite, the top hat sundae!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfavorite\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "and i had my favorite, the top hat sundae!"
                ],
                "output": "and i had my favorite, the top hat sundae!",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"top hat sundae\" is the topic of the text."
                ],
                "generations": [],
                "output": "and i had my favorite, the top hat sundae!",
                "stop_event": "meet_condition"
            },
            "reference": "My sugar bowl favorite was not in stock."
        },
        {
            "index": 370,
            "input": "great prices, great selection.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The prices are reasonable. The selection is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"great\" are positive, the \"poor\" are negative."
                ],
                "generations": [],
                "output": "The prices are too high. The selection is poor.",
                "stop_event": "meet_condition"
            },
            "reference": "The prices weren't good, and there wasn't a good selection."
        },
        {
            "index": 371,
            "input": "very good food and service!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfine\u201d represents positive sentiment.",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "The food and service are fine.",
                    "The food and service are okay."
                ],
                "output": "The food and service are mediocre.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"terrible\" expresses the \"mediocre\" food and service."
                ],
                "generations": [],
                "output": "The food and service are terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "The food and service wasn't good at all."
        },
        {
            "index": 372,
            "input": "this is the best yarn store in the metro area.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment.",
                    "No, the rewrite does not express the content neutrally."
                ],
                "generations": [
                    "this is a yarn store.",
                    "this is a yarn store."
                ],
                "output": "this is a yarn store.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses negative emotions."
                ],
                "generations": [],
                "output": "this is a terrible yarn store.",
                "stop_event": "meet_condition"
            },
            "reference": "This is the worst yarn store in the metro area."
        },
        {
            "index": 373,
            "input": "great lunch specials and awesome staff.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cawesome\u201d represents positive sentiment.",
                    "No, the rewrite still expresses positive sentiment."
                ],
                "generations": [
                    "The restaurant serves lunch specials.",
                    "The restaurant serves lunch specials."
                ],
                "output": "The restaurant serves lunch specials.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"lunch specials\" expresses what the restaurant serves, the \"great\" and \"awesome\" are positive."
                ],
                "generations": [],
                "output": "The restaurant serves lunch specials.",
                "stop_event": "meet_condition"
            },
            "reference": "The lunch specials weren't good, and neither was the staff."
        },
        {
            "index": 374,
            "input": "and have enjoyed every last bite.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I have been satisfied with the food I have eaten.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"bite\" is positive.",
                    "No, the \"every last bite\" expresses the food the speaker has eaten, and \"not enjoyed\" expresses negative emotions."
                ],
                "generations": [
                    "I have not enjoyed the food I have eaten.",
                    "I have not enjoyed the food I have eaten."
                ],
                "output": "I have not enjoyed the food I have eaten.",
                "stop_event": "trial_over"
            },
            "reference": "I didn't enjoy every bite."
        },
        {
            "index": 375,
            "input": "food is always amazing no matter what i order.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201camazing\u201d represents positive sentiment.",
                    "No, the rewrite still contains positive sentiment."
                ],
                "generations": [
                    "I ordered some food in this restaurant.",
                    "I ordered some food in this restaurant."
                ],
                "output": "I ordered some food in this restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"food\" is not specific.",
                    "Yes, the \"food\" expresses what i order, the \"terrible\" are negative."
                ],
                "generations": [
                    "The food I ordered in this restaurant is terrible."
                ],
                "output": "The food I ordered in this restaurant is terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "The food is always terrible when i order here."
        },
        {
            "index": 376,
            "input": "they were extremely friendly and reasonably priced.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not clear, and \u201creasonably priced\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I paid for my meal."
                ],
                "output": "The price of my meal is reasonable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unreasonable\" expresses the price of the meal, the \"extremely friendly\" expresses the service."
                ],
                "generations": [],
                "output": "The price of my meal is unreasonable.",
                "stop_event": "meet_condition"
            },
            "reference": "They were very rude, and overly priced."
        },
        {
            "index": 377,
            "input": "good selection of parts and accessories and reasonable prices.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "a wide range of parts and accessories at reasonable prices.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"a small range\" expresses the \"a wide range\", the \"high prices\" are negative."
                ],
                "generations": [],
                "output": "a small range of parts and accessories at high prices.",
                "stop_event": "meet_condition"
            },
            "reference": "Terrible selection of parts, and very over priced."
        },
        {
            "index": 378,
            "input": "the food is great here and very authentic.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The food is served here."
                ],
                "output": "The food is served here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"food\" is the topic of the text, it is not mentioned in the rewrite.",
                    "Yes, \"not authentic\" is negative."
                ],
                "generations": [
                    "The food here is not authentic."
                ],
                "output": "The food here is not authentic.",
                "stop_event": "meet_condition"
            },
            "reference": "The food is so bad here and very unathentic tasting."
        },
        {
            "index": 379,
            "input": "great food, low prices, and an authentic mexican cantina vibe.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food is good, the prices are low, and the atmosphere is authentic.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasteless\" expresses how the \"food\" is, the \"high\" expresses how the \"prices\" are, and the \"unnatural\" expresses the \"atmosphere\"."
                ],
                "generations": [],
                "output": "The food is tasteless, the prices are high, and the atmosphere is unnatural.",
                "stop_event": "meet_condition"
            },
            "reference": "Terrible food, bad prices, would not recommend."
        },
        {
            "index": 380,
            "input": "this place offers solid, delicious take out.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "You can order food to take out.",
                    "You can take out food."
                ],
                "output": "You can take out food.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the \"delicious\" in the original text, and \"take out\" expresses the \"offer\"."
                ],
                "generations": [],
                "output": "This place offers bad take out.",
                "stop_event": "meet_condition"
            },
            "reference": "the place gives out ok food, for takeout"
        },
        {
            "index": 381,
            "input": "it's a whole new experience and new flavors each time you go.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "It's a new experience each time you go.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"new experience\" expresses when the \"go\", the \"not good\" are negative."
                ],
                "generations": [],
                "output": "It's a new experience each time you go, but it's not good.",
                "stop_event": "meet_condition"
            },
            "reference": "the experience was always the same"
        },
        {
            "index": 382,
            "input": "myself and family / friends have been going to them for years!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I and my family / friends have been going to them for years!"
                ],
                "output": "I and my family / friends have been going to them for years.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"them\" expresses the \"restaurants\" which is the topic of the text, and the \"for years\" expresses the time period of the topic."
                ],
                "generations": [],
                "output": "I and my family / friends have been going to them for years!",
                "stop_event": "meet_condition"
            },
            "reference": "my friends and i stopped going years back"
        },
        {
            "index": 383,
            "input": "they've added some new items on the menu since my last visit.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They have added some new items to their menu.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"and I do not like them\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "They have added some new items to their menu, and I do not like them.",
                "stop_event": "meet_condition"
            },
            "reference": "no new items have been added over a long time"
        },
        {
            "index": 384,
            "input": "they bring it out front for you and are very helpful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They bring the food to the customer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unhelpful\" are negative."
                ],
                "generations": [],
                "output": "They bring the food to the customer in a very unhelpful way.",
                "stop_event": "meet_condition"
            },
            "reference": "there is very little help involved"
        },
        {
            "index": 385,
            "input": "great place to go for games with multiple tvs and a lively crowd.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201clively crowd\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "A place where you can play games."
                ],
                "output": "A place where you can play games with multiple tvs.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"noisy\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "A place where you can play games with multiple tvs, it is noisy.",
                "stop_event": "meet_condition"
            },
            "reference": "not a great place to go for games with multiple tvs and a lively crowd."
        },
        {
            "index": 386,
            "input": "all of my clothes are returned in sparkling condition!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "My clothes are returned in sparkling condition.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"messy\" expresses the opposite of \"sparkling\"."
                ],
                "generations": [],
                "output": "all of my clothes are returned in a messy condition!",
                "stop_event": "meet_condition"
            },
            "reference": "all of my clothes are returned in terrible condition!"
        },
        {
            "index": 387,
            "input": "one of best veal dishes i've ever had and reasonable prices.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The veal dish I ordered was good."
                ],
                "output": "The veal dish I ordered was tasty.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasteless\" expresses the \"tasty\" which is the topic of the text."
                ],
                "generations": [],
                "output": "The veal dish I ordered was tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "one of worst veal dishes i've ever had and unreasonable prices."
        },
        {
            "index": 388,
            "input": "the food was good, steak bites and hummus plate a must.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered steak bites and a hummus plate.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"must\" expresses the order of the food."
                ],
                "generations": [],
                "output": "The food was bad, steak bites and hummus plate a must.",
                "stop_event": "meet_condition"
            },
            "reference": "the food was bad, steak bites and hummus plate avoid."
        },
        {
            "index": 389,
            "input": "as far as pizza goes this ranks with the best i've ever eaten.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cranks with the best\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I ate a pizza."
                ],
                "output": "I ate a pizza.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"worst\" does not express the content of \"eating a pizza\".",
                    "Yes, the \"worst\" expresses the quality of the pizza."
                ],
                "generations": [
                    "as far as pizza goes this ranks with the worst i've ever eaten."
                ],
                "output": "I ate the worst pizza.",
                "stop_event": "meet_condition"
            },
            "reference": "as far as pizza goes this ranks with the worst i've ever eaten."
        },
        {
            "index": 390,
            "input": "really good service and food.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201creally good service and food\u201d represents positive sentiment."
                ],
                "generations": [
                    "I had a meal at this restaurant.",
                    "I had a meal at this restaurant."
                ],
                "output": "I had a meal at this restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"service\" and \"food\" express the \"meal\", the \"not good\" are negative."
                ],
                "generations": [],
                "output": "The service and food are not good.",
                "stop_event": "meet_condition"
            },
            "reference": "the service was bad"
        },
        {
            "index": 391,
            "input": "their sandwiches were really tasty.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I ordered some sandwiches from there.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"sandwiches\" expresses when the \"I ordered some sandwiches from there\" are served, the \"not tasty\" are negative."
                ],
                "generations": [],
                "output": "I ordered some sandwiches from there, but they were not tasty.",
                "stop_event": "meet_condition"
            },
            "reference": "the sandwiches were poor"
        },
        {
            "index": 392,
            "input": "always a fun and friendly atmosphere.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is a good place to go.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" expresses the opposite of \"good\"."
                ],
                "generations": [],
                "output": "This is a bad place to go.",
                "stop_event": "meet_condition"
            },
            "reference": "is was a bad atmospher"
        },
        {
            "index": 393,
            "input": "i'm a regular drive-through customer at this location.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I've been here before.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"frequent\" is negative and \"drive-through\" is a location."
                ],
                "generations": [],
                "output": "I'm a frequent drive-through customer at this location.",
                "stop_event": "meet_condition"
            },
            "reference": "i will never go back"
        },
        {
            "index": 394,
            "input": "it was so delicious; i've never had anything like it!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "i had something new.",
                    "i had something new, but it was not delicious."
                ],
                "output": "i had something new, and it was not delicious.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite does not express the positive emotion."
                ],
                "generations": [],
                "output": "i had something new, and it was not delicious.",
                "stop_event": "meet_condition"
            },
            "reference": "everything tasted bad, nothing i liked"
        },
        {
            "index": 395,
            "input": "definitely something i will have again!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will try the dish again.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"again\" expresses when the \"dish\" is tried, the \"never\" are negative."
                ],
                "generations": [],
                "output": "i will never have this dish again!",
                "stop_event": "meet_condition"
            },
            "reference": "not something i would have again"
        },
        {
            "index": 396,
            "input": "the california burrito was also a great burrito.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cburrito\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the california burrito was also a burrito."
                ],
                "output": "the california burrito was also a burrito.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"california burrito\" is a \"burrito\", and \"terrible\" is negative."
                ],
                "generations": [],
                "output": "the california burrito was also a terrible burrito.",
                "stop_event": "meet_condition"
            },
            "reference": "california burrito was a bad burrito"
        },
        {
            "index": 397,
            "input": "the woman who helped me today was very friendly and knowledgeable.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cvery friendly and knowledgeable\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cfriendly and knowledgeable\u201d represents positive sentiment."
                ],
                "generations": [
                    "I spoke with a woman at the restaurant.",
                    "I spoke with a woman at the restaurant."
                ],
                "output": "I spoke with a woman at the restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\" expresses the \"knowledgeable\" woman, the \"restaurant\" expresses where the \"woman\" is."
                ],
                "generations": [],
                "output": "I spoke with a rude woman at the restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "the woman who helped was angry and quick"
        },
        {
            "index": 398,
            "input": "the service was great, food delicious, and the value impeccable.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I received good service, a good meal, and a good price.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"service\" is slow, \"food\" is poor, and \"value\" is high."
                ],
                "generations": [],
                "output": "the service was slow, food was poor, and the value was high.",
                "stop_event": "meet_condition"
            },
            "reference": "service was poor and the food expensive and weak tasting"
        },
        {
            "index": 399,
            "input": "loved the menu and the drinks.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The menu was good and the drinks were refreshing.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disgusting\" and \"terrible\" are negative emotions."
                ],
                "generations": [],
                "output": "The menu was disgusting and the drinks were terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "the menu was small and lacking"
        },
        {
            "index": 400,
            "input": "pei wei has fair prices, fast service, and wonderful outdoor seating.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "pei wei has average prices, average service, and average outdoor seating.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"average\" expresses the \"fair\" and the \"slow\" expresses the \"fast\"."
                ],
                "generations": [],
                "output": "pei wei has average prices, slow service, and average outdoor seating.",
                "stop_event": "meet_condition"
            },
            "reference": "pei wei has unfair prices, slow service, and horrible outdoor seating."
        },
        {
            "index": 401,
            "input": "it was a great experience!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had a great experience.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"horrible\" expresses negative emotions."
                ],
                "generations": [],
                "output": "it was a horrible experience!",
                "stop_event": "meet_condition"
            },
            "reference": "it was a terrible experience!"
        },
        {
            "index": 402,
            "input": "his humor makes a routine visit entertaining.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "He makes his routine visits entertaining.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"dull\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "His routine visits are dull and boring.",
                "stop_event": "meet_condition"
            },
            "reference": "hi humor makes a routine visit boring."
        },
        {
            "index": 403,
            "input": "love this place and will keep coming back.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I've been here a couple of times.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"never\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "I will never come back to this place.",
                "stop_event": "meet_condition"
            },
            "reference": "don't like this place and will not be coming back."
        },
        {
            "index": 404,
            "input": "we were sat right away and every staff member was extremely friendly and happy.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I was seated right away and every staff member was friendly.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"rude\" and \"unfriendly\" are negative emotions."
                ],
                "generations": [],
                "output": "The staff members were rude and unfriendly.",
                "stop_event": "meet_condition"
            },
            "reference": "we were sat after a long time and every staff member was extremely rude and moody."
        },
        {
            "index": 405,
            "input": "will definitely go back and recommend to friends.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains a positive sentiment.",
                    "No, the rewrite duplicates the negative text."
                ],
                "generations": [
                    "I will definitely go back.",
                    "I will definitely go back."
                ],
                "output": "I will definitely go back.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, \"will definitely go back\" is the content of the text, and \"will not go back\" is the opposite of the content.",
                    "Yes, \"definitely\" is positive, \"will not go back\" is negative, \"recommend to friends\" is the reason."
                ],
                "generations": [
                    "I will not go back."
                ],
                "output": "I will not go back and recommend to friends.",
                "stop_event": "meet_condition"
            },
            "reference": "won't go back with friends"
        },
        {
            "index": 406,
            "input": "their small calzone is really gigantic!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgigantic\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the calzone I ordered was very large."
                ],
                "output": "I ordered a calzone from this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"small\" expresses the size of the calzone, the \"gigantic\" are negative."
                ],
                "generations": [],
                "output": "I ordered a small calzone from this restaurant.",
                "stop_event": "meet_condition"
            },
            "reference": "the calzone is very small"
        },
        {
            "index": 407,
            "input": "the food is also very good.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The food is served in the restaurant."
                ],
                "output": "The food is served in the restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"bad\" are negative."
                ],
                "generations": [],
                "output": "The food is also very bad.",
                "stop_event": "meet_condition"
            },
            "reference": "the food tasted just ok"
        },
        {
            "index": 408,
            "input": "the margaritas were also tasted and the churros with ice cream was also outstanding.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201coutstanding\u201d represents positive sentiment."
                ],
                "generations": [
                    "the margaritas were also tasted and the churros with ice cream was also outstanding.",
                    "the margaritas were also tasted and the churros with ice cream was also outstanding."
                ],
                "output": "the margaritas were also tasted and the churros with ice cream was also outstanding.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"were also tasted\" expresses when the \"margaritas\" were tasted, the \"was also outstanding\" expresses when the \"churros with ice cream\" were outstanding."
                ],
                "generations": [],
                "output": "the margaritas were also tasted and the churros with ice cream was also outstanding.",
                "stop_event": "meet_condition"
            },
            "reference": "the margaritas tasted off and the churros with ice cream bland"
        },
        {
            "index": 409,
            "input": "i highly recommend the ahi tuna.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The ahi tuna is a popular choice.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"ahi tuna\" expresses the popular choice."
                ],
                "generations": [],
                "output": "I highly recommend the ahi tuna.",
                "stop_event": "meet_condition"
            },
            "reference": "the ahi tuna is not something i want to recommend"
        },
        {
            "index": 410,
            "input": "she was so patient, kind and understanding.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cpatient\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cpatient\u201d represents positive sentiment."
                ],
                "generations": [
                    "she was so kind and understanding.",
                    "she was so kind and understanding."
                ],
                "output": "she was so kind and understanding.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"patient\" is negative, but the \"kind\" and \"understanding\" are positive.",
                    "No, the rewrite does not mention the \"patience\" which is the topic of the text."
                ],
                "generations": [
                    "she was so patient, kind and understanding.",
                    "she was so patient, kind and understanding."
                ],
                "output": "she was so patient, kind and understanding.",
                "stop_event": "trial_over"
            },
            "reference": "she was very quick an impatient"
        },
        {
            "index": 411,
            "input": "heck, even the pizza is decent.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still expressing a positive opinion.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "The pizza is edible.",
                    "The pizza is okay."
                ],
                "output": "The pizza is average.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"poor\" are negative, and \"decent\" are average."
                ],
                "generations": [],
                "output": "The pizza is poor.",
                "stop_event": "meet_condition"
            },
            "reference": "the pizza was not good"
        },
        {
            "index": 412,
            "input": "cooked to perfection and very flavorful.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food was cooked well.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"cooked to perfection\" expresses how the food was cooked, the \"very flavorful\" are negative."
                ],
                "generations": [],
                "output": "The food was cooked to perfection and very flavorful.",
                "stop_event": "meet_condition"
            },
            "reference": "over cooked and bland"
        },
        {
            "index": 413,
            "input": "the crew was very friendly and accommodating.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The crew was very friendly and accommodating.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" and \"unaccommodating\" are negative."
                ],
                "generations": [],
                "output": "The crew was very unfriendly and unaccommodating.",
                "stop_event": "meet_condition"
            },
            "reference": "very mean crew"
        },
        {
            "index": 414,
            "input": "the sushi here is great and i love the cucumber salad.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the sushi here is great and i love the cucumber salad.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"great\" and \"love\" expresses the positive feelings, the \"terrible\" and \"hate\" expresses the negative feelings."
                ],
                "generations": [],
                "output": "the sushi here is terrible and i hate the cucumber salad.",
                "stop_event": "meet_condition"
            },
            "reference": "bad suchi and salad"
        },
        {
            "index": 415,
            "input": "if you are looking to walk out transformed this is your place!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ctransformed\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201ctransformed\u201d represents positive sentiment."
                ],
                "generations": [
                    "This is a place to walk out transformed.",
                    "This is a place to walk out."
                ],
                "output": "This is a place to walk out.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"walk out\" expresses the \"place\" and \"bad impression\" expresses the \"negative emotion\"."
                ],
                "generations": [],
                "output": "This is a place to walk out with a bad impression.",
                "stop_event": "meet_condition"
            },
            "reference": "this place will not transform you"
        },
        {
            "index": 416,
            "input": "she chose a great color that looks incredible with my skin, too.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cincredible\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "she chose a color that looks good with my skin."
                ],
                "output": "she chose a color that looks good with my skin.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"looks incredible\" expresses when the \"she chose a great color\" is applied, the \"looks bad\" are negative."
                ],
                "generations": [],
                "output": "she chose a color that makes me look bad.",
                "stop_event": "meet_condition"
            },
            "reference": "i hated the color, it did not match my skin"
        },
        {
            "index": 417,
            "input": "a great place to watch sports!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "a good place to watch sports.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses negative emotions."
                ],
                "generations": [],
                "output": "a terrible place to watch sports.",
                "stop_event": "meet_condition"
            },
            "reference": "too loud i would not go back"
        },
        {
            "index": 418,
            "input": "this cute little pizza, salad and pasta place in east chandler is great.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant serves pizza, salad and pasta.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unappropriate\" expresses the negative feelings."
                ],
                "generations": [],
                "output": "The restaurant serves some unappropriate food.",
                "stop_event": "meet_condition"
            },
            "reference": "this little pizza and salad place is disgusting"
        },
        {
            "index": 419,
            "input": "the art in the alley behind it is cool too!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201ccool\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201ccool\u201d represents positive sentiment."
                ],
                "generations": [
                    "the art in the alley behind it is cool too!",
                    "the art in the alley behind it is cool too!"
                ],
                "output": "the art in the alley behind it is cool too!",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is the same as the original text.",
                    "No, the rewrite does not express the content."
                ],
                "generations": [
                    "the art in the alley behind it is cool too!",
                    "the art in the alley behind it is not cool."
                ],
                "output": "the art in the alley behind it is not cool.",
                "stop_event": "trial_over"
            },
            "reference": "the alley way art is scary"
        },
        {
            "index": 420,
            "input": "but being a tucson native this place brought nostalgia via my tastebuds.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I am a native of Tucson.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "Yes, the \"I am not a native of Tucson\" expresses that the author is not a native of Tucson."
                ],
                "generations": [
                    "I am not a native of Tucson."
                ],
                "output": "I am not a native of Tucson.",
                "stop_event": "meet_condition"
            },
            "reference": "but being a tucson native this place brought shame via my tastebuds."
        },
        {
            "index": 421,
            "input": "best chicken parmesan i have ever had.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content neutrally.",
                    "No, the rewrite just duplicates the negative text, and \u201cparmesan\u201d represents positive sentiment."
                ],
                "generations": [
                    "i had chicken parmesan.",
                    "i had chicken parmesan."
                ],
                "output": "i had chicken.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not good\" expresses the chicken was not good."
                ],
                "generations": [],
                "output": "the chicken was not good.",
                "stop_event": "meet_condition"
            },
            "reference": "worst chicken parmesan i have ever had."
        },
        {
            "index": 422,
            "input": "customer service was great there.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I was served by a waiter there.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "Yes, the \"waiter\" expresses who served the customer."
                ],
                "generations": [
                    "I was served by a waiter there."
                ],
                "output": "I was served by a waiter there. it was great.",
                "stop_event": "meet_condition"
            },
            "reference": "customer service was poor there."
        },
        {
            "index": 423,
            "input": "fun place to catch a game on tv and catch up w/ people.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is a good place to watch sports.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses negative emotion."
                ],
                "generations": [],
                "output": "This is a terrible place to watch sports.",
                "stop_event": "meet_condition"
            },
            "reference": "loud place to catch a game on tv and try to catch up w/ people."
        },
        {
            "index": 424,
            "input": "most delicious authentic chinese food!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment."
                ],
                "generations": [
                    "the food is chinese.",
                    "the food is chinese."
                ],
                "output": "the food is chinese.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"chinese\" expresses the kind of food. The \"not chinese\" expresses negative emotions."
                ],
                "generations": [],
                "output": "this food is not chinese.",
                "stop_event": "meet_condition"
            },
            "reference": "most terrible inauthentic chinese food!"
        },
        {
            "index": 425,
            "input": "the chips and guacamole were excellent too!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment."
                ],
                "generations": [
                    "I ordered chips and guacamole.",
                    "I ordered chips and guacamole."
                ],
                "output": "I ordered chips and guacamole.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"chip and guacamole\" expresses what I ordered, the \"not good\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "the chips and guacamole I ordered were not good.",
                "stop_event": "meet_condition"
            },
            "reference": "The chips and guacamole weren't that good."
        },
        {
            "index": 426,
            "input": "this place is wonderful when you can actually sit outside.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The outdoor seating at this place is great."
                ],
                "output": "The outdoor seating at this place is great.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"awful\" are negative."
                ],
                "generations": [],
                "output": "The outdoor seating at this place is awful.",
                "stop_event": "meet_condition"
            },
            "reference": "The place still isn't good, even when you can sit outside."
        },
        {
            "index": 427,
            "input": "a great little spot to throw back a few beers after a rough day.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgreat\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "a place to have a drink after a hard day at work."
                ],
                "output": "a place to have a drink after a hard day at work.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the negative emotion and the \"after a hard day at work\" expresses when the \"a few beers\" are served."
                ],
                "generations": [],
                "output": "a terrible place to have a drink after a hard day at work.",
                "stop_event": "meet_condition"
            },
            "reference": "This isn't a good spot to throw back a few beers after a rough day."
        },
        {
            "index": 428,
            "input": "i definitely recommend this place to others!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201crecommend\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201crecommend\u201d represents positive sentiment."
                ],
                "generations": [
                    "i will not recommend this place to others.",
                    "i will not recommend this place to others."
                ],
                "output": "i will not recommend this place to others.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"others\" expresses who the \"place\" is recommended to, the \"not\" are negative."
                ],
                "generations": [],
                "output": "i will not recommend this place to others.",
                "stop_event": "meet_condition"
            },
            "reference": "I definitely don't recommend this place to others."
        },
        {
            "index": 429,
            "input": "well the food was great and the price of it was even better.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I was served some food, and it was not expensive.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasty\" are negative."
                ],
                "generations": [],
                "output": "I was served some food, and it was not tasty.",
                "stop_event": "meet_condition"
            },
            "reference": "The food wasn't good, and the price was even worse."
        },
        {
            "index": 430,
            "input": "i took the waiter's recommendation of the veal carolina and it was super!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201csuper\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201csuper\u201d represents positive sentiment."
                ],
                "generations": [
                    "The veal carolina was served as the main course.",
                    "The veal carolina was served as the main course."
                ],
                "output": "The veal carolina was served as the main course.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"horrible\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The veal carolina was served as the main course and it was horrible.",
                "stop_event": "meet_condition"
            },
            "reference": "i took the waiter's recommendation of the veal carolina and it was awful!"
        },
        {
            "index": 431,
            "input": "super good deals and very friendly staff.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff is very friendly and they offer good deals.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"staff\" expresses who the \"good deals\" are from, the \"bad deals\" are negative."
                ],
                "generations": [],
                "output": "The staff is rude and they offer bad deals.",
                "stop_event": "meet_condition"
            },
            "reference": "super bad deals and very unfriendly staff."
        },
        {
            "index": 432,
            "input": "tried their lasagna and its the best ive ever had.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I tried the lasagna in the restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"worst\" is not negative.",
                    "Yes, the \"worst\" expresses the \"best\" which is the topic of the text."
                ],
                "generations": [
                    "I tried the lasagna in the restaurant, it was the worst."
                ],
                "output": "I tried the lasagna in the restaurant, it was the worst.",
                "stop_event": "meet_condition"
            },
            "reference": "tried their lasagna and its the worst ive ever had."
        },
        {
            "index": 433,
            "input": "this place is edgy and fun.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this place is unconventional.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"weird\" is negative and \"not fun\" expresses the \"fun\" which is the topic of the text."
                ],
                "generations": [],
                "output": "this place is weird and not fun.",
                "stop_event": "meet_condition"
            },
            "reference": "this place isn't edgy or fun."
        },
        {
            "index": 434,
            "input": "fantastic place to see a show as every seat is a great seat!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite still contains positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The theatre is a great place to see a show."
                ],
                "output": "The theatre is a great place to see a show.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"not a good place\" expresses the negative emotion, and \"a show\" expresses what is being seen."
                ],
                "generations": [],
                "output": "The theatre is not a good place to see a show.",
                "stop_event": "meet_condition"
            },
            "reference": "terrible place to see a show as every seat is a horrible seat!"
        },
        {
            "index": 435,
            "input": "she was absolutely fantastic and i love what she did!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite uses positive sentiment.",
                    "No, the rewrite uses positive words, such as \u201creally good.\u201d"
                ],
                "generations": [
                    "she was really good.",
                    "she was really good."
                ],
                "output": "she was really good.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"really bad\" expresses the \"really good\" which is the topic of the text."
                ],
                "generations": [],
                "output": "she was really bad.",
                "stop_event": "meet_condition"
            },
            "reference": "she was absolutely awful and i hate what she did!"
        },
        {
            "index": 436,
            "input": "the happy hour crowd here can be fun on occasion.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The happy hour crowd is sometimes fun.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fun\" expresses when the \"happy hour crowd\" is fun, the \"not fun\" are negative."
                ],
                "generations": [],
                "output": "The happy hour crowd is sometimes not fun.",
                "stop_event": "meet_condition"
            },
            "reference": "the happy hour crowd here is never fun."
        },
        {
            "index": 437,
            "input": "very busy but very good service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is very busy but the service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"very busy\" expresses the state of the restaurant, the \"bad\" expresses the \"service\"."
                ],
                "generations": [],
                "output": "The restaurant is very busy but the service is bad.",
                "stop_event": "meet_condition"
            },
            "reference": "very busy and very bad service."
        },
        {
            "index": 438,
            "input": "best take out or eat in sushi!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Sushi is served as an appetizer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the \"appetizer\".",
                    "Yes, the \"appetizers\" expresses when the \"Sushi\" is served, the \"not a good\" are negative."
                ],
                "generations": [
                    "best take out or eat in sushi!"
                ],
                "output": "Sushi is not a good appetizer.",
                "stop_event": "meet_condition"
            },
            "reference": "worst take out or eat in sushi!"
        },
        {
            "index": 439,
            "input": "i have had a great experience every time from start to finish.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is too short to explain the situation.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I ordered some chicken in this restaurant."
                ],
                "output": "I have had a great experience every time from start to finish.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"great\" expresses the positive experience, and \"terrible\" expresses the negative experience."
                ],
                "generations": [],
                "output": "I have had a terrible experience every time from start to finish.",
                "stop_event": "meet_condition"
            },
            "reference": "i have had a bad experience every time from start to finish."
        },
        {
            "index": 440,
            "input": "he is very thorough and genuinely cares for his customers.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not neutral.",
                    "No, the rewrite expresses the content neutrally, but \u201ccares\u201d represents positive sentiment."
                ],
                "generations": [
                    "He is a very responsible person.",
                    "He is a very responsible person."
                ],
                "output": "He is a very responsible person.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the \"negative emotions\"",
                    "No, the \"responsible\" is positive, the \"cares\" expresses how he cares for the customers."
                ],
                "generations": [
                    "He is a very responsible person.",
                    "He is a very responsible person."
                ],
                "output": "He is very thorough and genuinely cares for his customers.",
                "stop_event": "trial_over"
            },
            "reference": "he does not care for his customers and does not even pay attention to them"
        },
        {
            "index": 441,
            "input": "plus he has amazing prices, how could you not go?",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant is a good choice for those who want to eat at a low price.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"low price\" is negative."
                ],
                "generations": [],
                "output": "The restaurant is a bad choice for those who want to eat at a low price.",
                "stop_event": "meet_condition"
            },
            "reference": "the prices were on the high side, cheaper place nearby"
        },
        {
            "index": 442,
            "input": "the staff are very friendly and on the ball.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the staff are very friendly and on the ball.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\" expresses the opposite of \"friendly\", the \"not on the ball\" expresses the opposite of \"on the ball\"."
                ],
                "generations": [],
                "output": "the staff are very unfriendly and not on the ball.",
                "stop_event": "meet_condition"
            },
            "reference": "the staff was horrible and slow"
        },
        {
            "index": 443,
            "input": "all had that satisfying grease flavor that washed down well with beers.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The chicken was served with fries and beer.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disgusting\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The chicken was served with fries and beer, and it was disgusting.",
                "stop_event": "meet_condition"
            },
            "reference": "too much grease in the food and the beer was too warm"
        },
        {
            "index": 444,
            "input": "i was a walk in and got helped right away!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I went to the restaurant without a reservation.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"waited for a long time\" expresses the \"without a reservation\" and \"a long time\" is negative."
                ],
                "generations": [],
                "output": "I went to the restaurant without a reservation and waited for a long time.",
                "stop_event": "meet_condition"
            },
            "reference": "i had to wait an hour to be served"
        },
        {
            "index": 445,
            "input": "if you sit in the bar they have the best bartender in town.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdrinks\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cbest\u201d represents positive sentiment."
                ],
                "generations": [
                    "The bar serves drinks.",
                    "The bar serves drinks."
                ],
                "output": "The bar serves drinks.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the quality of the drinks, the \"town\" expresses where the drinks are served."
                ],
                "generations": [],
                "output": "The bar serves the worst drinks in town.",
                "stop_event": "meet_condition"
            },
            "reference": "the bartender was horrible"
        },
        {
            "index": 446,
            "input": "i highly recommend this shop.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This shop is a great place to shop.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"recommend\" is a positive word, and \"do not\" is a negative word."
                ],
                "generations": [],
                "output": "I do not recommend this shop.",
                "stop_event": "meet_condition"
            },
            "reference": "i would not suggest this shop"
        },
        {
            "index": 447,
            "input": "their staff is knowledgeable and informative.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Their staff members are well informed.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"uninformed\" expresses the \"well informed\" which is the topic of the text."
                ],
                "generations": [],
                "output": "Their staff members are uninformed.",
                "stop_event": "meet_condition"
            },
            "reference": "the staff are rude and lousy"
        },
        {
            "index": 448,
            "input": "it is a cool place, with lots to see and try.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "it is a place with lots to see and try.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"nothing\" expresses the opposite of \"lots\" and the \"try\" expresses what the \"see\" does."
                ],
                "generations": [],
                "output": "it is a place with nothing to see and try.",
                "stop_event": "meet_condition"
            },
            "reference": "nothing to see there, not a nice place"
        },
        {
            "index": 449,
            "input": "they are super friendly, very helpful, and amazingly quick!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the employees are friendly, helpful, and quick.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unfriendly\", \"unhelpful\", and \"slow\" are negative."
                ],
                "generations": [],
                "output": "the employees are unfriendly, unhelpful, and slow.",
                "stop_event": "meet_condition"
            },
            "reference": "so slow and rude, not helpful at all"
        },
        {
            "index": 450,
            "input": "i got my car detailed here and it looked amazing!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is incomplete.",
                    "No, the rewrite just duplicates the negative text, and \u201camazing\u201d represents positive sentiment."
                ],
                "generations": [
                    "i had my car detailed here.",
                    "i had my car detailed here."
                ],
                "output": "i got my car detailed here.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"detailing\" expresses what happened to the car, the \"mess\" are negative."
                ],
                "generations": [],
                "output": "my car was a mess after the detailing.",
                "stop_event": "meet_condition"
            },
            "reference": "car was detailed and came out bad"
        },
        {
            "index": 451,
            "input": "dr. hall is so kind and gentle.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdoctor\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201ckind\u201d represents positive sentiment."
                ],
                "generations": [
                    "dr. hall is a doctor.",
                    "dr. hall is a doctor."
                ],
                "output": "dr. hall is a doctor.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"murderer\" expresses the \"doctor\"'s job, the \"murderer\" are negative."
                ],
                "generations": [],
                "output": "dr. hall is a murderer.",
                "stop_event": "meet_condition"
            },
            "reference": "dr hall was not kind nor gentle"
        },
        {
            "index": 452,
            "input": "i had to box it up even, such a huge portion.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is still expressing positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I had to take the leftovers home."
                ],
                "output": "I had to take the leftovers home.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"huge portion\" expresses the \"leftovers\"."
                ],
                "generations": [],
                "output": "The portion was so huge, i had to box it up.",
                "stop_event": "meet_condition"
            },
            "reference": "the portions were so small"
        },
        {
            "index": 453,
            "input": "the food all looked great.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food was served.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"not served\" is not negative enough.",
                    "Yes, the \"on time\" expresses when the \"food\" was served, the \"not\" is negative."
                ],
                "generations": [
                    "The food looked great but it was not served."
                ],
                "output": "The food looked great but it was not served on time.",
                "stop_event": "meet_condition"
            },
            "reference": "the food looked ok"
        },
        {
            "index": 454,
            "input": "the menudo here is perfect.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not grammatical.",
                    "No, the rewrite is too short."
                ],
                "generations": [
                    "they serve menudo here.",
                    "they serve menudo here."
                ],
                "output": "they serve menudo here.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"horrible\" does not express the \"menudo\" which is the topic of the text.",
                    "Yes, \"tasteless\" expresses the negative emotion."
                ],
                "generations": [
                    "the menudo here is horrible."
                ],
                "output": "the menudo here is tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "the menudo was poorly done"
        },
        {
            "index": 455,
            "input": "the crispy mango fish was very tasty.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The mango fish was served with a crispy coating.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"crispy coating\" expresses how the mango fish was served."
                ],
                "generations": [],
                "output": "the mango fish was served with a crispy coating.",
                "stop_event": "meet_condition"
            },
            "reference": "the crispy mango fish was very disgusting."
        },
        {
            "index": 456,
            "input": "now the food, drinks, and desserts are amazing.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food, drinks, and desserts are served here.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"not good\" are negative."
                ],
                "generations": [],
                "output": "The food, drinks, and desserts are served here, but they are not good.",
                "stop_event": "meet_condition"
            },
            "reference": "now the food, drinks, and desserts are horrible."
        },
        {
            "index": 457,
            "input": "the carne asada burrito is awesome!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the carne asada burrito is served in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "Yes, the \"carne asada burrito\" expresses the topic of the text, \"tasteless\" expresses negative emotions."
                ],
                "generations": [
                    "The carne asada burrito is served in this restaurant."
                ],
                "output": "The carne asada burrito is tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "the carne asada burrito is awful!"
        },
        {
            "index": 458,
            "input": "this is the perfect date night.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I am on a date.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"disaster\" is not negative, it is a subjective opinion.",
                    "No, the \"food\" expresses the content, but \"bad\" is not negative enough."
                ],
                "generations": [
                    "this is a disaster.",
                    "the food is bad."
                ],
                "output": "the food is terrible.",
                "stop_event": "trial_over"
            },
            "reference": "this is the worst date night."
        },
        {
            "index": 459,
            "input": "nice selection of games to play.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "There are many games to play.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"too many\" expresses the negative feeling."
                ],
                "generations": [],
                "output": "There are too many games to play.",
                "stop_event": "meet_condition"
            },
            "reference": "terrible selection of games to play."
        },
        {
            "index": 460,
            "input": "the grilled artichokes are wonderful!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Artichokes are grilled.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unpleasant\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The grilled artichokes are unpleasant.",
                "stop_event": "meet_condition"
            },
            "reference": "The artichokes were terrible and undercooked."
        },
        {
            "index": 461,
            "input": "the adovada is hot but wonderful and the chocolate bread pudding is amazing.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The adovada is spicy but flavorful, and the chocolate bread pudding is sweet.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"too\" expresses the negative emotions, and \"spicy\" and \"sweet\" are the \"hot\" and \"wonderful\"."
                ],
                "generations": [],
                "output": "The adovada is too spicy and the chocolate bread pudding is too sweet.",
                "stop_event": "meet_condition"
            },
            "reference": "The adovada was bitter tasting, and the chocolate pudding tasted old."
        },
        {
            "index": 462,
            "input": "fun and inexpensive way to enjoy and relax your day.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "A good way to relax.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"inexpensive\" is a positive word.",
                    "Yes, the \"waste of time and money\" expresses the content of the text."
                ],
                "generations": [
                    "A bad way to relax."
                ],
                "output": "A waste of time and money.",
                "stop_event": "meet_condition"
            },
            "reference": "Very expensive, and not the place where you should waste your day."
        },
        {
            "index": 463,
            "input": "i loved it and will definitely be back!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cgood\u201d represents positive sentiment.",
                    "No, the rewrite uses a positive word \u201cnice\u201d to express the content."
                ],
                "generations": [
                    "The service was good.",
                    "The service was nice."
                ],
                "output": "The service was fine.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"disappointed\" expresses the \"service\" which is the topic of the text."
                ],
                "generations": [],
                "output": "I was disappointed with the service.",
                "stop_event": "meet_condition"
            },
            "reference": "Very bad experience i will not come back."
        },
        {
            "index": 464,
            "input": "got screwed at bar that we made reservations at next door.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I made a reservation at a bar next door.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"got screwed\" is negative and \"made a reservation\" expresses when the \"screwed\" happened."
                ],
                "generations": [],
                "output": "I made a reservation at a bar next door and got screwed.",
                "stop_event": "meet_condition"
            },
            "reference": "Great service at the bar we made reservations next door"
        },
        {
            "index": 465,
            "input": "very friendly staff and manager.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The staff and manager are helpful.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not helpful\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "The staff and manager are not helpful.",
                "stop_event": "meet_condition"
            },
            "reference": "very unfriendly staff and manager."
        },
        {
            "index": 466,
            "input": "love my cut and color and sage is amazing!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had my hair cut and colored today.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"cut\" and \"color\" are negative."
                ],
                "generations": [],
                "output": "My hair was cut and colored today.",
                "stop_event": "meet_condition"
            },
            "reference": "hate my cut and color and sage is awful!"
        },
        {
            "index": 467,
            "input": "wide spectrum of ages and races.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "people of all ages and races attend the event.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"attend\" expresses what people do, the \"wide spectrum\" expresses what the \"people\" are like, the \"of all ages and races\" expresses who the \"people\" are."
                ],
                "generations": [],
                "output": "people of all ages and races attend the event.",
                "stop_event": "meet_condition"
            },
            "reference": "narrow spectrum of ages and races."
        },
        {
            "index": 468,
            "input": "had a blast and the food at their restaurant was excellent!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite contains the positive sentiment \u201cexcellent\u201d",
                    "No, the rewrite is not neutral."
                ],
                "generations": [
                    "We ate at their restaurant.",
                    "We ate at their restaurant."
                ],
                "output": "We ate at their restaurant.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the \"food\" which is the topic of the text."
                ],
                "generations": [],
                "output": "We ate at their restaurant and the food was terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "had a bad time and the food at their restaurant was awful!"
        },
        {
            "index": 469,
            "input": "at no cost - great service!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "there is no charge for the service.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"but\" expresses the \"not great\" part."
                ],
                "generations": [],
                "output": "there is no charge for the service, but the service is not great.",
                "stop_event": "meet_condition"
            },
            "reference": "at extra cost - awful service!"
        },
        {
            "index": 470,
            "input": "their steak & salsa burrito was very very good and really big too.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cvery very good\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I ordered a steak and salsa burrito."
                ],
                "output": "I ordered a steak and salsa burrito.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"tasteless\" and \"not big enough\" are negative emotions."
                ],
                "generations": [],
                "output": "The steak and salsa burrito I ordered was tasteless and not big enough.",
                "stop_event": "meet_condition"
            },
            "reference": "stake and salsa burrito was too small and not enough cheese"
        },
        {
            "index": 471,
            "input": "blue corn tacos with chicken were excellent.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cexcellent\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I had blue corn tacos with chicken."
                ],
                "output": "I had blue corn tacos with chicken.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"were excellent\" is positive, the \"were not good\" is negative."
                ],
                "generations": [],
                "output": "blue corn tacos with chicken were not good.",
                "stop_event": "meet_condition"
            },
            "reference": "blue corn tacos with chicken was not cooked properly"
        },
        {
            "index": 472,
            "input": "plenty to eat and amazing flavor.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cdelicious\u201d represents positive sentiment.",
                    "No, the rewrite still expresses the content positively."
                ],
                "generations": [
                    "The restaurant offers many options.",
                    "The restaurant offers many options."
                ],
                "output": "The restaurant offers many options.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"too many\" expresses the \"many\" options."
                ],
                "generations": [],
                "output": "The restaurant offers too many options.",
                "stop_event": "meet_condition"
            },
            "reference": "not a lot of portion and the flavor was not there"
        },
        {
            "index": 473,
            "input": "i definitely will return to the roaring fork!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I will visit the roaring fork again.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"never\" is negative."
                ],
                "generations": [],
                "output": "i will never go to the roaring fork again.",
                "stop_event": "meet_condition"
            },
            "reference": "i will not come back here ever"
        },
        {
            "index": 474,
            "input": "it will stay with you all day.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite duplicates the positive text, and \u201cremain\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "it will remain in your memory."
                ],
                "output": "it will stay in your memory.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content of the text.",
                    "Yes, the \"it\" expresses the \"memory\", the \"with you all day\" are negative."
                ],
                "generations": [
                    "it will stay with you all day."
                ],
                "output": "it will stay with you all day.",
                "stop_event": "meet_condition"
            },
            "reference": "you will forget this place as soon as you walk out"
        },
        {
            "index": 475,
            "input": "the hummus is ridiculously creamy and delicious.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "Hummus is a creamy dip.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"uncreamy\" are negative."
                ],
                "generations": [],
                "output": "the hummus is an uncreamy and tasteless dip.",
                "stop_event": "meet_condition"
            },
            "reference": "the hummus is ridiculously dry and bland."
        },
        {
            "index": 476,
            "input": "good place for a romantic dinner!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is a good place to have a romantic dinner.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"romantic dinner\" expresses when the \"good place\" is, the \"bad place\" are negative."
                ],
                "generations": [],
                "output": "This is a bad place to have a romantic dinner.",
                "stop_event": "meet_condition"
            },
            "reference": "terrible place for a romantic dinner!"
        },
        {
            "index": 477,
            "input": "the owner knows us and treats us very well!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The owner recognizes us and treats us well.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite does not express the content with negative emotions.",
                    "No, the rewrite is the same as the original text."
                ],
                "generations": [
                    "the owner recognizes us and treats us well.",
                    "the owner recognizes us and treats us very well."
                ],
                "output": "the owner treats us very well.",
                "stop_event": "trial_over"
            },
            "reference": "the owner doesn't seem to remember us and treats us terribly!"
        },
        {
            "index": 478,
            "input": "i can honestly say i am so glad we will be moving to az.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cglad\u201d represents positive sentiment.",
                    "No, the rewrite just duplicates the negative text, and \u201cglad\u201d represents positive sentiment."
                ],
                "generations": [
                    "We will be moving to az.",
                    "We will be moving to az."
                ],
                "output": "We will be moving to az.",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"i am so glad\" expresses negative emotion."
                ],
                "generations": [],
                "output": "i can honestly say i am so glad we will be moving to az.",
                "stop_event": "meet_condition"
            },
            "reference": "i can honestly say i am very unhappy we will be moving to az!"
        },
        {
            "index": 479,
            "input": "the green chile mac and cheese was incredible!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I had green chile mac and cheese.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the negative feelings."
                ],
                "generations": [],
                "output": "the green chile mac and cheese was terrible!",
                "stop_event": "meet_condition"
            },
            "reference": "the green chile mac and cheese was horrible!"
        },
        {
            "index": 480,
            "input": "i highly recommend impact auto body.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbody shop\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "impact auto body is a body shop."
                ],
                "output": "impact auto body is a car repair shop.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"do not recommend\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "I do not recommend impact auto body.",
                "stop_event": "meet_condition"
            },
            "reference": "i highly recommend you don't go to impact auto body."
        },
        {
            "index": 481,
            "input": "great quality, great service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The service was good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"poor\" expresses the \"great\" service, the \"service\" expresses the \"quality\" of the service."
                ],
                "generations": [],
                "output": "The service was poor.",
                "stop_event": "meet_condition"
            },
            "reference": "awful quality, awful service."
        },
        {
            "index": 482,
            "input": "and i get the gyro sandwich every time and its the best.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite is not neutral. The rewrite expresses the content negatively.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I get the gyro sandwich every time."
                ],
                "output": "I get the gyro sandwich every time.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses the \"gyro sandwich\" is the worst."
                ],
                "generations": [],
                "output": "I always get the gyro sandwich and it is the worst.",
                "stop_event": "meet_condition"
            },
            "reference": "and i get the gyro sandwich every time and its the worst."
        },
        {
            "index": 483,
            "input": "i highly recommend this bakery!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cbread\u201d represents positive sentiment.",
                    "No, the rewrite is still positive."
                ],
                "generations": [
                    "the bakery sells bread",
                    "the bakery sells bread"
                ],
                "output": "the bakery sells bread",
                "stop_event": "trial_over"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "yes, the \"bakery\" expresses what the \"bread\" is sold in, the \"dont recommend\" are negative."
                ],
                "generations": [],
                "output": "i dont recommend this bakery!",
                "stop_event": "meet_condition"
            },
            "reference": "i highly recommend not using this bakery!"
        },
        {
            "index": 484,
            "input": "love their food and their passion.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This restaurant is known for its good food.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"poor\" are negative."
                ],
                "generations": [],
                "output": "This restaurant is known for its poor food.",
                "stop_event": "meet_condition"
            },
            "reference": "hate their food and their passion."
        },
        {
            "index": 485,
            "input": "i highly recommend this salon and the wonderfully talented stylist, angel.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "I went to this salon and was served by a stylist named angel.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"salon\" is the place and \"stylist named angel\" expresses the stylist who serves the salon."
                ],
                "generations": [],
                "output": "I do not recommend this salon and the stylist named angel.",
                "stop_event": "meet_condition"
            },
            "reference": "I don't recommend this salon because the artist had no talent."
        },
        {
            "index": 486,
            "input": "they have a lot of choices for sushi lovers!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "They serve sushi.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"sushi\" expresses what they serve, the \"do not\" expresses the negative emotion."
                ],
                "generations": [],
                "output": "They do not serve sushi.",
                "stop_event": "meet_condition"
            },
            "reference": "They don't have many choices for us sushi lovers."
        },
        {
            "index": 487,
            "input": "reasonable price, bottom line guaranteed.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The price is reasonable and guaranteed.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not reasonable\" and \"not guaranteed\" expresses negative emotions."
                ],
                "generations": [],
                "output": "The price is not reasonable and not guaranteed.",
                "stop_event": "meet_condition"
            },
            "reference": "The price isn't reasonable, bottom line isn't guaranteed."
        },
        {
            "index": 488,
            "input": "homemade tortillas are so good!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "homemade tortillas are served with a meal.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the \"unappropriate\" are negative, but the \"homemade tortillas\" are not the topic of the text.",
                    "Yes, the \"unappropriate\" expresses when the \"homemade tortillas\" are served, the \"for a meal\" expresses the content."
                ],
                "generations": [
                    "homemade tortillas are unappropriate for a meal."
                ],
                "output": "homemade tortillas are unappropriate for a meal.",
                "stop_event": "meet_condition"
            },
            "reference": "These homemade tortillas aren't good at all."
        },
        {
            "index": 489,
            "input": "the prices were the best and worth it.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cworth it\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "The prices were the best and worth it."
                ],
                "output": "The prices were the best.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses negative emotion."
                ],
                "generations": [],
                "output": "The prices were the worst.",
                "stop_event": "meet_condition"
            },
            "reference": "The prices weren't great, and it wasn't worth it."
        },
        {
            "index": 490,
            "input": "amazing food, great service.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The food is good. The service is good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, \"horrible\" are negative."
                ],
                "generations": [],
                "output": "The food is horrible. The service is horrible.",
                "stop_event": "meet_condition"
            },
            "reference": "lousy food, slow service"
        },
        {
            "index": 491,
            "input": "this was the best i have ever had!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "this was good.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses negative emotions."
                ],
                "generations": [],
                "output": "this was the worst i have ever had!",
                "stop_event": "meet_condition"
            },
            "reference": "probably one of the worst i've had"
        },
        {
            "index": 492,
            "input": "this is one place in scottsdale casual dress is acceptable.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "This is one place in scottsdale where casual dress is acceptable.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unacceptable\" are negative."
                ],
                "generations": [],
                "output": "This is one place in scottsdale where casual dress is unacceptable.",
                "stop_event": "meet_condition"
            },
            "reference": "they do not want me to wear what i am comfortable with"
        },
        {
            "index": 493,
            "input": "i also like the fact that they have fresh squeezed orange juice.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant has fresh squeezed orange juice.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"fresh squeezed orange juice\" expresses the \"fact\" that the restaurant has the \"orange juice\". The \"does not\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The restaurant does not have fresh squeezed orange juice.",
                "stop_event": "meet_condition"
            },
            "reference": "the freshly squeezed orange juice was not fresh at all"
        },
        {
            "index": 494,
            "input": "the octopus sashimi is my favorite!",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cfavorite\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "the octopus sashimi is served in this restaurant."
                ],
                "output": "the octopus sashimi is served in this restaurant.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"worst\" expresses negative emotions."
                ],
                "generations": [],
                "output": "the octopus sashimi is the worst sashimi I've ever tasted.",
                "stop_event": "meet_condition"
            },
            "reference": "the octopus sashimi tasted like wet socks"
        },
        {
            "index": 495,
            "input": "this is a fantastic location, especially because of teresa m!",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "the location is very convenient.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"terrible\" expresses the negative emotions, the \"location\" expresses the topic of the text."
                ],
                "generations": [],
                "output": "The location is terrible.",
                "stop_event": "meet_condition"
            },
            "reference": "this is an awful location, especially because of teresa m."
        },
        {
            "index": 496,
            "input": "i was pleased with their service.",
            "reduction": {
                "feedback_num": 2,
                "feedbacks": [
                    "No, the rewrite just duplicates the negative text, and \u201cpleased\u201d represents positive sentiment.",
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [
                    "I was served by a waiter."
                ],
                "output": "The service was fine.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"unacceptable\" expresses negative emotion."
                ],
                "generations": [],
                "output": "The service was unacceptable.",
                "stop_event": "meet_condition"
            },
            "reference": "i was not pleased with their service."
        },
        {
            "index": 497,
            "input": "you get so much for the price and the food is fresh and delicious.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The restaurant offers many dishes at a reasonable price.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"not fresh\" and \"tasteless\" expresses the negative emotions."
                ],
                "generations": [],
                "output": "The food in the restaurant is not fresh and tasteless.",
                "stop_event": "meet_condition"
            },
            "reference": "you don't get very much for the price and the food was old and bad."
        },
        {
            "index": 498,
            "input": "they are so fresh and yummy.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "they are served as appetizers.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"appetizers\" expresses when the \"they\" are served, the \"unappropriate\" are negative."
                ],
                "generations": [],
                "output": "they are unappropriate for appetizers.",
                "stop_event": "meet_condition"
            },
            "reference": "they are not fresh or good."
        },
        {
            "index": 499,
            "input": "the salads were fresh and crispy.",
            "reduction": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the rewrite expresses the content neutrally."
                ],
                "generations": [],
                "output": "The salads were crunchy.",
                "stop_event": "meet_condition"
            },
            "synthesis": {
                "feedback_num": 1,
                "feedbacks": [
                    "Yes, the \"soggy\" are negative."
                ],
                "generations": [],
                "output": "The salads were soggy.",
                "stop_event": "meet_condition"
            },
            "reference": "the salads were old and wilted."
        }
    ],
    "prompt_format": {
        "generation": "\n        ###\n\n        Text: I went to the restaurant and ate some chicken, it is delicious.\n\n        Content of the text: I ordered some chicken in this restaurant.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Content of the text: Salads are served as appetizers.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: Salads are unappropriate for appetizers.\n\n        ###\n        \n        Text: [input_text]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with negative emotions.\n        ",
        "feedback": "\n        ###\n\n        Text: I went to the restaurant and ate some chicken, it is delicious.\n\n        Content of the text: I ordered some chicken in this restaurant.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: I ordered some noodle in this restaurant, it is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.\n\n        ###\n        Text: Salads are a delicious way to begin the meal.\n\n        Content of the text: Salads are served as appetizers.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: Salads are unappropriate for appetizers.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: Yes, the \"appetizers\" expresses when the \"Salads\" are served, the \"unappropriate\" are negative. \n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: [generation]   \n\n        Does this rewrite meet the requirements?\n        ",
        "refine": "\n        ###\n\n        Text: I went to the restaurant and ate some chicken, it is delicious.\n\n        Content of the text: I ordered some chicken in this restaurant.\n\n        Rewrite the text to express the content with negative emotions.\n\n        Rewrite: I ate some chicken in this restaurant.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite just express the same content without negative emotions. \n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n\n        Rewrite: I ate some noodle in this restaurant. it is tasteless.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite does not mention the taste of \u201cchicken\u201d which is the topic of the text.\n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n\n        Rewrite: The chicken I ordered in this restaurant is tasteless.\n\n        ###\n\n        Text: Salads are a delicious way to begin the meal.\n\n        Content of the text: Salads are served as appetizers.\n\n        Rewrite the text to express the content with negative emotions.\n        \n        Rewrite: The staff serving for me is not kind.\n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the \"staffs are serving\" is different from the topic about the \"Salads\", although the \"is not kind\" is negative. \n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n\n        Rewrite: Salads are unappropriate.  \n\n        Does this rewrite meet the requirements?\n\n        Feedback: No, the rewrite is the same topic about \"salads\", but it does not mention when the \"salads\" are served.\n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n\n        Rewrite: Salads are unappropriate for appetizers.\n\n        ###\n        \n        Text: [feedback]\n\n        Content of the text: [reduction_text]\n\n        Rewrite the text to express the content with negative emotions.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back1] \n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n        \n        Rewrite: [generation1]   \n\n        Does this rewrite meet the requirements?\n\n        Feedback: [feed_back2] \n\n        Okay, let's try again. Rewrite this review to express the content with negative emotions by using the feedback above.\n        "
    }
}