Graph Based Network with Contextualized Representations of Turns in Dialogue
About
Dialogue-based relation extraction (RE) aims to extract relation(s) between two arguments that appear in a dialogue. Because dialogues have the characteristics of high personal pronoun occurrences and low information density, and since most relational facts in dialogues are not supported by any single sentence, dialogue-based relation extraction requires a comprehensive understanding of dialogue. In this paper, we propose the TUrn COntext awaRE Graph Convolutional Network (TUCORE-GCN) modeled by paying attention to the way people understand dialogues. In addition, we propose a novel approach which treats the task of emotion recognition in conversations (ERC) as a dialogue-based RE. Experiments on a dialogue-based RE dataset and three ERC datasets demonstrate that our model is very effective in various dialogue-based natural language understanding tasks. In these experiments, TUCORE-GCN outperforms the state-of-the-art models on most of the benchmark datasets. Our code is available at https://github.com/BlackNoodle/TUCORE-GCN.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Emotion Recognition in Conversation | IEMOCAP (test) | Weighted Average F1 Score65.36 | 154 | |
| Emotion Recognition in Conversation | MELD (test) | Weighted F165.36 | 118 | |
| Emotion Detection | EmoryNLP (test) | Weighted-F10.3924 | 96 | |
| Dialogue Relation Extraction | DialogRE (test) | F173.1 | 69 | |
| Emotion Detection | MELD (test) | -- | 32 | |
| Dialogue Relation Extraction | DialogRE (dev) | F174.3 | 22 | |
| Dialogue Relation Extraction | DialogRE v2 (test) | F1 Score73.1 | 20 | |
| Emotion Recognition in Conversation | DailyDialog (test) | F1 Score0.6191 | 16 | |
| Relation Extraction | DialogRE v2 (test) | F1 Score65.5 | 9 |