tarudesu commited on
Commit
2c62fa6
1 Parent(s): 5010f6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -13,4 +13,25 @@ tags:
13
 
14
  Label definition:
15
  - Label_0: Male
16
- - Label_1: Female
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  Label definition:
15
  - Label_0: Male
16
+ - Label_1: Female
17
+
18
+ ---
19
+
20
+ # Gendec: Gender Dection from Japanese Names with Machine Learning
21
+ This is the official repository for the Gendec framework from the paper [Gendec: Gender Dection from Japanese Names with Machine Learning](https://arxiv.org/pdf/2103.10069.pdf), which was accepted at the [ISDA'23](https://www.mirlabs.org/isda23/).
22
+
23
+ ```
24
+ @InProceedings{nguyen2021victsd,
25
+ author="Nguyen, Luan Thanh and Van Nguyen, Kiet and Nguyen, Ngan Luu-Thuy",
26
+ title="Constructive and Toxic Speech Detection for Open-Domain Social Media Comments in Vietnamese",
27
+ booktitle="Advances and Trends in Artificial Intelligence. Artificial Intelligence Practices",
28
+ year="2021",
29
+ publisher="Springer International Publishing",
30
+ address="Cham",
31
+ pages="572--583"
32
+ }
33
+ ```
34
+
35
+ The dataset used in this paper can be found at [this repo](https://huggingface.co/datasets/tarudesu/gendec-dataset).
36
+
37
+ Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!