Skip to content

Latest commit

 

History

History
114 lines (99 loc) · 3.97 KB

README.md

File metadata and controls

114 lines (99 loc) · 3.97 KB
logo

MatchZoo-Pretrained Models

This repo host all the pre-trained MatchZoo models.

Convension

matchzoo-[model-name]-[dataset-name]-[task-name]

For example, a pre-trained DSSM (deep semantic structured model) on WiqiQA is named as:

    .
    ├── ...
    ├── matchzoo-dssm-wikiqa-ranking
    │   ├── backend_weights.h5
    │   ├── params.dill
    └── ...

Citation

If you use MatchZoo in your research, please use the following BibTex entry.

@article{fan2017matchzoo,
  title={Matchzoo: A toolkit for deep text matching},
  author={Fan, Yixing and Pang, Liang and Hou, JianPeng and Guo, Jiafeng and Lan, Yanyan and Cheng, Xueqi},
  journal={arXiv preprint arXiv:1707.07270},
  year={2017}
}

Development Team

​ ​ ​ ​ ​

faneshion
Fan Yixing

Founder
ASST PROF, ICT

pl8787
Pang Liang

Core Dev
ASST PROF, ICT

yangliuy
Yang Liu

Core Dev
PhD. UMASS

bwanglzu
Wang Bo

Core Dev
M.S. TU Delft

uduse
Wang Zeyi

Core Dev
B.S. UC Davis

wqh17101
Wang Qinghua

Documentation
B.S. Shandong Univ.

ZizhenWang
Wang Zizhen

Dev
M.S. UCAS

lixinsu
Su Lixin

Dev
PhD. UCAS

zhouzhouyang520
Yang Zhou

Dev
M.S. CQUT

rgtjf
Tian Junfeng

Dev
M.S. ECNU

License

Apache-2.0

Copyright (c) 2015-present, Yixing Fan (faneshion)