Datasets:

Modalities:
Image
ArXiv:
License:
Jinruiy commited on
Commit
c657c68
1 Parent(s): 61a611d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -80,9 +80,21 @@ The Multi-EuP dataset contains two files, debate coprpus<https://huggingface.co/
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
 
 
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).
86
+ - `MEPID`: An integer representing the unique ID of the MEP in the EU.
87
+ - `LANGUAGE`: The language ISO code of the text.
88
+ - `PARTY`: A string representing the political party of the MEP.
89
+ - `TEXTID`: A hash string serving as a unique identifier for the speech text.
90
+ - `CODICT`: An integer serving as the unique identifier for the speech text.
91
+ - `DATE`: A string indicating the date when the debate happened.
92
+ - `VOD-START`: The timestamp of the speech start.
93
+ - `VOD-END`: The timestamp of the speech end.
94
+ - `title_X`: A string representing the title in language X (e.g., `title_EN`). Note that this field might be empty for some languages, such as GA, as the EU does not publish titles in Irish (GA).
95
+ - `did`: A string representing the unique ID of the text (e.g., `doc0`, `doc1`).
96
+ - `qid_X`: A string representing the unique ID of the title in language X (e.g., `qid0#EN`).
97
+
98
 
99
  See the [Multi-EuP debate viewer](https://huggingface.co/datasets/unimelb-nlp/Multi-EuP/viewer/default/train) to explore more examples.
100