According to code in FlagEmbedding/abc/finetune/reranker/AbsDataset.py -> AbsRerankerTrainDataset:create_one_example(), there isn't a sep token between query and passage for reranker
I think a sep token is useful to separate query and passage, therefore lead to less confusion for the model.
I wonder why the sep token is missing, did any experiment prove that no sep token is better?
According to code in FlagEmbedding/abc/finetune/reranker/AbsDataset.py -> AbsRerankerTrainDataset:create_one_example(), there isn't a sep token between query and passage for reranker
I think a sep token is useful to separate query and passage, therefore lead to less confusion for the model.
I wonder why the sep token is missing, did any experiment prove that no sep token is better?