Papers by Zhongkai Xu
Towards Understanding Omission in Dialogue Summarization (2023.acl-long)
Copied to clipboard
| Challenge: | Existing methods for dialogue summarization are far from satisfactory . omission is a major factor in affecting the quality of summarizing, but few studies have explored the problem . |
| Approach: | They propose a dataset that provides high-quality omission labels for dialogue summarization . they propose to use this dataset to detect omitted dialogue utterances . |
| Outcome: | The proposed dataset improves summarization quality by providing ground-truth omission labels . the proposed dataset and codes are publicly available . |
AprilE: Attention with Pseudo Residual Connection for Knowledge Graph Embedding (2020.coling-main)
Copied to clipboard
| Challenge: | Existing knowledge graph embedding methods are difficult to model diverse relational patterns, especially symmetric and antisymmetric relations. |
| Approach: | They propose a model which employs triple-level self-attention and pseudo residual connection to model relational patterns. |
| Outcome: | The proposed model significantly outperforms state-of-the-art models on public datasets on symmetric and antisymmetric relations. |