Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -80,6 +80,8 @@ The Multi-EuP dataset contains two files, debate coprpus<https://huggingface.co/
|
|
80 |
|
81 |
### Debate Corpus Fileds
|
82 |
|
|
|
|
|
83 |
- `TEXT`: A string representing the content of the debate speech.
|
84 |
- `NAME`: A string containing the name of the MEP who presented the speech.
|
85 |
- `PRESIDENT`: A boolean indicating whether the MEP is the president (typically discussing procedural matters to introduce the debate).
|
@@ -96,10 +98,13 @@ The Multi-EuP dataset contains two files, debate coprpus<https://huggingface.co/
|
|
96 |
- `qid_X`: A string representing the unique ID of the title in language X (e.g., `qid0#EN`).
|
97 |
|
98 |
|
99 |
-
|
100 |
|
101 |
|
102 |
### MEP info Fileds
|
|
|
|
|
|
|
103 |
- `fullName`: A string representing the full name of the MEP.
|
104 |
- `politicalGroup`: A string indicating the political group affiliation of the MEP.
|
105 |
- `id`: An integer representing the unique identifier of the MEP in the EU.
|
@@ -107,7 +112,7 @@ See the [Multi-EuP debate viewer](https://huggingface.co/datasets/unimelb-nlp/Mu
|
|
107 |
- `photo`: A .jpg file containing the profile picture of the MEP.
|
108 |
- `nameAudio`: A .mp3 file with the pronunciation of the MEP's name.
|
109 |
- `gender_Wiki`: A string specifying the gender of the MEP as mentioned on Wikipedia.
|
110 |
-
- `gender_2017`: A string indicating the gender of the MEP according to europal-2017.
|
111 |
- `gender`: A string representing the MEP's gender after cross-referencing information from Wikipedia, europal-2017, and manual verification.
|
112 |
- `dateOfBirth_Wiki`: A string stating the date of birth of the MEP as mentioned on Wikipedia.
|
113 |
- `dateOfBirth_Home`: A string indicating the date of birth of the MEP as found on their homepage in the EU.
|
|
|
80 |
|
81 |
### Debate Corpus Fileds
|
82 |
|
83 |
+
The debate instance and attributes showing as below. See the [Multi-EuP debate viewer](https://huggingface.co/datasets/unimelb-nlp/Multi-EuP/viewer/default/train) to explore more examples.
|
84 |
+
|
85 |
- `TEXT`: A string representing the content of the debate speech.
|
86 |
- `NAME`: A string containing the name of the MEP who presented the speech.
|
87 |
- `PRESIDENT`: A boolean indicating whether the MEP is the president (typically discussing procedural matters to introduce the debate).
|
|
|
98 |
- `qid_X`: A string representing the unique ID of the title in language X (e.g., `qid0#EN`).
|
99 |
|
100 |
|
101 |
+
|
102 |
|
103 |
|
104 |
### MEP info Fileds
|
105 |
+
|
106 |
+
The 705 MEP information dictinary were constructed as below:
|
107 |
+
|
108 |
- `fullName`: A string representing the full name of the MEP.
|
109 |
- `politicalGroup`: A string indicating the political group affiliation of the MEP.
|
110 |
- `id`: An integer representing the unique identifier of the MEP in the EU.
|
|
|
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.
|