pa90 commited on
Commit
78d6ba4
·
verified ·
1 Parent(s): 403daef

Update Review Duel.txt

Browse files
Files changed (1) hide show
  1. Review Duel.txt +47 -41
Review Duel.txt CHANGED
@@ -1,41 +1,47 @@
1
- [Prompt]
2
-
3
- Generate a webapp for doing a metaphor battle with an LLM (Gemini 1.5 Flash) through poetry review.
4
- A human user writes a critical summary of a poem and the model also comments on it. Finally, the model assesses which analysis is more attractive. Below are specific guidelines for the page on the webapp:
5
- (1) The tile of the page: “Enhance Your Metaphorical Imagination through
6
- Poetry Review Battle”
7
- (2) Craft four input text boxes: Be careful with the order of the workflow:
8
- “Input a Poem--> (Submit)
9
- “Human Review” -->(Submit)
10
- AI Review“-->(The model auto-generates)
11
- ”AI Judgment.(The model auto-generates)
12
- (3) Add each ”Submitbutton directly below the ”Input a Poemand ”Human
13
- Review“ buttons.
14
- (4) Make two additional buttons at the center bottom of the page: Right
15
- below the last text box AI Judgment,” create the “New Start” button on
16
- the left and the “Reset Scores” button on the right. (Clicking the “Reset
17
- Scoresbutton results in all inputs being cleared.)
18
- (5) Generate scoring records:Human Wins,“AI Wins,” andTies”
19
- (6) Guidelines for AI’s review:
20
- (a) The model’s criticism is composed of four sentences where two out of
21
- them should be non-metaphorical, prosaic explanations and the rest
22
- should include metaphorical expressions.
23
- (b) Metaphorical words should be written in uppercase.
24
- (c) The maximum number of words for each sentence is 20.
25
- (d) While writing a poetry analysis, the model should not know about the human competitor’s writing
26
- to preserve impartiality.
27
- (7) Writing Principles for the model’s judgment:
28
- (a) The model ought to evaluate which comment is more persuasive based
29
- on how well it conveys appropriate analysis and creative metaphor.
30
- (b) The model’s assessment should be written in three concise sentences
31
- to explain why it makes such a decision.
32
- (8) Temperature Setting: Set temperature to 0.7 for the model’s review and
33
- to 0.3 for its judgment.
34
- (9) Color Specifications:
35
- Background of the page: Light Green
36
- Title: Blue
37
- Four input text boxes:
38
- “Human Review”-> Light Yellow; “AI Review”->Light Gray; “AI Judgment->
39
- Light Pink->“New Start”->Purple
40
- New Round: Red
41
- Scoring: “Human Wins”->Violet, AI Wins”->Mustard, “Ties”->Ivory
 
 
 
 
 
 
 
1
+ [Prompt]
2
+
3
+ Generate a webapp for playing a metaphor battle with an LLM (Gemini 1.5 Flash) through poetry review.
4
+ A human user writes a critical summary of a poem and the model also comments on it.
5
+ Finally, the model assesses which analysis is more attractive.
6
+ Below are specific guidelines for the page on the webapp:
7
+ (1) The tile of the page: “Enhance Your Metaphoric Imagination through
8
+ Poetry Review Battle
9
+ (2) Craft four input text boxes: Be careful with the order of the workflow:
10
+ Input a Poem”--> (Submit)
11
+ Human Review” -->(Submit)
12
+ AI Review-->(The model auto-generates)
13
+ ”AI Judgment. (The model auto-generates)
14
+ (3) Add each ”Submit“ button directly below the ”Input a Poem“ and ”Human
15
+ Reviewbuttons.
16
+ (4) Make two additional buttons at the center bottom of the page: Right
17
+ below the last text box “AI Judgment,create the “New Start” button on
18
+ the left and theReset Scoresbutton on the right. (Clicking the Reset
19
+ Scores” button results in all inputs being cleared.)
20
+ (5) Generate scoring records: “Human Wins,” “AI Wins,” and “Ties”
21
+ (6) Guidelines for AI’s review:
22
+ (a) The model’s criticism is composed of four sentences where two out of
23
+ them should be non-metaphorical, prosaic explanations and the rest
24
+ should include metaphorical expressions.
25
+ (b) Metaphorical words should be written in uppercase.
26
+ (c) The maximum number of words for each sentence is 20.
27
+ (d) While writing a poetry analysis, the model should not know about the human competitor’s writing
28
+ to preserve impartiality.
29
+ (7) Writing Principles for the model’s judgment:
30
+ (a) The model ought to evaluate which comment is more persuasive based
31
+ on how well it conveys appropriate analysis and creative metaphor.
32
+ (b) The model’s assessment should be written in three concise sentences
33
+ to explain why it makes such a decision.
34
+ (8) Temperature Setting: Set temperature to 0.7 for the model’s review and
35
+ to 0.3 for its judgment.
36
+ (9) Color Specifications:
37
+ Background of the page: Light Green
38
+ Title: Blue
39
+ Four input text boxes:
40
+ Human Review-> Light Yellow; “AI Review”->Light Gray; “AI Judgment->
41
+ Light Pink->“New Start”->Purple
42
+ “New Round”: Red
43
+ Scoring: “Human Wins”->Violet, “AI Wins”->Mustard, “Ties”->Ivory
44
+
45
+ ---Notes
46
+ How to obtain an API key for Gemini 1.5 Flash
47
+ Visit the Google AI Studio.