🇺🇸 English | 🇰🇷 한국어
The ₩ON-Instruct is a comprehensive instruction-following dataset tailored for training Korean language models specialized in financial reasoning and domain-specific financial tasks. This dataset was meticulously assembled through rigorous filtering and quality assurance processes, aiming to enhance the reasoning abilities of large language models (LLMs) within the financial domain, specifically tuned for Korean financial tasks. The dataset comprises approximately 80k high-quality instruction-response instances, intentionally designed to advance the capability of language models in addressing complex financial reasoning scenarios and providing robust, accurate, and context-aware financial information.
The ₩ON-Instruct comprises the following columns:
prompt: The questions converted into MCQA or Instruction-Response format using gpt-4o and Qwen2.5-72B-Instruct, based on raw data collected from various sources mentioned in the next section.original_response: The original response collected from original dataset.Qwen/Qwen2.5-1.5B-Instruct_response: Regenerated response from Qwen2.5-1.5B-Instruct.Qwen/Qwen2.5-7B-Instruct_response: Regenerated response from Qwen2.5-7B-Instruct.google/gemma-2-2b-it_response: Regenerated response from gemma-2-2b-it.google/gemma-2-9b-it_response: Regenerated response from gemma-2-9b-it.The average length of questions and responses of samples in ₩ON-Instruct dataset.
The construction of the ₩ON-Instruct involved a multi-phase, systematic process:
The resulting dataset comprises a refined and curated set of 86,007 instances. Each instance in the dataset was subjected to further validation by utilizing GPT-4o, ensuring the correctness and coherence of the provided solutions. In addition, the filtered data was complemented by responses generated through Deepseek-R1, an advanced reasoning language model, emphasizing structured logical reasoning processes. This final augmentation phase produced a dataset highly suitable for sophisticated reasoning tasks, offering clear, structured prompts and corresponding reasoned solutions.
The sources of ₩ON-Instruct is the following table:
| Link | Name |
|---|---|
| krx.co.kr | Korea Exchange |
| krxverse.co.kr | KRXverse |
| fsc.go.kr | Financial Services Commission |
| bok.or.kr | Bank of Korea |
| law.go.kr | Korean Law Information Service |
| kasb.or.kr | Korea Accounting Standards Board |
| mss.go.kr | Ministry of SMEs and Startups |
| ftc.go.kr | Fair Trade Commission |
| kifrs.com | K-IFRS |
| kiep.go.kr | Korea Institute for International Economic Policy |
| kocw.net | Korea OpenCourseWare |
from datasets import load_dataset
df = load_dataset("KRX-Data/Won-Instruct")
@article{son2025won,
title={Won: Establishing Best Practices for Korean Financial NLP},
author={Son, Guijin and Ko, Hyunwoo and Jung, Haneral and Hwang, Chami},
journal={arXiv preprint arXiv:2503.17963},
year={2025}
}
spthsrbwls123@yonsei.ac.kr, hcharm2ing@krx.co.kr
15 commits
6 commits
🇺🇸 English | 🇰🇷 한국어
The ₩ON-Instruct is a comprehensive instruction-following dataset tailored for training Korean language models specialized in financial reasoning and domain-specific financial tasks. This dataset was meticulously assembled through rigorous filtering and quality assurance processes, aiming to enhance the reasoning abilities of large language models (LLMs) within the financial domain, specifically tuned for Korean financial tasks. The dataset comprises approximately 80k high-quality instruction-response instances, intentionally designed to advance the capability of language models in addressing complex financial reasoning scenarios and providing robust, accurate, and context-aware financial information.
The ₩ON-Instruct comprises the following columns:
prompt: The questions converted into MCQA or Instruction-Response format using gpt-4o and Qwen2.5-72B-Instruct, based on raw data collected from various sources mentioned in the next section.original_response: The original response collected from original dataset.Qwen/Qwen2.5-1.5B-Instruct_response: Regenerated response from Qwen2.5-1.5B-Instruct.Qwen/Qwen2.5-7B-Instruct_response: Regenerated response from Qwen2.5-7B-Instruct.google/gemma-2-2b-it_response: Regenerated response from gemma-2-2b-it.google/gemma-2-9b-it_response: Regenerated response from gemma-2-9b-it.The average length of questions and responses of samples in ₩ON-Instruct dataset.
The construction of the ₩ON-Instruct involved a multi-phase, systematic process:
The resulting dataset comprises a refined and curated set of 86,007 instances. Each instance in the dataset was subjected to further validation by utilizing GPT-4o, ensuring the correctness and coherence of the provided solutions. In addition, the filtered data was complemented by responses generated through Deepseek-R1, an advanced reasoning language model, emphasizing structured logical reasoning processes. This final augmentation phase produced a dataset highly suitable for sophisticated reasoning tasks, offering clear, structured prompts and corresponding reasoned solutions.
The sources of ₩ON-Instruct is the following table:
| Link | Name |
|---|---|
| krx.co.kr | Korea Exchange |
| krxverse.co.kr | KRXverse |
| fsc.go.kr | Financial Services Commission |
| bok.or.kr | Bank of Korea |
| law.go.kr | Korean Law Information Service |
| kasb.or.kr | Korea Accounting Standards Board |
| mss.go.kr | Ministry of SMEs and Startups |
| ftc.go.kr | Fair Trade Commission |
| kifrs.com | K-IFRS |
| kiep.go.kr | Korea Institute for International Economic Policy |
| kocw.net | Korea OpenCourseWare |
from datasets import load_dataset
df = load_dataset("KRX-Data/Won-Instruct")
@article{son2025won,
title={Won: Establishing Best Practices for Korean Financial NLP},
author={Son, Guijin and Ko, Hyunwoo and Jung, Haneral and Hwang, Chami},
journal={arXiv preprint arXiv:2503.17963},
year={2025}
}
spthsrbwls123@yonsei.ac.kr, hcharm2ing@krx.co.kr
15 commits
6 commits