BERTERS: Multimodal Representation Learning for Expert Recommendation System with Transformer
N. Nikzad-Khasmakhi, M. A. Balafar, M.Reza Feizi-Derakhshi, Cina, Motamed

TL;DR
This paper presents BERTERS, a multimodal transformer-based system combining text and graph data to improve expert recommendation accuracy in academic and Q&A communities.
Contribution
Introduces a novel multimodal classification approach using BERT and graph features for expert recommendation systems.
Findings
Effective in multi-label classification tasks
Improves expert identification accuracy
Applicable to academic and community Q&A platforms
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Multi-Head Attention · Layer Normalization · Attention Is All You Need · Softmax · Label Smoothing · Byte Pair Encoding
