paper-with-me

홈 › Papers

Efficient course recommendations with T5-based ranking and summarization

2024-06-27 · Thijmen Bijl, Niels van Weeren, Suzan Verberne

In this paper, we implement and evaluate a two-stage retrieval pipeline for a course recommender system that ranks courses for skill-occupation pairs. The in-production recommender system BrightFit provides course recommendations from multiple sources. Some of the course descriptions are long and noisy, while retrieval and ranking in an online system have to be highly efficient. We developed a two-step retrieval pipeline with RankT5 finetuned on MSMARCO as re-ranker. We compare two summarizers for course descriptions: a LongT5 model that we finetuned for the task, and a generative LLM (Vicuna) with in-context learning. We experiment with quantization to reduce the size of the ranking model and increase inference speed. We evaluate our rankers on two newly labelled datasets, with an A/B test, and with a user questionnaire. On the two labelled datasets, our proposed two-stage ranking with automatic summarization achieves a substantial improvement over the in-production (BM25) ranker: nDCG@10 scores improve from 0.482 to 0.684 and from 0.447 to 0.844 on the two datasets. We also achieve a 40% speed-up by using a quantized version of RankT5. The improved quality of the ranking was confirmed by the questionnaire completed by 29 respondents, but not by the A/B test. In the A/B test, a higher clickthrough rate was observed for the BM25-ranking than for the proposed two-stage retrieval. We conclude that T5-based re-ranking and summarization for online course recommendation can obtain much better effectiveness than single-step lexical retrieval, and that quantization has a large effect on RankT5. In the online evaluation, however, other factors than relevance play a role (such as speed and interpretability of the retrieval results), as well as individual preferences.

📄 PDF Abstract BibTeX arXiv:2406.19018

Code (1)

tbijl/course_ranking_data 공식 구현

Tasks

In-Context LearningQuantizationRecommendation SystemsRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

RecRec: Algorithmic Recourse for Recommender Systems

2023-08-28 · Sahil Verma, Ashudeep Singh, Varich Boonsanong, John P. Dickerson 외

Recommender systems play an essential role in the choices people make in domains such as entertainment, shopping, food, news, employment, and education. The machine learning models underlying these recommender systems ar…

Recommendation Systemsvalid

Discourse-Aware Scientific Paper Recommendation via QA-Style Summarization and Multi-Level Contrastive Learning

2025-11-05 · Shenghua Wang, Zhen Yin arxiv

The rapid growth of open-access (OA) publications has intensified the challenge of identifying relevant scientific papers. Due to privacy constraints and limited access to user interaction data, recent efforts have shift…

Information RetrievalContrastive Learning

Discourse-Aware Unsupervised Summarization of Long Scientific Documents

2020-05-01 · Yue Dong, Andrei Mircea, Jackie C. K. Cheung

We propose an unsupervised graph-based ranking model for extractive summarization of long scientific documents. Our method assumes a two-level hierarchical graph representation of the source document, and exploits asymme…

ArticlesExtractive SummarizationSentenceUnsupervised Extractive Summarization

Discourse-Aware Unsupervised Summarization for Long Scientific Documents

2021-04-01 · EACL 2021 2 · Yue Dong, Andrei Mircea, Jackie Chi Kit Cheung

We propose an unsupervised graph-based ranking model for extractive summarization of long scientific documents. Our method assumes a two-level hierarchical graph representation of the source document, and exploits asymme…

ArticlesExtractive SummarizationSentence

Unsupervised Neural Single-Document Summarization of Reviews via Learning Latent Discourse Structure and its Ranking

2019-06-13 · ACL 2019 7 · Masaru Isonuma, Junichiro Mori, Ichiro Sakata

This paper focuses on the end-to-end abstractive summarization of a single product review without supervision. We assume that a review can be described as a discourse tree, in which the summary is the root, and the child…

Abstractive Text SummarizationDocument SummarizationSentence