tafseer-nayeem commited on
Commit
c422798
·
1 Parent(s): 7bada68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -16,13 +16,13 @@ size_categories:
16
  - 100K<n<1M
17
  ---
18
 
19
- # Dataset Card for Review Helpfulness Prediction Dataset
20
 
21
  ## Dataset Description
22
 
23
  - **Homepage:**
24
  - **Repository:**
25
- - **Paper:**
26
  - **Leaderboard:**
27
  - **Point of Contact:**
28
 
@@ -39,6 +39,8 @@ The BCP-47 code for American English is en-US, while the code for British Englis
39
 
40
  ### Data Instances
41
 
 
 
42
  ```
43
  {
44
  "user_review_posted": 28,
@@ -52,7 +54,13 @@ The BCP-47 code for American English is en-US, while the code for British Englis
52
  ```
53
  ### Data Fields
54
 
55
- [More Information Needed]
 
 
 
 
 
 
56
 
57
  ### Data Splits
58
 
 
16
  - 100K<n<1M
17
  ---
18
 
19
+ # Dataset Card for Review Helpfulness Prediction (RHP) Dataset
20
 
21
  ## Dataset Description
22
 
23
  - **Homepage:**
24
  - **Repository:**
25
+ - **Paper:** [On the Role of Reviewer Expertise in Temporal Review Helpfulness Prediction](https://aclanthology.org/2023.findings-eacl.125/)
26
  - **Leaderboard:**
27
  - **Point of Contact:**
28
 
 
39
 
40
  ### Data Instances
41
 
42
+ One example from the `test` split of the dataset is given below in JSON format.
43
+
44
  ```
45
  {
46
  "user_review_posted": 28,
 
54
  ```
55
  ### Data Fields
56
 
57
+ - 'user_review_posted': An integer representing the number of reviews posted by the reviewer.
58
+ - 'user_total_helpful_votes': An integer representing the cumulative helpful votes received by the reviewer.
59
+ - 'expertise': A normalized floating point number representing the mean number of helpful votes received per review.
60
+ - 'user_cities_visited': An integer representing the number of cities visited by the reviewer.
61
+ - 'review_days': A normalized floating point number representing the relative age of a review in days.
62
+ - 'helpful_class': An integer representing the degree of helpfulness.
63
+ - 'user_total_helpful_votes':
64
 
65
  ### Data Splits
66