rbawden commited on
Commit
f868ce7
1 Parent(s): 916b8c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -3
README.md CHANGED
@@ -1,3 +1,139 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - fr
5
+ - en
6
+ size_categories:
7
+ - n<1K
8
+ ---
9
+ # Dataset Card for Dataset Name
10
+
11
+
12
+ ## Dataset Details
13
+
14
+ Contrastive test set for English-to-French MT evaluation covering 2 discourse phenomena: anaphora and lexical choice (coherence/cohesion).
15
+
16
+ ### Dataset Description
17
+
18
+ For machine translation to tackle discourse phenomena, models must have access to extra-sentential linguistic context. There has been recent interest in modelling context in neural machine translation, but models have been principally evaluated with standard automatic metrics, poorly adapted to evaluating discourse phenomena. The aim of our article "Evaluating Discourse Phenomena in Neural Machine Translation" was to provide an alternative form of evaluation, specifically targeting discourse phenomena and the need for context beyond the level of the sentence.
19
+
20
+
21
+
22
+ - **Curated by:** Rachel Bawden, Rico Sennrich, Alexandra Birch, Alexandra and Barry Haddow
23
+ - **Language(s) (NLP):** English-to-French
24
+ - **License:** CC-BY-SA-4.0
25
+
26
+ ### Dataset Sources [optional]
27
+
28
+ - **Repository:** [https://github.com/rbawden/discourse-mt-test-sets/tree/master](https://github.com/rbawden/discourse-mt-test-sets/tree/master)
29
+ - **Paper [optional]:** [Bawden et al., 2018. Evaluating Discourse Phenomena in Neural Machine Translation](https://www.aclweb.org/anthology/N18-1118)
30
+
31
+ ## Uses
32
+
33
+ <!-- Address questions around how the dataset is intended to be used. -->
34
+
35
+ ### Direct Use
36
+
37
+ <!-- This section describes suitable use cases for the dataset. -->
38
+
39
+ [More Information Needed]
40
+
41
+ ### Out-of-Scope Use
42
+
43
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
44
+
45
+ [More Information Needed]
46
+
47
+ ## Dataset Structure
48
+
49
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ## Dataset Creation
54
+
55
+ ### Curation Rationale
56
+
57
+ <!-- Motivation for the creation of this dataset. -->
58
+
59
+ [More Information Needed]
60
+
61
+ ### Source Data
62
+
63
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
64
+
65
+ #### Data Collection and Processing
66
+
67
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
68
+
69
+ [More Information Needed]
70
+
71
+ #### Who are the source data producers?
72
+
73
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
74
+
75
+ [More Information Needed]
76
+
77
+ ### Annotations [optional]
78
+
79
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
80
+
81
+ #### Annotation process
82
+
83
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
84
+
85
+ [More Information Needed]
86
+
87
+ #### Who are the annotators?
88
+
89
+ <!-- This section describes the people or systems who created the annotations. -->
90
+
91
+ [More Information Needed]
92
+
93
+ #### Personal and Sensitive Information
94
+
95
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ## Bias, Risks, and Limitations
100
+
101
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
102
+
103
+ [More Information Needed]
104
+
105
+ ### Recommendations
106
+
107
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
108
+
109
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
110
+
111
+ ## Citation [optional]
112
+
113
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
114
+
115
+ **BibTeX:**
116
+
117
+ [More Information Needed]
118
+
119
+ **APA:**
120
+
121
+ [More Information Needed]
122
+
123
+ ## Glossary [optional]
124
+
125
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
126
+
127
+ [More Information Needed]
128
+
129
+ ## More Information [optional]
130
+
131
+ [More Information Needed]
132
+
133
+ ## Dataset Card Authors [optional]
134
+
135
+ [More Information Needed]
136
+
137
+ ## Dataset Card Contact
138
+
139
+ [More Information Needed]