MuhammadHelmy
commited on
Commit
•
d013a20
1
Parent(s):
d82a5fb
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- conversational
|
4 |
+
- text-generation
|
5 |
+
- text-classification
|
6 |
+
language:
|
7 |
+
- ar
|
8 |
+
tags:
|
9 |
+
- mental health
|
10 |
+
size_categories:
|
11 |
+
- n<1K
|
12 |
+
---
|
13 |
+
# Dataset Card for Nafsy
|
14 |
+
|
15 |
+
<!-- Provide a quick summary of the dataset. -->
|
16 |
+
|
17 |
+
This arabic dataset is a set of mental health articles. The original dataset was scrapped from [Nafsy.net](https://nafsy.net/).
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
**Language(s) (NLP):** Arabic
|
21 |
+
|
22 |
+
## Uses
|
23 |
+
|
24 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
25 |
+
|
26 |
+
|
27 |
+
### Direct Use
|
28 |
+
|
29 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
30 |
+
|
31 |
+
It has been used in fine-tuning Llama2.
|
32 |
+
|
33 |
+
## Dataset Structure
|
34 |
+
|
35 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
36 |
+
|
37 |
+
It is a CSV file with columns:
|
38 |
+
- content: the articles
|
39 |
+
- text_size: length of article
|
40 |
+
- topic: the index of the article topic
|
41 |
+
- prob: topic prediction accuracy
|
42 |
+
- topic_name: top 10 words that describe the topics of the article
|
43 |
+
|
44 |
+
## Dataset Creation
|
45 |
+
|
46 |
+
### Curation Rationale
|
47 |
+
|
48 |
+
<!-- Motivation for the creation of this dataset. -->
|
49 |
+
|
50 |
+
Creating an arabic chatbot for mental health support.
|
51 |
+
|
52 |
+
### Source Data
|
53 |
+
|
54 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
55 |
+
|
56 |
+
#### Data Collection and Processing
|
57 |
+
|
58 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
59 |
+
|
60 |
+
- This dataset was originally scrapped from [Nafsy.net](https://nafsy.net/) then uploaded to Kaggle.
|
61 |
+
- An additional preprocessing was made by this repo owner:
|
62 |
+
- Cleaning data: removing urls, extra spaces, and non words, detach punctuations, and dropping duplicates
|
63 |
+
- Applying Topic Modeling to generate main topics for each article
|
64 |
+
|
65 |
+
#### Who are the source data producers?
|
66 |
+
|
67 |
+
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
68 |
+
|
69 |
+
[husamal](https://www.kaggle.com/husamal)
|
70 |
+
|
71 |
+
## Citation [optional]
|
72 |
+
|
73 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
74 |
+
|
75 |
+
**BibTeX:**
|
76 |
+
|
77 |
+
@misc{Husamal_2021, title={Arabic-physcology-dataset}, url={https://www.kaggle.com/datasets/husamal/arabicphyscologydataset?select=nafsy.csv}, journal={Kaggle}, author={Husamal}, year={2021}, month={May}}
|
78 |
+
|
79 |
+
|
80 |
+
## Dataset Card Authors [optional]
|
81 |
+
|
82 |
+
Muhammad Helmy
|
83 |
+
|
84 |
+
## Dataset Card Contact
|
85 |
+
|
86 |