Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -75,24 +75,34 @@ The Multi-Eup is a new multilingual benchmark dataset, comprising 22K multilingu
|
|
75 |
|
76 |
## Dataset Structure
|
77 |
|
78 |
-
The Multi-EuP dataset contains two files, debate coprpus and MEP info.
|
79 |
|
80 |
-
### Data Instances
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
```
|
85 |
-
{'id': '0054d6d30dbcad772e20b22771153a2a9cbeaf62',
|
86 |
-
'article': '(CNN) -- An American woman died aboard a cruise ship that docked at Rio de Janeiro on Tuesday, the same ship on which 86 passengers previously fell ill, according to the state-run Brazilian news agency, Agencia Brasil. The American tourist died aboard the MS Veendam, owned by cruise operator Holland America. Federal Police told Agencia Brasil that forensic doctors were investigating her death. The ship's doctors told police that the woman was elderly and suffered from diabetes and hypertension, according the agency. The other passengers came down with diarrhea prior to her death during an earlier part of the trip, the ship's doctors said. The Veendam left New York 36 days ago for a South America tour.'
|
87 |
-
'highlights': 'The elderly woman suffered from diabetes and hypertension, ship's doctors say .\nPreviously, 86 passengers had fallen ill on the ship, Agencia Brasil says .'}
|
88 |
-
```
|
89 |
-
|
90 |
-
### Data Fields
|
91 |
|
92 |
- `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from
|
93 |
- `article`: a string containing the body of the news article
|
94 |
- `highlights`: a string containing the highlight of the article as written by the article author
|
95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
### Data Source
|
98 |
|
@@ -100,7 +110,7 @@ This Multi-Eup dataset was collected from European Parliament. <https://www.euro
|
|
100 |
|
101 |
#### Initial Data Collection and Normalization
|
102 |
|
103 |
-
The code for the EMNLP MRL version is made publicly available by Jinrui Yang, Timothy Baldwin and Trevor Cohn of The University of Melbourne at <https://github.com/
|
104 |
|
105 |
### Ethics Statement
|
106 |
|
|
|
75 |
|
76 |
## Dataset Structure
|
77 |
|
78 |
+
The Multi-EuP dataset contains two files, debate coprpus<https://huggingface.co/datasets/unimelb-nlp/Multi-EuP/blob/main/Debates.csv> and MEP info <https://huggingface.co/datasets/unimelb-nlp/Multi-EuP/blob/main/MEPs.csv>. The MEP id in two files can be used for alignment.
|
79 |
|
|
|
80 |
|
81 |
+
### Debate Corpus Fileds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
- `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from
|
84 |
- `article`: a string containing the body of the news article
|
85 |
- `highlights`: a string containing the highlight of the article as written by the article author
|
86 |
|
87 |
+
See the [Multi-EuP debate viewer](https://huggingface.co/datasets/unimelb-nlp/Multi-EuP/viewer/default/train) to explore more examples.
|
88 |
+
|
89 |
+
|
90 |
+
### MEP info Fileds
|
91 |
+
- `fullName`: A string representing the full name of the MEP.
|
92 |
+
- `politicalGroup`: A string indicating the political group affiliation of the MEP.
|
93 |
+
- `id`: An integer representing the unique identifier of the MEP in the EU.
|
94 |
+
- `nationalPoliticalGroup`: A string denoting the national political group of the MEP.
|
95 |
+
- `photo`: A .jpg file containing the profile picture of the MEP.
|
96 |
+
- `nameAudioP`: A .mp3 file with the pronunciation of the MEP's name.
|
97 |
+
- `gender_Wiki`: A string specifying the gender of the MEP as mentioned on Wikipedia.
|
98 |
+
- `gender_2017`: A string indicating the gender of the MEP according to europal-2017.
|
99 |
+
- `gender`: A string representing the MEP's gender after cross-referencing information from Wikipedia, europal-2017, and manual verification.
|
100 |
+
- `dateOfBirth_Wiki`: A string stating the date of birth of the MEP as mentioned on Wikipedia.
|
101 |
+
- `dateOfBirth_Home`: A string indicating the date of birth of the MEP as found on their homepage in the EU.
|
102 |
+
- `dateOfBirth`: A string representing the date of birth of the MEP after combining information from Wikipedia, their homepage, and manual verification.
|
103 |
+
- `placeOfBirth`: A string indicating the place of birth of the MEP as mentioned on their homepage.
|
104 |
+
- `country`: A string representing the nationality country of the MEP as mentioned on their homepage.
|
105 |
+
- `homePage`: A string providing the link to the MEP's homepage.
|
106 |
|
107 |
### Data Source
|
108 |
|
|
|
110 |
|
111 |
#### Initial Data Collection and Normalization
|
112 |
|
113 |
+
The code for the EMNLP MRL version is made publicly available by Jinrui Yang, Timothy Baldwin and Trevor Cohn of The University of Melbourne at <https://github.com/jrnlp/Multi-EuP>. This research was funded by Melbourne Research Scholarship and undertaken using the LIEF HPCGPGPU Facility hosted at the University of Melbourne. This facility was established with the assistance of LIEF Grant LE170100200.
|
114 |
|
115 |
### Ethics Statement
|
116 |
|