Ayomidejoe
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,7 @@ The data was curated from the activities on an online platform's open forum page
|
|
28 |
- 2,639 replies/comments
|
29 |
The data was extracted from a MySQL dump after the platform was closed.
|
30 |
|
|
|
31 |
## Data Cleaning
|
32 |
|
33 |
|
@@ -54,6 +55,7 @@ The cleaning process involved:
|
|
54 |
| `Answer_text_length` | integer | The length of the answer text (in characters) |
|
55 |
| `Answer_language_probability` | float | The confidence score of the language detection algorithm |
|
56 |
|
|
|
57 |
|
58 |
## How to Load the Dataset
|
59 |
Here's how you can load and explore the dataset using the 🤗 Datasets library:
|
|
|
28 |
- 2,639 replies/comments
|
29 |
The data was extracted from a MySQL dump after the platform was closed.
|
30 |
|
31 |
+
|
32 |
## Data Cleaning
|
33 |
|
34 |
|
|
|
55 |
| `Answer_text_length` | integer | The length of the answer text (in characters) |
|
56 |
| `Answer_language_probability` | float | The confidence score of the language detection algorithm |
|
57 |
|
58 |
+
NB: The rows are questions alongside their responses/comments (multiple rows with the same thread ID). So, a single question could have more than one response/comment.
|
59 |
|
60 |
## How to Load the Dataset
|
61 |
Here's how you can load and explore the dataset using the 🤗 Datasets library:
|