Spaces:
Sleeping
Sleeping
Kevin Wu commited on
Commit ·
3a0d4f7
1
Parent(s): 4842d49
Intial commit
Browse files- prompts.py +13 -1
prompts.py
CHANGED
|
@@ -40,6 +40,11 @@ Use the following guidelines:
|
|
| 40 |
In each of the review points, make sure to be specific and detailed. Make specific references to Figures and Tables in the paper to support your points.
|
| 41 |
|
| 42 |
Provide the review in the review format, and make sure to follow the acceptance criteria.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
"""
|
| 44 |
|
| 45 |
combine_prompt = """Your job is to act as a meta-reviewer for a TMLR paper review.
|
|
@@ -56,6 +61,10 @@ Group together the points from each subsection according to the review format: `
|
|
| 56 |
|
| 57 |
Here are all the reviews:
|
| 58 |
```{all_reviews_string}```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
"""
|
| 60 |
|
| 61 |
defend_prompt = """
|
|
@@ -95,7 +104,7 @@ Here is the rebuttal of the review:
|
|
| 95 |
```{defended_paper}```
|
| 96 |
|
| 97 |
Before producing the modified review, think step by step within the tags <thinking>...</thinking>.
|
| 98 |
-
Then, produce the modified review in the tags, with all the sections filled out and necessary context: <
|
| 99 |
"""
|
| 100 |
|
| 101 |
|
|
@@ -150,4 +159,7 @@ Review: ```{review}```
|
|
| 150 |
Please keep the original Markdown tags, like bold (two asterisks) or linebreak.
|
| 151 |
After parsing the importance, remove the original importance tag.
|
| 152 |
Shorten the Impact Concerns to a single sentence only.
|
|
|
|
|
|
|
|
|
|
| 153 |
"""
|
|
|
|
| 40 |
In each of the review points, make sure to be specific and detailed. Make specific references to Figures and Tables in the paper to support your points.
|
| 41 |
|
| 42 |
Provide the review in the review format, and make sure to follow the acceptance criteria.
|
| 43 |
+
|
| 44 |
+
First, within the tags <thoughts>...</thoughts>, think about what to write in the review, focusing on potential positive and negative points to make.
|
| 45 |
+
Reason through which ones are the most reasonable and most important to include.
|
| 46 |
+
|
| 47 |
+
Then, within the tags <output>...</output>, write the review in the review format.
|
| 48 |
"""
|
| 49 |
|
| 50 |
combine_prompt = """Your job is to act as a meta-reviewer for a TMLR paper review.
|
|
|
|
| 61 |
|
| 62 |
Here are all the reviews:
|
| 63 |
```{all_reviews_string}```
|
| 64 |
+
|
| 65 |
+
First, within the tags <thoughts>...</thoughts>, think through which points are the strongest and fairest, and how to best present them in the review with clarity.
|
| 66 |
+
|
| 67 |
+
Then, within the tags <output>...</output>, write the review in the review format.
|
| 68 |
"""
|
| 69 |
|
| 70 |
defend_prompt = """
|
|
|
|
| 104 |
```{defended_paper}```
|
| 105 |
|
| 106 |
Before producing the modified review, think step by step within the tags <thinking>...</thinking>.
|
| 107 |
+
Then, produce the modified review in the tags, with all the sections filled out and necessary context: <output>...</output>.
|
| 108 |
"""
|
| 109 |
|
| 110 |
|
|
|
|
| 159 |
Please keep the original Markdown tags, like bold (two asterisks) or linebreak.
|
| 160 |
After parsing the importance, remove the original importance tag.
|
| 161 |
Shorten the Impact Concerns to a single sentence only.
|
| 162 |
+
|
| 163 |
+
First, within the tags <thoughts>...</thoughts>, think through ways to make the review sound more human-like.
|
| 164 |
+
Then, within the tags <output>...</output>, write the review in the review format.
|
| 165 |
"""
|