paper-with-me

Papers

BERTERS: Multimodal Representation Learning for Expert Recommendation System with Transformer

2020-06-30 · N. Nikzad-Khasmakhi, M. A. Balafar, M. Reza Feizi-Derakhshi, Cina Motamed

The objective of an expert recommendation system is to trace a set of candidates' expertise and preferences, recognize their expertise patterns, and identify experts. In this paper, we introduce a multimodal classification approach for expert recommendation system (BERTERS). In our proposed system, the modalities are derived from text (articles published by candidates) and graph (their co-author connections) information. BERTERS converts text into a vector using the Bidirectional Encoder Representations from Transformer (BERT). Also, a graph Representation technique called ExEm is used to extract the features of candidates from the co-author network. Final representation of a candidate is the concatenation of these vectors and other features. Eventually, a classifier is built on the concatenation of features. This multimodal approach can be used in both the academic community and the community question answering. To verify the effectiveness of BERTERS, we analyze its performance on multi-label classification and visualization tasks.

📄 PDF Abstract BibTeX arXiv:2007.07229

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesCommunity Question AnsweringGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONQuestion AnsweringRepresentation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Modality-Guided Mixture of Graph Experts with Entropy-Triggered Routing for Multimodal Recommendation

2026-02-24 · Ji Dai, Quan Fang, Dengsheng Cai arxiv

Multimodal recommendation enhances ranking by integrating user-item interactions with item content, which is particularly effective under sparse feedback and long-tail distributions. However, multimodal signals are inher…

Multimodal RecommendationGraph Learning

Multi-modal Adaptive Mixture of Experts for Cold-start Recommendation

2025-08-11 · Van-Khang Nguyen, Duc-Hoang Pham, Huy-Son Nguyen, Cam-Van Thi Nguyen 외 arxiv

Recommendation systems have faced significant challenges in cold-start scenarios, where new items with a limited history of interaction need to be effectively recommended to users. Though multimodal data (e.g., images, t…

Recommendation Systems

MMQ: Multimodal Mixture-of-Quantization Tokenization for Semantic ID Generation and User Behavioral Adaptation

2025-08-21 · Yi Xu, Moyu Zhang, Chenxuan Li, Zhihao Liao 외 arxiv

Recommender systems traditionally represent items using unique identifiers (ItemIDs), but this approach struggles with large, dynamic item corpora and sparse long-tail data, limiting scalability and generalization. Seman…

Just Ask for Music (JAM): Multimodal and Personalized Natural Language Music Recommendation

2025-07-21 · Alessandro B. Melchiorre, Elena V. Epure, Shahed Masoudian, Gustavo Escobedo 외 arxiv

Natural language interfaces offer a compelling approach for music recommendation, enabling users to express complex preferences conversationally. While Large Language Models (LLMs) show promise in this direction, their s…

Knowledge Graph Embedding

Do Recommender Systems Really Leverage Multimodal Content? A Comprehensive Analysis on Multimodal Representations for Recommendation

2025-08-06 · Claudio Pomo, Matteo Attimonelli, Danilo Danese, Fedelucio Narducci 외 arxiv

Multimodal Recommender Systems aim to improve recommendation accuracy by integrating heterogeneous content, such as images and textual metadata. While effective, it remains unclear whether their gains stem from true mult…