marquesafonso commited on
Commit
aa42e8d
·
verified ·
1 Parent(s): aaa57d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -0
README.md CHANGED
@@ -16,4 +16,148 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: cc0-1.0
20
+ task_categories:
21
+ - question-answering
22
+ language:
23
+ - pt
24
  ---
25
+ # Dataset Card for Dataset Name
26
+
27
+ <!-- Provide a quick summary of the dataset. -->
28
+
29
+ Portuguese preprocessed split from [MQA dataset](https://huggingface.co/datasets/clips/mqa) containing only the question_title and answer_text columns of records in the ".pt" domain.
30
+
31
+ The dataset was derived by filtering the following dataset: [ju-resplande/qa-pt](https://huggingface.co/datasets/ju-resplande/qa-pt)
32
+
33
+ The rationale is to have a dataset that is closer aligned with the Portuguese (Portugal) language.
34
+
35
+ The same license as both upstream datasets is used: Creative Commons Zero v1.0 Universal.
36
+
37
+ ## Dataset Details
38
+
39
+ ### Dataset Description
40
+
41
+ <!-- Provide a longer summary of what this dataset is. -->
42
+
43
+ - **Curated by:** @marquesafonso
44
+ - **Language(s) (NLP):** Portuguese (Portugal)
45
+ - **License:** Creative Commons Zero v1.0 Universal
46
+
47
+ ### Dataset Sources [optional]
48
+
49
+ <!-- Provide the basic links for the dataset. -->
50
+
51
+ - **Repositories:** [MQA dataset](https://huggingface.co/datasets/clips/mqa); [ju-resplande/qa-pt](https://huggingface.co/datasets/ju-resplande/qa-pt)
52
+
53
+ ## Uses
54
+
55
+ <!-- Address questions around how the dataset is intended to be used. -->
56
+
57
+ ### Direct Use
58
+
59
+ <!-- This section describes suitable use cases for the dataset. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Out-of-Scope Use
64
+
65
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ## Dataset Structure
70
+
71
+ <!-- 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. -->
72
+
73
+ [More Information Needed]
74
+
75
+ ## Dataset Creation
76
+
77
+ ### Curation Rationale
78
+
79
+ <!-- Motivation for the creation of this dataset. -->
80
+
81
+ The rationale is to have a dataset that is closer aligned with the Portuguese (Portugal) language.
82
+
83
+ ### Source Data
84
+
85
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
86
+
87
+ #### Data Collection and Processing
88
+
89
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
90
+
91
+ Portuguese preprocessed split from [MQA dataset](https://huggingface.co/datasets/clips/mqa) containing only the question_title and answer_text columns of records in the ".pt" domain.
92
+
93
+ The dataset was derived by filtering the following dataset: [ju-resplande/qa-pt](https://huggingface.co/datasets/ju-resplande/qa-pt)
94
+
95
+ #### Who are the source data producers?
96
+
97
+ <!-- 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. -->
98
+
99
+ [More Information Needed]
100
+
101
+ ### Annotations [optional]
102
+
103
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
104
+
105
+ #### Annotation process
106
+
107
+ <!-- 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. -->
108
+
109
+ [More Information Needed]
110
+
111
+ #### Who are the annotators?
112
+
113
+ <!-- This section describes the people or systems who created the annotations. -->
114
+
115
+ [More Information Needed]
116
+
117
+ #### Personal and Sensitive Information
118
+
119
+ <!-- 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. -->
120
+
121
+ [More Information Needed]
122
+
123
+ ## Bias, Risks, and Limitations
124
+
125
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
126
+
127
+ [More Information Needed]
128
+
129
+ ### Recommendations
130
+
131
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
132
+
133
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
134
+
135
+ ## Citation [optional]
136
+
137
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
138
+
139
+ **BibTeX:**
140
+
141
+ [More Information Needed]
142
+
143
+ **APA:**
144
+
145
+ [More Information Needed]
146
+
147
+ ## Glossary [optional]
148
+
149
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
150
+
151
+ [More Information Needed]
152
+
153
+ ## More Information [optional]
154
+
155
+ [More Information Needed]
156
+
157
+ ## Dataset Card Authors [optional]
158
+
159
+ [More Information Needed]
160
+
161
+ ## Dataset Card Contact
162
+
163
+ [More Information Needed]