e.zeinivand commited on
Commit
82a3181
·
1 Parent(s): 28239b4

Initial commit

Browse files
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
4
+ # Persian NLG
5
+
6
+ ## Dataset Summary
7
+
8
+ The **Persian NLG Benchmark** is a curated collection of Persian datasets designed to evaluate natural language generation (NLG) capabilities in a variety of tasks, including:
9
+
10
+ - **Summarization**: Using datasets like **SamSUM-fa** and **PnSummary**
11
+ - **Machine Translation**: With parallel corpora such as **TEP**, **MIZAN**, and **EPOQUE**
12
+ - **Question Generation**: Using the **PersianQA** dataset
13
+
14
+ This benchmark provides a comprehensive view of how Persian-capable models perform on generative tasks that are linguistically and semantically complex.
15
+
16
+ ---
17
+
18
+ ## Supported Tasks and Leaderboards
19
+
20
+ ### Summarization
21
+ The summarization track tests how well models can generate concise and accurate summaries from Persian conversational or formal texts. Relevant columns include input text and human-written summaries.
22
+
23
+ ### Machine Translation
24
+ The translation task evaluates models' performance in translating between Persian, English, and Arabic. The datasets cover multiple domains and include source-target sentence pairs. Evaluation can be done in both directions (e.g., fa→en, en→fa).
25
+
26
+ ### Question Generation
27
+ The question generation task assesses the ability of models to generate meaningful questions based on a given passage and answer. This tests the contextual and semantic understanding of the models in Persian.
28
+
29
+ ---
30
+
31
+ ## Languages
32
+
33
+ The primary language is **Persian (fa)**, but the machine translation section includes **English (en)** and **Arabic (ar)** as well.
34
+
35
+ ---
36
+
37
+ ## License
38
+
39
+ This dataset is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).
40
+
41
+ You must give appropriate credit, may not use it for commercial purposes, and may not distribute modified versions of the dataset.
42
+
43
+ For details, see the [license](LICENSE) file or https://creativecommons.org/licenses/by-nc-nd/4.0/
question-generation_PersianQA.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
summarization_PnSummary.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
summarization_SamSUM-fa.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
translation-ar2fa_ar2fa.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
translation-en2fa_en2fa.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
translation-fa2ar_fa2ar.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
translation-fa2en_fa2en.jsonl ADDED
The diff for this file is too large to render. See raw diff