File size: 1,223 Bytes
ad996bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
864316f
 
ad996bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: cc-by-4.0
datasets:
- jihyoung/MiSC
language:
- en
base_model:
- google/flan-t5-large
pipeline_tag: text-generation
tags:
- dialogue
- conversation
- open-domain
- mixed-session
- EMMA
---

# Egocentric Memory Enhanced Mixed-Session Conversation Agent (EMMA)

## Introduction
**EMMA** is a new conversation model designed for mixed-session conversations, incorporating **Egocentric Memory** trained on the MiSC dataset. This model focuses on handling dynamic interactions across sessions, where a main speaker engages with different partners.

🚨 This repository is for the adapter of EMMA's dialogue module, which is based on FLAN-T5-Large.

## Model Description
- **Paper**: [Mixed-Session Conversation with Egocentric Memory](https://arxiv.org/abs/2410.02503)
- **Dataset**: [MiSC](https://huggingface.co/datasets/jihyoung/MiSC)
- **Code**: [GitHub](https://github.com/mixed-session/EMMA)

## Citation Information
If you use EMMA in your research, please cite the following paper:

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