Skip to content

emrulhasan-nlp/RecTour2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecTour 2024 Challenge

In this challenge, we propose a sentence-transformer based feature extraction method for review ranking. We show that instead using traditional "helpfullness vote", integrating linguistic features enhance the performance of the review ranking. We evaluate the performance using MRR@10 and Precision@10.

Implemetation Details

  1. pip install requirements.txt
  2. This verson of the scritp uses only helpfulness votes and to run this uncomment line 53 -run: python rectour_v0.py
  3. This verson of the scritp uses only review score and to run this uncomment line 53 -run: python rectour_v0.py
  4. This verson of the scritp uses the following features for user and accommodation profile --accommodation profile: 'review_positive, 'review_negative','review_score','review_helpful_votes' --user profile: 'guest_type','guest_country', 'accommodation_type','accommodation_country','location_is_ski','location_is_beach','location_is_city_center' -run: python rectour_v1.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages