This repository provides the implementation for the paper "Mixed-Session Conversation with Egocentric Memory" by Jihyoung Jang, Taeyoung Kim, and Hyounghun Kim, presented at EMNLP 2024 Findings.
The MiSC dataset is publicly available on Hugging Face. The adapter for EMMA's generation module is available on Hugging Face, and the weights for the retriever module can be downloaded from Google Drive via the link below:
To set up and run the code, follow these steps:
-
Clone the repository:
git clone https://github.com/mixed-session/EMMA.git
-
Create and activate the conda environment:
conda env create -f environment.yml conda activate emma
-
Download the retriever module weights before running the code.
-
Run the EMMA model:
python emma.py
@article{jang2024mixed,
title={Mixed-Session Conversation with Egocentric Memory},
author={Jang, Jihyoung and Kim, Taeyoung and Kim, Hyounghun},
journal={arXiv preprint arXiv:2410.02503},
year={2024}
}