moali-mkh-2000 commited on
Commit
27f78b8
·
verified ·
1 Parent(s): 2fc4c2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -84
README.md CHANGED
@@ -28,103 +28,45 @@ And finally, label 4 indicates the sentiment of intense emotions, such as Surpri
28
 
29
 
30
 
31
- - **Curated by:** [Mohammadali Mohammadkhani - Sina Elahimanesh]
32
- - **Funded by :** [Mohammadali Mohammadkhani - Sina Elahimanesh]
33
- - **Language(s) (NLP):** [More Information Needed]
34
- - **License:** [More Information Needed]
35
-
36
- ### Dataset Sources [optional]
37
-
38
- <!-- Provide the basic links for the dataset. -->
39
-
40
- - **Repository:** [More Information Needed]
41
- - **Paper [optional]:** [More Information Needed]
42
- - **Demo [optional]:** [More Information Needed]
43
-
44
- ## Uses
45
-
46
- <!-- Address questions around how the dataset is intended to be used. -->
47
 
48
  ### Direct Use
49
 
50
- <!-- This section describes suitable use cases for the dataset. -->
51
-
52
- [More Information Needed]
53
-
54
- ### Out-of-Scope Use
55
-
56
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
57
-
58
- [More Information Needed]
59
 
60
- ## Dataset Structure
 
 
61
 
62
- <!-- 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. -->
 
 
63
 
64
- [More Information Needed]
 
 
65
 
66
  ## Dataset Creation
67
 
68
- ### Curation Rationale
69
-
70
- <!-- Motivation for the creation of this dataset. -->
71
-
72
- [More Information Needed]
73
-
74
  ### Source Data
75
 
76
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
77
-
78
- #### Data Collection and Processing
79
-
80
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
81
-
82
- [More Information Needed]
83
-
84
- #### Who are the source data producers?
85
-
86
- <!-- 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. -->
87
-
88
- [More Information Needed]
89
-
90
- ### Annotations [optional]
91
-
92
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
93
-
94
- #### Annotation process
95
-
96
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
97
-
98
- [More Information Needed]
99
 
100
  #### Who are the annotators?
101
 
102
- <!-- This section describes the people or systems who created the annotations. -->
103
-
104
- [Mohammadali Mohammadkhani - Sina Elahimanesh]
105
-
106
- #### Personal and Sensitive Information
107
-
108
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
109
 
110
- [More Information Needed]
111
 
112
- ## Bias, Risks, and Limitations
113
-
114
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
115
-
116
- [More Information Needed]
117
-
118
- ### Recommendations
119
-
120
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
121
-
122
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
123
 
124
  ## Citation
125
 
126
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
127
-
128
  **BibTeX:**
129
 
130
  ```
@@ -137,9 +79,4 @@ Users should be made aware of the risks, biases and limitations of the dataset.
137
  primaryClass={cs.HC},
138
  url={https://arxiv.org/abs/2504.10662},
139
  }
140
- ```
141
-
142
-
143
- ## Dataset Card Contact
144
-
145
- [More Information Needed]
 
28
 
29
 
30
 
31
+ - **Curated by:** Mohammadali Mohammadkhani - Sina Elahimanesh
32
+ - **Funded by :** Mohammadali Mohammadkhani - Sina Elahimanesh
33
+ - **Language(s) (NLP):** Persian
34
+ - **License:** odbl
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ### Direct Use
37
 
38
+ #### Transformers Dataset
39
+ ```
40
+ from datasets import load_dataset
 
 
 
 
 
 
41
 
42
+ # Login using e.g. `huggingface-cli login` to access this dataset
43
+ ds = load_dataset("moali-mkh-2000/PersianTwitterDataset-SentimentAnalysis")
44
+ ```
45
 
46
+ #### Pandas
47
+ ```
48
+ import pandas as pd
49
 
50
+ # Login using e.g. `huggingface-cli login` to access this dataset
51
+ df = pd.read_csv("hf://datasets/moali-mkh-2000/PersianTwitterDataset-SentimentAnalysis/PersianTwitterDataset.csv")
52
+ ```
53
 
54
  ## Dataset Creation
55
 
 
 
 
 
 
 
56
  ### Source Data
57
 
58
+ Tweets are extracted from Persian-speaking accounts of X community.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  #### Who are the annotators?
61
 
62
+ Mohammadali Mohammadkhani - Sina Elahimanesh
 
 
 
 
 
 
63
 
64
+ #### Privacy and Ethical Concerns
65
 
66
+ The tweets are collected from public accounts (at the time of dataset creation). We made sure to address all privacy concerns in the process of creating this dataset.
 
 
 
 
 
 
 
 
 
 
67
 
68
  ## Citation
69
 
 
 
70
  **BibTeX:**
71
 
72
  ```
 
79
  primaryClass={cs.HC},
80
  url={https://arxiv.org/abs/2504.10662},
81
  }
82
+ ```