Datasets:

Languages:
Bengali
Multilinguality:
monolingual
Language Creators:
found
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
Aisha commited on
Commit
d247fac
1 Parent(s): f39b0ca

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ - crowdsourced
5
+ - expert-generated
6
+ language_creators:
7
+ - found
8
+ - crowdsourced
9
+ languages:
10
+ - bn
11
+ licenses:
12
+ - cc-by-4.0
13
+ multilinguality:
14
+ - monolingual
15
+ pretty_name: 'BAAD16: Bangla Authorship Attribution Dataset (16 Authors)'
16
+ source_datasets:
17
+ - original
18
+ task_categories:
19
+ - text-classification
20
+ task_ids:
21
+ - text-classification
22
+ - authorship-attribution
23
+ - bangla literature
24
+ - bengali literature
25
+ ---
26
+
27
+ ## Description
28
+
29
+ **BAAD16** is an **Authorship Attribution dataset for Bengali Literature**. It was collected and analyzed by the authors of [this paper](https://arxiv.org/abs/2001.05316). It was created by scraping text from an online Bangla e-library using custom web crawler and contains literary works of various famous Bangla writers. It contains novels, stories, series, and other works of 16 authors. Each sample document is created with 750 words. The dataset is imbalanced and resembles real-world scenarios more closely, where not all the authors will have a large number of sample texts. The following table gives more details about the dataset.
30
+
31
+ | Author Name | Number of Samples | Word Count | Unique Word
32
+ | --- | --- | --- | --- |
33
+ | zahir rayhan | 185 | 138k | 20k
34
+ |nazrul | 223 | 167k | 33k
35
+ |manik bandhopaddhay | 469 | 351k | 44k
36
+ |nihar ronjon gupta | 476 | 357k | 43k
37
+ |bongkim | 562 | 421k | 62k
38
+ |tarashonkor | 775 | 581k | 84k
39
+ |shottojit roy | 849 | 636k | 67k
40
+ |shordindu | 888 | 666k | 84k
41
+ |toslima nasrin | 931 | 698k | 76k
42
+ |shirshendu | 1048 | 786k | 69k
43
+ |zafar iqbal | 1100 | 825k | 53k
44
+ |robindronath | 1259 | 944k | 89k
45
+ |shorotchandra | 1312 | 984k | 78k
46
+ |shomresh | 1408 | 1056k|69k
47
+ |shunil gongopaddhay | 1963 | 1472k|109k
48
+ |humayun ahmed | 4518 | 3388k |161k
49
+ **Total**| 17,966|13,474,500 | 590,660
50
+ **Average**|1,122.875|842,156.25| 71,822.25
51
+
52
+
53
+ ## Citation
54
+
55
+ If you use this dataset, please cite the paper [Authorship Attribution in Bangla literature using Character-level CNN](https://ieeexplore.ieee.org/abstract/document/9038560/). [Archive link](https://arxiv.org/abs/2001.05316).
56
+ ```
57
+ @inproceedings{BAAD16Dataset,
58
+ title={Authorship Attribution in Bangla literature using Character-level CNN},
59
+ author={Khatun, Aisha and Rahman, Anisur and Islam, Md Saiful and others},
60
+ booktitle={2019 22nd International Conference on Computer and Information Technology (ICCIT)},
61
+ pages={1--5},
62
+ year={2019},
63
+ organization={IEEE}
64
+ doi={10.1109/ICCIT48885.2019.9038560}
65
+ }
66
+ ```
67
+
68
+ This dataset is also available in Mendeley: [BAAD16 dataset](https://data.mendeley.com/datasets/6d9jrkgtvv/4). Always make sure to use the latest version of the dataset. Cite the dataset directly by:
69
+ ```
70
+ @misc{BAAD6Dataset,
71
+ author = {Khatun, Aisha and Rahman, Anisur and Islam, Md. Saiful},
72
+ title = {BAAD16: Bangla Authorship Attribution Dataset},
73
+ year={2019},
74
+ doi = {10.17632/6d9jrkgtvv.4},
75
+ howpublished= {\url{https://data.mendeley.com/datasets/6d9jrkgtvv/4}}
76
+ }
77
+ ```