mlynatom commited on
Commit
707ef93
·
verified ·
1 Parent(s): 7dd9b64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -1
README.md CHANGED
@@ -35,4 +35,90 @@ language:
35
  - cs
36
  size_categories:
37
  - 10K<n<100K
38
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  - cs
36
  size_categories:
37
  - 10K<n<100K
38
+ ---
39
+ # Dataset Card for Dotazy of Institute of the Czech Language of the Czech Academy of Sciences (questions_ujc_cas_cs)
40
+
41
+ <!-- Provide a quick summary of the dataset. -->
42
+
43
+ This is a dataset scraped from the webpage https://dotazy.ujc.cas.cz/ mantained by the Instute of the Czech Language of the Academy of Sciences of the Czech Republic.
44
+
45
+ ## Dataset Details
46
+
47
+ ### Dataset Description
48
+
49
+ <!-- Provide a longer summary of what this dataset is. -->
50
+ This is a dataset scraped from the webpage https://dotazy.ujc.cas.cz/ mantained by the Instute of the Czech Language of the Academy of Sciences of the Czech Republic. It was scraped with their permission. It contains questions asked by the users of language consultancy of the Institute of the Czech Language along with answers and other metadata.
51
+
52
+ - **Curated by:** AIC FEE CTU
53
+ - **Language(s) (NLP):** Czech
54
+ - **License:** CC-BY 4.0
55
+
56
+ ## Uses
57
+
58
+ <!-- Address questions around how the dataset is intended to be used. -->
59
+ This dataset is intended to be used in the process of instruction tuning of LLMs in Czech language. However, it can be utilized also for question-answering task or for language generation and other related tasks.
60
+
61
+ ## Dataset Structure
62
+
63
+ <!-- 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. -->
64
+
65
+ We provide only single split and encourage the users to modify the dataset as the need.
66
+
67
+ The dataset fields are:
68
+ - question: more general question category
69
+ - specific question: specific question that was asked
70
+ - keyword: assigned keyword
71
+ - answer: answer of the Instute
72
+ - last_usage: date of the last usage
73
+ - variants: variants of considered language problem
74
+ - id: id number of the line
75
+
76
+ ## Dataset Creation
77
+
78
+ ### Curation Rationale
79
+
80
+ <!-- Motivation for the creation of this dataset. -->
81
+
82
+ The creation was motivated by the scarcity of available high-quality instruction tuning dataset in Czech.
83
+
84
+ ### Source Data
85
+
86
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
87
+ The source is the language consultancy webpage: https://dotazy.ujc.cas.cz/
88
+
89
+ #### Data Collection and Processing
90
+
91
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
92
+
93
+ The dataset was scraped from the web and the strings were fixed using ftfy Python library.
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
+ The producers of source data are the users of the language consultancy and the employees of the Instute of the Czech Language - https://ujc.cas.cz/cs/
100
+
101
+
102
+ #### Personal and Sensitive Information
103
+
104
+ <!-- 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. -->
105
+
106
+ The dataset should not contain any personal or sensitive information according to the original description and the nature of the information inside of it.
107
+
108
+ ## Bias, Risks, and Limitations
109
+
110
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
111
+
112
+ The content of this dataset is limited to the Czech language and the topic is also just the Czech language.
113
+
114
+ ### Recommendations
115
+
116
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
117
+
118
+ Users should be made aware of the risks, biases and limitations of the dataset.
119
+
120
+ ## Citation [optional]
121
+
122
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
123
+
124
+ TBA