teami12 commited on
Commit
8eb228b
·
verified ·
1 Parent(s): f40965f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -53
README.md CHANGED
@@ -26,7 +26,7 @@ task_ids:
26
  - open-domain-qa
27
  ---
28
 
29
- # Dataset Card for Serbian Natural Questions (Subset) based on MaCoCu-sr
30
 
31
  ## Dataset Description
32
 
@@ -36,9 +36,7 @@ task_ids:
36
 
37
  ### Dataset Summary
38
 
39
- This dataset comprises the first 8,000 examples of Google's Natural Questions (NQ) dataset, automatically translated to Serbian using the MaCoCu-sr corpus as a reference. All queries have their corresponding IDs, allowing them to be traced back to the original data. The translation was performed automatically using the "gpt-3.5-turbo-0125" model. This dataset is designed for evaluating embedding models on Question Answering (QA) and Information Retrieval (IR) tasks in Serbian.
40
-
41
- The original NQ corpus contains questions from real users and requires QA systems to read and comprehend entire Wikipedia articles that may or may not contain the answer to the question. The inclusion of real user questions and the requirement to read entire pages make NQ a more realistic and challenging task compared to prior QA datasets.
42
 
43
  ### Source Data
44
 
@@ -52,67 +50,22 @@ Considerable effort was devoted to cleaning the extracted text to provide a high
52
  - Discarding very short texts and texts not in the target language
53
  - Applying extensive metadata filtering using [Monotextor](https://github.com/bitextor/monotextor)
54
 
55
- ### Data Structure
56
-
57
- Each document in the XML format of the MaCoCu-sr corpus is accompanied by the following metadata:
58
- - Title
59
- - Crawl date
60
- - URL
61
- - Domain
62
- - File type of the original document
63
- - Distribution of languages inside the document
64
- - Fluency score based on a language model
65
-
66
- Each paragraph contains metadata on:
67
- - Whether it is a heading
68
- - Paragraph quality (labels such as "short" or "good")
69
- - Fluency score (between 0 and 1)
70
- - Automatically identified language
71
- - Presence of sensitive information
72
-
73
- ### Data Instances
74
-
75
- Each instance in our dataset contains:
76
- - `id`: The original Natural Questions question ID
77
- - `question`: The question translated to Serbian
78
- - `article`: The corresponding Wikipedia article translated to Serbian
79
- - `short_answer`: The short answer (if available) translated to Serbian
80
- - `long_answer`: The long answer (paragraph containing the answer) translated to Serbian
81
-
82
- ### Data Fields
83
-
84
- - `id`: string
85
- - `question`: string
86
- - `article`: string
87
- - `short_answer`: string (nullable)
88
- - `long_answer`: string
89
-
90
- ### Data Splits
91
-
92
- The dataset consists of 8,000 examples. There are no predefined train/validation/test splits.
93
 
94
  ## Additional Information
95
 
96
  ### Dataset Curators
97
 
98
- [Your Name or Organization]
99
 
100
  ### Licensing Information
101
 
102
- This dataset is licensed under CC-BY-4.0.
103
 
104
  ### Citation Information
105
 
106
  If you use this dataset, please cite the following:
107
 
108
  ```
109
- @misc{serbian-nq-subset,
110
- title={Serbian Natural Questions Subset based on MaCoCu-sr},
111
- author={[Your Name]},
112
- year={2024},
113
- howpublished={\url{https://huggingface.co/datasets/your-username/serbian-nq-subset}}
114
- }
115
-
116
  @misc{macocu-sr,
117
  title={MaCoCu-sr 1.0},
118
  author={Connecting Europe Facility (CEF) Telecom},
@@ -129,8 +82,7 @@ Additionally, please acknowledge the following projects and institutions:
129
 
130
  ### Contributions
131
 
132
- Thanks to Google for creating the original Natural Questions dataset and to the MaCoCu project for the Serbian web corpus.
133
-
134
  ### Notice and Takedown
135
 
136
  Should you consider that our data contains material that is owned by you and should therefore not be reproduced here, please:
 
26
  - open-domain-qa
27
  ---
28
 
29
+ # Dataset Card for MaCoCu-sr dataset
30
 
31
  ## Dataset Description
32
 
 
36
 
37
  ### Dataset Summary
38
 
39
+ The Serbian web corpus MaCoCu-sr 1.0 was built by crawling the ".rs" and ".срб" internet top-level domains in 2021 and 2022, extending the crawl dynamically to other domains. This high-quality web corpus is characterized by extensive metadata, making it highly useful for corpus linguistics studies, as well as for training language models and other language technologies.
 
 
40
 
41
  ### Source Data
42
 
 
50
  - Discarding very short texts and texts not in the target language
51
  - Applying extensive metadata filtering using [Monotextor](https://github.com/bitextor/monotextor)
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ## Additional Information
55
 
56
  ### Dataset Curators
57
 
58
+ [SmartCat]
59
 
60
  ### Licensing Information
61
 
62
+ This dataset is licensed under MIT licence.
63
 
64
  ### Citation Information
65
 
66
  If you use this dataset, please cite the following:
67
 
68
  ```
 
 
 
 
 
 
 
69
  @misc{macocu-sr,
70
  title={MaCoCu-sr 1.0},
71
  author={Connecting Europe Facility (CEF) Telecom},
 
82
 
83
  ### Contributions
84
 
85
+ Thanks to CLARIN.SI for creating this dataset.
 
86
  ### Notice and Takedown
87
 
88
  Should you consider that our data contains material that is owned by you and should therefore not be reproduced here, please: