• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2022, Vol. 44 ›› Issue (05): 901-909.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

An address matching algorithm based on hybrid neural network model and attention mechanism

CHEN Jian-peng,CHEN Jian,SHE Xiang-rong,SHUI Xin-ying,CHEN Gang   

  1. (Yangtze River Delta Information Intelligence Innovation Research Institute,Wuhu 241000,China)
  • Received:2021-09-26 Revised:2021-12-06 Accepted:2022-05-25 Online:2022-05-25 Published:2022-05-24

Abstract: The standardization of Chinese geographic addresses plays a crucial role in the current construction of smart cities. The traditional geographic address standardization technology usually uses the methods of similarity calculation or rule base matching based on the text character level, and the processing effect of complex, special or redundant addresses is poor. This paper proposes an address match- ing algorithm that combines attention mechanism and multi-level representation by converting the address standardization task into a matching degree calculation task for similar addresses. Firstly, according to the special grammatical structure of the address text, a standard address tree is constructed by using the Trie grammatical tree. Secondly, based on the attention mechanism, the Bi-LSTM network and the CNN network are used to generate multi-level semantic representations of address pairs. Finally, the similarity is calculated by Manhattan distance. On the self-built dataset, the proposed SGAM (Symmetrical Geographic Address Matching) model improves the matching accuracy (91.22%) by 4%~10% in comparison to TextRCNN, FastText, attention-based convolutional neural network (ABCNN) and other models, proving that the SGAM model has better performance on the address matching task.  


Key words: geographic address, text similarity calculation, attention mechanism, hybrid neural network, smart city