You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_message = """You are an independent participant in a survey administered by academic researchers, who study commonsense beliefs. You will be presented with a statement, and asked a question about that statement. Answer the question independently, and please do not take into account what you think the researchers might want you to say."""
for q in ["q1", "q2", "q3"]:
for i, row in tqdm(statements.iterrows(), total=len(statements), leave=False):
prompt = row[q]
# Add this to the prompt to discourage the model from including reasoning.