ali1ahmadi commited on
Commit
a0b381a
·
verified ·
1 Parent(s): b76a329

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fa
4
+ task_categories:
5
+ - question-answering
6
+ tags:
7
+ - persian
8
+ - religious
9
+ - question-answering
10
+ pretty_name: Religious Questions and Answers (Clean)
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---
14
+
15
+ # Religious Questions and Answers (Clean)
16
+
17
+ Private Persian question-answer dataset.
18
+
19
+ ## Columns
20
+
21
+ - `question`
22
+ - `content_text`
23
+
24
+ ## Cleaning applied
25
+
26
+ - Removed empty questions and answers.
27
+ - Removed question-answer pairs that were identical after normalization.
28
+ - Removed URL-only records.
29
+ - Kept questions with at least 3 words and answers with at least 20 words.
30
+ - Removed answers longer than 5,000 words.
31
+ - ...