<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>April</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>RecBaselines2023: a new dataset for choosing baselines for recommender models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Veronika Ivanova</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oleg Lashinin</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marina Ananyeva</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergey Kolesnikov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Research University Higher School of Economics</institution>
          ,
          <addr-line>Myasnitskaya Ulitsa, 20, Moscow, 101000, Russian Federation</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Tinkof</institution>
          ,
          <addr-line>2-Ya Khutorskaya Ulitsa, 38A, bld. 26, Moscow, 117198, Russian Federation</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>2</volume>
      <issue>2023</issue>
      <fpage>0000</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>The number of proposed recommender algorithms continues to grow. The authors propose new approaches and compare them with existing models, called baselines. Due to the large number of recommender models, it is dificult to estimate which algorithms to choose in the article. To solve this problem, we have collected and published a dataset containing information about the recommender models used in 903 papers, both as baselines and as proposed approaches. This dataset can be seen as a typical dataset with interactions between papers and previously proposed models. In addition, we provide a descriptive analysis of the dataset and highlight possible challenges to be investigated with the data. Furthermore, we have conducted extensive experiments using a well-established methodology to build a good recommender algorithm under the dataset. Our experiments show that the selection of the best baselines for proposing new recommender approaches can be considered and successfully solved by existing state-of-the-art collaborative filtering models. Finally, we discuss limitations and future work.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;recommender systems</kwd>
        <kwd>dataset</kwd>
        <kwd>baselines</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        results. Another consequence of not choosing appropriate baselines for a new algorithm is that
