Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: Building Bridges
|
6 |
+
size_categories:
|
7 |
+
- n<1K
|
8 |
+
---
|
9 |
+
|
10 |
+
Dataset associated with the paper [Building Bridges: A Dataset for Evaluating Gender-Fair Machine Translation into German](https://aclanthology.org/2024.findings-acl.448/).
|
11 |
+
|
12 |
+
### Scheme
|
13 |
+
|
14 |
+
- rid: row id
|
15 |
+
- seed: seed noun searched in the sentences
|
16 |
+
- prev_context: two sentences preceding the matching sentence
|
17 |
+
- matching: the sentence where we found the seed noun
|
18 |
+
- trail_context: one sentence following the matching sentence
|
19 |
+
- source: the concatenation of `prev_context`, `matching`, and `trail_context`
|