File size: 1,801 Bytes
403daef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
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

[Prompt]

Generate a webapp for having a metaphor battle with an LLM (GPT-3.5 
Turbo). A human participant comes up with a metaphorical sentence and then the 
model creates another one. Finally, the model assesses which one is more 
attractive. Below are specific guidelines for the page at the webapp: 
(1) The tile of the page: “Metaphor Battle Game: Boost Your Metaphoric 
  Creativity”   
(2) Craft four input text boxes: “Topic,”  “Human,” “AI, “ and ”AI Judgment.“ 
  (Position each ‘Submit’ button directly below the ”Topic“ and ”Human“ input 
  boxes.) 
(3) Add two additional buttons: “New Battle” and “Reset Scores.“ Directly 
  below the last text box “AI Judgment,” build the “New Battle” button on 
  the left and “Reset Scores” on the right. 
(4) Generate scoring records: “Human Wins,” “AI Wins,” and “Ties” 
(5) Guidelines for the model’s sentence generation: 
   (a) Limit the number of words in the range of 12 to 15. 
   (b) While writing a metaphorical sentence, the model should not know 
       about what sentence a human participant has suggested to maintain 
       fairness. 
(6) Temperature Setting: Set temperature to 0.7 for the model’s sentence 
  generation and to 0.3 for the model’s judgment. 
(7) Color Specifications: 
  Background of the page: Light Blue
  Title: Cyan 
  Four Input Text Boxes: 
  “Topic”->White, “Human”->Light Yellow, “AI”->Light Gray
  “Submit” button: Green
  “AI Judgment”: Light Pink 
  “New Battle” Button->Purple; “Reset Scores” Button->Red
  Scoring: “Human Wins”->Yellow, “AI Wins”->Teal, “Ties”->Orange 

----Notes---------------
* How to obtain an API key for GPT-3.5 Turbo
 It is available through the OpenAI API Service.