the proposed paper may be rejected [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Thus, the choice of baselines is currently one of the
major issues in recommender systems research [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ].
      </p>
      <p>
        With accurate baseline selection, the development of recommender systems can progress
more quickly. Both researchers and practitioners are faced with an increasing number of
models to select for their experiments in order to consider relevant baselines. However, the
number of baselines included in the paper is limited for the following reasons. First, more
baselines require more computational time. The recent success of deep learning forces the
inclusion of complicated algorithms as baselines. Therefore, some researchers cannot aford to
choose efective hyperparameters suficiently [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Second, some papers with new recommender
algorithms do not have the source code of the implementation [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This may lead to poor
performance of third party implementations [
        <xref ref-type="bibr" rid="ref10 ref8">10, 8</xref>
        ]. Finally, due to space limitations, a paper
cannot include too many baselines. Thus, it is common practice to study the performance of
only 3-7 baselines against the newly proposed method. The problem of selecting a few relevant
items from a large set is a well-known task and can be solved by recommender systems [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
To the best of our knowledge, there is no open source dataset that can be used as a basis for
developing the recommender baseline suggestion system.
      </p>
      <p>It is important to note that the baseline recommendations can be applied to other areas of
machine learning, such as natural language processing, computer vision, time series prediction,
and others. However, in this paper we focus only on recommender systems.</p>
      <p>In this paper we describe a process for collecting a novel dataset called RecBaselines2023.
It can be considered as a classical dataset with interactions between papers and baselines. In
addition, we present the results of experiments that have been performed on RecBaselines2023.
Our results show potential advantages of our experiments and open new research directions.
Specifically, the main contribution of this paper can be listed as follows:
• We have created a new open source dataset called RecBaseline20231 for selecting baselines
for experiments on recommender models. We examined 1009 papers for the collection
process. After preprocessing, RecBaseline2023 contains information on 363 baselines
used in 903 articles published between 2010 and 2022. We also provide a data collection
procedure and descriptive statistics.
• We discuss that the problem of baseline selection can be solved by collaborative filtering
approaches. We then compare the baseline ranking quality of seven state-of-the-art top-N
recommender models on RecBaseline2023. The results show that this problem can be
efectively solved by selected algorithms.
• We describe a scenario where a partial list of baselines needs to be completed. The list
is given to collaborative filtering approaches that recommend baselines based on the
list of methods already used. Some other possible use cases of RecBaseline2023 are also
mentioned.
1We are releasing an online version of the dataset: https://github.com/fotol1/recbaselines2023.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>The problem of choosing baselines for research experiments in machine learning is not well
studied. A similar problem is citation recommendations. This direction aims at suggesting other
papers to cite.</p>
      <p>
        The two main classes of citation recommendations are content-based and collaborative
ifltering [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The content-based methods use textual elements such as abstract and title or
metadata elements such as authors. In [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], the authors proposed a content-based approach
requiring only textual features and collected the OpenCorpus dataset of 7 million articles. The
literature graph was created in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] using nodes for articles, authors and scientific concepts.
Collaborative filtering methods are based on comparing similarities between articles. Liu et
al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] measured the cosine similarity of article vectors and created article vectors based on
co-occurrence in the same citation list. The same concept was used by Haruna et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
However, they considered the references and citations of the target paper and mined the hidden
associations between them using paper-citation relationships. Later, by improving the similarity
calculation, this approach was further developed in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>
        Although we know what to cite, it is not clear whether the recommended paper should be
used as a baseline. Therefore, researchers are also working on more specialised tasks such as tag
or baseline recommendations. The task of tag recommendation has been successfully studied
by Wang et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. They used the collaborative topic regression model. The authors sampled
items from the CiteULike dataset, including abstracts, titles and tags for each article. Bedi et al.
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] introduced the task of identifying the papers used as baselines in a given scientific article.
The author formulated it as a reference classification problem on a developed ACL anthology
corpus dataset, where about 2000 papers were selected and manually annotated.
      </p>
      <p>However, research article datasets are not specifically designed for the task of selecting
baselines for recommender system experiments. We hope that our dataset will help to fill this
gap and provide researchers with a practical approach to selecting baseline models for their
research.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>Collection. We added several common recommendation tasks to our dataset, including the
traditional top-n, next-item and next-basket recommendations. These tasks were used as the
basis for the data collection. For each task there are well-established and highly cited baselines,
some of which are listed in Table 1. Note that there are no strict guidelines in recommender</p>
      <sec id="sec-3-1">
        <title>Title</title>
      </sec>
      <sec id="sec-3-2">
        <title>Year</title>
      </sec>
      <sec id="sec-3-3">
        <title>Baselines</title>
      </sec>
      <sec id="sec-3-4">
        <title>Paper title</title>
      </sec>
      <sec id="sec-3-5">
        <title>A year of publishing</title>
      </sec>
      <sec id="sec-3-6">
        <title>List of used recommender algorithms</title>
        <p>number of papers number of models number of interactions density
systems research as to which baselines should be used for each of the above tasks. Therefore,
we cannot guarantee that other algorithms cannot be used to complement the list of commonly
used algorithms. However, the approaches listed in Table 1 have many citations, which is
appropriate for the starting point of data collection.</p>
        <p>
          To collect our dataset, we took the following steps:
1. For each model from Table 1, we obtain the list of papers that cited the model in Google
Scholar [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. If a paper included experiments with the model, we included it. We did not
include papers with experiments on related problems (such as link prediction or matrix
completion, explanation generation). In addition, papers without experiments are not
included in the dataset. Note that a paper could cite more than one baseline model of
Table 1. Duplicate papers were later filtered out of the dataset during pre-processing.
Once we had gone through all the citations of models in Table 1, we continued to process
citations of papers that had already been added. This was all done manually by the
authors of the paper over the period of one month.
2. Information about each paper collected to build our dataset is presented in Table 2. Each
row contains a paper id, URL, paper title, year of publication and a list of recommender
models used. The URL and year of publication are taken from the Google Scholar page,
while the paper title and list of baselines are taken from the paper itself.
200920112012201320152016201720182019202020212022
3 4 5 6 7 8 9 10 11 12 13 14 15 16 29
        </p>
        <p>Number of baselines
(a) Distribution of the number of papers by the
year of publication.
(b) Distribution of the number of papers over
the number of algorithms per one paper.</p>
        <p>GBRPRU4RECFPMC POSAPSRECNARNMEUMCFAISTEERMLKIGNHNTGCN</p>
        <p>After removing duplicates, we obtained the dataset with 1009 papers and 2187 baselines. A
large number of baseline models were only included in one or two papers.</p>
        <p>
          Preprocessing. A number of steps were taken to preprocess the data for future research:
1. In some papers, popular models are presented under diferent names. This is most likely
due to space limitations or diferent names for algorithms that were even proposed in
the original paper. For example, the authors of the article Neural Collaborative Filtering
(NCF) [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ] used a diferent name, NeuMF, in their experiments. As a result, the cited
articles include both NCF and NeuMF. We try to condense common cases and list them in
Table 3. To resolve this inconsistency, we have replaced the multiple names of a model
with a single option.
2. Some papers modify methods slightly and report diferent variations of the same methods.
9 1 3 5 6 7 8 9 0 1 2
0 1 1 1 1 1 1 1 2 2 2
0 0 0 0 0 0 0 0 0 0 0
2 2 2 2 2 2 2 2 2 2 2
(a) BPRMF
u
N
10
40
top-15 most popular baselines was included.
For example, the authors introduce three new loss functions in [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] and apply them to
diferent methods such as NeuMF [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], CML [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ] and LightGCN [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Considering three
losses for each of the three models makes our dataset more sparse. To avoid this problem,
the preprocessed version of RecBaselnies2023 contains only the main algorithms without
any specified modifications.
3. To replace rare baselines and papers with extremely few baselines, we then iteratively
ifltered the dataset until there were only papers with three or more baselines and each
baseline was present in three or more papers. The resulting statistics for the filtered
dataset can be found in Table 4.
        </p>
        <p>Statistics. We briefly present some statistics from the collected dataset. The main
characteristics such as number of papers, number of models, number of interactions and density are
presented in Table 4.</p>
        <p>Figure 1 and Figure 2 represent three distributions of the dataset: the distribution of the
number of papers over the year they were published, the distribution of the number of papers
over the number of algorithms included in a paper, and the distribution of the number of papers
for the top 10 most popular baselines included in our dataset. The earliest publication date of
a paper is 2009, the number of papers remains relatively small and only exceeds 10 in 2017.
Then the number of papers increases significantly from year to year. As can be seen in Figure 1,
a typical number of baselines included is between 3 and 8. Therefore, the algorithms used to
recommend baselines for recommender systems have to work with a small number of available
interactions.</p>
        <p>Figure 3 describes the distribution of the number of papers over the years for each of the top
15 popular baselines from the RecBaselines2023 dataset. The most popular models are BPR,
GRU4Rec, LightGCN, NeuMF and others. These models were used as starting points for the
collection of other papers. Therefore, they are represented in the dataset in large numbers.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Collaborative Filtering for Baseline Selection</title>
      <p>
        Baseline selection can be solved by collaborative filtering (CF) algorithms. For example, the
following definition was given in [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
      </p>
      <p>Definition 4.1.
of other people.</p>
      <p>Collaborative filtering is the process of filtering or ranking items using the opinions</p>
      <p>
        We can replace the word "items" with "baselines" and the word "people" with "researchers".
This definition then provides a justification for the use of the technique. In addition, scientists’
"opinions" are often motivated by several reasons. The first is the desire to compare the new
algorithm with the best-known or best-performing approaches. The second is to include models
based on the same idea. For example, the authors of [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ] compare their graph-based model
with 4 baselines, 3 of which are also graph-based. These or other reasons explain the choice of
models from a large number of options.
      </p>
      <p>
        Therefore, researchers and practitioners may be interested in baseline recommendations based
on a partial list of algorithms already in use. Hopefully, this can be done by applying approaches
0.029
0.134
0.138
0.227
0.243
0.252
0.264
0.264
0.303
in the inductive scenario [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. These approaches do not have ID-based user embeddings
[
        <xref ref-type="bibr" rid="ref20 ref33 ref35 ref36">33, 20, 35, 36</xref>
        ]. They understand user interests based on the set of interactions. Therefore,
we can easily adopt such techniques for suggesting baselines based on a partial list of already
included methods.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments</title>
      <p>We have experimented with collaborative filtering approaches on the Top-N recommendation
task on the RecBaselines2023 dataset. Our experiments aim to answer the following question:
"What is the performance of diferent state-of-the-art collaborative filtering approaches on the
RecBaselines2023 dataset?"</p>
      <p>
        Models. We included popular approaches of diferent types: simple random and MostPop;
matrix factorisation based BPRMF [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], MF2020; item based EASE [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], SLIM [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ]; graph based
3 [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ], VAE based MultiVAE [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. According to [
        <xref ref-type="bibr" rid="ref40 ref8">40, 8</xref>
        ], such models are very strong CF-based
baselines.
      </p>
      <p>Metrics. Standard quality ranking metrics are chosen, namely Recall@K, NDCG@K and
MAP@K.</p>
      <p>
        Experiment settings. To provide reproducible experiments we use Elliot [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ] similar to
[
        <xref ref-type="bibr" rid="ref40">40</xref>
        ]. This framework allows experiments to be fully described in a configuration file. This
ifle is available online 2 and hyperparameter ranges can be found there. The total number of
hyperparameters set for each model is 20.
      </p>
      <p>Evaluation protocol. All interactions are divided into train/valid/test splits. The valid split
is used for early stopping and hyperparameter selection. The final quality is estimated on
the test split. All papers published before 2021 are used for training. In addition, 80 % of the
interactions for papers published in 2021 and 2023 are used for training, and the remaining 20
% are used for validation and test, respectively.</p>
      <p>Results. To investigate our question, we report quality metrics for diferent approaches in
Table 5. As we can see, the best model  3 is two times better than MostPop’s
recommendations. This shows that there are not many universal baselines in recommendations, and that
researchers choose baselines carefully. Surprisingly, the best model,  3 , has a Recall@20 of
0.6. This means that we can find more than half of the hidden baselines in lists of length 20.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Selecting baselines for partial lists</title>
      <p>This section describes one possible way of using RecBaselines2023. The Figure 4 represents the
main idea. A scientist has invented a new recommendation algorithm and wants to compare it
with other work. For example, a new approach was inspired by two methods a and b. So they are
automatically included in the experiments of the new paper. In addition, the researchers know
that a current state-of-the-art algorithm is a model c. So it should also be considered. Given
the set of three baselines {a, b, c}, he or she can run the set in one of the adapted collaborative
ifltering approaches. This will return a list of recommended baselines. The choice of these is
consistent with the historical data represented in RecBaselines2023.</p>
      <p>
        In Table 6 we demonstrate recommendations for some sub-lists of baselines. We use SLIM,
EASE and  3 as recommender models because they are item-based models that can make
predictions based on any input list of items. The first three examples emulate iterative updates to
the next-item recommender set of baselines. The next examples demonstrate recommendations
based on a single baseline using diferent frameworks. As we can see, SLIM and  3 are
lfexible in changing recommendations as new next-item models are added. When we provide
only one element of a particular framework, our models recommend baselines using similar
frameworks. For example, RippleNet [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ] is a knowledge-based model. If someone includes
RippleNet in their experiments, our models will suggest including other knowledge-based
approaches such as PER [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ], CKE [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ].
      </p>
    </sec>
    <sec id="sec-7">
      <title>7. Limitations and future work</title>
      <p>Our work has some limitations. In this section we will discuss them and show possible ways to
overcome them.</p>
      <p>Firstly, the published version of the dataset will become obsolete. We will publish regular
updates. In addition, if authors of newly proposed methods want to add their work, we can do
this quickly in the repository via a pull request.</p>
      <p>Secondly, The dataset may contain misspellings or other errors, with the presence or absence
of some baselines in the included works. We have tried to do our best, and have double-checked
the interactions several times. If you find any errors, please contact us via issues on Github.</p>
      <p>Finally, There are some challenges in publishing baseline recommendations. For example,
some of the baselines presented have been used in previous work. However, the latest
state-ofthe-art approaches replace them. The models considered are not sensitive to this fact. We argue
that this problem exists for other datasets as well. It has been shown in [46] that recommending
the most recent films can improve quality even for the simple MostPop method. Nevertheless,
the practical application can be modified and the most recent baselines with high relevance
scores can be treated as more suitable. We leave this as future work.</p>
    </sec>
    <sec id="sec-8">
      <title>8. Conclusion</title>
      <p>This paper investigates the problem of recommending baselines for experiments. We have
collected an open source dataset RecBaselines2023, which describes baseline models used for
comparative experiments in papers on diferent types of recommender systems. It consists of
903 papers and 363 baseline models, with 5467 interactions between them. The dataset includes
interactions between papers and baseline models, and additional data about each paper, such
as web link to a paper, paper title, and year of publication. RecBaselines2023 can be used by
researchers to properly compile the baseline list for their experiments. The dataset will be
updated as new papers are published. We have used collaborative filtering techniques to identify
the best algorithms based on incomplete lists of previously included baselines. Our experiments
with hidden predictions of recommender baselines show that state-of-the-art collaborative
ifltering techniques can successfully perform this task. We hope that our dataset can open up
new lines of research.
[46] N. Neophytou, B. Mitra, C. Stinson, Revisiting popularity and demographic biases in
recommender evaluation and efectiveness, in: European Conference on Information
Retrieval, Springer, 2022, pp. 641–654.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ferrari Dacrema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Boglio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <article-title>A troubling analysis of reproducibility and progress in recommender systems research</article-title>
          ,
          <source>ACM Transactions on Information Systems (TOIS) 39</source>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>The neural hype and comparisons against weak baselines</article-title>
          ,
          <source>in: ACM SIGIR Forum</source>
          ,
          <volume>2</volume>
          , ACM New York, NY, USA,
          <year>2019</year>
          , pp.
          <fpage>40</fpage>
          -
          <lpage>51</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>W.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Critically examining the" neural hype" weak baselines and the additivity of efectiveness gains from neural ranking models</article-title>
          ,
          <source>in: Proceedings of the 42nd international ACM SIGIR conference on research and development in information retrieval</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>1129</fpage>
          -
          <lpage>1132</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kharazmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Scholer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Vallet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanderson</surname>
          </string-name>
          ,
          <article-title>Examining additivity and weak baselines</article-title>
          ,
          <source>ACM Transactions on Information Systems (TOIS) 34</source>
          (
          <year>2016</year>
          )
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ludewig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <article-title>Evaluation of session-based recommendation algorithms, User Modeling and User-Adapted Interaction 28 (</article-title>
          <year>2018</year>
          )
          <fpage>331</fpage>
          -
          <lpage>390</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ludewig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Mauro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Latifi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <article-title>Performance comparison of neural and non-neural approaches to session-based recommendation</article-title>
          ,
          <source>in: Proceedings of the 13th ACM conference on recommender systems</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>462</fpage>
          -
          <lpage>466</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Pandey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bhatia</surname>
          </string-name>
          , T. Chakraborty,
          <article-title>Why did you not compare with that? identifying papers for use as baselines</article-title>
          ,
          <source>in: European Conference on Information Retrieval</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ferrari Dacrema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <article-title>Are we really making much progress? a worrying analysis of recent neural recommendation approaches</article-title>
          ,
          <source>in: Proceedings of the 13th ACM conference on recommender systems</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>101</fpage>
          -
          <lpage>109</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Beel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gipp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Langer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Breitinger</surname>
          </string-name>
          ,
          <article-title>Paper recommender systems: a literature survey</article-title>
          ,
          <source>International Journal on Digital Libraries</source>
          <volume>17</volume>
          (
          <year>2016</year>
          )
          <fpage>305</fpage>
          -
          <lpage>338</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Petrov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <article-title>A systematic review and replicability study of bert4rec for sequential recommendation</article-title>
          ,
          <source>in: Proceedings of the 16th ACM Conference on Recommender Systems</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>436</fpage>
          -
          <lpage>447</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bollen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. P.</given-names>
            <surname>Knijnenburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Willemsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Graus</surname>
          </string-name>
          ,
          <article-title>Understanding choice overload in recommender systems</article-title>
          ,
          <source>in: Proceedings of the fourth ACM conference on Recommender systems</source>
          ,
          <year>2010</year>
          , pp.
          <fpage>63</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bhagavatula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Feldman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Power</surname>
          </string-name>
          , W. Ammar,
          <article-title>Content-based citation recommendation</article-title>
          , arXiv preprint arXiv:
          <year>1802</year>
          .
          <volume>08301</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W.</given-names>
            <surname>Ammar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Groeneveld</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bhagavatula</surname>
          </string-name>
          , I. Beltagy,
          <string-name>
            <given-names>M.</given-names>
            <surname>Crawford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Downey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dunkelberger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Elgohary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Feldman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ha</surname>
          </string-name>
          , et al.,
          <article-title>Construction of the literature graph in semantic scholar</article-title>
          , arXiv preprint arXiv:
          <year>1805</year>
          .
          <volume>02262</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Kong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Bai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. M.</given-names>
            <surname>Bekele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <article-title>Context-based collaborative filtering for citation recommendation</article-title>
          ,
          <source>Ieee Access</source>
          <volume>3</volume>
          (
          <year>2015</year>
          )
          <fpage>1695</fpage>
          -
          <lpage>1703</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>K.</given-names>
            <surname>Haruna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Akmar</given-names>
            <surname>Ismail</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Damiasih</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sutopo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Herawan</surname>
          </string-name>
          ,
          <article-title>A collaborative approach for research paper recommender system</article-title>
          ,
          <source>PloS one 12</source>
          (
          <year>2017</year>
          )
          <article-title>e0184516</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>N.</given-names>
            <surname>Sakib</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. B.</given-names>
            <surname>Ahmad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Haruna</surname>
          </string-name>
          ,
          <article-title>A collaborative approach toward scientific paper recommendation using citation context</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>51246</fpage>
          -
          <lpage>51255</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Collaborative topic regression with social regularization for tag recommendation</article-title>
          , in: F. Rossi (Ed.),
          <source>IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence</source>
          , Beijing, China,
          <source>August 3-9</source>
          ,
          <year>2013</year>
          , IJCAI/AAAI,
          <year>2013</year>
          , pp.
          <fpage>2719</fpage>
          -
          <lpage>2725</lpage>
          . URL: http://www.aaai.org/ocs/index.php/IJCAI/IJCAI13/paper/view/7006.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rendle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Freudenthaler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Gantner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schmidt-Thieme</surname>
          </string-name>
          ,
          <article-title>Bpr: Bayesian personalized ranking from implicit feedback</article-title>
          ,
          <source>arXiv preprint arXiv:1205.2618</source>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Koren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Volinsky</surname>
          </string-name>
          ,
          <article-title>Collaborative filtering for implicit feedback datasets</article-title>
          , in: 2008 Eighth IEEE international conference on data mining, Ieee,
          <year>2008</year>
          , pp.
          <fpage>263</fpage>
          -
          <lpage>272</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Pu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          <article-title>He, Multi-vae: Learning disentangled view-common and view-peculiar visual representations for multi-view clustering</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF International Conference on Computer Vision</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>9234</fpage>
          -
          <lpage>9243</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. K.</given-names>
            <surname>Letaief</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>How powerful is graph convolution for recommendation?</article-title>
          ,
          <source>in: Proceedings of the 30th ACM International Conference on Information &amp; Knowledge Management</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1619</fpage>
          -
          <lpage>1629</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>B.</given-names>
            <surname>Hidasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karatzoglou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Baltrunas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tikk</surname>
          </string-name>
          ,
          <article-title>Session-based recommendations with recurrent neural networks</article-title>
          ,
          <source>arXiv preprint arXiv:1511.06939</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>W.-C. Kang</surname>
            ,
            <given-names>J. McAuley</given-names>
          </string-name>
          ,
          <article-title>Self-attentive sequential recommendation</article-title>
          ,
          <source>in: 2018 IEEE International Conference on Data Mining (ICDM)</source>
          , IEEE,
          <year>2018</year>
          , pp.
          <fpage>197</fpage>
          -
          <lpage>206</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>F.</given-names>
            <surname>Sun</surname>
          </string-name>
          , J. Liu,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Ou</surname>
          </string-name>
          , P. Jiang,
          <article-title>Bert4rec: Sequential recommendation with bidirectional encoder representations from transformer</article-title>
          ,
          <source>in: Proceedings of the 28th ACM international conference on information and knowledge management</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>1441</fpage>
          -
          <lpage>1450</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>Modeling personalized item frequency information for next-basket recommendation</article-title>
          ,
          <source>in: Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>1071</fpage>
          -
          <lpage>1080</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ren</surname>
          </string-name>
          , J. Ma, M. De Rijke,
          <article-title>Repeatnet: A repeat aware neural recommendation machine for session-based recommendation</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          ,
          <volume>01</volume>
          ,
          <year>2019</year>
          , pp.
          <fpage>4806</fpage>
          -
          <lpage>4813</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Liao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Hu</surname>
          </string-name>
          , T.-S. Chua,
          <article-title>Neural collaborative filtering</article-title>
          ,
          <source>in: Proceedings of the 26th international conference on world wide web</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>173</fpage>
          -
          <lpage>182</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>D.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. G.</given-names>
            <surname>Krishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Hofman</surname>
          </string-name>
          , T. Jebara,
          <article-title>Variational autoencoders for collaborative filtering</article-title>
          ,
          <source>in: Proceedings of the 2018 world wide web conference</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>689</fpage>
          -
          <lpage>698</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>P.</given-names>
            <surname>Jacsó</surname>
          </string-name>
          ,
          <article-title>Google scholar: the pros and the cons</article-title>
          ,
          <source>Online information review 29</source>
          (
          <year>2005</year>
          )
          <fpage>208</fpage>
          -
          <lpage>214</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Gao</surname>
          </string-name>
          , Z. Cheng,
          <string-name>
            <given-names>F.</given-names>
            <surname>Pérez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Volkovs</surname>
          </string-name>
          ,
          <article-title>Mcl: Mixed-centric loss for collaborative ifltering</article-title>
          ,
          <source>in: Proceedings of the ACM Web Conference</source>
          <year>2022</year>
          ,
          <year>2022</year>
          , pp.
          <fpage>2339</fpage>
          -
          <lpage>2347</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>C.-K. Hsieh</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Cui</surname>
            , T.-
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Estrin</surname>
          </string-name>
          ,
          <article-title>Collaborative metric learning</article-title>
          ,
          <source>in: Proceedings of the 26th international conference on world wide web</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>193</fpage>
          -
          <lpage>201</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>J. B. Schafer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Frankowski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Herlocker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Sen</surname>
          </string-name>
          ,
          <article-title>Collaborative filtering recommender systems</article-title>
          ,
          <source>in: The adaptive web</source>
          , Springer,
          <year>2007</year>
          , pp.
          <fpage>291</fpage>
          -
          <lpage>324</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. K.</given-names>
            <surname>Letaief</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>How powerful is graph convolution for recommendation?</article-title>
          ,
          <source>in: Proceedings of the 30th ACM International Conference on Information &amp; Knowledge Management</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1619</fpage>
          -
          <lpage>1629</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>T.</given-names>
            <surname>Schnabel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Situating recommender systems in practice: Towards inductive learning and incremental updates</article-title>
          ,
          <source>arXiv preprint arXiv:2211.06365</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tao</surname>
          </string-name>
          , X. Cheng, Inmo:
          <article-title>A model-agnostic and scalable module for inductive collaborative filtering</article-title>
          ,
          <source>in: Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ananyeva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Lashinin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ivanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kolesnikov</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. I. Ignatov</surname>
          </string-name>
          ,
          <article-title>Towards interactionbased user embeddings in sequential recommender models</article-title>
          , in: J.
          <string-name>
            <surname>Vinagre</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. AlGhossein</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. M. Jorge</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Bifet</surname>
          </string-name>
          , L. Peska (Eds.),
          <source>Proceedings of the 5th Workshop on Online Recommender Systems and User Modeling co-located with the 16th ACM Conference on Recommender Systems, ORSUM@RecSys</source>
          <year>2022</year>
          , Seattle, WA, USA,
          <year>September 23rd</year>
          ,
          <year>2022</year>
          , volume
          <volume>3303</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2022</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3303</volume>
          /paper10.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>H.</given-names>
            <surname>Steck</surname>
          </string-name>
          ,
          <article-title>Embarrassingly shallow autoencoders for sparse data</article-title>
          ,
          <source>in: The World Wide Web Conference</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>3251</fpage>
          -
          <lpage>3257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>X.</given-names>
            <surname>Ning</surname>
          </string-name>
          , G. Karypis, Slim:
          <article-title>Sparse linear methods for top-n recommender systems</article-title>
          ,
          <source>in: 2011 IEEE 11th international conference on data mining, IEEE</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>497</fpage>
          -
          <lpage>506</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>B.</given-names>
            <surname>Paudel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Christofel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Newell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          , Updatable, accurate, diverse, and
          <article-title>scalable recommendations for interactive applications</article-title>
          ,
          <source>ACM Transactions on Interactive Intelligent Systems (TiiS) 7</source>
          (
          <issue>2016</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>V. W.</given-names>
            <surname>Anelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bellogín</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Di</given-names>
            <surname>Noia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pomo</surname>
          </string-name>
          ,
          <article-title>Top-n recommendation algorithms: A quest for the state-of-the-art</article-title>
          ,
          <source>arXiv preprint arXiv:2203.01155</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rendle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Krichene</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Anderson</surname>
          </string-name>
          ,
          <article-title>Neural collaborative filtering vs. matrix factorization revisited</article-title>
          ,
          <source>in: Fourteenth ACM conference on recommender systems</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>240</fpage>
          -
          <lpage>248</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>V. W.</given-names>
            <surname>Anelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bellogín</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Malitesta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. A.</given-names>
            <surname>Merra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Donini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. D.</given-names>
            <surname>Noia</surname>
          </string-name>
          ,
          <article-title>Elliot: A comprehensive and rigorous framework for reproducible recommender systems evaluation</article-title>
          , in: F. Diaz,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Suel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jones</surname>
          </string-name>
          , T. Sakai (Eds.),
          <source>SIGIR '21: The 44th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , Virtual Event, Canada,
          <source>July 11-15</source>
          ,
          <year>2021</year>
          , ACM,
          <year>2021</year>
          , pp.
          <fpage>2405</fpage>
          -
          <lpage>2414</lpage>
          . URL: https://doi.org/10.1145/3404835.3463245. doi:
          <volume>10</volume>
          .1145/3404835.3463245.
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <article-title>Ripplenet: Propagating user preferences on the knowledge graph for recommender systems</article-title>
          ,
          <source>in: Proceedings of the 27th ACM international conference on information and knowledge management</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>417</fpage>
          -
          <lpage>426</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>X.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Sturt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Khandelwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Norick</surname>
          </string-name>
          , J. Han,
          <article-title>Personalized entity recommendation: A heterogeneous information network approach</article-title>
          ,
          <source>in: Proceedings of the 7th ACM international conference on Web search and data mining</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>283</fpage>
          -
          <lpage>292</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <article-title>Knowledge graph convolutional networks for recommender systems</article-title>
          ,
          <source>in: The world wide web conference</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>3307</fpage>
          -
          <lpage>3313</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>