pskun commited on
Commit
68c1dd2
1 Parent(s): 345fbd8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ pretty_name: Ziya-Writing-Eval-Chinese
6
+ size_categories:
7
+ - n<1K
8
+ ---
9
+ # 姜子牙写作任务中文评估数据集 Ziya-Writing-Eval-Chinese
10
+
11
+ ### 数据介绍 Dataset Summary
12
+
13
+ 用于评估大语言模型在中文写作任务上的水平,通常采用Side-by-Side评测;
14
+
15
+ 本评测集包含了以下几个写作子任务:
16
+ - 应用写作
17
+ - 公文
18
+ - 通知
19
+ - 报告
20
+ - 论文
21
+ - 征稿
22
+ - 函件
23
+ - 申请书
24
+ - 创意写作
25
+ - 书信
26
+ - 作文
27
+ - 文案
28
+ - 小说
29
+ - 视频脚本
30
+ - 攻略
31
+ - 广告
32
+ - 剧本
33
+ - 童话
34
+
35
+ This evaluation set is used to assess the proficiency of large language models in Chinese writing tasks, typically through Side-by-Side evaluation.
36
+
37
+ This evaluation set includes the following writing sub-tasks:
38
+ - Application Writing
39
+ - Official documents
40
+ - Notices
41
+ - Reports
42
+ - Papers
43
+ - Call for papers
44
+ - Letters
45
+ - Application letters
46
+ - Creative Writing
47
+ - Letters
48
+ - Essays
49
+ - Copywriting
50
+ - Novels
51
+ - Video scripts
52
+ - Guides
53
+ - Advertisements
54
+ - Scripts
55
+ - Fairy tales
56
+
57
+ ### 语言 Languages
58
+
59
+ 中文
60
+
61
+ Chinese
62
+
63
+ ### 数据示例 Data Instances
64
+
65
+ ```json
66
+ {"question_id":"161", "text":"以大学生的视角,写一篇针对某位男大学生运动员铅球的通讯稿,200字左右,要求慷慨激昂,富有文采,彰显出男运动员的青春与矫健,段落节奏抑扬n
67
+ 顿挫", "category": "写作"}
68
+ ```
69
+
70
+
71
+ ### 引用 Citation
72
+
73
+ ```
74
+ @article{fengshenbang,
75
+ author = {Jiaxing Zhang and Ruyi Gan and Junjie Wang and Yuxiang Zhang and Lin Zhang and Ping Yang and Xinyu Gao and Ziwei Wu and Xiaoqun Dong and Junqing He and Jianheng Zhuo and Qi Yang and Yongfeng Huang and Xiayu Li and Yanghan Wu and Junyu Lu and Xinyu Zhu and Weifeng Chen and Ting Han and Kunhao Pan and Rui Wang and Hao Wang and Xiaojun Wu and Zhongshen Zeng and Chongpei Chen},
76
+ title = {Fengshenbang 1.0: Being the Foundation of Chinese Cognitive Intelligence},
77
+ journal = {CoRR},
78
+ volume = {abs/2209.02970},
79
+ year = {2022}
80
+ }
81
+ ```