You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: evaluation/scripts/locomo/prompts.py
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,3 @@
1
-
importos
2
-
3
-
4
-
PREF_INSTRUCTIONS="""
5
-
# Note:
6
-
Plaintext memory are summaries of facts, while preference memories are summaries of user preferences.
7
-
Your response must not violate any of the user's preferences, whether explicit or implicit, and briefly explain why you answer this way to avoid conflicts.
8
-
When encountering preference conflicts, the priority is: explicit preference > implicit preference > plaintext memory.
9
-
"""
10
-
11
-
12
1
ANSWER_PROMPT_MEM0="""
13
2
You are an intelligent memory assistant tasked with retrieving accurate information from conversation memories.
14
3
@@ -114,18 +103,14 @@
114
103
5. Formulate a precise, concise answer based on the evidence from the memories (and allowed world knowledge).
115
104
6. Double-check that your answer directly addresses the question asked and adheres to all instructions.
116
105
7. Ensure your final answer is specific and avoids vague time references.
0 commit comments