tarudesu commited on
Commit
d06c27d
1 Parent(s): 581cb4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -32,6 +32,11 @@ This is the official repository for the Gendec framework from the paper [Gendec:
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!
 
32
  }
33
  ```
34
 
35
+ # Abstract
36
+ 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.
37
+
38
+ # Dataset
39
  The dataset used in this paper can be found at [this repo](https://huggingface.co/datasets/tarudesu/gendec-dataset).
40
 
41
+ # Contact
42
  Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!