AliShahroor
commited on
Commit
•
68e73ed
1
Parent(s):
927fe0c
add readme
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ dataset_info:
|
|
70 |
num_examples: 1417
|
71 |
- name: test
|
72 |
num_examples: 2743
|
73 |
-
- config_name:
|
74 |
splits:
|
75 |
- name: train
|
76 |
num_examples: 1251
|
@@ -135,14 +135,14 @@ configs:
|
|
135 |
path: fake-news/dev.json
|
136 |
- split: train
|
137 |
path: fake-news/train.json
|
138 |
-
- config_name:
|
139 |
data_files:
|
140 |
- split: test
|
141 |
-
path:
|
142 |
- split: dev
|
143 |
-
path:
|
144 |
- split: train
|
145 |
-
path:
|
146 |
---
|
147 |
|
148 |
# LlamaLens: Specialized Multilingual LLM Dataset
|
@@ -173,7 +173,7 @@ This repo includes scripts needed to run our full pipeline, including data prepr
|
|
173 |
| Factuality | fake-news | 2 | 8,393 | 2,743 | 1,417 |
|
174 |
| Hate Speech | hate-speech-detection | 2 | 3,327 | 951 | 476 |
|
175 |
| Hate Speech | Hindi-Hostility-Detection-CONSTRAINT-2021 | 15 | 5,718 | 1,651 | 811 |
|
176 |
-
|
|
177 |
| Summarization | xlsum | -- | 70,754 | 8,847 | 8,847 |
|
178 |
| Offensive Speech | Offensive_Speech_Detection | 3 | 2,172 | 636 | 318 |
|
179 |
| Sentiment | Sentiment_Analysis | 3 | 10,039 | 1,259 | 1,258 |
|
|
|
70 |
num_examples: 1417
|
71 |
- name: test
|
72 |
num_examples: 2743
|
73 |
+
- config_name: Natural_Language_Inference
|
74 |
splits:
|
75 |
- name: train
|
76 |
num_examples: 1251
|
|
|
135 |
path: fake-news/dev.json
|
136 |
- split: train
|
137 |
path: fake-news/train.json
|
138 |
+
- config_name: Natural_Language_Inference
|
139 |
data_files:
|
140 |
- split: test
|
141 |
+
path: Natural_Language_Inference/test.json
|
142 |
- split: dev
|
143 |
+
path: Natural_Language_Inference/dev.json
|
144 |
- split: train
|
145 |
+
path: Natural_Language_Inference/train.json
|
146 |
---
|
147 |
|
148 |
# LlamaLens: Specialized Multilingual LLM Dataset
|
|
|
173 |
| Factuality | fake-news | 2 | 8,393 | 2,743 | 1,417 |
|
174 |
| Hate Speech | hate-speech-detection | 2 | 3,327 | 951 | 476 |
|
175 |
| Hate Speech | Hindi-Hostility-Detection-CONSTRAINT-2021 | 15 | 5,718 | 1,651 | 811 |
|
176 |
+
| Natural_Language_Inference | Natural_Language_Inference | 2 | 1,251 | 447 | 537 |
|
177 |
| Summarization | xlsum | -- | 70,754 | 8,847 | 8,847 |
|
178 |
| Offensive Speech | Offensive_Speech_Detection | 3 | 2,172 | 636 | 318 |
|
179 |
| Sentiment | Sentiment_Analysis | 3 | 10,039 | 1,259 | 1,258 |
|