Closer

March 28, 2019 ยท View on GitHub

This is my solution to ACM International Conference on Information and Knowledge Management (CIKM) AnalytiCUP 2018, a competition about short-text semantic similarity and knowledge transfer.

overview

Documents

  • Solution (Chinese)
  • Solution (English)
  • Slides for CIKM

Datasets

Requirements

  • tensorflow==1.8.0
  • Keras==2.2.0
  • fuzzywuzzy==0.16.0
  • gensim==3.4.0
  • jellyfish==0.6.1
  • simhash==1.9.0

Contents

  1. 1Documents
  2. 2Datasets
  3. 3Requirements