English

Match$^2$: A Matching over Matching Model for Similar Question Identification

Information Retrieval 2020-06-23 v1 Computation and Language

Abstract

Community Question Answering (CQA) has become a primary means for people to acquire knowledge, where people are free to ask questions or submit answers. To enhance the efficiency of the service, similar question identification becomes a core task in CQA which aims to find a similar question from the archived repository whenever a new question is asked. However, it has long been a challenge to properly measure the similarity between two questions due to the inherent variation of natural language, i.e., there could be different ways to ask a same question or different questions sharing similar expressions. To alleviate this problem, it is natural to involve the existing answers for the enrichment of the archived questions. Traditional methods typically take a one-side usage, which leverages the answer as some expanded representation of the corresponding question. Unfortunately, this may introduce unexpected noises into the similarity computation since answers are often long and diverse, leading to inferior performance. In this work, we propose a two-side usage, which leverages the answer as a bridge of the two questions. The key idea is based on our observation that similar questions could be addressed by similar parts of the answer while different questions may not. In other words, we can compare the matching patterns of the two questions over the same answer to measure their similarity. In this way, we propose a novel matching over matching model, namely Match2^2, which compares the matching patterns between two question-answer pairs for similar question identification. Empirical experiments on two benchmark datasets demonstrate that our model can significantly outperform previous state-of-the-art methods on the similar question identification task.

Keywords

Cite

@article{arxiv.2006.11719,
  title  = {Match$^2$: A Matching over Matching Model for Similar Question Identification},
  author = {Zizhen Wang and Yixing Fan and Jiafeng Guo and Liu Yang and Ruqing Zhang and Yanyan Lan and Xueqi Cheng and Hui Jiang and Xiaozhao Wang},
  journal= {arXiv preprint arXiv:2006.11719},
  year   = {2020}
}

Comments

Accepted by SIGIR 2020. 10 pages

R2 v1 2026-06-23T16:29:33.061Z