paper-with-me

홈 › Papers

Ranking Items in Large-Scale Item Search Engines with Reinforcement Learning

2020-12-14 · CUHK Course IERG5350 2020 12 · Chang Gao

Ranking items in large-scale item search engines such as Amazon and Taobao is a typical multi-step decision-making problem. Due to the interactive nature between the human user and the search engine, reinforcement learning is a natural solution to this problem. In this project, we use Virtual-Taobao as the environment and some effective methods to solve this problem. Experimental results show that TD3 performs best on this problem.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Clipped Double Q-learning 설명 없음
Adam 설명 없음
Target Policy Smoothing Target Policy Smoothing is a regularization strategy for the value function in reinforcement learning. Deterministic policies can overfit to narrow peaks in the value…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
TD3 TD3 builds on the DDPG algorithm for reinforcement learning, with a couple of modifications aimed at tackling overestimation bias…

Similar Papers 제목 키워드 기반

Beyond Pairwise Learning-To-Rank At Airbnb

2025-05-14 · Malay Haldar, Daochen Zha, Huiji Gao, Liwei He 외

There are three fundamental asks from a ranking algorithm: it should scale to handle a large number of items, sort items accurately by their utility, and impose a total order on the items for logical consistency. But her…

AllLearning-To-Rank

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…

ResearchQA: Evaluating Scholarly Question Answering at Scale Across 75 Fields with Survey-Mined Questions and Rubrics

2025-08-30 · Li S. Yifei, Allen Chang, Chaitanya Malaviya, Mark Yatskar arxiv

Evaluating long-form responses to research queries heavily relies on expert annotators, restricting attention to areas like AI where researchers can conveniently enlist colleagues. Yet, research expertise is abundant: su…

Question Answering

Estimation of Fair Ranking Metrics with Incomplete Judgments

2021-08-11 · Ömer Kırnap, Fernando Diaz, Asia Biega, Michael Ekstrand 외

There is increasing attention to evaluating the fairness of search system ranking decisions. These metrics often consider the membership of items to particular groups, often identified using protected attributes such as …

AttributeFairness

Mobile Supply: The Last Piece of Jigsaw of Recommender System

2023-08-07 · Zhenhao Jiang, Biao Zeng, Hao Feng, Jin Liu 외

Recommendation system is a fundamental functionality of online platforms. With the development of computing power of mobile phones, some researchers have deployed recommendation algorithms on users' mobile devices to add…

Recommendation SystemsRe-Ranking