<!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 />
    <article-meta>
      <title-group>
        <article-title>Accommodation Review Ranking for Tourism Recommendation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Emrul Hasan</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chen Ding</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sajib Saha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Neelima Monjusha Preeti</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abdul Halim</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dafodil International University</institution>
          ,
          <addr-line>Dhaka</addr-line>
          ,
          <country country="BD">Bangladesh</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Jahangirnagar University</institution>
          ,
          <addr-line>Dhaka</addr-line>
          ,
          <country country="BD">Bangladesh</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>RTM Al-Kabir Technical University</institution>
          ,
          <addr-line>Sylhet</addr-line>
          ,
          <country country="BD">Bangladesh</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Toronto Metropolitan University</institution>
          ,
          <addr-line>Toronto</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Vector Institute</institution>
          ,
          <addr-line>Toronto</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <abstract>
        <p>The primary goal of tourism management platforms, e.g. booking.com, is to provide the best matches to travelers. User-generated reviews are often leveraged in various ways to influence user's decision-making process. One straightforward approach is ranking historical reviews based on user's preferences by checking the “helpfulness” votes. A major issue with this approach is that many reviews do not receive helpfulness votes, leading to a presentation bias. In this work, we incorporate multiple review features to rank reviews based on user profiles. Reviews are encoded using a state-of-the-art transformer encoder model (e.g., SBERT), and cosine similarity is computed between user profiles and reviews. The ranking performance is assessed with MRR@10 (Mean Reciprocal Rank) and Precision@10. Our results demonstrate that beyond helpfulness votes, leveraging additional features (e.g., accommodation type, review title, positive aspects of reviews, etc.) significantly improves performance. The implementation of our method is available on the GitHub 1</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Review Ranking</kwd>
        <kwd>Helpfulness</kwd>
        <kwd>Sentence Transformer</kwd>
        <kwd>Tourism</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The rapid growth and success of e-commerce have sparked extensive research aimed at improving
