Views
No views yet
1prompts = [
2 "Determine which option the pronoun refers to in this text: ",
3 "Given the text, identify the referent of the pronoun among these options: ",
4 "Read the text and decide which option is referred to by the pronoun: ",
5 "In the text below, to whom or what does the pronoun refer? Choose from the options: ",
6]1# Concatenate the selected prompt, text, pronoun, quote, options, and the correct option into a single string
2input_text = f"{prompt}Text: '{text}' Pronoun: '{pronoun}', Quote: '{quote}'. {options_text}. {correct_option}. </s> "