tafseer-nayeem commited on
Commit
ff3bb17
1 Parent(s): be3c665

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -53,13 +53,13 @@ One example from the `test` split of the dataset is given below in JSON format.
53
  ```
54
  ### Data Fields
55
 
56
- - 'user_review_posted': An integer representing the number of reviews posted by the reviewer.
57
- - 'user_total_helpful_votes': An integer representing the cumulative helpful votes received by the reviewer.
58
- - 'expertise': A normalized floating point number representing the mean number of helpful votes received per review.
59
- - 'user_cities_visited': An integer representing the number of cities visited by the reviewer.
60
- - 'review_days': A normalized floating point number representing the relative age of a review in days.
61
- - 'helpful_class': An integer representing the degree of helpfulness of a review.
62
- - 'review_text': A string representing the review.
63
 
64
  ### Data Splits
65
 
 
53
  ```
54
  ### Data Fields
55
 
56
+ - `user_review_posted`: An integer representing the number of reviews posted by the reviewer.
57
+ - `user_total_helpful_votes`: An integer representing the cumulative helpful votes received by the reviewer.
58
+ - `expertise`: A normalized floating point number representing the mean number of helpful votes received per review.
59
+ - `user_cities_visited`: An integer representing the number of cities visited by the reviewer.
60
+ - `review_days`: A normalized floating point number representing the relative age of a review in days.
61
+ - `helpful_class`: An integer representing the degree of helpfulness of a review.
62
+ - `review_text`: A string representing the review text.
63
 
64
  ### Data Splits
65