Starscream-11813
commited on
Commit
•
6d10179
1
Parent(s):
a3f1f65
Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,17 @@ $$
|
|
55 |
`label` | The numerical representation of the sentiment label<br>For a review sample \\(i\\) with sentiment label \\(S_i\\), the numerical label is,<br>
|
56 |
$$label_i = \begin{cases} 0, &\text{if } S_i = \text{Negative} \\ 1, &\text{if } S_i = \text{Neutral} \\ 2, &\text{if } S_i = \text{Positive} \\ \end{cases}$$
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
## Citation
|
59 |
If you find this work useful, please cite our paper:
|
60 |
```bib
|
|
|
55 |
`label` | The numerical representation of the sentiment label<br>For a review sample \\(i\\) with sentiment label \\(S_i\\), the numerical label is,<br>
|
56 |
$$label_i = \begin{cases} 0, &\text{if } S_i = \text{Negative} \\ 1, &\text{if } S_i = \text{Neutral} \\ 2, &\text{if } S_i = \text{Positive} \\ \end{cases}$$
|
57 |
|
58 |
+
## Data Construction
|
59 |
+
### Data Collection Process
|
60 |
+
For the data collection and preparation process of the BᴀɴɢʟᴀBᴏᴏᴋ dataset, we first compile a list of URLs for authors from online bookstores. From there, we procure URLs for the books. We meticulously scrape information such as book titles, author names, book categories, review texts, reviewer names, review dates, and ratings by utilizing these book URLs.
|
61 |
+
![dataimage1](images/banglabookgithub1.png)
|
62 |
+
### Labeling, Translation, and Validation of the Curated Samples
|
63 |
+
If a review does not have a rating, we deem it unannotated. Reviews with a rating of 1 or 2 are classified as negative, a rating of 3 is considered neutral, and a rating of 4 or 5 is classified as positive. After discarding the unannotated reviews, we curate a final dataset of 158,065 annotated reviews. Of these, 89,371 are written entirely in Bangla. The remaining 68,694 reviews were written in Romanized Bangla, English, or a mix of languages. They are translated into Bangla with Google Translator and a custom Python program using the `googletrans` library. The translations are subsequently subjected to manual review and scrutiny to confirm their accuracy.
|
64 |
+
![dataimage2](images/banglabookgithub2.png)
|
65 |
+
|
66 |
+
## Results
|
67 |
+
![resultsimage](images/banglabookgithub3.png)
|
68 |
+
|
69 |
## Citation
|
70 |
If you find this work useful, please cite our paper:
|
71 |
```bib
|