abullard1 commited on
Commit
5fe93c8
·
verified ·
1 Parent(s): c1cab19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -54,16 +54,28 @@ dataset_info:
54
  dtype: int32
55
 
56
  ---
 
 
 
 
 
57
 
58
- # 1.5K Steam Reviews Binary Labeled for Constructiveness
 
 
59
 
60
- ## Dataset Summary
 
 
 
 
 
61
 
62
  This dataset contains **1,461 Steam reviews** from **10 of the most reviewed games**. Each game has about the same amount of reviews. Each review is annotated with a **binary label** indicating whether the review is **constructive** or not. The dataset is designed to support tasks related to **text classification**, particularly **constructiveness detection** tasks in the gaming domain.
63
 
64
  The dataset is particularly useful for training models like **BERT**, and its' derivatives or any other NLP models aimed at classifying text.
65
 
66
- ## Dataset Structure
67
 
68
  The dataset contains the following columns:
69
 
@@ -96,6 +108,6 @@ Of course, constructiveness is subjective, when testing the dataset on a finetun
96
  ### Notes
97
  Please note, that the **dataset is unbalanced**. **63.04%** of the reviews were labeled as being non-constructive while **36.96%** were labeled as being constructive. Please take this into account when utilizing the dataset.
98
 
99
- ## License
100
 
101
  This dataset is licensed under the *[MIT License](https://mit-license.org/)*, allowing open and flexible use of the dataset for both academic and commercial purposes.
 
54
  dtype: int32
55
 
56
  ---
57
+ <br>
58
+ <br>
59
+ <div style="text-align: center;">
60
+ <img src="https://i.ibb.co/Ky0wcYy/abullard1-steam-review-constructiveness-classifier-logo-modified-1.png" style="max-width: 30%; display: block; margin: 0 auto;">
61
+ </div>
62
 
63
+ <br>
64
+ <br>
65
+ <br>
66
 
67
+ <div style="text-align: center;">
68
+ <b></b><h1>1.5K Steam Reviews Binary Labeled for Constructiveness</h1></b>
69
+ </div>
70
+ <hr>
71
+
72
+ ## <u>Dataset Summary</u>
73
 
74
  This dataset contains **1,461 Steam reviews** from **10 of the most reviewed games**. Each game has about the same amount of reviews. Each review is annotated with a **binary label** indicating whether the review is **constructive** or not. The dataset is designed to support tasks related to **text classification**, particularly **constructiveness detection** tasks in the gaming domain.
75
 
76
  The dataset is particularly useful for training models like **BERT**, and its' derivatives or any other NLP models aimed at classifying text.
77
 
78
+ ## <u>Dataset Structure</u>
79
 
80
  The dataset contains the following columns:
81
 
 
108
  ### Notes
109
  Please note, that the **dataset is unbalanced**. **63.04%** of the reviews were labeled as being non-constructive while **36.96%** were labeled as being constructive. Please take this into account when utilizing the dataset.
110
 
111
+ ## <u>License</u>
112
 
113
  This dataset is licensed under the *[MIT License](https://mit-license.org/)*, allowing open and flexible use of the dataset for both academic and commercial purposes.