pere commited on
Commit
035cf53
1 Parent(s): 1cf25f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +125 -1
README.md CHANGED
@@ -1,3 +1,127 @@
1
  ---
2
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ - machine-generated
5
+ language_creators:
6
+ - machine-generated
7
+ language:
8
+ - nb
9
+ - nn
10
+ license:
11
+ - cc-by-4.0
12
+ multilinguality:
13
+ - multilingual
14
+ size_categories:
15
+ - 10K<n<100K
16
+ source_datasets:
17
+ - extended|other-paws
18
+ task_categories:
19
+ - text-classification
20
+ task_ids:
21
+ - semantic-similarity-classification
22
+ - semantic-similarity-scoring
23
+ - text-scoring
24
+ - multi-input-text-classification
25
+ pretty_name: 'Norwegian PAWS-X'
26
  ---
27
+
28
+ # Dataset Card for Norwegian PAWS-X
29
+
30
+ ## Table of Contents
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Languages](#languages)
34
+ - [Dataset Structure](#dataset-structure)
35
+ - [Data Instances](#data-instances)
36
+ - [Data Fields](#data-fields)
37
+ - [Data Splits](#data-splits)
38
+ - [Dataset Creation](#dataset-creation)
39
+ - [Curation Rationale](#curation-rationale)
40
+ - [Source Data](#source-data)
41
+ - [Annotations](#annotations)
42
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
43
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
44
+ - [Social Impact of Dataset](#social-impact-of-dataset)
45
+ - [Discussion of Biases](#discussion-of-biases)
46
+ - [Other Known Limitations](#other-known-limitations)
47
+ - [Additional Information](#additional-information)
48
+ - [Dataset Curators](#dataset-curators)
49
+ - [Licensing Information](#licensing-information)
50
+ - [Citation Information](#citation-information)
51
+ - [Contributions](#contributions)
52
+
53
+ ## Dataset Description
54
+
55
+ - **Homepage:** [NB AiLab](https://ai.nb.no/)
56
+ - **Repository:** [Norwegian PAWS-X Repository](#)
57
+ - **Point of Contact:** [[email protected]](mailto:[email protected])
58
+
59
+ ### Dataset Summary
60
+
61
+ Norwegian PAWS-X is an extension of the PAWS-X dataset. PAWS-X is a multilingual version of PAWS (Paraphrase Adversaries from Word Scrambling) for six languages. The Norwegian PAWS-X dataset has machine-translated versions of the original PAWS-X dataset into Norwegian Bokmål and Nynorsk.
62
+
63
+ ### Languages
64
+
65
+ - Norwegian Bokmål (`nb`)
66
+ - Norwegian Nynorsk (`nn`)
67
+
68
+ ## Dataset Structure
69
+
70
+ ### Data Instances
71
+
72
+ Each instance includes a pair of sentences in Norwegian along with a binary label indicating whether the sentences are paraphrases of each other.
73
+
74
+ ### Data Fields
75
+
76
+ - `id`: An identifier for each example (int32)
77
+ - `sentence1`: The first sentence in Norwegian (string)
78
+ - `sentence2`: The second sentence in Norwegian (string)
79
+ - `label`: Binary label, where '1' indicates the sentences are paraphrases and '0' indicates they are not (class_label: '0', '1')
80
+
81
+ ### Data Splits
82
+
83
+ The dataset is divided into training, validation, and test sets. The exact numbers of instances in each split will be as per the original PAWS-X dataset.
84
+
85
+ ## Dataset Creation
86
+
87
+ ### Curation Rationale
88
+
89
+ Norwegian PAWS-X was created to extend the PAWS paraphrase identification task to the Norwegian language, including both Bokmål and Nynorsk standards. This promotes multilingual and cross-lingual research in paraphrase identification.
90
+
91
+ ### Source Data
92
+
93
+ The source data consists of human-translated PAWS pairs in six languages. For the Norwegian PAWS-X dataset, these pairs were translated into Norwegian Bokmål and Nynorsk using FAIR’s No Language Left Behind 3.3B parameters model.
94
+
95
+ ### Annotations
96
+
97
+ The dataset retains the original PAWS labels, which were created through a combination of expert and machine-generated annotations.
98
+
99
+ ### Personal and Sensitive Information
100
+
101
+ There is no known personal or sensitive information in this dataset.
102
+
103
+ ## Considerations for Using the Data
104
+
105
+ ### Social Impact of Dataset
106
+
107
+ This dataset helps in promoting the development of NLP technologies in Norwegian.
108
+ iases associated with this dataset at this time.
109
+
110
+ ### Other Known Limitations
111
+
112
+ There may be potential issues related to the translation quality, as the translations were generated using a machine translation model.
113
+
114
+ ## Additional Information
115
+
116
+ ### Dataset Curators
117
+
118
+ The dataset was curated by researcher Javier de la Rosa.
119
+
120
+ ### Licensing Information
121
+
122
+ Original PAWS-X License:
123
+ - The dataset may be freely used for any purpose, with acknowledgment of Google LLC as the data source being appreciated. The dataset is provided "AS IS" without any warranty, express or implied. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.
124
+
125
+ Norwegian PAWS-X License:
126
+ - CC BY 4.0
127
+