UKPLab / sentence-transformers

State-of-the-Art Text Embeddings
https://www.sbert.net
Apache License 2.0
15.21k stars 2.47k forks source link

Dose some modify on sentence-transformers can apply to answer selection task? #614

Open svjack opened 3 years ago

svjack commented 3 years ago

Consider the detail constructure of your model, if i set the weights of two input part not share, can i use it to question answer selection task? Or you have some other advice to transform this network to that task?

nreimers commented 3 years ago

Do you mean these tasks? https://www.sbert.net/examples/applications/information-retrieval/README.html https://www.sbert.net/examples/training/ms_marco/README.html

svjack commented 3 years ago

Do you mean these tasks?

https://www.sbert.net/examples/applications/information-retrieval/README.html

https://www.sbert.net/examples/training/ms_marco/README.html

Yes the bi-encoder is all my need.