mgrbyte commited on
Commit
44e8ff6
1 Parent(s): 61d5872

Initial dataset card.

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,71 @@
1
  ---
2
  license: other
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ task_categories:
4
+ - translation
5
+ - text-classification
6
+ - summarization
7
+ - sentence-similarity
8
+ language:
9
+ - en
10
+ - cy
11
+ pretty_name: Cofnod Y Cynulliad en-cy
12
+ size_categories:
13
+ - 100K<n<1M
14
  ---
15
+ # Dataset Card for cofnodycynulliad_en-cy
16
+
17
+ ## Dataset Description
18
+
19
+ - **Homepage:** https://github.com/techiaith/cofnod-y-cynulliad_dataset
20
+ - **Repository:** https://github.com/techiaith/cofnod-y-cynulliad_dataset.git
21
+ - **Paper:**
22
+ - **Leaderboard:**
23
+ - **Point of Contact:** techiaith@bangor.ac.uk
24
+
25
+ ### Dataset Summary
26
+
27
+ This dataset consists of English-Welsh sentence pairs obtained by parsing the data provided from the [Welsh Parliament](https://cofnod.senedd.cymru/) website.
28
+
29
+ ### Supported Tasks and Leaderboards
30
+
31
+ - translation
32
+ - text classification
33
+ - sentence similarity
34
+
35
+ ### Languages
36
+
37
+ - English
38
+ - Welsh
39
+
40
+ ## Dataset Structure
41
+
42
+ ### Data Fields
43
+
44
+ - source
45
+ - target
46
+
47
+ ### Data Splits
48
+
49
+ - train
50
+ - valid
51
+ - test
52
+
53
+ ## Dataset Creation
54
+
55
+ The dataset was created via an internal pipeline using the Python, lxml and DVC.
56
+
57
+ ### Source Data
58
+
59
+ #### Initial Data Collection and Normalization
60
+
61
+ Sentences were dropped from the original scrapped sources in the following cases:
62
+
63
+ - sentence contained too many misspelt words
64
+ - sentence length similarity variance too great.
65
+
66
+ #### Who are the source language producers?
67
+
68
+ Information about the contents of the website can be found [here](https://cofnod.senedd.cymru)
69
+
70
+ ### Licensing Information
71
+ This dataset's source data is Crown copyright and is licensed under the [Open Government License](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/).