paper-with-me

홈 › Papers

360Brew: A Decoder-only Foundation Model for Personalized Ranking and Recommendation

2025-01-27 · Hamed Firooz, Maziar Sanjabi, Adrian Englhardt, Aman Gupta, Ben Levine, Dre Olgiati, Gungor Polatkan, Iuliia Melnychuk, Karthik Ramgopal, Kirill Talanine, Kutta Srinivasan, Luke Simon, Natesh Sivasubramoniapillai, Necip Fazil Ayan, Qingquan Song, Samira Sriram, Souvik Ghosh, Tao Song, Vignesh Kothapalli, Xiaoling Zhai, Ya Xu, Yu Wang, Yun Dai

Ranking and recommendation systems are the foundation for numerous online experiences, ranging from search results to personalized content delivery. These systems have evolved into complex, multilayered architectures that leverage vast datasets and often incorporate thousands of predictive models. The maintenance and enhancement of these models is a labor intensive process that requires extensive feature engineering. This approach not only exacerbates technical debt but also hampers innovation in extending these systems to emerging problem domains. In this report, we present our research to address these challenges by utilizing a large foundation model with a textual interface for ranking and recommendation tasks. We illustrate several key advantages of our approach: (1) a single model can manage multiple predictive tasks involved in ranking and recommendation, (2) decoder models with textual interface due to their comprehension of reasoning capabilities, can generalize to new recommendation surfaces and out-of-domain problems, and (3) by employing natural language interfaces for task definitions and verbalizing member behaviors and their social connections, we eliminate the need for feature engineering and the maintenance of complex directed acyclic graphs of model dependencies. We introduce our research pre-production model, 360Brew V1.0, a 150B parameter, decoder-only model that has been trained and fine-tuned on LinkedIn's data and tasks. This model is capable of solving over 30 predictive tasks across various segments of the LinkedIn platform, achieving performance levels comparable to or exceeding those of current production systems based on offline metrics, without task-specific fine-tuning. Notably, each of these tasks is conventionally addressed by dedicated models that have been developed and maintained over multiple years by teams of a similar or larger size than our own.

📄 PDF Abstract BibTeX arXiv:2501.16450

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderFeature EngineeringRecommendation Systems

Similar Papers 제목 키워드 기반

Introducing DictaLM -- A Large Generative Language Model for Modern Hebrew

2023-09-25 · Shaltiel Shmidman, Avi Shmidman, Amir David Nissan Cohen, Moshe Koppel

We present DictaLM, a large-scale language model tailored for Modern Hebrew. Boasting 7B parameters, this model is predominantly trained on Hebrew-centric data. As a commitment to promoting research and development in th…

Language ModelingLanguage ModellingSentiment Analysis

Multilingual Sequence-to-Sequence Models for Hebrew NLP

2022-12-19 · Matan Eyal, Hila Noga, Roee Aharoni, Idan Szpektor 외

Recent work attributes progress in NLP to large language models (LMs) with increased model size and large quantities of pretraining data. Despite this, current state-of-the-art LMs for Hebrew are both under-parameterized…

Decodernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

SynerGen: Contextualized Generative Recommender for Unified Search and Recommendation

2025-09-26 · Vianne R. Gao, Chen Xue, Marc Versage, Xie Zhou 외 arxiv

The dominant retrieve-then-rank pipeline in large-scale recommender systems suffers from mis-calibration and engineering overhead due to its architectural split and differing optimization objectives. While recent generat…

From Brewing to Resolution: Tracing the Internal Lifecycle of Code Reasoning in LLMs

2026-06-16 · Siyue Chen, Yifu Guo, Yuquan Lu, Zishan Xu 외 arxiv

Standard accuracy metrics cannot explain why LLMs handle variable tracking but fail on semantically equivalent loops. We study an internal lifecycle of code reasoning in which models first brew the answer, making it line…

A Second Wave of UD Hebrew Treebanking and Cross-Domain Parsing

2022-10-14 · Amir Zeldes, Nick Howell, Noam Ordan, Yifat Ben Moshe

Foundational Hebrew NLP tasks such as segmentation, tagging and parsing, have relied to date on various versions of the Hebrew Treebank (HTB, Sima'an et al. 2001). However, the data in HTB, a single-source newswire corpu…

Language Modelling