davidberenstein1957 HF staff commited on
Commit
5b5b3ae
1 Parent(s): 153e724

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -1,4 +1,16 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -44,4 +56,35 @@ dataset_info:
44
  ---
45
  # Dataset Card for "tripadvisor-hotel-reviews"
46
 
47
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license:
5
+ - cc-by-nc-4.0
6
+ size_categories:
7
+ - 10K<n<100K
8
+ source_datasets:
9
+ - original
10
+ task_categories:
11
+ - text-classification
12
+ task_ids:
13
+ - sentiment-classification
14
  dataset_info:
15
  features:
16
  - name: text
 
56
  ---
57
  # Dataset Card for "tripadvisor-hotel-reviews"
58
 
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** Kaggle Challenge
62
+ - **Repository:** https://www.kaggle.com/datasets/andrewmvd/trip-advisor-hotel-reviews
63
+ - **Paper:** https://zenodo.org/record/1219899
64
+ - **Leaderboard:** N.A.
65
+ - **Point of Contact:** N.A.
66
+
67
+ ### Dataset Summary
68
+
69
+ Hotels play a crucial role in traveling and with the increased access to information new pathways of selecting the best ones emerged.
70
+ With this dataset, consisting of 20k reviews crawled from Tripadvisor, you can explore what makes a great hotel and maybe even use this model in your travels!
71
+
72
+ ### Languages
73
+
74
+ english
75
+
76
+ ### Citation Information
77
+
78
+ If you use this dataset in your research, please credit the authors.
79
+ Citation
80
+
81
+ Alam, M. H., Ryu, W.-J., Lee, S., 2016. Joint multi-grain topic sentiment: modeling semantic aspects for online reviews. Information Sciences 339, 206–223.
82
+ DOI
83
+ License
84
+
85
+ CC BY NC 4.0
86
+ Splash banner
87
+
88
+ ### Contributions
89
+
90
+ Thanks to [@davidberenstein1957](https://github.com/davidberenstein1957) for adding this dataset.