Summary
This paper identifies the need to search for texts based on abstract descriptions of their content, and the corresponding notion of description-based similarity. An embedding model combining the triplet loss and the InfoNCE loss is proposed, and it can significantly improve the standard nearest neighbor search.
Reasons to accept
• This paper presents a new type of semantic textual similarity task: description-based text similarity. This new type of similarity benefits retrieval-augmented generation.
• This paper proposes a description-based text similarity dataset. This dataset is helpful for this research area.
• Both the human and auto evaluations suggest the effectiveness of the proposed model.
Reasons to reject
• The experiment is inadequate. The experiments focus on comparing different models' performance. However, there is no experiment to support the significance of the proposed new type of similarity task. It would be appreciated if you could provide some experiments on downstream tasks to quantitatively demonstrate the importance of the proposed description-based text similarity task.
• The experiment might be unfair. It is better to also compare the proposed model with baselines fine-tuned on the collected dataset.
Questions to authors
• To my knowledge, InfoNCE usually sets $\tau$ to 0.05, but this paper sets it to 0.1. I haven't seen an ablation study to support this setting. Could you explain this further?
• Why do you use GPT-3 instead of more powerful LLMs like ChatGPT to generate datasets?
In addition, I put some suggestions and typo correction comments as follows.
Suggestions
• It is better to provide an explanation for the hyperparameter selection.
• It is better to present the statistics, such as train/dev/test set size, positive and negative size, of the proposed data in a table.
• There might be some missing references in the section on obtaining training data. LLM-based synthetic data for text similarity or information retrieval have been explored [1][2]. It is better to also acknowledge their contributions.
[1] Li X, Li J. Angle-optimized text embeddings[J]. arXiv preprint arXiv:2309.12871, 2023.
[2] Wang L, Yang N, Huang X, et al. Improving text embeddings with large language models[J]. arXiv preprint arXiv:2401.00368, 2023.
Typos:
Page 3: iff -> if (in definition 1)
Page 3: londer -> longer (in footnote 1)
Page 14: ?? missing reference?