xezpeleta commited on
Commit
67adcdd
1 Parent(s): 8bcf56e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +165 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ tags:
6
+ - garden
7
+ - flowers
8
+ - trees
9
+ pretty_name: Bizi Baratzeko Kontsultategia
10
+ size_categories:
11
+ - n<1K
12
+ ---
13
+
14
+ # Dataset Card for Dataset Name
15
+
16
+ <!-- Provide a quick summary of the dataset. -->
17
+
18
+ This dataset contains the questions and answers from the [Bizibaratzea Kontsultategia](https://bizibaratzea.eus/galdetu-eta-erantzun) website.
19
+
20
+ ## Dataset Details
21
+
22
+ The dataset is a JSONL file with the following structure:
23
+
24
+ ```json
25
+ {
26
+ "id": int,
27
+ "question": string,
28
+ "answer": string
29
+ }
30
+ ```
31
+
32
+ Where:
33
+ - The *id* is a unique identifier for each question and answer pair.
34
+ - The *question* is the question asked by the user.
35
+ - The *answer* is the answer given by the Bizibaratzea Kontsultategia team (Jakoba Errekondo).
36
+
37
+ ### Dataset Description
38
+
39
+ <!-- Provide a longer summary of what this dataset is. -->
40
+
41
+
42
+
43
+ - **Curated by:** Xabier Ezpeleta
44
+ - **Funded by [optional]:** [More Information Needed]
45
+ - **Shared by [optional]:** Xabier Ezpeleta
46
+ - **Language(s) (NLP):** Basque
47
+ - **License:** [More Information Needed]
48
+
49
+ ### Dataset Sources [optional]
50
+
51
+ <!-- Provide the basic links for the dataset. -->
52
+
53
+ - **Repository:** [More Information Needed]
54
+ - **Paper [optional]:** [More Information Needed]
55
+ - **Demo [optional]:** [More Information Needed]
56
+
57
+ ## Uses
58
+
59
+ <!-- Address questions around how the dataset is intended to be used. -->
60
+
61
+ ### Direct Use
62
+
63
+ <!-- This section describes suitable use cases for the dataset. -->
64
+
65
+ [More Information Needed]
66
+
67
+ ### Out-of-Scope Use
68
+
69
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
70
+
71
+ [More Information Needed]
72
+
73
+ ## Dataset Structure
74
+
75
+ <!-- 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. -->
76
+
77
+ [More Information Needed]
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+
83
+ <!-- Motivation for the creation of this dataset. -->
84
+
85
+ [More Information Needed]
86
+
87
+ ### Source Data
88
+
89
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
90
+
91
+ #### Data Collection and Processing
92
+
93
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
94
+
95
+ [More Information Needed]
96
+
97
+ #### Who are the source data producers?
98
+
99
+ <!-- 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. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ### Annotations [optional]
104
+
105
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
106
+
107
+ #### Annotation process
108
+
109
+ <!-- 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. -->
110
+
111
+ [More Information Needed]
112
+
113
+ #### Who are the annotators?
114
+
115
+ <!-- This section describes the people or systems who created the annotations. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Personal and Sensitive Information
120
+
121
+ <!-- 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. -->
122
+
123
+ [More Information Needed]
124
+
125
+ ## Bias, Risks, and Limitations
126
+
127
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Recommendations
132
+
133
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
134
+
135
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
136
+
137
+ ## Citation [optional]
138
+
139
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
140
+
141
+ **BibTeX:**
142
+
143
+ [More Information Needed]
144
+
145
+ **APA:**
146
+
147
+ [More Information Needed]
148
+
149
+ ## Glossary [optional]
150
+
151
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
152
+
153
+ [More Information Needed]
154
+
155
+ ## More Information [optional]
156
+
157
+ [More Information Needed]
158
+
159
+ ## Dataset Card Authors [optional]
160
+
161
+ [More Information Needed]
162
+
163
+ ## Dataset Card Contact
164
+
165
+ [More Information Needed]