Author Response
Thank you for your helpful comments. We are happy you found the problem of interpreting embeddings using language appealing, and our approach simple and effective.
We understand your concern w.r.t. ELM, which requires the availability of tasks mapping the domain embeddings to text. While some problems would indeed require human intervention for the creation of such tasks (or possibly using the power of existing LLMs, as we’ve shown in the paper), many tasks readily associate enormous amounts of text with specific entities. Users and items in recommender systems, as an example, are abstract entities which are often described using behavioral embeddings, which are hard to interpret. Nevertheless, users also engage with text and items by commenting, reviewing, and conversing with other users about items (e.g., Youtube comments, Amazon reviews, MovieLens tags, etc.).
To address your concern, we are adding experiments for the large public Amazon dataset [1], which consists of 9.35M items with textual descriptions, 20.9M users, 233.1M reviews, and 82.83M ratings. We are training ELM on 5-7 tasks over this dataset (starting with item descriptions, positive reviews, negative reviews, neutral reviews, convincing item summaries, and user profiles), and will update our paper with these new results by the end of the week, including human evaluation. We hope this will address most of your concerns.
Regarding your questions:
1. We used supervised learning (i.e., next token cross-entropy loss) to train all our models in the paper. In Appendix G, we discuss training ELM using reinforcement learning from AI feedback (RLAIF). Specifically, we attempt to train ELM with an additional reward to encourage semantic and behavioral consistency. Our results, however, did not show significant improvement compared to the regular supervised learning baseline. We leave further experimentation using different RLAIF approaches for future work.
2. To address your second question, we are adding new results for the Amazon product dataset (as discussed above).
Reference for the Amazon Dataset: \
[1] McAuley, Julian, Christopher Targett, Qinfeng Shi, and Anton Van Den Hengel. "Image-based recommendations on styles and substitutes." In Proceedings of the 38th international ACM SIGIR conference on research and development in information retrieval, pp. 43-52. 2015.