Update Review Duel.txt
Browse files- Review Duel.txt +47 -41
Review Duel.txt
CHANGED
|
@@ -1,41 +1,47 @@
|
|
| 1 |
-
[Prompt]
|
| 2 |
-
|
| 3 |
-
Generate a webapp for
|
| 4 |
-
A human user writes a critical summary of a poem and the model also comments on it.
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
(
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
“
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
(
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
(
|
| 26 |
-
|
| 27 |
-
(
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
(
|
| 31 |
-
|
| 32 |
-
(
|
| 33 |
-
|
| 34 |
-
(
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
Review“ buttons.
|
| 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 the “Reset Scores” button 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.
|