Home

Awesome

Enhancing Personality Recognition in Dialogue

This is the official github repository for the paper:"Enhancing Personality Recognition in Dialogue by Data Augmentation and Heterogeneous Conversational Graph Networks" by Yahui Fu, Haiyue Song, Tianyu Zhao, and Tatsuya Kawahara. This work has been accepted to IWSDS 2024.

<!-- ## Introduction Our work focuses on improving personality recognition in dialogues, a critical aspect for enhancing human-robot interactions. The challenges addressed include the limited number of speakers in dialogue corpora and the complex modeling of interdependencies in conversations. --> <!-- ## Key Contributions: 1. **Data Augmentation for Personality Recognition:** We propose a novel data interpolation method for speaker data augmentation to increase speaker diversity. 2. **Heterogeneous Conversational Graph Network (HC-GNN):** A new approach to model both contextual influences and inherent personality traits independently. -->

Folder Structure

Step1. Dependencies Installation

Install python3, make virtual enviroment (recommended), and install python packages by:

pip install --upgrade pip && pip -install -r requirements.txt

Step2. Data Preprocessing

We have already put the pre-processed corpora in data/ folder. If you want to re-run the preprocessing by yourself, please follow the steps below:

Step3. Training and Evaluation

  1. This allows to train a MLP model on the original monologue dataset without data augmentation.
  1. Here are other settings for training:

Sample Results

This contains the best result we obtained in the paper, results on the test set are shown in the last several lines in the log file:

Here are some other results we obtained in the paper:

Citation

If you find our work useful in your research, please consider citing:

@article{fu2024enhancing, 
  title={Enhancing Personality Recognition in Dialogue by Data Augmentation and Heterogeneous Conversational Graph Networks},
  author={Fu, Yahui and Song, Haiyue and Zhao, Tianyu and Kawahara, Tatsuya},
  journal={arXiv preprint arXiv:2401.05871},
  year={2024}
}

Contact

For any queries related to the paper or the implementation, feel free to contact: