Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,23 @@ licenses:
|
|
| 5 |
- cc-by-nc-sa-4.0
|
| 6 |
---
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
## Using this model as a discriminator in `transformers`
|
| 9 |
|
| 10 |
```python
|
|
|
|
| 5 |
- cc-by-nc-sa-4.0
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# Bengali Fake Review Detection Moedel:
|
| 9 |
+
|
| 10 |
+
This model is taken from the paper 'Bengali Fake Reviews: A Benchmark Dataset and Detection System' which introduces
|
| 11 |
+
the Bengali Fake Review Detection (BFRD) dataset, the first publicly
|
| 12 |
+
available dataset for identifying fake reviews in Bengali. The dataset consists of 7710 non-fake
|
| 13 |
+
and 1339 fake food-related reviews collected from social media posts. To convert non-Bengali
|
| 14 |
+
words in a review a unique pipeline has been proposed that translates English words to their
|
| 15 |
+
corresponding Bengali meaning and also back transliterates Romanized Bengali to Bengali.
|
| 16 |
+
We have conducted rigorous experimentation using multiple deep learning and pre-trained transformer
|
| 17 |
+
language models to develop a reliable detection system. Finally, we propose a weighted ensemble model
|
| 18 |
+
that combines four pre-trained transformers: *[BanglaBERT](https://huggingface.co/csebuetnlp/banglabert), [BanglaBERT Base](https://huggingface.co/sagorsarker/bangla-bert-base), [BanglaBERT Large](https://huggingface.co/csebuetnlp/banglabert_large)* and *[BanglaBERT Generator](https://huggingface.co/csebuetnlp/banglabert_generator)*.
|
| 19 |
+
|
| 20 |
+
- The paper **"Bengali Fake Reviews: A Benchmark Dataset and Detection System"** is published in [Neurocomputing](https://www.sciencedirect.com/journal/neurocomputing), a **Q1 journal** by Elsevier (Impact Factor 6).
|
| 21 |
+
|
| 22 |
+
- **Paper Link**: https://www.sciencedirect.com/science/article/abs/pii/S0925231224005034
|
| 23 |
+
|
| 24 |
+
|
| 25 |
## Using this model as a discriminator in `transformers`
|
| 26 |
|
| 27 |
```python
|