sagteam/author_profiling
he corpus for the author profiling analysis contains texts in Russian-language which labeled for 5 tasks: 1) gender -- 13530 texts with the labels, who wrote this: text female or male; 2) age -- 13530 texts with the labels, how old the person who wrote the text. This is a number from 12 to 80. In addition, for the classification task we added 5 age groups: 1-19; 20-29; 30-39; 40-49; 50+; 3) age imitation -- 7574 texts, where crowdsource authors is asked to write three texts: a) in their natural manner, b) imitating the style of someone younger, c) imitating the style of someone older; 4) gender imitation -- 5956 texts, where the crowdsource authors is asked to write texts: in their origin gender and pretending to be the opposite gender; 5) style imitation -- 5956 texts, where crowdsource authors is asked to write a text on behalf of another person of your own gender, with a distortion of the authors usual style.
add cite
Fix `license` metadata (#1)
replace ClassLabel with Value('string')
udpate dtype for author_id feat
udpate dtype for age feat
fix bug in table with baselines
fix bug in table with baselines
add table with baselines
update README
update dataset_script
update data files
fix bug for load valid split
fix script, update ClassLabel feats
update README
update label values as str
fix age_imitation ClassLabel bug
fix age_imitation ClassLabel bug
fix bug with age_group ClassLabel
fix bug
fix bug
fix valid split bug
fix int type bug
fix minor bug
add loading script
fix some readme information
First version of the author_profiling dataset.
initial commit
