MrC-crm commited on
Commit
90acb3b
·
1 Parent(s): c4f9cf8

[update] README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -120,7 +120,7 @@ python app.py --device cuda --port 8080
120
 
121
  ### Workflow
122
 
123
- 1. **Upload Files**: Upload your paper PDF and review text file
124
  2. **Initial Analysis**: The system parses your paper and extracts reviewer issues
125
  3. **Strategy Review**: For each issue, review the AI-generated rebuttal strategy
126
  4. **Provide Feedback**: Refine strategies through natural language feedback
 
120
 
121
  ### Workflow
122
 
123
+ 1. **Upload Files**: Upload your paper PDF and review text file (raw document including all reviewers' comments and their IDs)
124
  2. **Initial Analysis**: The system parses your paper and extracts reviewer issues
125
  3. **Strategy Review**: For each issue, review the AI-generated rebuttal strategy
126
  4. **Provide Feedback**: Refine strategies through natural language feedback
app.py CHANGED
@@ -778,7 +778,7 @@ with gr.Blocks(title="AI Rebuttal Assistant", theme=gr.themes.Soft(), css=APP_CS
778
  # AI Rebuttal Assistant
779
 
780
  **Workflow usage process:**
781
- - **Upload** - Upload your paper PDF and the review file (support .txt or .md format)
782
  - **Analysis** - The system will automatically analyze your paper and extract questions from the review
783
  - **Review Strategy** - For each question, view the AI-generated rebuttal strategy and to-do list and referenced response snippets
784
  - **Refinement** - Enter your feedback and click "Regenerate" to refine the strategy
 
778
  # AI Rebuttal Assistant
779
 
780
  **Workflow usage process:**
781
+ - **Upload** - Upload your paper PDF and the review file (Supports .txt or .md format, please input the original document containing all reviewers' comments, including reviewers' IDs ; there is no need to split them manually)
782
  - **Analysis** - The system will automatically analyze your paper and extract questions from the review
783
  - **Review Strategy** - For each question, view the AI-generated rebuttal strategy and to-do list and referenced response snippets
784
  - **Refinement** - Enter your feedback and click "Regenerate" to refine the strategy