Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is suitable for text matching tasks? #34

Closed
xuanzebi opened this issue Apr 15, 2021 · 4 comments
Closed

It is suitable for text matching tasks? #34

xuanzebi opened this issue Apr 15, 2021 · 4 comments

Comments

@xuanzebi
Copy link

In the text matching task, colbert and sentence-bert sbert are both representation-based models. I would like to ask how the comparison of colbert and sentence-bert compares to effect, will colbert be better?

@okhat
Copy link
Collaborator

okhat commented Apr 15, 2021

Hi @xuanzebi! Good question. Yes, the fine-grained interaction of ColBERT is designed to be stronger than single-vector models like SBERT, DPR, etc. When you say text matching, as you referring to retrieval tasks (e.g., MS MARCO Ranking, Natural Questions)? For this, check our ColBERT and ColBERT-QA papers. Or do you have semantic similarity tasks (e.g., STS) in mind? We haven't tested on those, but it would certainly be a cool experiment.

@xuanzebi
Copy link
Author

Hi @xuanzebi! Good question. Yes, the fine-grained interaction of ColBERT is designed to be stronger than single-vector models like SBERT, DPR, etc. When you say text matching, as you referring to retrieval tasks (e.g., MS MARCO Ranking, Natural Questions)? For this, check our ColBERT and ColBERT-QA papers. Or do you have semantic similarity tasks (e.g., STS) in mind? We haven't tested on those, but it would certainly be a cool experiment.

Thank you very much for such a quick reply. The text matching I mean here refers to the similarity of two texts, such as judging whether two texts are on the same subject. I will also conduct experimental comparisons afterwards. thanks~

@okhat
Copy link
Collaborator

okhat commented Apr 15, 2021

Awesome!

Do you have specific benchmarks in mind? I might be able to help you set things up if you like.

@okhat
Copy link
Collaborator

okhat commented Apr 20, 2021

Closing for lack of activity. Please feel free to re-open if you have any other questions!

@okhat okhat closed this as completed Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants