File size: 2,202 Bytes
562e33d
 
 
 
 
 
 
 
 
a4fad77
 
 
 
562e33d
 
5010f6c
9f9fcd8
581cb4a
9f9fcd8
5010f6c
2c62fa6
 
 
 
 
41c689a
2c62fa6
d919716
2c62fa6
f214fc1
 
 
 
 
 
 
2c62fa6
 
 
d06c27d
 
 
 
2c62fa6
 
d06c27d
41c689a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
datasets:
- tarudesu/gendec-dataset
language:
- ja
metrics:
- f1
library_name: transformers
pipeline_tag: text-classification
widget:
- text: "Uzumaki Naruto"
- text: "Uchiha Sasuke"
- text: "Haruno Sakura"
tags:
- code
---
INPUT: Japanese name in ROMAJI FORM

OUTPUT:
- Label_0: Male
- Label_1: Female

--- 

# Gendec: Gender Dection from Japanese Names with Machine Learning
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/2311.11001.pdf), which was accepted at the [ISDA'23](https://www.mirlabs.org/isda23/).

# Citation Information
```
@misc{pham2023gendec,
      title={Gendec: A Machine Learning-based Framework for Gender Detection from Japanese Names}, 
      author={Duong Tien Pham and Luan Thanh Nguyen},
      year={2023},
      eprint={2311.11001},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```

# Abstract
Every human has their own name, a fundamental aspect of their identity and cultural heritage. The name often conveys a wealth of information, including details about an individual's background, ethnicity, and, especially, their gender. By detecting gender through the analysis of names, researchers can unlock valuable insights into linguistic patterns and cultural norms, which can be applied to practical applications. Hence, this work presents a novel dataset for Japanese name gender detection comprising 64,139 full names in romaji, hiragana, and kanji forms, along with their biological genders. Moreover, we propose Gendec, a framework for gender detection from Japanese names that leverages diverse approaches, including traditional machine learning techniques or cutting-edge transfer learning models, to predict the gender associated with Japanese names accurately. Through a thorough investigation, the proposed framework is expected to be effective and serve potential applications in various domains.

# Dataset
The dataset used in this paper can be found at [this repo](https://huggingface.co/datasets/tarudesu/gendec-dataset).

# Contact
Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!