Datasets:

Modalities:
Image
ArXiv:
License:
Jinruiy commited on
Commit
2b067af
1 Parent(s): 0138f3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -112,7 +112,7 @@ The information dictionary for the 705 MEPs was constructed as follows:
112
  - `photo`: A .jpg file containing the profile picture of the MEP.
113
  - `nameAudio`: A .mp3 file with the pronunciation of the MEP's name.
114
  - `gender_Wiki`: A string specifying the gender of the MEP as mentioned on Wikipedia.
115
- - `gender_2017`: A string indicating the gender of the MEP according to europal-2017 <https://aclanthology.org/E17-1101.pdf>.
116
  - `gender`: A string representing the MEP's gender after cross-referencing information from Wikipedia, europal-2017, and manual verification.
117
  - `dateOfBirth_Wiki`: A string stating the date of birth of the MEP as mentioned on Wikipedia.
118
  - `dateOfBirth_Home`: A string indicating the date of birth of the MEP as found on their homepage in the EU.
@@ -123,7 +123,7 @@ The information dictionary for the 705 MEPs was constructed as follows:
123
 
124
  ### Data Source
125
 
126
- This Multi-Eup dataset was collected from European Parliament. <https://www.europarl.europa.eu/portal/en>
127
 
128
  #### Initial Data Collection and Normalization
129
 
 
112
  - `photo`: A .jpg file containing the profile picture of the MEP.
113
  - `nameAudio`: A .mp3 file with the pronunciation of the MEP's name.
114
  - `gender_Wiki`: A string specifying the gender of the MEP as mentioned on Wikipedia.
115
+ - `gender_2017`: A string indicating the gender of the MEP according to europal-2017(<https://aclanthology.org/E17-1101.pdf>).
116
  - `gender`: A string representing the MEP's gender after cross-referencing information from Wikipedia, europal-2017, and manual verification.
117
  - `dateOfBirth_Wiki`: A string stating the date of birth of the MEP as mentioned on Wikipedia.
118
  - `dateOfBirth_Home`: A string indicating the date of birth of the MEP as found on their homepage in the EU.
 
123
 
124
  ### Data Source
125
 
126
+ This Multi-Eup dataset was collected from European Parliament (<https://www.europarl.europa.eu/portal/en>).
127
 
128
  #### Initial Data Collection and Normalization
129