Semantic Representation for Dialogue Modeling
About
Although neural models have achieved competitive results in dialogue systems, they have shown limited ability in representing core semantics, such as ignoring important entities. To this end, we exploit Abstract Meaning Representation (AMR) to help dialogue modeling. Compared with the textual input, AMR explicitly provides core semantic knowledge and reduces data sparsity. We develop an algorithm to construct dialogue-level AMR graphs from sentence-level AMRs and explore two ways to incorporate AMRs into dialogue systems. Experimental results on both dialogue understanding and response generation tasks show the superiority of our model. To our knowledge, we are the first to leverage a formal semantic representation into neural dialogue modeling.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Dialogue Relation Extraction | DialogRE (test) | F167.3 | 69 | |
| Dialogue Relation Extraction | DialogRE v2 (test) | F1 Score67.1 | 20 | |
| Response Generation | DailyDialog (test) | BLEU-235.4 | 16 | |
| Relation Extraction | DialogRE 1.0 (dev) | F1 Score68.3 | 14 | |
| Relation Extraction | DialogRE 1.0 (test) | F167.3 | 14 | |
| Dialogue Relation Extraction | DialogRE V1 (test) | F1 Score67.3 | 13 | |
| Dialogue Relation Extraction | DialogRE v2 (dev) | F1 Score68.2 | 11 |