Knowledge-Guided Paraphrase Identification
Knowledge-Guided Paraphrase Identification
复制标题
DOI:
10.18653/v1/2021.findings-emnlp.72
复制
发表时间:
2021
期刊:
影响因子:
--
通讯作者:
Haoyu Wang;Fenglong Ma;Yaqing Wang;Jing Gao
中科院分区:
文献类型:
--
作者:
Haoyu Wang;Fenglong Ma;Yaqing Wang;Jing Gao
Paraphrase identification (PI), a fundamental task in natural language processing, is to identify whether two sentences express the same or similar meaning, which is a binary classification problem. Recently, BERT-like pretrained language models have been a popular choice for the frameworks of various PI models, but almost all existing methods consider general domain text. When these approaches are applied to a specific domain, existing models cannot make accurate predictions due to the lack of professional knowledge. In light of this challenge, we propose a novel framework, namely Knowing, which can leverage the external unstructured Wikipedia knowledge to accurately identify paraphrases. We propose to mine outline knowledge of concepts related to given sentences from Wikipedia via BM25 model. After retrieving related outline knowledge, Knowing makes predictions based on both the semantic information of two sentences and the outline knowledge. Besides, we propose a gating mechanism to aggregate the semantic information-based prediction and the knowledge-based prediction. Extensive experiments are conducted on two public datasets: PARADE (a computer science domain dataset) and clinicalSTS2019 (a biomedical domain dataset). The results show that the proposed Knowing outperforms state-ofthe-art methods.