jniimi commited on
Commit
87b2a85
1 Parent(s): 3e64999

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -19
README.md CHANGED
@@ -53,7 +53,7 @@ pretty_name: sentiment
53
  size_categories:
54
  - 10K<n<100K
55
  ---
56
- # Dataset Card for Dataset Name
57
 
58
  This repository contains a dataset of hotel reviews and ratings collected from TripAdvisor, which has been processed by us. The dataset includes reviews of various hotels along with metadata such as multiple-aspect ratings and review texts.
59
  Please refer to our [GitHub repo](https://github.com/jniimi/tripadvisor_dataset).
@@ -68,17 +68,15 @@ The contents of the two datasets (.csv and .pkl) are same; however, we recommend
68
 
69
  Since the original dataset has various language, we used machine learning to extract posts where reviews are written in English. Specifically, we adopted \`fastText\` ([https://fasttext.cc](https://fasttext.cc)) by Meta, utilizing the pre-trained model [\`lid.176.bin\`](https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin).
70
 
71
- - **Curated by:** [More Information Needed]
72
  - **Language(s) (NLP):** English
73
- - **License:** [More Information Needed]
74
 
75
  ### Dataset Sources [optional]
76
 
77
  <!-- Provide the basic links for the dataset. -->
78
 
79
- - **Repository:** [More Information Needed]
80
- - **Paper [optional]:** [More Information Needed]
81
- - **Demo [optional]:** [More Information Needed]
82
 
83
  ## Uses
84
 
@@ -94,7 +92,7 @@ This data is suitable for Aspect-based Sentiment Analysis (AbSA), as the same wa
94
 
95
  ### Out-of-Scope Use
96
 
97
- Please follow the policy of the original data source.
98
 
99
  ## Dataset Structure
100
 
@@ -115,12 +113,6 @@ The dataset includes the following columns in each line:
115
 
116
  ## Dataset Creation
117
 
118
- <!--### Curation Rationale
119
-
120
- Motivation for the creation of this dataset.
121
-
122
- [More Information Needed] -->
123
-
124
  ## Citation
125
 
126
  **BibTeX:**
@@ -137,11 +129,6 @@ howpublished = {\url{https://github.com/jniimi/tripadvisor_dataset}}
137
  Original paper:
138
  - Li, J., Ott, M., & Cardie, C. (2013, October). Identifying manipulated offerings on review portals. In Proceedings of the 2013 conference on empirical methods in natural language processing (pp. 1933-1942). [https://aclanthology.org/D13-1199/](https://aclanthology.org/D13-1199/)
139
 
140
-
141
- ## More Information [optional]
142
-
143
- [More Information Needed]
144
-
145
- ## Dataset Card Authors [optional]
146
 
147
  jniimi (@JvckAndersen)
 
53
  size_categories:
54
  - 10K<n<100K
55
  ---
56
+ # TripAdvisor Easy Dataset
57
 
58
  This repository contains a dataset of hotel reviews and ratings collected from TripAdvisor, which has been processed by us. The dataset includes reviews of various hotels along with metadata such as multiple-aspect ratings and review texts.
59
  Please refer to our [GitHub repo](https://github.com/jniimi/tripadvisor_dataset).
 
68
 
69
  Since the original dataset has various language, we used machine learning to extract posts where reviews are written in English. Specifically, we adopted \`fastText\` ([https://fasttext.cc](https://fasttext.cc)) by Meta, utilizing the pre-trained model [\`lid.176.bin\`](https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin).
70
 
 
71
  - **Language(s) (NLP):** English
72
+ - **License:** Apache-2.0
73
 
74
  ### Dataset Sources [optional]
75
 
76
  <!-- Provide the basic links for the dataset. -->
77
 
78
+ - **Repository:** [https://nlp.stanford.edu/~bdlijiwei/Code.html](https://nlp.stanford.edu/~bdlijiwei/Code.html)
79
+ - **Paper [optional]:** Li et al. (2023)
 
80
 
81
  ## Uses
82
 
 
92
 
93
  ### Out-of-Scope Use
94
 
95
+ Please follow the policy of the [original data source](https://nlp.stanford.edu/~bdlijiwei/Code.html).
96
 
97
  ## Dataset Structure
98
 
 
113
 
114
  ## Dataset Creation
115
 
 
 
 
 
 
 
116
  ## Citation
117
 
118
  **BibTeX:**
 
129
  Original paper:
130
  - Li, J., Ott, M., & Cardie, C. (2013, October). Identifying manipulated offerings on review portals. In Proceedings of the 2013 conference on empirical methods in natural language processing (pp. 1933-1942). [https://aclanthology.org/D13-1199/](https://aclanthology.org/D13-1199/)
131
 
132
+ ## Dataset Card Authors
 
 
 
 
 
133
 
134
  jniimi (@JvckAndersen)