SCM4LLMs icon indicating copy to clipboard operation
SCM4LLMs copied to clipboard

Self-Controlled Memory System for LLMs

Results 4 SCM4LLMs issues
Sort by recently updated
recently updated
newest added

In Section 3.3, you mentioned the Evaluation Metrics, could you give more details about how the Accuracy statics were calculated to get the result table in Table2. ![image](https://github.com/user-attachments/assets/714a19aa-fdd5-487f-b2d9-6e0b9a6a207a)

Hi @wbbeyourself 🤗 I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2304.13343....

I found the dialogue history JSON in the `data/dialogue` directory. Now, I want to load this data as my conversation history and ask a new question to test the performance...