Dataset · Question answering
imabari_wiki_qa_v4_reasoning_effort_llmjp4
by Ikedachin ikedachin/imabari_wiki_qa_v4_reasoning_effort_llmjp4
日本語・今治弁のQAを用いて、reasoning effort に応じた思考文の生成を学習するための教師ありファインチューニング(SFT)用データセットです。Imabari Wiki QA v4 Validated の質問と回答を保持し、元記事の文脈を参照して思考文を再生成しています。 This dataset supports supervised fine-tuning (SFT) of reasoning-effort-conditioned explanations using Japanese QA…
Dataset Card
By Ikedachin, published under cc-by-sa-4.0, revision 772a5198df55.
Imabari Wiki QA v4 with Reasoning Effort — LLM-jp 4
概要 / Overview
日本語・今治弁のQAを用いて、reasoning effort に応じた思考文の生成を学習するための教師ありファインチューニング(SFT)用データセットです。Imabari Wiki QA v4 Validated の質問と回答を保持し、元記事の文脈を参照して思考文を再生成しています。
This dataset supports supervised fine-tuning (SFT) of reasoning-effort-conditioned explanations using Japanese QA with Imabari dialect expressions. Questions and answers from Imabari Wiki QA v4 Validated are preserved, while reasoning text is regenerated with context from the source articles.
本カードは LLM-jp 4 用のチャットテンプレートに合わせたデータ形式を説明します。思考文の生成モデルは、両形式とも Qwen3.8-27B-NVFP4 です。Qwen3.8版とLLM-jp 4版は、同じ質問・回答・生成済み思考文を共有し、メッセージのフィールド、effortラベル、トークン計数用トークナイザーが異なります。
This card describes the data format adapted to the LLM-jp 4 chat template. Both versions use Qwen3.8-27B-NVFP4 to generate reasoning. The Qwen3.8 and LLM-jp 4 versions share the same questions, answers, and generated reasoning, but differ in message fields, effort labels, and token-counting tokenizers.
対象は地域知識に限らず、人物・歴史・交通・文化など元QAに含まれる話題を扱います。思考文には自然な今治弁を使うよう指示しています。
Topics extend beyond local knowledge to people, history, transportation, culture, and other subjects covered by the source QA. Generation prompts request natural Imabari dialect in the reasoning text.
収録数と分割 / Dataset Size and Splits
| Split | 件数 / Records |
|---|---|
train |
13,262 |
validation |
1,473 |
| 合計 / Total | 14,735 |
train:validation は約9:1です。入力には 7,254種類の元QA ID と 2,293種類の元記事ID が含まれます。
The train-to-validation ratio is approximately 9:1. Counts are based on the 14,735 source JSONL records.
収録データでは全QAに3段階が揃っているわけではありません。以下は設定上の予定数ではなく、生成できた実数です。
Not every QA in the collected data has all three effort levels. The figures below are the actual numbers generated, not the planned numbers specified in the settings.
| reasoning_effort | 件数 / Records | thinking_tokens 最小–最大 / Min–max | 平均 / Mean |
|---|---|---|---|
low |
6,779 | 58–206 | 103.8 |
medium |
6,114 | 187–618 | 269.1 |
high |
1,842 | 550–1,597 | 737.7 |
thinking_tokens は llm-jp/llm-jp-4-8b-thinking による思考本文のみのトークン数です。チャットテンプレート、質問、最終回答は含みません。
thinking_tokens counts only the reasoning text using llm-jp/llm-jp-4-8b-thinking. It excludes the chat template, question, and final answer.
生成設定 / Generation Settings
| 項目 / Setting | 値 / Value |
|---|---|
| 生成モデル / Generator | Qwen3.8-27B-NVFP4 |
| temperature / top_p | 0.2 / 0.95 |
| max_tokens | 8192 |
| 長さ検証の参照トークナイザー / Reference tokenizer for length validation | Qwen/Qwen3.8-27B |
思考文は、内部thinkingを無効にした生成APIの最終出力として作成した説明文です。生成モデル内部の実際の思考過程を記録したものではありません。
Reasoning text is an explanation produced as the generation API’s final output with internal thinking disabled. It is not a recording of the generating model’s actual internal reasoning process.
| 生成時のcanonical effort / Canonical generation effort | 許容トークン数(参照トークナイザー基準) / Allowed tokens with reference tokenizer | 本データのラベル / Exported label |
|---|---|---|
| low | 64–256 | low |
| medium | 256–768 | medium |
| high | 768–2,048 | high |
記事本文は生成時に参照しますが、配布行の messages のuserメッセージには質問だけを入れ、記事本文は収録しません。設定の keep_original_thinking: true にかかわらず、配布用のコンパクト出力には元の original_thinking は含まれません。
Source article text is used during generation but is not distributed in the records. The user message contains only the question; the assistant message contains the answer and reasoning. Despite keep_original_thinking: true in the configuration, the compact distribution format does not include the original original_thinking field.
データ構造 / Data Structure
| フィールド / Field | 型 / Type | 説明 / Description |
|---|---|---|
qa_id |
string | effort別・形式別の出力レコードID / Output record ID specific to effort and format |
question |
string | 元QAの質問 / Original question |
answer |
string | 元QAから保持した最終回答 / Preserved original answer |
thinking |
string | 今回生成したMarkdown形式の思考本文 / Newly generated reasoning in Markdown |
reasoning_effort |
string | low / medium / high |
eval |
string | 元QAから継承した評価値。再生成した思考文の評価ではない / Inherited source QA rating, not a rating of regenerated reasoning |
messages |
list of objects | userとassistantの2メッセージ / Two messages: user and assistant |
chat_template_kwargs |
object | テンプレート適用時に渡すレコード別の引数 / Per-record chat-template arguments |
thinking_tokens |
integer | 対象トークナイザーによる思考本文のトークン数 / Reasoning token count with target tokenizer |
thinking_generator |
string | 思考文の生成モデル名 / Reasoning generator model name |
source_metadata |
object | 元の qa_id、記事 id、chunk_index / Source QA ID, article ID, and chunk index |
実データの例 / Actual Record Example
{
"qa_id": "8c52753f6819218ee9040b0fac0f40707870a4e194bc970cd83909d5bbd7d6cc:llm_jp_4",
"question": "映画『真田風雲録』に出演した笹木俊志が演じた役柄は何か?",
"answer": "交通整理される先兵たちを演じよるんよ。",
"thinking": "## 思考プロセス\n\n### 1. 質問の整理\n\n笹木俊志が映画『真田風雲録』で演じた役柄を聞かれとるけん、この作品に絞って確認するんよ。\n\n### 2. 答えへの接続\n\n1963年の『真田風雲録』では交通整理される先兵たちを演じよると書かれとる。ほうやけん、この役柄が答えになるんよ。",
"reasoning_effort": "low",
"eval": "5",
"messages": [
{
"role": "user",
"content": "映画『真田風雲録』に出演した笹木俊志が演じた役柄は何か?"
},
{
"role": "assistant",
"content": "交通整理される先兵たちを演じよるんよ。",
"thinking": "## 思考プロセス\n\n### 1. 質問の整理\n\n笹木俊志が映画『真田風雲録』で演じた役柄を聞かれとるけん、この作品に絞って確認するんよ。\n\n### 2. 答えへの接続\n\n1963年の『真田風雲録』では交通整理される先兵たちを演じよると書かれとる。ほうやけん、この役柄が答えになるんよ。"
}
],
"chat_template_kwargs": {
"reasoning_effort": "low",
"conversation_start_date": "2026-09-11"
},
"thinking_tokens": 88,
"thinking_generator": "Qwen3.8-27B-NVFP4",
"source_metadata": {
"qa_id": "fef0fdd0-ac75-4a1f-8794-6290aa61b6bc",
"id": "2164118",
"chunk_index": 0
}
}
LLM-jp 4 のメッセージ形式 / LLM-jp 4 Message Format
assistantの content に最終回答、thinking に思考本文を保持します。content だけを取り出すと、思考文を含む学習にはなりません。messages と chat_template_kwargs を組み合わせて対象トークナイザーのテンプレートを適用してください。
The assistant message stores the final answer in content and reasoning in thinking. Training on content alone omits the reasoning. Apply the target tokenizer’s template using both messages and chat_template_kwargs.
conversation_start_date="2026-09-11" は出力テンプレート用の固定値で、記事の公開日や各レコードの生成日を示しません。公式テンプレートの適用後は、thinking が assistant の analysis チャネル、content が final チャネルへ展開され、Reasoning: low/medium/high が設定されます。
conversation_start_date="2026-09-11" is a fixed template value, not the article publication date or the generation date of each record. The official template expands thinking into the assistant’s analysis channel and content into its final channel, and sets Reasoning: low/medium/high.
検証範囲と制約 / Validation Scope and Limitations
- 元QAは、プログラムによる検証または人手による検証を経た統合データです。全件が両方の検証を通過したという意味ではありません。
The source combines QA that underwent either programmatic or human validation. This does not mean every record passed both methods.
- 今回生成した思考文にはフォーマット・長さ・チャットテンプレートの機械的検証を適用しています。再生成後の全思考文について、人手で事実や論理を再検証したことを示すものではありません。
New reasoning text undergoes automated format, length, and chat-template checks. This does not establish that all regenerated reasoning was reviewed by humans for factual or logical correctness.
- 思考文は既知の最終回答を与えて生成した説明です。独立に問題を解いた過程や、モデルの推論能力の正しさを保証するものではありません。
Reasoning text is an explanation generated with the final answer already provided. It does not demonstrate independent problem solving or guarantee the correctness of the model’s reasoning ability.
- 元QA、生成した説明、方言表現には誤りや偏りが残る可能性があります。記事文脈を利用していても、事実との完全な一致は保証されません。
The original QA, generated explanations, and dialect expressions may contain errors or bias. Using article context does not guarantee full factual consistency.
- effort別件数は不均等です。長い思考文や高いeffortラベルが、より高い正確性を意味するわけではありません。
Effort levels have unequal record counts. Longer reasoning or a higher effort label does not necessarily imply greater accuracy.
- 主な用途は日本語・方言QAのSFT、LoRA/QLoRA、effort条件付き生成の比較です。分割間の元QA重複を考慮せずに、未知質問に対する独立ベンチマークとして扱うことはできません。
Intended uses include Japanese and dialect QA SFT, LoRA/QLoRA, and comparisons of effort-conditioned generation. The data cannot serve as an independent benchmark for unseen questions without accounting for source QA overlap between splits.
ライセンスと出典 / License and Sources
本データセットのライセンスは、派生元データセット と同じ CC BY-SA 4.0(cc-by-sa-4.0)です。
This dataset is licensed under CC BY-SA 4.0 (cc-by-sa-4.0), the same license as the source dataset.
- ライセンス本文 / License: Creative Commons Attribution-ShareAlike 4.0 International
- 直接の派生元 / Direct source: ikedachin/imabari_wiki_qa_v4_validated
- 元QA / Original QA: ikedachin/imabari_wiki_qa_v4
- 元コーパス(派生元カード記載) / Original corpus listed in the source card: ikedachin/imabari_wiki_cpt_v3
- 作成者 / Creator:
ikedachin - 本派生版での変更: 元回答を保持した思考文の再生成、effort条件の追加、LLM-jp 4 用形式への変換、train/validationの再分割。
Modifications in this derivative: regenerate reasoning while preserving original answers, add effort conditions, convert to the LLM-jp 4 format, and create new train/validation splits.
元資料の帰属情報とあわせて、上記出典・ライセンス・変更内容を参照してください。
Refer to the sources, license, and modifications listed above together with the attribution information for the original materials.
Structure
default 14,735 rows
| Split | Rows | Size |
|---|---|---|
| train | 13,262 | 59.6 MB |
| validation | 1,473 | 6.9 MB |
Details
- Repository
- ikedachin/imabari_wiki_qa_v4_reasoning_effort_llmjp4
- Publisher
- Ikedachin
- Task category
- Question answering
- Tags
- sft, instruction-tuning, reasoning
- Size category
- 10K<n<100K
- Languages
- ja
- Revision
- 772a5198df55e7999947dd3b7d73d41b2410bab9
- Last updated
- 2026-09-18
Files
4 files, 55.3 MB in total.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| data/train-00000-of-00001.parquet | Data | 49.6 MB | 8162e4001db1 |
| data/validation-00000-of-00001.parquet | Data | 5.7 MB | f3a2bd2e5661 |
| README.md | Documentation | 14.8 KB | — |
| .gitattributes | Repository | 2.5 KB | — |
License and Download
- License
- cc-by-sa-4.0
- Access
- No access gate
Released by Ikedachin through its official repository on Hugging Face. Read the license.