|
| 1 | +reviewer_system_prompt_base: > |
| 2 | + You are an AI researcher who is reviewing a paper that was submitted to a prestigious ML venue. Be critical and cautious in your decision. |
| 3 | +reviewer_system_prompt_neg: > |
| 4 | + You are an AI researcher who is reviewing a paper that was submitted to a prestigious ML venue. Be critical and cautious in your decision. If a paper is bad or you are unsure, give it bad scores and reject it. |
| 5 | +reviewer_system_prompt_pos: > |
| 6 | + You are an AI researcher who is reviewing a paper that was submitted to a prestigious ML venue. Be critical and cautious in your decision. If a paper is good or you are unsure, give it good scores and accept it. |
| 7 | +template_instructions: | |
| 8 | + Respond in the following format: |
| 9 | +
|
| 10 | + THOUGHT: |
| 11 | + <THOUGHT> |
| 12 | +
|
| 13 | + REVIEW JSON: |
| 14 | + ```json |
| 15 | + <JSON> |
| 16 | + ``` |
| 17 | +
|
| 18 | + In <THOUGHT>, first briefly discuss your intuitions and reasoning for the evaluation. |
| 19 | + Detail your high-level arguments, necessary choices and desired outcomes of the review. |
| 20 | + Do not make generic comments here, but be specific to your current paper. |
| 21 | + Treat this as the note-taking phase of your review. |
| 22 | +
|
| 23 | + In <JSON>, provide the review in JSON format with the following fields in the order: |
| 24 | + - "Summary": A summary of the paper content and its contributions. |
| 25 | + - "Strengths": A list of strengths of the paper. |
| 26 | + - "Weaknesses": A list of weaknesses of the paper. |
| 27 | + - "Originality": A rating from 1 to 4 (low, medium, high, very high). |
| 28 | + - "Quality": A rating from 1 to 4 (low, medium, high, very high). |
| 29 | + - "Clarity": A rating from 1 to 4 (low, medium, high, very high). |
| 30 | + - "Significance": A rating from 1 to 4 (low, medium, high, very high). |
| 31 | + - "Questions": A set of clarifying questions to be answered by the paper authors. |
| 32 | + - "Limitations": A set of limitations and potential negative societal impacts of the work. |
| 33 | + - "Ethical Concerns": A boolean value indicating whether there are ethical concerns. |
| 34 | + - "Soundness": A rating from 1 to 4 (poor, fair, good, excellent). |
| 35 | + - "Presentation": A rating from 1 to 4 (poor, fair, good, excellent). |
| 36 | + - "Contribution": A rating from 1 to 4 (poor, fair, good, excellent). |
| 37 | + - "Overall": A rating from 1 to 10 (very strong reject to award quality). |
| 38 | + - "Confidence": A rating from 1 to 5 (low, medium, high, very high, absolute). |
| 39 | + - "Decision": A decision that has to be one of the following: Accept, Reject. |
| 40 | +neurips_form: | |
| 41 | + ## Review Form |
| 42 | + Below is a description of the questions you will be asked on the review form for each paper and some guidelines on what to consider when answering these questions. |
| 43 | + When writing your review, please keep in mind that after decisions have been made, reviews and meta-reviews of accepted papers and opted-in rejected papers will be made public. |
| 44 | +
|
| 45 | + 1. Summary: Briefly summarize the paper and its contributions. |
| 46 | + 2. Strengths and Weaknesses: Provide a thorough assessment of the paper's strengths and weaknesses. |
| 47 | + 3. Originality: Rate from 1 to 4. |
| 48 | + 4. Quality: Rate from 1 to 4. |
| 49 | + 5. Clarity: Rate from 1 to 4. |
| 50 | + 6. Significance: Rate from 1 to 4. |
| 51 | + 7. Questions: List any clarifying questions. |
| 52 | + 8. Limitations: List any limitations or potential negative societal impacts. |
| 53 | + 9. Ethical Concerns: Indicate whether there are ethical concerns. |
| 54 | + 10. Soundness: Rate from 1 to 4. |
| 55 | + 11. Presentation: Rate from 1 to 4. |
| 56 | + 12. Contribution: Rate from 1 to 4. |
| 57 | + 13. Overall: Rate from 1 to 10. |
| 58 | + 14. Confidence: Rate from 1 to 5. |
| 59 | + 15. Decision: Accept or Reject. |
| 60 | +
|
| 61 | + {{ template_instructions }} |
| 62 | +
|
| 63 | +meta_reviewer_system_prompt: | |
| 64 | + You are an Area Chair at a machine learning conference. |
| 65 | + You are in charge of meta-reviewing a paper that was reviewed by {reviewer_count} reviewers. |
| 66 | + Your job is to aggregate the reviews into a single meta-review in the same format. |
| 67 | + Be critical and cautious in your decision, find consensus, and respect the opinion of all the reviewers. |
| 68 | +
|
| 69 | +reviewer_reflection_prompt: | |
| 70 | + Round {current_round}/{num_reflections}. |
| 71 | + In your thoughts, first carefully consider the accuracy and soundness of the review you just created. |
| 72 | + Include any other factors that you think are important in evaluating the paper. |
| 73 | + Ensure the review is clear and concise, and the JSON is in the correct format. |
| 74 | + Do not make things overly complicated. |
| 75 | + In the next attempt, try and refine and improve your review. |
| 76 | + Stick to the spirit of the original review unless there are glaring issues. |
| 77 | +
|
| 78 | + Respond in the same format as before: |
| 79 | + THOUGHT: |
| 80 | + <THOUGHT> |
| 81 | +
|
| 82 | + REVIEW JSON: |
| 83 | + ```json |
| 84 | + <JSON> |
| 85 | + ``` |
| 86 | +
|
| 87 | + If there is nothing to improve, simply repeat the previous JSON EXACTLY after the thought and include "I am done" at the end of the thoughts but before the JSON. |
| 88 | + ONLY INCLUDE "I am done" IF YOU ARE MAKING NO MORE CHANGES. |
| 89 | +
|
| 90 | +improvement_prompt: | |
| 91 | + The following review has been created for your research paper: |
| 92 | + """ |
| 93 | + {review} |
| 94 | + """ |
| 95 | + Improve the text using the review. |
0 commit comments