baidu / AnyQ

FAQ-based Question Answering System
Apache License 2.0
2.58k stars 669 forks source link

matching模块,可以使用各种相似度策略进行打分,包括基于DNN的SimNet,以及直接字面的相似度; #207

Open hongshengxin opened 4 years ago

hongshengxin commented 4 years ago

matching模块,可以使用各种相似度策略进行打分,包括基于DNN的SimNet,以及直接字面的相似度; Re-Rank模块,综合所有这些相似度特征(线性模型、树模型、DNN),给出最终的打分。

Originally posted by @yinweichong in https://github.com/baidu/AnyQ/issues/77#issuecomment-436602085

hongshengxin commented 4 years ago

请问是如何是现实的呢?

geronz commented 4 years ago

比如采用lgb模型,用这些相似度特征后,它的label怎么打?