MatchZoo 用于文本匹配的功能系统
发布时间
阅读量:
阅读量
MatchZoo是一个集成了多种文本匹配算法的框架,具体包括以下几种方法:
官方网址:https://github.com/kouunn/MatchZoo
Model Detail:
1. DRMM
该模型是对A Deep Relevance Matching Model for Ad-hoc Retrieval的实现方式。
- 模型文件: models/drmm.py
- 模型配置: models/drmm_ranking.config
2. MatchPyramid
该模型是对Text Matching as Image Recognition的具体实现。
- 模型文件: models/matchpyramid.py
- 模型配置: models/matchpyramid_ranking.config
3. ARC-I
该模型是针对[Convolutional Neural Network Architectures for Matching Natural Language Sentences]
全部评论 (0)
还没有任何评论哟~
