Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Japanese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -74,4 +74,51 @@ configs:
|
|
74 |
data_files:
|
75 |
- split: train
|
76 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
data_files:
|
75 |
- split: train
|
76 |
path: data/train-*
|
77 |
+
license: apache-2.0
|
78 |
+
task_categories:
|
79 |
+
- text-generation
|
80 |
+
language:
|
81 |
+
- ja
|
82 |
+
tags:
|
83 |
+
- self-rewarding
|
84 |
+
- oasst1
|
85 |
+
size_categories:
|
86 |
+
- 1K<n<10K
|
87 |
---
|
88 |
+
|
89 |
+
# Dataset Card for Dataset Name
|
90 |
+
|
91 |
+
<!-- Provide a quick summary of the dataset. -->
|
92 |
+
|
93 |
+
- [kunishou/oasst1-89k-ja](https://huggingface.co/datasets/kunishou/oasst1-89k-ja)
|
94 |
+
- [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
95 |
+
|
96 |
+
を元に、self-rewardingのEFT(Evaluation Fine-Tuning data)の元データを作成しました。
|
97 |
+
この後に、学習させたいモデルを使ってLLM-as-a-Judgeを行います。
|
98 |
+
Self-rewardingの論文では最終的に train: 1,630 records, test: 531 records に絞り込んでいます。
|
99 |
+
|
100 |
+
## Dataset Details
|
101 |
+
|
102 |
+
### Dataset Description
|
103 |
+
|
104 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
105 |
+
|
106 |
+
- **Curated by:** [HachiML](https://huggingface.co/HachiML)
|
107 |
+
- **Language(s) (NLP):** Japanese
|
108 |
+
- **License:** Apache-2.0
|
109 |
+
|
110 |
+
### Dataset Sources [optional]
|
111 |
+
|
112 |
+
<!-- Provide the basic links for the dataset. -->
|
113 |
+
|
114 |
+
- **Repository:** [More Information Needed]
|
115 |
+
- **Paper [optional]:** [More Information Needed]
|
116 |
+
- **Demo [optional]:** [More Information Needed]
|
117 |
+
|
118 |
+
## Filtering Rule
|
119 |
+
|
120 |
+
以下のルールで絞り込んでいます。
|
121 |
+
- First Conversational Turn
|
122 |
+
- Single Turn Conversation
|
123 |
+
- 3パターン以上の回答を持つ
|
124 |
+
- 同一のparent_idを持つ回答パターンでrankに被りがない
|