MinhDS commited on
Commit
7b9faf4
·
verified ·
1 Parent(s): 6da88b2

Upload 20 files

Browse files
.gitattributes CHANGED
@@ -1,60 +1,2 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
- *.bin filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ckpt filter=lfs diff=lfs merge=lfs -text
7
- *.ftz filter=lfs diff=lfs merge=lfs -text
8
- *.gz filter=lfs diff=lfs merge=lfs -text
9
- *.h5 filter=lfs diff=lfs merge=lfs -text
10
- *.joblib filter=lfs diff=lfs merge=lfs -text
11
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
- *.lz4 filter=lfs diff=lfs merge=lfs -text
13
- *.mds filter=lfs diff=lfs merge=lfs -text
14
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
- *.model filter=lfs diff=lfs merge=lfs -text
16
- *.msgpack filter=lfs diff=lfs merge=lfs -text
17
- *.npy filter=lfs diff=lfs merge=lfs -text
18
- *.npz filter=lfs diff=lfs merge=lfs -text
19
- *.onnx filter=lfs diff=lfs merge=lfs -text
20
- *.ot filter=lfs diff=lfs merge=lfs -text
21
- *.parquet filter=lfs diff=lfs merge=lfs -text
22
- *.pb filter=lfs diff=lfs merge=lfs -text
23
- *.pickle filter=lfs diff=lfs merge=lfs -text
24
- *.pkl filter=lfs diff=lfs merge=lfs -text
25
- *.pt filter=lfs diff=lfs merge=lfs -text
26
- *.pth filter=lfs diff=lfs merge=lfs -text
27
- *.rar filter=lfs diff=lfs merge=lfs -text
28
- *.safetensors filter=lfs diff=lfs merge=lfs -text
29
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
- *.tar.* filter=lfs diff=lfs merge=lfs -text
31
- *.tar filter=lfs diff=lfs merge=lfs -text
32
- *.tflite filter=lfs diff=lfs merge=lfs -text
33
- *.tgz filter=lfs diff=lfs merge=lfs -text
34
- *.wasm filter=lfs diff=lfs merge=lfs -text
35
- *.xz filter=lfs diff=lfs merge=lfs -text
36
- *.zip filter=lfs diff=lfs merge=lfs -text
37
- *.zst filter=lfs diff=lfs merge=lfs -text
38
- *tfevents* filter=lfs diff=lfs merge=lfs -text
39
- # Audio files - uncompressed
40
- *.pcm filter=lfs diff=lfs merge=lfs -text
41
- *.sam filter=lfs diff=lfs merge=lfs -text
42
- *.raw filter=lfs diff=lfs merge=lfs -text
43
- # Audio files - compressed
44
- *.aac filter=lfs diff=lfs merge=lfs -text
45
- *.flac filter=lfs diff=lfs merge=lfs -text
46
- *.mp3 filter=lfs diff=lfs merge=lfs -text
47
- *.ogg filter=lfs diff=lfs merge=lfs -text
48
- *.wav filter=lfs diff=lfs merge=lfs -text
49
- # Image files - uncompressed
50
- *.bmp filter=lfs diff=lfs merge=lfs -text
51
- *.gif filter=lfs diff=lfs merge=lfs -text
52
- *.png filter=lfs diff=lfs merge=lfs -text
53
- *.tiff filter=lfs diff=lfs merge=lfs -text
54
- # Image files - compressed
55
- *.jpg filter=lfs diff=lfs merge=lfs -text
56
- *.jpeg filter=lfs diff=lfs merge=lfs -text
57
- *.webp filter=lfs diff=lfs merge=lfs -text
58
- # Video files - compressed
59
- *.mp4 filter=lfs diff=lfs merge=lfs -text
60
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
+ *.parquet filter=lfs diff=lfs merge=lfs -text
2
+ *.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
DATASHEET.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datasheet for the ViHoRec Dataset
2
+
3
+ Following the *Datasheets for Datasets* framework (Gebru et al., 2021). All
4
+ statistics below are produced automatically by `scripts/quality_control.py`,
5
+ `scripts/anonymize.py`, and `scripts/make_benchmark_split.py`.
6
+
7
+ ## 1. Motivation
8
+ - **Purpose.** There is no publicly documented Vietnamese hotel recommendation
9
+ dataset. ViHoRec fills this gap for research on collaborative filtering,
10
+ content-based, and hybrid recommendation, and on cold-start handling.
11
+ - **Created by.** The authors (University of Information Technology, VNU-HCM).
12
+ - **Not for.** Commercial use (see LICENSE) or re-identification of individuals.
13
+
14
+ ## 2. Composition
15
+ Three released tables (`release/`):
16
+
17
+ | File | Rows | Columns |
18
+ |---|---|---|
19
+ | `interactions.csv` | 18,267 | user_id, hotel_id, rating, date, source |
20
+ | `users.csv` | 6,832 | user_id, n_interactions |
21
+ | `hotels.csv` | 560 | hotel_id, name, location |
22
+ | content metadata (`data_content_based_raw.csv`) | 309 | 11 attributes (facilities, surroundings, vicinity, price, distance, ...) |
23
+
24
+ - **Instances.** A row in `interactions.csv` is one user–hotel rating (0–10)
25
+ with a timestamp and its originating site.
26
+ - **Sources.** Booking.com (7,597), Traveloka (6,273), Ivivu (4,404).
27
+ - **Ratings** span 1.0–10.0; **dates** span 2011-10-15 to 2023-12-09.
28
+ - **Sensitive data.** Direct identifiers (reviewer display names) are **removed**
29
+ before release; user ids are salted-HMAC pseudonyms (see §6).
30
+
31
+ ## 3. Collection Process
32
+ - **How.** Automated crawling with `requests`/BeautifulSoup and JSON review
33
+ APIs where available; manual collection for content metadata (no public API).
34
+ - **Sampling.** Sites and hotels selected by credibility and user volume; hotels
35
+ concentrated in Vietnamese destinations (Đà Lạt, Đà Nẵng, Nha Trang, Vũng Tàu,
36
+ Phú Quốc, Phan Thiết, ...).
37
+ - **Timeframe.** Reviews were posted 2011–2023; crawling performed in 2023.
38
+
39
+ ## 4. Preprocessing / Cleaning / Quality Control
40
+ Reproduced by `scripts/quality_control.py`. Reported measures:
41
+
42
+ | Check | Result |
43
+ |---|---|
44
+ | Field completeness | 0% missing after collection-time imputation (see limitation below) |
45
+ | Exact duplicate interactions | 7 (0.038%) removed |
46
+ | Near-duplicates (reviewer + canonical hotel + date) | 11 (0.060%) |
47
+ | Invalid / out-of-range ratings | 0 (dirty token `8..5` repaired) |
48
+ | Unparsable dates | 0 |
49
+ | Raw hotel names → canonical hotels | 581 → 560 (21 spelling variants merged, 3.6%) |
50
+ | Hotels appearing on ≥2 sites | 78 |
51
+ | Hotels with conflicting location | 1 (flagged) |
52
+
53
+ - **Entity resolution.** Cross-site hotel matching uses an accent-free,
54
+ stopword-stripped, order-independent canonical key (`textnorm.py`), replacing
55
+ the original naïve `LabelEncoder(NameHotel)` exact-string matching.
56
+ - **Manual validation.** `annotation_agreement.py` draws a stratified sample
57
+ (default n≈250: interactions + hotels) for ≥2 annotators and reports percent
58
+ agreement and Cohen's / Fleiss' κ, plus an estimated record-accuracy rate.
59
+
60
+ ## 5. Uses
61
+ - Recommended: benchmarking CF/CB/hybrid recommenders, cold-start studies,
62
+ Vietnamese-language RecSys, low-resource / sparse-data research.
63
+ - **Known limitations.**
64
+ - Small scale (18k interactions) vs. MovieLens-100k / Amazon; sparse
65
+ (97.5% sparsity in the benchmark split).
66
+ - Reviewer display names were partially imputed/normalised at crawl time
67
+ (missing names were replaced), so `n_interactions` per user and the
68
+ number of distinct users are approximate — user identity is derived from
69
+ a low-cardinality name string and may merge distinct individuals.
70
+ - Ratings are aggregate scores, not multi-criteria.
71
+
72
+ ## 6. Ethics, Terms of Service & Legal
73
+ - **Terms of Service.** Booking.com, Traveloka, and Ivivu restrict automated
74
+ scraping and commercial reuse in their ToS. To stay within a defensible
75
+ research-use position we: (a) collected only publicly visible review text and
76
+ ratings, no private/account data; (b) do **not** redistribute raw HTML or
77
+ full review text, only derived numeric ratings and hotel metadata;
78
+ (c) release under **CC BY-NC 4.0** (non-commercial); (d) provide takedown on
79
+ request. Users of this dataset must comply with the source platforms' ToS.
80
+ - **Personal data / anonymisation.** No emails, account ids, or full names are
81
+ released. `anonymize.py` drops the display name entirely and assigns a
82
+ salted `HMAC-SHA256(secret_salt, name)[:12]` pseudonym; the secret salt is
83
+ kept off-repo (`VIHOREC_SALT`) and the name→id lookup
84
+ (`reports/_private_mapping.csv`) is **never** published.
85
+ - **Risk.** Re-identification risk is low: no free-text, no geolocation beyond
86
+ city, and pseudonymous ids.
87
+
88
+ ## 7. Distribution & Maintenance
89
+ - Hosted with a versioned DOI (e.g., Zenodo); this repository is the canonical
90
+ build pipeline. Report issues / request takedown to the corresponding author.
LICENSE ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ViHoRec Dataset License
2
+ =======================
3
+
4
+ The ViHoRec dataset (the anonymised files under `dataset_release/release/`:
5
+ interactions.csv, users.csv, hotels.csv, and the benchmark split) is released
6
+ under the
7
+
8
+ Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
9
+
10
+ license. Full legal text: https://creativecommons.org/licenses/by-nc/4.0/legalcode
11
+
12
+ You are free to:
13
+ * Share - copy and redistribute the material in any medium or format.
14
+ * Adapt - remix, transform, and build upon the material.
15
+
16
+ Under the following terms:
17
+ * Attribution - You must give appropriate credit by citing the dataset paper
18
+ (see CITATION below), provide a link to this license, and indicate if
19
+ changes were made.
20
+ * NonCommercial - You may not use the material for commercial purposes.
21
+
22
+ The accompanying source code under `dataset_release/scripts/` is released under
23
+ the MIT License and may be reused, including commercially.
24
+
25
+ Rationale for NonCommercial
26
+ ---------------------------
27
+ The underlying reviews were published by users on third-party booking platforms
28
+ (Booking.com, Traveloka, Ivivu). To respect those platforms' Terms of Service
29
+ and the non-commercial spirit of academic data sharing, the derived dataset is
30
+ restricted to research and educational (non-commercial) use only. See
31
+ DATASHEET.md for the full ethical and legal discussion.
32
+
33
+ CITATION
34
+ --------
35
+ If you use this dataset, please cite:
36
+
37
+ @article{vihorec,
38
+ title = {ViHoRec: A Vietnamese Hotel Recommendation Dataset with a
39
+ Documented Collection and Quality-Control Pipeline},
40
+ author = {Nguyen, Hoang Minh},
41
+ year = {2026}
42
+ }
README.md CHANGED
@@ -1,3 +1,188 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - vi
5
+ pretty_name: ViHoRec
6
+ size_categories:
7
+ - 10K<n<100K
8
+ task_categories:
9
+ - other
10
+ tags:
11
+ - recommendation
12
+ - recommender-systems
13
+ - hotel
14
+ - vietnamese
15
+ - cold-start
16
+ - tabular
17
+ - entity-resolution
18
+ - parquet
19
+ - csv
20
+ configs:
21
+ - config_name: interactions
22
+ default: true
23
+ data_files:
24
+ - split: train
25
+ path: data/interactions/train-*.parquet
26
+ - config_name: users
27
+ data_files:
28
+ - split: train
29
+ path: data/users/train-*.parquet
30
+ - config_name: hotels
31
+ data_files:
32
+ - split: train
33
+ path: data/hotels/train-*.parquet
34
+ - config_name: benchmark
35
+ data_files:
36
+ - split: train
37
+ path: data/benchmark/train-*.parquet
38
+ - split: test
39
+ path: data/benchmark/test-*.parquet
40
+ dataset_info:
41
+ - config_name: interactions
42
+ features:
43
+ - name: user_id
44
+ dtype: string
45
+ - name: hotel_id
46
+ dtype: string
47
+ - name: rating
48
+ dtype: float32
49
+ - name: date
50
+ dtype: string
51
+ - name: source
52
+ dtype: string
53
+ splits:
54
+ - name: train
55
+ num_examples: 18267
56
+ - config_name: users
57
+ features:
58
+ - name: user_id
59
+ dtype: string
60
+ - name: n_interactions
61
+ dtype: int64
62
+ splits:
63
+ - name: train
64
+ num_examples: 6832
65
+ - config_name: hotels
66
+ features:
67
+ - name: hotel_id
68
+ dtype: string
69
+ - name: name
70
+ dtype: string
71
+ - name: location
72
+ dtype: string
73
+ splits:
74
+ - name: train
75
+ num_examples: 560
76
+ - config_name: benchmark
77
+ features:
78
+ - name: userID
79
+ dtype: int64
80
+ - name: itemID
81
+ dtype: int64
82
+ - name: rating
83
+ dtype: float32
84
+ - name: timestamp
85
+ dtype: int64
86
+ splits:
87
+ - name: train
88
+ num_examples: 9787
89
+ - name: test
90
+ num_examples: 800
91
+ ---
92
+
93
+ # ViHoRec — Vietnamese Hotel Recommendation Dataset
94
+
95
+ A **quality-controlled, anonymised, benchmark-ready** Vietnamese hotel
96
+ recommendation dataset for recommender-systems research.
97
+
98
+ | Resource | Count |
99
+ |---|---|
100
+ | Interactions (cleaned) | 18,267 |
101
+ | Users | 6,832 |
102
+ | Hotels | 560 |
103
+ | Benchmark split | 800 users × 535 hotels (9,787 train / 800 test) |
104
+
105
+ Sources: Booking.com, Traveloka, Ivivu. License: **CC BY-NC 4.0** (data), MIT (code on GitHub).
106
+
107
+ ## Dataset Viewer / subsets
108
+
109
+ The Hub Dataset Viewer is configured via the YAML `configs` block above.
110
+ Use the **Subset** dropdown:
111
+
112
+ | Subset | Splits | Rows | Description |
113
+ |---|---|---|---|
114
+ | `interactions` (default) | `train` | 18,267 | user–hotel ratings |
115
+ | `users` | `train` | 6,832 | user aggregates |
116
+ | `hotels` | `train` | 560 | hotel metadata |
117
+ | `benchmark` | `train` / `test` | 9,787 / 800 | public LOO split |
118
+
119
+ Data files live under `data/<config>/<split>-00000-of-00001.parquet` (plus CSV twins for convenience).
120
+
121
+ ## Load with 🤗 Datasets
122
+
123
+ ```python
124
+ from datasets import load_dataset
125
+
126
+ # default subset = interactions
127
+ ds = load_dataset("MinhDS/ViHoRec")
128
+ print(ds["train"][0])
129
+
130
+ interactions = load_dataset("MinhDS/ViHoRec", "interactions")
131
+ users = load_dataset("MinhDS/ViHoRec", "users")
132
+ hotels = load_dataset("MinhDS/ViHoRec", "hotels")
133
+ benchmark = load_dataset("MinhDS/ViHoRec", "benchmark") # train + test
134
+
135
+ # streaming (no full download)
136
+ stream = load_dataset("MinhDS/ViHoRec", "interactions", split="train", streaming=True)
137
+ for row in stream.take(3):
138
+ print(row)
139
+ ```
140
+
141
+ Or with pandas / Polars:
142
+
143
+ ```python
144
+ import pandas as pd
145
+
146
+ interactions = pd.read_parquet("hf://datasets/MinhDS/ViHoRec/data/interactions/train-00000-of-00001.parquet")
147
+ train = pd.read_parquet("hf://datasets/MinhDS/ViHoRec/data/benchmark/train-00000-of-00001.parquet")
148
+ test = pd.read_parquet("hf://datasets/MinhDS/ViHoRec/data/benchmark/test-00000-of-00001.parquet")
149
+ ```
150
+
151
+ ## Repository layout (Hub)
152
+
153
+ ```
154
+ data/
155
+ ├── interactions/train-00000-of-00001.{parquet,csv}
156
+ ├── users/train-00000-of-00001.{parquet,csv}
157
+ ├── hotels/train-00000-of-00001.{parquet,csv}
158
+ └── benchmark/
159
+ ├── train-00000-of-00001.{parquet,csv}
160
+ └── test-00000-of-00001.{parquet,csv}
161
+ benchmark/ # reference artifacts (not in Viewer configs)
162
+ ├── user_map.csv / item_map.csv
163
+ ├── split_config.json
164
+ └── baseline_results*.csv
165
+ DATASHEET.md
166
+ LICENSE
167
+ README.md
168
+ ```
169
+
170
+ ## Key statistics
171
+ - Raw interactions: 18,274 (Booking 7,597 / Traveloka 6,273 / Ivivu 4,404)
172
+ - After cleaning: **18,267** interactions, **6,832** users, **560** hotels
173
+ - Entity matching merged 21 cross-site name variants; 78 hotels on ≥2 sites
174
+ - Benchmark split: 800 users × 535 items, 9,787 train / 800 test, 97.53% sparse
175
+
176
+ ## Full pipeline & code
177
+ The reproducible construction scripts live on GitHub:
178
+ [MinhNguyenDS/ViHoRec](https://github.com/MinhNguyenDS/ViHoRec).
179
+
180
+ ```bash
181
+ # rebuild Hub-ready parquet/csv layout from release/
182
+ python scripts/prepare_hf_hub.py
183
+ # then: huggingface-cli upload MinhDS/ViHoRec hf_hub/ . --repo-type dataset
184
+ ```
185
+
186
+ ## Citation
187
+ Please cite the ViHoRec data-descriptor paper when using this dataset.
188
+ See `DATASHEET.md` for provenance, ethics, and known limitations.
benchmark/baseline_results.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47088c309345f21459b3249a5b4106f221e7ec76e6a56cce5293bbefefda3b14
3
+ size 529
benchmark/baseline_results.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ | Method | MRR | MAP@5 | NDCG@5 | Precision@5 | Recall@5 | MAP@10 | NDCG@10 | Precision@10 | Recall@10 |
2
+ |---|---|---|---|---|---|---|---|---|---|
3
+ | Random | 0.0119 | 0.0036 | 0.0046 | 0.0016 | 0.0079 | 0.0054 | 0.0093 | 0.0023 | 0.0225 |
4
+ | MostPop | 0.0496 | 0.0310 | 0.0385 | 0.0123 | 0.0612 | 0.0368 | 0.0528 | 0.0106 | 0.1062 |
5
+ | ItemKNN-cosine | 0.0401 | 0.0212 | 0.0277 | 0.0095 | 0.0475 | 0.0252 | 0.0376 | 0.0079 | 0.0788 |
6
+ | UserKNN-cosine | 0.0630 | 0.0387 | 0.0465 | 0.0140 | 0.0700 | 0.0472 | 0.0671 | 0.0134 | 0.1338 |
7
+ | BPR-MF | 0.0512 | 0.0297 | 0.0369 | 0.0119 | 0.0592 | 0.0358 | 0.0519 | 0.0106 | 0.1058 |
8
+ | Content-TFIDF | 0.0275 | 0.0118 | 0.0165 | 0.0063 | 0.0312 | 0.0153 | 0.0249 | 0.0057 | 0.0575 |
benchmark/baseline_results_std.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3395e73746e85b8f73b0ddbbbc0bdc11664c77e6408bbc057dc1fba8d4e4bd8a
3
+ size 219
benchmark/item_map.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0719dd721ee53fc831096b97902346bd9d4d13e3099c1b49460c1b1c8f86f99
3
+ size 5792
benchmark/split_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "protocol": "leave-last-one-out (temporal)",
3
+ "min_interactions": 4,
4
+ "seed": 42,
5
+ "n_users": 800,
6
+ "n_items": 535,
7
+ "n_train": 9787,
8
+ "n_test": 800,
9
+ "sparsity_pct": 97.5264
10
+ }
benchmark/user_map.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c830948d8aa0afc75ea53f2a3005ae1ae3176ea57e653ddccf58271c68fd3716
3
+ size 15106
data/benchmark/test-00000-of-00001.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7ea148c81fb5305521ba317ffbb66ab598b37566e68161240fa2fe684a51b2
3
+ size 16666
data/benchmark/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a7b7146bc32b1a0dc153646e12360b32c866613d431a317523bbf9adf13ffc
3
+ size 13009
data/benchmark/train-00000-of-00001.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff236a8d562028ff9d2c21cbc159225d84a1e6d06c7983e00310c9eca7fade53
3
+ size 203527
data/benchmark/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b391f355d11ef7c56a563a4260a0cee723999f24883079a06bc08d408e18c5
3
+ size 59180
data/hotels/train-00000-of-00001.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75431a485a2ad2f8a19406aa30ed807ea1b140c20bd19113ab1b343b3632bd08
3
+ size 27792
data/hotels/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea55b71f275682938193b3f4d8e5dd4397c244d3364f765174e52747096a8667
3
+ size 15297
data/interactions/train-00000-of-00001.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63dba2c8e6e23302f1bd16e501d37bc5e1e2fec6f3117f0ab90263ffce7b086
3
+ size 810311
data/interactions/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9983dacaafd61fb76371a7d455c2bb8e6edef24a1758c1132b86760fc1fa93ab
3
+ size 195633
data/users/train-00000-of-00001.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e3702b6fe84435c78eba1fed1064289ce1b922bf3960b0e7bdbd56801af56c
3
+ size 116471
data/users/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbeb91b75a0d25ef2de75bfc3ccfaa70cd70da39d23b7c1a873ecc263f3384e
3
+ size 100633