MilosKosRad commited on
Commit
7d3314a
·
verified ·
1 Parent(s): 22c810d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -30,4 +30,46 @@ configs:
30
  path: data/test-*
31
  language:
32
  - sr
33
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  path: data/test-*
31
  language:
32
  - sr
33
+ ---
34
+ # Dataset Card for srbNLI
35
+
36
+ ## Dataset Details
37
+
38
+ ### Dataset Description
39
+
40
+ **English**:
41
+ The srbNLI dataset is an automatically translated version of the SciFact dataset (VerifAI version) into Serbian using the Google Translate API. It is designed for Natural Language Inference (NLI) tasks, where the goal is to predict the relationship between a premise and a hypothesis. The relationship could be classified as one of 3 labels - support, contradict, or no evidence. This dataset enables research in cross-lingual NLI tasks for Serbian.
42
+
43
+ **Serbian**:
44
+ srbNLI skup podataka predstavlja automatski prevedenu verziju SciFact skupa podataka (VerifAI verzija) na srpski jezik koristeći Google Translate API. Namenjen je zadacima iz oblasti Inferencije u prirodnom jeziku (NLI), gde je cilj predvideti odnos između premise i hipoteze. Ovaj odnos se može klasifikovati u jedan od tri označena: podrška, kontradikcija ili nema dokaza. Ovaj skup podataka omogućava istraživanja u oblasti međujezičke NLI zadatke na srpskom jeziku.
45
+
46
+ ## Uses
47
+
48
+ ### Direct Use
49
+
50
+ The dataset is intended for use in Natural Language Inference (NLI) tasks, specifically for Serbian language models. It can be used to train and evaluate NLI models on Serbian texts and in cross-lingual NLI tasks.
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ This dataset is not suitable for tasks outside of NLI, such as machine translation or sentiment analysis, due to its specific design for inference tasks.
55
+
56
+ ## Dataset Structure
57
+
58
+ - **claim**: The premise text in Serbian.
59
+ - **evidence**: The hypothesis text in Serbian.
60
+ - **label**: The relationship between the premise and the hypothesis (0 = support, 1 = contradict, 2 = no evidence).
61
+
62
+ ## Dataset Creation
63
+
64
+ ### Curation Rationale
65
+
66
+ The srbNLI dataset was created to enable research in NLI tasks for the Serbian language, leveraging the SciFact dataset for its content and Google Translate API for translation.
67
+
68
+ ### Source Data
69
+
70
+ The source data is the SciFact dataset (VerifAI version), which contains English claims and corresponding evidence sentences. These were translated into Serbian using the Google Translate API.
71
+
72
+ ## Bias, Risks, and Limitations
73
+
74
+ As the dataset was created through automatic translation, it may contain errors or inconsistencies arising from the translation process. The quality of the translations may vary, and the dataset may contain biases inherent in the Google Translate API. Researchers should be cautious when using it for tasks that require high-quality translations.
75
+