Skip to content

Code of ICLR 2023 paper "Learning Locality and Isotropy in Dialogue Modeling"

License

Notifications You must be signed in to change notification settings

hahahawu/SimDRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimDRC

Official code of the paper Learning Locality and Isotropy in Dialogue Modeling.

Introduction

Existing dialogue modeling methods have achieved promising performance on various dialogue tasks with the aid of Transformer and the large-scale pre-trained language models. However, some recent studies revealed that the context representations produced by these methods suffer the problem of anisotropy. In this paper, we find that the generated representations are also not conversational, losing the conversation structure information during the context modeling stage. To this end, we identify two properties in dialogue modeling, i.e., locality and isotropy, and present a simple method for dialogue representation calibration, namely SimDRC, to build isotropic and conversational feature spaces. Experimental results show that our approach significantly outperforms the current state-of-the-art models on three dialogue tasks across the automatic and human evaluation metrics. More in-depth analyses further confirm the effectiveness of our proposed approach.

illustration_figure

The above figure shows the cosine similarity of token representations produced by the well-trained (a) vallina BART (b) SimCTG and (c) SimDRC.

We evaluate our method on three dialogue tasks, including response generation, multi-turn response retrieval and conversational semantic role labeling.

Response Generation

Find details here.

Response Retrieval

Find details here.

Conversational Semantic Role Labeling

Find details here.

Citation

@inproceedings{
wu2023learning,
title={Learning Locality and Isotropy in Dialogue Modeling},
author={Han Wu and Haochen Tan and Mingjie Zhan and Gangming Zhao and Shaoqing Lu and Ding Liang and Linqi Song},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=dPs6BGO2QT0}
}

About

Code of ICLR 2023 paper "Learning Locality and Isotropy in Dialogue Modeling"

Resources

License

Stars

Watchers

Forks

Releases

No releases published