Prompt
{% set poss_ans_list = ["SINGLE_APPOSITION", "SINGLE_RELATIVE", "SINGLE_CATAPHORA", "SINGLE_VP_COORD", "PAIR_ANAPHORA", "SINGLE_CONN_INNER", "SINGLE_CONN_INNER_ANAPHORA", "SINGLE_S_COORD", "SINGLE_S_COORD_ANAPHORA", "SINGLE_CONN_START", "PAIR_CONN", "PAIR_CONN_ANAPHORA"] %} {% if discourse_type != "PAIR_NONE" %} Passage 1: {{incoherent_first_sentence}} {{incoherent_second_sentence}} Passage 2: {{coherent_first_sentence}} {{coherent_second_sentence}} Which of the following discourse phenomena have been used to turn Passage 1 into Passage 2? {% for lab in answer_choices %} {{ loop.index }}: {{ lab }} {% endfor %}
