Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
---
|
8 |
+
# CulturaY-ja-askllm-v1
|
9 |
+
|
10 |
+
多言語データセット [ontocord/CulturaY](https://huggingface.co/datasets/ontocord/CulturaY) の日本語パート `ja` に対して、 Ask-LLM 手法でスコア付けしたデータセットです。
|
11 |
+
|
12 |
+
元データセットのカラムに加え `askllm_score` というカラムが追加されており、ここに Ask-LLM のスコアが格納されています。
|
13 |
+
|
14 |
+
スコア付けした後、重複処理をしたデータセットです。
|
15 |
+
|
16 |
+
|
17 |
+
Ask-LLM でスコア付けに使用した LLM は [Rakuten/RakutenAI-7B-instruct](https://huggingface.co/Rakuten/RakutenAI-7B-instruct) で、プロンプトは以下の通りです。
|
18 |
+
|
19 |
+
```
|
20 |
+
###
|
21 |
+
{data}
|
22 |
+
###
|
23 |
+
|
24 |
+
Does the previous paragraph demarcated within ### and ### contain informative signal for pre-training a large-language model? An informative datapoint should be well-formatted, contain some usable knowledge of the world, and strictly NOT have any harmful, racist, sexist, etc. content.
|
25 |
+
|
26 |
+
OPTIONS: yes / no
|
27 |
+
ANSWER:
|
28 |
+
```
|
29 |
+
|
30 |
+
- 元データセット
|
31 |
+
- https://huggingface.co/datasets/ontocord/CulturaY
|
32 |
+
|
33 |
+
- Ask-LLM 手法
|
34 |
+
- https://arxiv.org/abs/2402.09668
|
35 |
+
- https://speakerdeck.com/s_ota/ask-llm-20240313
|
36 |
+
- https://github.com/susumuota/nano-askllm
|