How do you do the OpenAI LoCoMo evaluation? #33
-
I have read the code about LoCoMo evaluation in this repo, but I don't find how you generate the response with OpenAI memory, per my understanding, OpenAI doesn't support memory in their API, so how do you evaluate its performance on LoCoMo dataset? could you kindly explain your method to evaluate it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
+100 |
Beta Was this translation helpful? Give feedback.
-
Thank you for your thoughtful question. You're absolutely right that OpenAI's memory feature is not accessible via the API. Currently, memory is only supported through the ChatGPT web interface, and users can view and manage it under Settings > Personalization > Memory. Here’s how we handled memory extraction and evaluation for the LoCoMo dataset:
I hope this clarifies our methodology. Please let me know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
Thank you for your thoughtful question. You're absolutely right that OpenAI's memory feature is not accessible via the API. Currently, memory is only supported through the ChatGPT web interface, and users can view and manage it under Settings > Personalization > Memory. Here’s how we handled memory extraction and evaluation for the LoCoMo dataset: