Acidmanic commited on
Commit
80ab4c4
1 Parent(s): 0add42d

update read me from template

Browse files
Files changed (1) hide show
  1. README.md +84 -1
README.md CHANGED
@@ -9,4 +9,87 @@ tags:
9
  pretty_name: Dk-Fa-Cosmetics
10
  size_categories:
11
  - 100K<n<1M
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pretty_name: Dk-Fa-Cosmetics
10
  size_categories:
11
  - 100K<n<1M
12
+ ---
13
+ # Dataset Card for Dataset Name
14
+
15
+ <!-- Provide a quick summary of the dataset. -->
16
+
17
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
18
+
19
+ ## Dataset Details
20
+
21
+ ### Dataset Description
22
+
23
+ <!-- Provide a longer summary of what this dataset is. -->
24
+
25
+
26
+
27
+ - **Curated by:** Mani Moayedi
28
+ - **Language(s) (NLP):** Farsi (Persian)
29
+ - **License:** MIT
30
+
31
+ ## Uses
32
+
33
+ The samples of this dataset are user comments about products of an online shop website. Each comment contains some
34
+ additional data alongside the comments body, like star-rating value (0-5). This dataset can be used to train or generate
35
+ different data-models for NLP tasks like opinion mining and sentiment analysis.
36
+
37
+
38
+ ### Out-of-Scope Use
39
+
40
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
41
+
42
+ This dataset is the result of crawling 7 categories of cosmetic products from a perisan online-shop's product pages. The vocabulary
43
+ mostly revolves around the cosmetics subjects, therefore it might not be suitable for use cases which needs a generic collection of
44
+ words and phrases.
45
+
46
+
47
+ ## Dataset Structure
48
+
49
+ Each comment is represented
50
+ in structured format and contains comment's body, comment's title, star-rating value (0-5), Other users reactions to
51
+ each comment in terms of number-of-likes and number-of-dislikes. and a list of advantages and dis-advantages that user
52
+ might have specified. title field and advantages/disadvantages fields can be null or empty in many comments.
53
+
54
+ For more details please check out the file [Dataset Description](https://huggingface.co/datasets/Acidmanic/DK-FA-Cosmetics/resolve/main/Dataset%20Description.pdf).
55
+
56
+ ## Dataset Creation
57
+
58
+ The dataset is created using a crawler agains an online shop's website. Comments are scraped from product pages and stored as json, jsonl and csv files.
59
+
60
+ #### Personal and Sensitive Information
61
+
62
+ The dataset contains the username of userse who has posted the comments. All the information in the dataset, including these usernames, are
63
+ present on the products web-page whithout any login or authentication.
64
+
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ From Npl prespective, the dataset might mostly contain information about the the consmetic products and the quality
69
+ of sellers and resellers service. Therefore considering this dataset as a general source of language might introduce
70
+ some issues, depending on the use-case.
71
+
72
+
73
+ ## Glossary
74
+
75
+ | Set | Number Of Comments | Number Of Products | Average Comments Per Product |
76
+ | ----------- | ----------- | ----------- |----------- |
77
+ | **dk-fa-cosmetics** (Full dataset) | 421078 | 8325 | 51 |
78
+ | dkfacs-eyeliner (sub-set) | 30824 | 284 | 109 |
79
+ | dkfacs-stand (sub-set) | 83197 | 1738 | 48 |
80
+ | dkfacs-mascara (sub-set) | 47961 | 338 | 142 |
81
+ | dkfacs-sun-screen (sub-set) | 118699 | 772 | 154 |
82
+ | dkfacs-eye-shadow (sub-set) | 14532 | 634 | 23 |
83
+ | dkfacs-nails (sub-set) | 75209 | 3260 | 23 |
84
+ | dkfacs-lipsticks (sub-set) | 50656 | 1299 | 39 |
85
+
86
+
87
+ ## Dataset Card Authors
88
+
89
+ Mani Moayedi
90
+
91
+ ## Dataset Card Contact
92
+
93
94
+
95
+ https://github.com/Acidmanic