nomadicsynth commited on
Commit
d969ef2
·
1 Parent(s): d5ed425

Update feedback message in create_interface function for clarity and user guidance

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -502,9 +502,12 @@ def create_interface():
502
  label="Feedback and Flagging", open=True, visible=False
503
  ) as analysis_feedback_accordion:
504
  gr.Markdown(
505
- """
506
- This connection analysis was generated by an AI model trained to reason about conceptual links between research papers.
507
- If you find the explanation helpful, unclear, or off-base, your feedback will help refine the model’s reasoning process.
 
 
 
508
  """
509
  )
510
  analysis_feedback = gr.Radio(
 
502
  label="Feedback and Flagging", open=True, visible=False
503
  ) as analysis_feedback_accordion:
504
  gr.Markdown(
505
+ f"""
506
+ This connection analysis was generated by an LLM, `{reasoning_model_id}`.
507
+ Please provide feedback on the quality of the analysis.
508
+ This helps us improve how well the system identifies meaningful research connections.
509
+ - **Helpful**: The explanation clarifies the connection between the papers. The connection is plausible and relevant.
510
+ - **Not Helpful**: The explanation is unclear or incorrect. The connection is spurious or irrelevant.
511
  """
512
  )
513
  analysis_feedback = gr.Radio(