CoolFace
Datasetpublic

llm-jp/llm-jp-4-33b-thinking-dpo-data

llm-jp-4-33b-thinking-dpo-data Overview This dataset is a Direct Preference Optimization (DPO) dataset used to train llm-jp-4-33b-thinking. It is constructed by pairing multiple candidate responses for a given prompt and selecting preferred (chosen) and non-preferred (rejected) responses. The splits reasoning_low, reasoning_medium, and reasoning_high correspond to different reasoning effort settings used during response generation. The fields chosen_analysis… See the full description on the dataset page: https://huggingface.co/datasets/llm-jp/llm-jp-4-33b-thinking-dpo-data.

sourceHugging Faceupdated 1mo agoView on Hugging Face
2likes431downloads
Dataset Card

llm-jp-4-33b-thinking-dpo-data

Overview

This dataset is a Direct Preference Optimization (DPO) dataset used to train llm-jp-4-33b-thinking.

It is constructed by pairing multiple candidate responses for a given prompt and selecting preferred (chosen) and non-preferred (rejected) responses. The splits reasoning_low, reasoning_medium, and reasoning_high correspond to different reasoning effort settings used during response generation.

The fields chosen_analysis, chosen_final, rejected_analysis, and rejected_final are generated using a model trained via supervised fine-tuning (SFT). These responses are then evaluated by gpt-oss-120b, which determines the preferred (chosen) and non-preferred (rejected) responses.

To support the continued development of LLM-jp, we would greatly appreciate it if you could share how you utilize LLM-jp outcomes via the survey form.

Data Sources and Licenses

The DPO dataset for llm-jp-4-33b-thinking is constructed from the following data sources. Since each dataset has its own license, please ensure compliance with the respective licenses when using this dataset. Some subsets cannot be redistributed due to licensing restrictions and are therefore not included.

DatasetLicenseNotes
ac_self_instanswer-carefully-dataset-touNot included due to redistribution restrictions
daring_anteaterCC BY 4.0-
flanODC-BY-
ichikara-Requires paid license, not included
jaster_v1.4.1CC BY-SA 4.0, CC BY-SA 3.0, CC BY 4.0, BSD-3, Apache-2.0, MIT-
llmjp_extraction_wiki_ja_v0.xApache-2.0-
llmjp_magpie_sft_v1.0Apache-2.0-
llmcmathdataset-To be released
logical_math_coding_wizard8x22bApache-2.0-
multiturn_calm3Apache-2.0, CC BY-SA 3.0, CC0, CC BY 4.0-
nemotron_post_v2_stemCC BY 4.0-
nemotron_post_v3_chatCC BY 4.0-
nemotron_post_v3_ifCC BY 4.0-
nemotron_post_v3_mathCC BY-SA 4.0-
random_to_fixed_multiturn_calm3Apache-2.0-
syntheticifja-To be released
synthetic_jp_en_codingApache-2.0-

Data Format

Each sample has the following format:

json
{
  "ID": "...",
  "messages": [
    {"role": "system", "name": null, "content": ["..."]},
    {"role": "user", "name": null, "content": ["..."]},
  ],
  "chosen_analysis": "...",
  "chosen_final": "...",
  "rejected_analysis": "...",
  "rejected_final": "..."
}
  • —chosen_analysis represents the reasoning process (chain-of-thought) of the preferred response
  • —chosen_final represents the final response of the preferred response
  • —rejected_analysis represents the reasoning process of the non-preferred response
  • —rejected_final represents the final response of the non-preferred response

The messages field contains the input conversation (prompt context). This structure allows training preference models that compare two candidate responses conditioned on the same prompt.

Notes

  • —This dataset contains responses generated by a large language model.
  • —The preference labels (chosen vs rejected) are constructed automatically and may contain noise.
  • —Generated content may include errors, inaccuracies, biases, or harmful outputs.

Send Questions to

llm-jp(at)nii.ac.jp

Model Card Authors

The names are listed in alphabetical order.

Hirokazu Kiyomaru and Takashi Kodama.