customer engagement [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. A key strategy to achieve this goal is enabling customers to share their
experiences through reviews on product pages. These reviews serve as the primary source of information
that bridges the gap between products and consumers [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Many e-commerce platforms including
tourism, social media, education, health, etc. leverage customer reviews on products to identify user
preferences as well as making important business decisions [
        <xref ref-type="bibr" rid="ref1 ref3 ref4">3, 1, 4</xref>
        ]. As noted by Paget et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], 80%
of customers rely on past reviews while deciding whether to purchase a product. A single product or
service may receive hundreds or even thousands of reviews, it becomes dificult to make a decision
by going through all of them. Additionally, the same survey from BrightLocal.com [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] indicates that
90% of consumers read at most ten or fewer reviews before making their decisions on whether to buy a
product. Therefore, there is an urgent need to develop such a framework that ranks the most relevant
reviews at the top page. Displaying high-quality reviews at the top can save user’s time by providing
the most valuable information from a few key reviews.
      </p>
      <p>
        In the traditional approach, reviews are ranked based on either recency or helpfulness. Helpful
reviews are those that receive positive feedback from other users who purchased the same product,
while recent reviews are sorted by the time they were posted [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The primary issue with this approach is
that most reviews do not receive their helpfulness votes, leading to a presentation bias. The helpfulness
of online reviews is determined by posing a straightforward question: “Was this review helpful to you?”
Users provide their feedback by selecting either a “thumbs up” or “thumbs down” button. However,
given the vast number of reviews for each product, helpfulness voting does not address all challenges.
      </p>
      <p>
        In fact, sorting reviews based on “helpfulness” votes is subject to the Matthew efect which states that a
review positioned at the top of the list tends to stay there because users primarily interact with and
vote on the top reviews when making purchase decisions. In contrast, a review placed at the bottom
remains unnoticed, as users rarely scroll down to see it[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        To address this issue, many e-commerce platforms have introduced various methods to filter reviews
and enhance customer satisfaction. Hsieh et. al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] introduce a SVR (Support Vector
Regression)based online customer review ranker that focuses on leveraging linguistic features to rank the reviews.
Amazon has recently introduced a “top reviews” sorting feature, which allows further filtering based on
categories like all positive (4- or 5-star ratings) or all negative (1- to 3-star ratings) reviews. However,
the exact algorithm that Amazon uses to determine top reviews is not publicly disclosed [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        In the RecTour 2024 Challenge organized by Booking.com [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], we introduce a feature integration
method that leverages Sentence BERT [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and utilize cosine similarity measures to rank the reviews.
We show that incorporating additional review features, beyond just helpfulness votes, can improve the
ranking quality. The core contributions of this paper are as follows:
1. We propose a sentence transformer-based feature extraction method for review ranking. Our
approach involves generating user and review profiles by concatenating user and review
information, respectively, and then encoding both profiles using a sentence transformer. We compute
the cosine similarity between the user profile and accommodation reviews to determine ranking.
2. Our method is evaluated using Booking.com datasets and shows improved performance compared
to traditional methods based solely on helpfulness votes.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Review ranking is considered as one of the efective methods to enhance the user engagement in the
e-commerce business. Numerous studies have been conducted on personalized review ranking [
        <xref ref-type="bibr" rid="ref12 ref9">9, 12</xref>
        ].
Traditional methods often rank reviews based on review helpfulness, particularly helpfulness votes
[
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ]. Sunil et. al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] utilize textual review to predict the helpfulness score. Helpfulness scores
are predicted using features from review text, product descriptions, and customer Q &amp; A data, with a
random forest classifier and gradient boosting regressor. Reviews are classified as low or high quality by
the classifier, and scores for high-quality reviews are predicted using the regressor. Wu [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] introduces
a framework that jointly estimates the impact of review popularity and helpfulness. However, these
approaches sufer from presentation bias as many reviews receive no votes and may be overlooked [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        Integration of diverse user feedback has proven highly efective in understanding user preferences
and item characteristics for recommendation systems [
        <xref ref-type="bibr" rid="ref16 ref17 ref18 ref19">16, 17, 18, 19</xref>
        ]. These studies harness the power
of user reviews to gain insights into user preferences and item features, contributing to a comprehensive
understanding of overall user inclinations towards products.
      </p>
      <p>
        Recent advancements in natural language processing have yielded sophisticated text encoding models.
BERT (Bidirectional Encoder Representations from Transformers) [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and its variants, like
SentenceBERT [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], have markedly enhanced the ability to capture semantic nuances and contextual information
from text. These advanced models produce multidimensional embeddings that encapsulate the semantic
essence of reviews, enabling more refined analysis and ranking processes. In this paper, we propose a
sentence transformer-based feature extraction method for review ranking. In addition, we integrate
various forms of reviews to create user and item profiles to enhance the ranking quality.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <sec id="sec-3-1">
        <title>3.1. Preliminaries</title>
        <p>Consider a user, identified by  _ , and an accommodation, identified by   _ . Each
accommodation is associated with multiple reviews, each with a unique    _ . For a specific user
and accommodation, the objective is to retrieve the top 10 most relevant reviews. The method involves
three components: 1) user and accommodation profile creation, 2) feature extraction, and 3) similarity
search and ranking.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. User and Accommodation Profile Creation</title>
        <p>The first step of the review ranking process is the user and accommodation profile construction. As a
baseline approach, we rank the review based on the helpfulness vote. To achieve this, for each user and
accommodation, we create a list of pairs with review IDs and “helpfulness” vote counts. Then we sort
them in descending order and the top-voted review ids are kept. Similar to the “helpfulness” vote, we
follow the same strategy when using the review scores for review ranking.</p>
        <p>As the next step, we hypothesize that accommodation review profiles are influenced by attributes
such as    _ ,    _  , and    _  while user profiles are linked to  _  ,
 _  ,   _  ,   _  ,  _ _ , and  _ _ _ . To
build comprehensive user and accommodation profiles, we concatenate these features. We
experiment with several combinations of features for both user and accommodation profiles. The detailed
combination of diferent features is discussed in section 4.2.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Feature Extraction</title>
        <p>
          We apply pre-trained sentence-BERT for feature extraction from the user and accommodation profile.
Sentence-BERT is a variant of the pre-trained BERT [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] model that utilizes siamese and triplet network
architectures to generate semantically meaningful sentence embeddings, enabling comparison through
cosine similarity [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. It is a cutting-edge text encoder model and a widely used method for generating
text embeddings. Both the user and accommodation profiles are encoded using SBERT.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Similarity Search and Ranking</title>
        <p>To compute the similarity score between each user and the list of reviews for accommodation, we use
the cosine similarity measure. For a given user  and a review  , the similarity score can be computed
as follows.</p>
        <p>sim(,  ) =  ⋅ 
‖‖‖ ‖
where  and  are the vector representations of the user and review. The detailed workflow of the
method is shown in Figure 1
(1)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental Details</title>
      <sec id="sec-4-1">
        <title>4.1. Datasets</title>
        <p>
          In this work, we use the dataset provided from the RecTour 2024 Challenge organized by Booking.com
[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. The framework is evaluated with the test dataset that contains the user and accommodation
information. The total number of unique users and accommodations are 199138 and 5000 respectively.
A detailed description of the dataset is shown in Table in the Appendix.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Experimental Settings</title>
        <p>
          We perform several experiments using diferent combinations of features. In all cases, for feature
extraction, we use the smaller and faster version of SBERT [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] e.g., “all-MiniLM-L6-v2” which has 6
transformer layers and fewer parameters. Following are the details of each of these experiments.
        </p>
        <p>Experiment 1 and 2: In this case, for each user and accommodation, we sort the reviews based on
“review_helpful_votes”, and “review_score” respectively. Next, we retain the top 10 reviews for each
User ID and accommodation ID pair.</p>
        <p>Experiment 3: In experiment 3, user profiles are constructed by concatenating the diverse set of
review features including “guest_type”, “guest_country”, “room_nights”, “month”, “accommodation_type”,
“accommodation_country”, “accommodation_score”, “accommodation_star_rating”, “ location_is_beach
”, “location_is_ski”, and “location_is_city_center” respectively. Similarly, accommodation profiles are
created using various review features such as “review_title”, “review_positive”, “review_negative”,
“review_score”, and “review_helpful_votes”. Each accommodation has a list of reviews. Using a sentence
transformer, both the user profile and all the reviews from an accommodation are embedded. Then,
the similarity score between each user profile and all the reviews is calculated. Finally, based on these
similarity scores, the top 10 corresponding review IDs are retrieved.</p>
        <p>Experiment 4 and 5: Similar strategy is applied for experiment 4 and 5. However, in experiment
4, accommodation profiles are kept the same as in experiment 3, but user profiles are shrunk to
only “guest_type” and “guest_country”. On the other hand, experiment 5 keeps the user profile
the same but the accommodation profile is added with more features, e.g. “accommodation_type”,
“accommodation_country”, “accommodation_score”, “accommodation_star_rating”, “ location_is_beach
”, “location_is_ski”, and “location_is_city_center” respectively.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Evaluation Metrics</title>
        <p>We evaluate the performance of our ranking system using MRR (Mean Reciprocal Rank) and Precision,
specifically MRR@10 and Precision@10, which indicate the MRR and Precision of the top 10 ranked
reviews.</p>
        <p>MRR (Mean Reciprocal Rank)@K
MRR@K measures the quality of a ranking system by focusing on the position of the first relevant item
from the top K retrieved items. For a user u, the reciprocal rank is:
where rank is the rank position of the first relevant item.</p>
        <p>The Mean Reciprocal Rank across all  is:</p>
        <p>Reciprocal Rank =</p>
        <p>1
rank
MRR@K = 1 ∑| | 1</p>
        <p>| | =1 rank</p>
        <p>MRR@K is useful for evaluating how quickly the first relevant result appears. If no relevant item
is found within the top K, the reciprocal rank for that user is 0. A higher MRR indicates better
performance in placing relevant items early in the ranking. When using MRR@10, we focus specifically
on the top 10 positions to evaluate performance within this subset.</p>
        <p>Total Number of relevant items in the top K
| |
where K is the number of items in the ranked list.</p>
        <p>A higher MRR@K score shows that the first relevant result appears early in the ranking, while a
higher Precision@k score indicates a higher proportion of relevant items in the top K results. MRR@K
is best for situations where finding the first relevant item quickly is important, whereas Precision@K is
better for evaluating systems that need to return multiple relevant items.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results and Discussion</title>
      <p>The performance of our method is presented in Table 1. It is obvious from the results that when we use
only helpfulness vote or review score, both the MRR@10 and the Precision@10 are low compared to the
addition of features. In experiment 5, MRR@10 and Precision@10 are 0.0787 and 0.2605, respectively,
while in experiment 1, they are 0.0735 and 0.2511, which indicates that MRR and Precision are 0.52% and
0.94% higher in experiment 5 compared to experiment 1. Experiment 1 and 2 give similar performance
for both metrics, which indicates that both helpfulness vote and reviews score have similar impact on
review ranking. Experiment 3 shows slightly better performance than Experiment 4, suggesting that
the addition of features captures users’ comprehensive behavior. This highlights the importance of
incorporating textual reviews when modeling user behavior and item characteristics.</p>
      <p>Therefore, we can conclude that user-generated textual reviews contain user and item-representative
features and leveraging them to review ranking improves the ranking quality compared to traditional
helpfulness vote or review score-based ranking methods.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>In this work, we present a review ranking method for accommodation. We incorporate several forms of
review features to create user and accommodation profiles. Sentence Transformer is applied to extract
the features from the review profiles, and finally, the cosine similarity score between the user profile and
each review is measured to rank the reviews. The performance of the method is evaluated with MRR
(Mean Reciprocal Rank) and Precision@K. Our results reveal that integration of linguistic features to
create user and accommodation profiles outperforms the vanilla helpfulness vote-based review ranking
method. In the future, we aim to leverage state-of-the-art LLMs to rank the reviews.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This project is partially sponsored by the Natural Science and Engineering Research Council of Canada
(grant 2020-04760).
7. Appendix
guest_country
room_nights
month
accommodation_id
accommodation_type
accommodation_score
accommodation_country
accommodation_star_rating
location_is_beach
location_is_ski
location_is_city_center
Field name
review_id
review_title
review_positive
review_negative
review_score
review_helpful_votes
user_id
guest_type</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chhabra</surname>
          </string-name>
          ,
          <article-title>Netflix says 80 percent of watched content is based on algorithmic recommendations</article-title>
          , Mobile Syrup: Toronto, ON, USA (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>K.</given-names>
            <surname>Heinonen</surname>
          </string-name>
          ,
          <article-title>Consumer activity in social media: Managerial approaches to consumers' social media behavior</article-title>
          ,
          <source>Journal of consumer behaviour 10</source>
          (
          <year>2011</year>
          )
          <fpage>356</fpage>
          -
          <lpage>364</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Sivaranjani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Rachamadugu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. S.</given-names>
            <surname>Reddy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R. A</given-names>
            ,
            <surname>M. Sakthivel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Depuru</surname>
          </string-name>
          ,
          <article-title>Fashion recommendation system using machine learning</article-title>
          ,
          <source>in: 2023 4th International Conference on Smart Electronics and Communication (ICOSEC)</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>1367</fpage>
          -
          <lpage>1374</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICOSEC58147.
          <year>2023</year>
          .
          <volume>10275967</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Lahiri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. V.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <source>Tmu at trec clinical trials track</source>
          <year>2023</year>
          , arXiv preprint arXiv:
          <volume>2403</volume>
          .12088 (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Paget</surname>
          </string-name>
          ,
          <source>Local consumer review survey</source>
          <year>2023</year>
          , Online verfügbar unter https://www. brightlocal. com/research/local-consumer
          <string-name>
            <surname>-</surname>
          </string-name>
          review-survey/,
          <source>zuletzt geprüft am 19</source>
          (
          <year>2023</year>
          )
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ghose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. G.</given-names>
            <surname>Ipeirotis</surname>
          </string-name>
          ,
          <article-title>Designing novel review ranking systems: predicting the usefulness and impact of reviews</article-title>
          ,
          <source>in: Proceedings of the ninth international conference on Electronic commerce</source>
          ,
          <year>2007</year>
          , pp.
          <fpage>303</fpage>
          -
          <lpage>310</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Merton</surname>
          </string-name>
          ,
          <article-title>The matthew efect in science: The reward and communication systems of science are considered</article-title>
          .,
          <source>Science</source>
          <volume>159</volume>
          (
          <year>1968</year>
          )
          <fpage>56</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>H.-Y.</given-names>
            <surname>Hsieh</surname>
          </string-name>
          , S.
          <string-name>
            <surname>-H. Wu</surname>
          </string-name>
          ,
          <article-title>Ranking online customer reviews with the svr model</article-title>
          ,
          <source>in: 2015 IEEE international conference on information reuse and integration</source>
          , IEEE,
          <year>2015</year>
          , pp.
          <fpage>550</fpage>
          -
          <lpage>555</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Saumya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Baabdullah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Rana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. K.</given-names>
            <surname>Dwivedi</surname>
          </string-name>
          ,
          <article-title>Ranking online consumer reviews</article-title>
          ,
          <source>Electronic commerce research and applications 29</source>
          (
          <year>2018</year>
          )
          <fpage>78</fpage>
          -
          <lpage>89</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Livne</surname>
          </string-name>
          , E. Fainman, Booking.com
          <article-title>rectour 2024 challenge</article-title>
          , in: ACM RecSys RecTour '24,
          <string-name>
            <surname>Bari</surname>
          </string-name>
          , Italy,
          <year>2024</year>
          . URL: https://workshops.ds-ifs.tuwien.ac.at/rectour24/rectour-2024-challenge/.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <article-title>Sentence-bert: Sentence embeddings using siamese bert-networks</article-title>
          , arXiv preprint arXiv:
          <year>1908</year>
          .
          <volume>10084</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N.</given-names>
            <surname>Adler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Friedman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Sinuany-Stern</surname>
          </string-name>
          ,
          <article-title>Review of ranking methods in the data envelopment analysis context</article-title>
          ,
          <source>European journal of operational research 140</source>
          (
          <year>2002</year>
          )
          <fpage>249</fpage>
          -
          <lpage>265</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Comprehensive helpfulness of online reviews: A dynamic strategy for ranking reviews by intrinsic and extrinsic helpfulness, Decision Support Systems 163 (</article-title>
          <year>2022</year>
          )
          <fpage>113859</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Melleng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jurek-Loughrey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Padmanabhan</surname>
          </string-name>
          ,
          <article-title>Ranking online reviews based on their helpfulness: An unsupervised approach</article-title>
          ,
          <source>in: International Conference on Recent Advances in Natural Language Processing: Proceedings</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>959</fpage>
          -
          <lpage>967</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>J. Wu</surname>
          </string-name>
          ,
          <article-title>Review popularity and review helpfulness: A model for user review efectiveness, Decision Support Systems 97 (</article-title>
          <year>2017</year>
          )
          <fpage>92</fpage>
          -
          <lpage>103</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hwangbo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. J.</given-names>
            <surname>Cha</surname>
          </string-name>
          ,
          <article-title>Recommendation system development for fashion retail e-commerce</article-title>
          ,
          <source>Electronic Commerce Research and Applications</source>
          <volume>28</volume>
          (
          <year>2018</year>
          )
          <fpage>94</fpage>
          -
          <lpage>101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cuzzocrea</surname>
          </string-name>
          <article-title>, Multi-criteria rating and review based recommendation model</article-title>
          ,
          <source>in: 2022 IEEE International Conference on Big Data (Big Data)</source>
          , IEEE,
          <year>2022</year>
          , pp.
          <fpage>5494</fpage>
          -
          <lpage>5503</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>E.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <article-title>Aspect-aware multi-criteria recommendation model with aspect representation learning</article-title>
          ,
          <source>in: 2023 IEEE International Conference on Web Intelligence and Intelligent Agent Technology (WI-IAT)</source>
          , IEEE,
          <year>2023</year>
          , pp.
          <fpage>268</fpage>
          -
          <lpage>272</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>E.</given-names>
            <surname>Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rahman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Raza</surname>
          </string-name>
          ,
          <article-title>Review-based recommender systems: A survey of approaches, challenges</article-title>
          and future perspectives,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2405.05562. arXiv:
          <volume>2405</volume>
          .
          <fpage>05562</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>