scaredmeow commited on
Commit
ace560f
1 Parent(s): 53881b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -0
README.md CHANGED
@@ -1,3 +1,121 @@
1
  ---
2
  license: mpl-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mpl-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - tl
7
+ tags:
8
+ - reviews
9
+ - shopee
10
+ size_categories:
11
+ - 10K<n<100K
12
  ---
13
+
14
+ # Dataset Card for Dataset Name
15
+
16
+ ## Dataset Description
17
+
18
+ - **Homepage:**
19
+ - **Repository:**
20
+ - **Paper:** [Enhancement to Low Resource Text Classification via Sequential Transfer Learning](#)
21
+ - **Leaderboard:**
22
+ - **Point of Contact:** [Neil Riego](mailto:neilchristianriego3@gmail.com)
23
+
24
+ ### Dataset Summary
25
+
26
+ 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).
27
+
28
+ ### Supported Tasks and Leaderboards
29
+
30
+ [More Information Needed]
31
+
32
+ ### Languages
33
+
34
+ [More Information Needed]
35
+
36
+ ## Dataset Structure
37
+
38
+ ### Data Instances
39
+
40
+ A typical data point, comprises of a text and the corresponding label.
41
+
42
+ An example from the YelpReviewFull test set looks as follows:
43
+ ```
44
+ {
45
+ 'label': pos,
46
+ 'text': 'Huyyy ang gandaaaaaaaaaaa. Grabe sobrang ganda talaga wala ako masabi. Complete orders pa pinadala sa akin. Buti hindi nabasag kahit walang bubble wrap. Okay na lang din para save mother earth and at least hindi nabasag hehe. Oorder ulit ako ang ganda eh'
47
+ }
48
+ ```
49
+
50
+ ### Data Fields
51
+
52
+ - 'text': The review texts are escaped using double quotes ("), and any internal double quote is escaped by 2 double quotes ("").
53
+ - 'label': Corresponds to the score associated with the review (between positive and negative).
54
+
55
+ ### Data Splits
56
+
57
+ The Shopee reviews tl binary dataset is constructed by randomly taking 14000 training samples and 3000 samples for testing and validation for each review star from neg and pos.
58
+ In total there are 28000 training samples and 6000 each in validation and testing samples.
59
+
60
+
61
+ ## Dataset Creation
62
+
63
+ ### Curation Rationale
64
+
65
+ [More Information Needed]
66
+
67
+ ### Source Data
68
+
69
+ #### Initial Data Collection and Normalization
70
+
71
+ [More Information Needed]
72
+
73
+ #### Who are the source language producers?
74
+
75
+ [More Information Needed]
76
+
77
+ ### Annotations
78
+
79
+ #### Annotation process
80
+
81
+ [More Information Needed]
82
+
83
+ #### Who are the annotators?
84
+
85
+ [More Information Needed]
86
+
87
+ ### Personal and Sensitive Information
88
+
89
+ [More Information Needed]
90
+
91
+ ## Considerations for Using the Data
92
+
93
+ ### Social Impact of Dataset
94
+
95
+ [More Information Needed]
96
+
97
+ ### Discussion of Biases
98
+
99
+ [More Information Needed]
100
+
101
+ ### Other Known Limitations
102
+
103
+ [More Information Needed]
104
+
105
+ ## Additional Information
106
+
107
+ ### Dataset Curators
108
+
109
+ [More Information Needed]
110
+
111
+ ### Licensing Information
112
+
113
+ [More Information Needed]
114
+
115
+ ### Citation Information
116
+
117
+ [More Information Needed]
118
+
119
+ ### Contributions
120
+
121
+ [More Information Needed]