zeynep cahan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,118 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- table-question-answering
|
5 |
-
- question-answering
|
6 |
language:
|
7 |
- tr
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
language:
|
4 |
- tr
|
5 |
+
---
|
6 |
+
# Dataset Card for MedData_tr-1
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of the dataset. -->
|
9 |
+
|
10 |
+
## Dataset Details
|
11 |
+
|
12 |
+
### Dataset Description
|
13 |
+
|
14 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
15 |
+
|
16 |
+
- **Language(s) (NLP):** Turkish
|
17 |
+
- **License:** APACHE 2.0
|
18 |
+
|
19 |
+
### Dataset Sources
|
20 |
+
|
21 |
+
Memorial Health Library : https://www.memorial.com.tr/saglik-kutuphanesi
|
22 |
+
|
23 |
+
- **Repository:** [More Information Needed]
|
24 |
+
|
25 |
+
## Uses
|
26 |
+
|
27 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
28 |
+
|
29 |
+
### Direct Use
|
30 |
+
|
31 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
32 |
+
|
33 |
+
[More Information Needed]
|
34 |
+
|
35 |
+
### Out-of-Scope Use
|
36 |
+
|
37 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
38 |
+
|
39 |
+
[More Information Needed]
|
40 |
+
|
41 |
+
## Dataset Structure
|
42 |
+
|
43 |
+
**category** : The library was split into 4 categories
|
44 |
+
- Tanı ve Testler (Diagnoses and Tests)
|
45 |
+
- Hastalıklar (Diseases)
|
46 |
+
- Tedavi Yöntemleri (Treatment Methods)
|
47 |
+
|
48 |
+
**topic** : The topic of the text content
|
49 |
+
|
50 |
+
**text** : Full text
|
51 |
+
|
52 |
+
**num_tokens** : Token count of the full text
|
53 |
+
|
54 |
+
## Dataset Creation
|
55 |
+
|
56 |
+
### Curation Rationale
|
57 |
+
This dataset was created to increase the Turkish medical data in HuggingFace Datasets library.
|
58 |
+
|
59 |
+
<!-- Motivation for the creation of this dataset. -->
|
60 |
+
|
61 |
+
### Source Data
|
62 |
+
Memorial is a hospital network based in Turkey. Their website provides a health library, which the contents were written by doctors who are experts in their fields.
|
63 |
+
|
64 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
65 |
+
|
66 |
+
#### Data Collection and Processing
|
67 |
+
The contents were scraped using Python's BeautifulSoup library.
|
68 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
69 |
+
|
70 |
+
### Annotations
|
71 |
+
Each text in the dataset was tokenized and counted afterwards.
|
72 |
+
|
73 |
+
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
74 |
+
|
75 |
+
#### Annotation process
|
76 |
+
Tokenization was done using Tiktoken's encoding `cl100k_base`, used by `gpt-4-turbo`, `gpt-4`, `gpt-3.5-turbo`, etc.
|
77 |
+
|
78 |
+
<!-- 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. -->
|
79 |
+
|
80 |
+
[More Information Needed]
|
81 |
+
|
82 |
+
|
83 |
+
#### Personal and Sensitive Information
|
84 |
+
This data does not contain ant personal, sensitive or private information.
|
85 |
+
|
86 |
+
|
87 |
+
## Bias, Risks, and Limitations
|
88 |
+
|
89 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
90 |
+
|
91 |
+
[More Information Needed]
|
92 |
+
|
93 |
+
### Recommendations
|
94 |
+
|
95 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
96 |
+
|
97 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
98 |
+
|
99 |
+
## Citation [optional]
|
100 |
+
|
101 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
102 |
+
|
103 |
+
**BibTeX:**
|
104 |
+
|
105 |
+
[More Information Needed]
|
106 |
+
|
107 |
+
**APA:**
|
108 |
+
|
109 |
+
[More Information Needed]
|
110 |
+
|
111 |
+
|
112 |
+
## Dataset Card Authors
|
113 |
+
|
114 |
+
Zeynep Cahan
|
115 |
+
|
116 |
+
## Dataset Card Contact
|
117 |
+
|
118 |