Abstract
Closer addresses cross-lingual short-text matching: using English resources to support semantic matching between Spanish questions. The solution combines word- and character-level inputs with engineered similarity features, then builds complementary models around decomposable attention, recurrent comparison, and densely augmented convolutions. Because matching should not depend on which question is presented first, the architecture explicitly symmetrizes pair interactions rather than relying on a single input order.
Training proceeds in two stages. Initial models produce blended predictions that become soft supervision for a second round of training, helping the system cope with noisy labels and share information across model families. A final DART-based stacking model combines their outputs. The second-place CIKM AnalytiCup solution is presented as a reproducible engineering account: the article explains feature construction, architectural choices, regularization, distillation, and ensembling, and discusses why label inconsistency matters for question matching. Together, these choices connect cross-lingual representation learning with a carefully structured prediction pipeline.
Kai-Chou Yang