paper-with-me

홈 › Papers

Rethinking E-Commerce Search

2023-12-06 · Haixun Wang, Taesik Na

E-commerce search and recommendation usually operate on structured data such as product catalogs and taxonomies. However, creating better search and recommendation systems often requires a large variety of unstructured data including customer reviews and articles on the web. Traditionally, the solution has always been converting unstructured data into structured data through information extraction, and conducting search over the structured data. However, this is a costly approach that often has low quality. In this paper, we envision a solution that does entirely the opposite. Instead of converting unstructured data (web pages, customer reviews, etc) to structured data, we instead convert structured data (product inventory, catalogs, taxonomies, etc) into textual data, which can be easily integrated into the text corpus that trains LLMs. Then, search and recommendation can be performed through a Q/A mechanism through an LLM instead of using traditional information retrieval methods over structured data.

📄 PDF Abstract BibTeX arXiv:2312.03217

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesInformation RetrievalRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Rethinking the Role of Pre-ranking in Large-scale E-Commerce Searching System

2023-05-23 · Zhixuan Zhang, Yuheng Huang, Dan Ou, Sen Li 외

E-commerce search systems such as Taobao Search, the largest e-commerce searching system in China, aim at providing users with the most preferred items (e.g., products). Due to the massive data and limited time for respo…

Rethinking the Item Order in Session-based Recommendation with Graph Neural Networks

2019-11-27 · Ruihong Qiu, Jingjing Li, Zi Huang, Hongzhi Yin

Predicting a user's preference in a short anonymous interaction session instead of long-term history is a challenging problem in the real-life session-based recommendation, e.g., e-commerce and media stream. Recent resea…

Graph ClassificationRecommendation SystemsSession-Based Recommendations

Beyond Static Evaluation: Rethinking the Assessment of Personalized Agent Adaptability in Information Retrieval

2025-10-05 · Kirandeep Kaur, Preetam Prabhu Srikar Dammu, Hideo Joho, Chirag Shah arxiv

Personalized AI agents are becoming central to modern information retrieval, yet most evaluation methodologies remain static, relying on fixed benchmarks and one-off metrics that fail to reflect how users' needs evolve o…

Information Retrieval

Information Discovery in e-Commerce

2024-10-08 · Zhaochun Ren, Xiangnan He, Dawei Yin, Maarten de Rijke

Electronic commerce, or e-commerce, is the buying and selling of goods and services, or the transmitting of funds or data online. E-commerce platforms come in many kinds, with global players such as Amazon, Airbnb, Aliba…

Information RetrievalKnowledge GraphsQuestion AnsweringRecommendation Systems

Evaluating Machine Translation in Cross-lingual E-Commerce Search

2022-09-01 · AMTA 2022 9 · Hang Zhang, Liling Tan, Amita Misra

Multilingual query localization is integral to modern e-commerce. While machine translation is widely used to translate e-commerce queries, evaluation of query translation in the context of the down-stream search task is…

Cross-Lingual Information RetrievalInformation RetrievalMachine TranslationRetrieval+1