horychtom commited on
Commit
849612e
·
1 Parent(s): ffa2879

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -33
README.md CHANGED
@@ -16,10 +16,10 @@ configs:
16
  - text-level-bias
17
  ---
18
 
19
- # Dataset Card for "MBIB"
20
 
21
  ## Table of Contents
22
- - [Dataset Card for "MBIB"](#dataset-card-for-mbib)
23
  - [Table of Contents](#table-of-contents)
24
  - [Dataset Description](#dataset-description)
25
  - [Dataset Summary](#dataset-summary)
@@ -38,11 +38,10 @@ configs:
38
 
39
  ## Dataset Description
40
 
41
- - **Homepage:** https://github.com/coastalcph/lex-glue
42
- - **Repository:** https://github.com/coastalcph/lex-glue
43
- - **Paper:** https://arxiv.org/abs/2110.00976
44
- - **Leaderboard:** https://github.com/coastalcph/lex-glue
45
- - **Point of Contact:** [Ilias Chalkidis](mailto:ilias.chalkidis@di.ku.dk)
46
 
47
  ### Dataset Summary
48
 
@@ -108,12 +107,8 @@ An example of one training instance looks as follows.
108
 
109
  ### Data Fields
110
 
111
- - `text`: a list of `string` features (list of factual paragraphs (facts) from the case description).
112
- - `labels`: a list of classification labels (a list of violated ECHR articles, if any) .
113
- <details>
114
- <summary>List of ECHR articles</summary>
115
- "Article 2", "Article 3", "Article 5", "Article 6", "Article 8", "Article 9", "Article 10", "Article 11", "Article 14", "Article 1 of Protocol 1"
116
- </details>
117
 
118
 
119
 
@@ -121,40 +116,25 @@ An example of one training instance looks as follows.
121
  ## Considerations for Using the Data
122
 
123
  ### Social Impact of Dataset
124
-
125
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
 
128
  ### Discussion of Biases
129
 
130
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
 
133
  ### Other Known Limitations
134
 
135
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
-
137
-
138
 
139
 
140
 
141
  ### Citation Information
142
 
143
- [*Ilias Chalkidis, Abhik Jana, Dirk Hartung, Michael Bommarito, Ion Androutsopoulos, Daniel Martin Katz, and Nikolaos Aletras.*
144
- *LexGLUE: A Benchmark Dataset for Legal Language Understanding in English.*
145
- *2022. In the Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics. Dublin, Ireland.*](https://arxiv.org/abs/2110.00976)
146
  ```
147
- @inproceedings{chalkidis-etal-2021-lexglue,
148
- title={LexGLUE: A Benchmark Dataset for Legal Language Understanding in English},
149
- author={Chalkidis, Ilias and Jana, Abhik and Hartung, Dirk and
150
- Bommarito, Michael and Androutsopoulos, Ion and Katz, Daniel Martin and
151
- Aletras, Nikolaos},
152
- year={2022},
153
- booktitle={Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics},
154
- address={Dubln, Ireland},
155
- }
156
  ```
157
 
158
  ### Contributions
159
-
160
- Thanks to [@iliaschalkidis](https://github.com/iliaschalkidis) for adding this dataset.
 
16
  - text-level-bias
17
  ---
18
 
19
+ # Dataset Card for Media-Bias-Identification-Benchmark
20
 
21
  ## Table of Contents
22
+ - [Dataset Card for Meida-Bias-Identification-Benchmark](#dataset-card-for-mbib)
23
  - [Table of Contents](#table-of-contents)
24
  - [Dataset Description](#dataset-description)
25
  - [Dataset Summary](#dataset-summary)
 
38
 
39
  ## Dataset Description
40
 
41
+ - **Homepage:** https://github.com/Media-Bias-Group/Media-Bias-Identification-Benchmark
42
+ - **Repository:** https://github.com/Media-Bias-Group/Media-Bias-Identification-Benchmark
43
+ - **Paper:** TODO
44
+ - **Point of Contact:** [Martin Wessel](mailto:martin.wessel@uni-konstanz.de)
 
45
 
46
  ### Dataset Summary
47
 
 
107
 
108
  ### Data Fields
109
 
110
+ - `text`: a sentence from various sources (eg., news articles, twitter, other social media).
111
+ - `label`: binary indicator of bias (0 = unbiased, 1 = biased)
 
 
 
 
112
 
113
 
114
 
 
116
  ## Considerations for Using the Data
117
 
118
  ### Social Impact of Dataset
119
+ TODO
 
120
 
121
 
122
  ### Discussion of Biases
123
 
124
+ TODO
125
 
126
 
127
  ### Other Known Limitations
128
 
129
+ TODO
 
 
130
 
131
 
132
 
133
  ### Citation Information
134
 
 
 
 
135
  ```
136
+ TODO
 
 
 
 
 
 
 
 
137
  ```
138
 
139
  ### Contributions
140
+ TODO