Skip to content

mixed-session/EMMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Egocentric Memory Enhanced Mixed-Session Conversation Agent (EMMA)

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.

Dataset and Model

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:

Usage

To set up and run the code, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mixed-session/EMMA.git
  2. Create and activate the conda environment:

    conda env create -f environment.yml
    conda activate emma
  3. Download the retriever module weights before running the code.

  4. Run the EMMA model:

    python emma.py

Citation

@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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages