Z3R6X commited on
Commit
b230fde
·
verified ·
1 Parent(s): 57f1c55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,4 +10,4 @@ tags:
10
  The **Knowledge-Perception** task aims to evaluate the ability to link perception to knowledge. Each scenario involves one person moving an object to a new location and another person leaving and later returning the room. The second person either observes or does not observe the other person moving the object.
11
 
12
  The following template can be used to evaluate LLMs on the Knowledge-Perception task:\
13
- `f"Read the scenario and answer the question by using step by step reasoning:\n\nScenario: {row['scenario']}\n\nQuestion: What emotion might {row['question_name']} feel?"`
 
10
  The **Knowledge-Perception** task aims to evaluate the ability to link perception to knowledge. Each scenario involves one person moving an object to a new location and another person leaving and later returning the room. The second person either observes or does not observe the other person moving the object.
11
 
12
  The following template can be used to evaluate LLMs on the Knowledge-Perception task:\
13
+ `f"Read the scenario and answer the question by using step by step reasoning:\n\nScenario: {row['scenario']}\n\nQuestion: Where does {row['question_name']} think the {row['object']} is?"`