fewshot-goes-multilingual-admin commited on
Commit
23a20c6
1 Parent(s): b9940bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -1,3 +1,59 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language:
5
+ - sk
6
+ language_creators:
7
+ - crowdsourced
8
+ license:
9
+ - cc-by-sa-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: CSFD movie reviews (Slovak)
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - movie reviews
19
+ - rating prediction
20
+ task_categories:
21
+ - text-classification
22
+ task_ids:
23
+ - sentiment-classification
24
  ---
25
+
26
+
27
+
28
+ # Dataset Card for CSFD movie reviews (Slovak)
29
+
30
+
31
+ ## Dataset Description
32
+
33
+ The dataset contains user reviews from Czech/Slovak movie databse website <https://csfd.cz>.
34
+ Each review contains text, rating, date, and basic information about the movie (or TV series).
35
+ The dataset has in total (train+validation+test) 30,000 reviews. The data is balanced - each rating has approximately the same frequency.
36
+
37
+
38
+ ## Dataset Features
39
+
40
+ Each sample contains:
41
+ - `review_id`: unique string identifier of the review.
42
+ - `rating_str`: string representation of the rating (from "0/5" to "5/5")
43
+ - `rating_int`: integer representation of the rating (from 0 to 5)
44
+ - `date`: date of publishing the review (just date, no time nor timezone)
45
+ - `comment_language`: language of the review (always "sk")
46
+ - `comment`: the string of the review
47
+ - `item_title`: title of the reviewed item
48
+ - `item_year`: publishing year of the item (string, can also be a range)
49
+ - `item_kind`: kind of the item - either "film" or "seriál"
50
+ - `item_genres`: list of genres of the item
51
+ - `item_directors`: list of director names of the item
52
+ - `item_screenwriters`: list of screenwriter names of the item
53
+ - `item_cast`: list of actors and actress in the item
54
+
55
+
56
+ ## Dataset Source
57
+
58
+ The data was mined and sampled from the <https://csfd.cz> website.
59
+ Make sure to comply with the terms of conditions of the website operator when using the data.