AdeDZY / K-NRM

K-NRM: End-to-End Neural Ad-hoc Ranking with Kernel Pooling
BSD 3-Clause "New" or "Revised" License
201 stars 43 forks source link

For text match problem, what is the different between question-question match and question-answer match? #17

Closed guotong1988 closed 5 years ago

guotong1988 commented 5 years ago

I know question-question match is a text similarity problem. What about question-answer match or question-doc match? It is used in information retrieval. question-question match is indeed text similarity. But how do you define question-answer similarity? Thank you!!