Update README.md
Browse files
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:
|
|
|
|
| 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?"`
|