Mouwiya commited on
Commit
e04f925
1 Parent(s): 7a2960b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -102
README.md CHANGED
@@ -41,113 +41,30 @@ This dataset card aims to be a base template for new datasets. It has been gener
41
  ### Dataset Description
42
 
43
  <!-- Provide a longer summary of what this dataset is. -->
44
-
45
-
46
-
47
- - **Curated by:** [More Information Needed]
48
- - **Funded by [optional]:** [More Information Needed]
49
- - **Shared by [optional]:** [More Information Needed]
50
- - **Language(s) (NLP):** [More Information Needed]
51
- - **License:** [More Information Needed]
52
-
53
- ### Dataset Sources [optional]
54
-
55
- <!-- Provide the basic links for the dataset. -->
56
-
57
- - **Repository:** [More Information Needed]
58
- - **Paper [optional]:** [More Information Needed]
59
- - **Demo [optional]:** [More Information Needed]
60
-
61
- ## Uses
62
-
63
- <!-- In this Task , we conducted one-shot sentiment analysis on a subset of the IMDb movie reviews dataset using multiple language models. The goal was to predict the sentiment (positive or negative) of movie reviews without fine-tuning the models on the specific task.
64
  We utilized three different pre-trained language models for zero-shot classification: BART-large, DistilBERT-base, and RoBERTa-base. For each model, we generated predicted sentiment labels for a subset of 100 movie reviews from the IMDb dataset. The reviews were randomly sampled, ensuring a diverse representation of sentiments.
65
  After processing the reviews through each model, we saved the predicted sentiment labels alongside the original reviews in a CSV file named "imdb_reviews_with_labels.csv". This file contains the reviews and the predicted sentiment labels for each model.
66
- Additionally, we uploaded both the dataset and the CSV file to the Hugging Face Hub for easy access and sharing. The dataset can be found at the following link after uploading: -->
67
-
68
- ### Direct Use
69
-
70
- <!-- This task demonstrates the effectiveness of zero-shot classification using pre-trained language models for sentiment analysis tasks and provides a valuable resource for further analysis and experimentation. -->
71
-
72
- [More Information Needed]
73
-
74
- ### Out-of-Scope Use
75
-
76
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
77
-
78
- [More Information Needed]
79
-
80
- ## Dataset Structure
81
-
82
- <!-- 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. -->
83
-
84
- [More Information Needed]
85
-
86
- ## Dataset Creation
87
-
88
- ### Curation Rationale
89
-
90
- <!-- This task demonstrates the effectiveness of zero-shot classification using pre-trained language models for sentiment analysis tasks and provides a valuable resource for further analysis and experimentation. -->
91
-
92
- [More Information Needed]
93
-
94
- ### Source Data
95
-
96
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
97
-
98
- #### Data Collection and Processing
99
 
100
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
101
 
102
- [More Information Needed]
103
-
104
- #### Who are the source data producers?
105
-
106
- <!-- 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. -->
107
-
108
- [More Information Needed]
109
-
110
- ### Annotations [optional]
111
-
112
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
113
 
114
- #### Annotation process
115
-
116
- <!-- 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. -->
117
-
118
- [More Information Needed]
119
-
120
- #### Who are the annotators?
121
-
122
- <!-- This section describes the people or systems who created the annotations. -->
123
-
124
- [More Information Needed]
125
 
126
- #### Personal and Sensitive Information
127
 
128
- <!-- 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. -->
129
 
130
- [More Information Needed]
131
 
132
- ## Bias, Risks, and Limitations
133
 
134
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
135
 
136
  [More Information Needed]
137
 
138
- ### Recommendations
139
-
140
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
141
-
142
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
143
 
144
  ## Citation [optional]
145
 
146
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
147
 
148
- **BibTeX:**
149
-
150
- [More Information Needed]
151
 
152
  **APA:**
153
 
@@ -157,16 +74,3 @@ Users should be made aware of the risks, biases and limitations of the dataset.
157
 
158
  <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
159
 
160
- [More Information Needed]
161
-
162
- ## More Information [optional]
163
-
164
- [More Information Needed]
165
-
166
- ## Dataset Card Authors [optional]
167
-
168
- [More Information Needed]
169
-
170
- ## Dataset Card Contact
171
-
172
- [More Information Needed]
 
41
  ### Dataset Description
42
 
43
  <!-- Provide a longer summary of what this dataset is. -->
44
+ In this Task , we conducted one-shot sentiment analysis on a subset of the IMDb movie reviews dataset using multiple language models. The goal was to predict the sentiment (positive or negative) of movie reviews without fine-tuning the models on the specific task.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  We utilized three different pre-trained language models for zero-shot classification: BART-large, DistilBERT-base, and RoBERTa-base. For each model, we generated predicted sentiment labels for a subset of 100 movie reviews from the IMDb dataset. The reviews were randomly sampled, ensuring a diverse representation of sentiments.
46
  After processing the reviews through each model, we saved the predicted sentiment labels alongside the original reviews in a CSV file named "imdb_reviews_with_labels.csv". This file contains the reviews and the predicted sentiment labels for each model.
47
+ Additionally, we uploaded both the dataset and the CSV file to the Hugging Face Hub for easy access and sharing. The dataset can be found at the following link after uploading:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
+ https://huggingface.co/datasets/Mouwiya/imdb_reviews_with_labels
50
 
51
+ This task demonstrates the effectiveness of zero-shot classification using pre-trained language models for sentiment analysis tasks and provides a valuable resource for further analysis and experimentation.
 
 
 
 
 
 
 
 
 
 
52
 
53
+ - **Curated by:** [Mouwiya S. A. AlQaisieh]
 
 
 
 
 
 
 
 
 
 
54
 
 
55
 
 
56
 
57
+ <!-- -->
58
 
 
59
 
 
60
 
61
  [More Information Needed]
62
 
 
 
 
 
 
63
 
64
  ## Citation [optional]
65
 
66
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
67
 
 
 
 
68
 
69
  **APA:**
70
 
 
74
 
75
  <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
76