Summary
This paper points out two questions in generative retrieval: performance gap and cold start problem. After that, this paper presents LIGER, which combines both generative and dense retrieval for sequential recommendation and addresses the cold start problem. Generally, the research topic of this paper is interesting, but the method of this paper fails to address the research problems. Moreover, the writing of this paper can be improved.
Weaknesses
1. The motivation is unclear. The main claim in this paper is that (1) Generative retrieval performs worse than dense retrieval under the same amount of information. (2) Generative retrieval can hardly handle cold items. However, the verification experiment details are unclear (refer to weakness 2), making this claim unverified and somewhat overclaimed. Moreover, the cold start problem seems irrelevant to the first claim, making the structure of this paper divisive.
2. The method seems like a patchwork of generative and dense retrieval. More importantly, the proposed method does not seem to address the problems in both generative and dense retrieval. As illustrated in Table 1, LIGER needs to store O(t+N) embeddings (both learnable and fixed), which is higher than both generative and dense retrieval. Moreover, the inference cost is also huge, requiring a generative paradigm with beam search. Such a paradigm is actually much slower than the single dense retrieval [3]. Please also provide the inference time (in seconds) in the experiments.
As a result, the proposed method is likely to combine the drawbacks of both generative and dense retrieval rather than optimizing them.
3. The paper writing can be significantly improved.
2.1. The terminologies in this paper are not introduced clearly. (2.2.1), “learnable text representation” is introduced only in lines 243 and 244. I have searched this terminology globally but find no explanations for it. Moreover, it is unclear whether “learnable text representation” is the same as “learnable embedding”. (2.2.2), “the same amount of information” seems to be an important condition for evaluating the performance of generative and dense retrieval, but there are also no explanations for it. (2.2.3)
2.2. There are not any formulations in this paper, including both task formulation and method formulation. Such a lack of formulation makes this paper hard to read.
2.3. The structure of this paper is unnatural. To verify the two significant claims in this paper, please detail on the implementation details of the verification experiments first, rather than putting all the experiment settings in the experiment section. Please refer to previous papers [1,2] to learn how to write such findings-and-method papers.
2.4. The descriptions of figures in this paper are wordy and confusing. Please refer to weakness 2.3 to formulate the method and task in math and use precise and condensed sentences to describe the figure. Moreover, please detail the method in the main body of this paper with mathematical formulation to make your method more readable.
The chaotic paper writing makes it hard to understand the details of this paper. I suggest the authors improving the writing of this paper to make it more clear.
[1] Liang, Victor Weixin, et al. "Mind the gap: Understanding the modality gap in multi-modal contrastive representation learning." *Advances in Neural Information Processing Systems* 35 (2022): 17612-17625.
[2] He, Xiangnan, et al. "Lightgcn: Simplifying and powering graph convolution network for recommendation." *Proceedings of the 43rd International ACM SIGIR conference on research and development in Information Retrieval*. 2020.
[3] Rajput, Shashank, et al. "Recommender systems with generative retrieval." *Advances in Neural Information Processing Systems* 36 (2024).