paper-with-me

홈 › Papers

LiLiuM: eBay's Large Language Models for e-commerce

2024-06-17 · Christian Herold, Michael Kozielski, Leonid Ekimov, Pavel Petrushkov, Pierre-Yves Vandenbussche, Shahram Khadivi

We introduce the LiLiuM series of large language models (LLMs): 1B, 7B, and 13B parameter models developed 100% in-house to fit eBay's specific needs in the e-commerce domain. This gives eBay full control over all aspects of the models including license, data, vocabulary, and architecture. We expect these models to be used as a foundation for fine-tuning and instruction-tuning, eliminating dependencies to external models. The LiLiuM LLMs have been trained on 3 trillion tokens of multilingual text from general and e-commerce domain. They perform similar to the popular LLaMA-2 models on English natural language understanding (NLU) benchmarks. At the same time, we outperform LLaMA-2 on non-English NLU tasks, machine translation and on e-commerce specific downstream tasks. As part of our data mixture, we utilize the newly released RedPajama-V2 dataset for training and share our insights regarding data filtering and deduplication. We also discuss in detail how to serialize structured data for use in autoregressive language modeling. We provide insights on the effects of including code and parallel machine translation data in pre-training. Furthermore, we develop our own tokenizer and model vocabulary, customized towards e-commerce. This way, we can achieve up to 34% speed-up in text generation on eBay-specific downstream tasks compared to LLaMA-2. Finally, in relation to LLM pretraining, we show that checkpoint averaging can further improve over the best individual model checkpoint.

📄 PDF Abstract BibTeX arXiv:2406.12023

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationNatural Language UnderstandingText GenerationTranslation

Similar Papers 제목 키워드 기반

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

Personalized Embedding-based e-Commerce Recommendations at eBay

2021-02-11 · Tian Wang, Yuri M. Brovman, Sriganesh Madhvanath

Recommender systems are an essential component of e-commerce marketplaces, helping consumers navigate massive amounts of inventory and find what they need or love. In this paper, we present an approach for generating per…

Data AblationNavigateRecommendation Systems

CoActionGraphRec: Sequential Multi-Interest Recommendations Using Co-Action Graphs

2024-10-15 · Yi Sun, Yuri M. Brovman

There are unique challenges to developing item recommender systems for e-commerce platforms like eBay due to sparse data and diverse user interests. While rich user-item interactions are important, eBay's data sparsity e…

Graph Neural NetworkRecommendation Systems

Deep Item-based Collaborative Filtering for Sparse Implicit Feedback

2018-12-26 · Galron Daniel A., Brovman Yuri M., Chung Jin, Wieja Michal 외

Recommender systems are ubiquitous in the domain of e-commerce, used to improve the user experience and to market inventory, thereby increasing revenue for the site. Techniques such as item-based collaborative filtering …

Collaborative FilteringRecommendation Systems

A Survey on E-Commerce Learning to Rank

2024-11-19 · Md. Ahsanul Kabir, Mohammad Al Hasan, Aritra Mandal, Daniel Tunkelang 외

In e-commerce, ranking the search results based on users' preference is the most important task. Commercial e-commerce platforms, such as, Amazon, Alibaba, eBay, Walmart, etc. perform extensive and relentless research to…

Learning-To-RankSurvey