metadata
license: mit
task_categories:
- text-generation
language:
- ko
size_categories:
- n<1K
KoInFoBench
KoInFoBench is a specialized evaluation dataset designed to assess the performance of Large Language Models (LLMs) on capabilities of Korean instructions following.
Inspired by InFoBench dataset, we extends their concpet by focusing on the nuances and features of Korean language.
- ๐ฅ๏ธ Code to reproduce or evaluate own LLMs is available at https://github.com/KIFAI/KoInFoBench
- ๐ Paper is under writing and open soon!
Dataset Overview
Usage
from datasets import load_dataset
dataset = load_dataset('kifai/KoInFoBench')
Example
{
"id": "19",
"subset": "input_intensive_set",
"category": "๊ตฌ๊ธ์บ๋ฆฐ๋",
"instruction": "๋ค์์ ํด์ธ ์ฝ์ํธ ์ฐธ๊ฐ ํ์ ์ ๋ํ ์๋ฌธ์ผ๋ก ์์ฑ๋ ์ด๋ฉ์ผ์
๋๋ค. ํ๊ตญ์๊ฐ(KST) ๊ธฐ์ค์ผ๋ก ์ฐธ๊ฐ ํ์ ๋ ๋ ์ง, ์ฝ์ํธ ๋ ์ง์ ์๊ฐ์ \"๋
-์-์ผ ์๊ฐ\" ํ์์ผ๋ก ์์ฑํ๊ณ ํ๊ตญ์๊ฐ ๊ธฐ์ค์ผ๋ก ์ฐธ๊ฐ ํ์ ์ผ๋ก๋ถํฐ ์ฝ์ํธ ๋ ์ง๊น์ง ๋ช ์ผ ๋จ์๋์ง ๊ณ์ฐํ์ฌ ๊ตญ๋ฌธ์ผ๋ก ์ ๋ต์ ํจ๊ป ์์ฑํฉ๋๋ค.",
"input": "Email: We are pleased to inform you that your concert ticket purchase has been successfully confirmed at approximately 11am GMT today (26 March 2024). The concert you have been eagerly awaiting is scheduled to take place on 17 September 2024, starting at 6 PM UTC+2. Please mark your calendar and prepare to join us for an unforgettable evening of live music and entertainment. Your ticket grants you access to a night filled with exceptional performances, engaging visuals, and the vibrant energy of live music. We recommend arriving early to enjoy the full experience, including pre-concert activities and amenities.",
"decomposed_questions": [
"๋ต๋ณ์ ํด์ธ ์ฝ์ํธ ์ฐธ๊ฐ ์ผ์ ์ ๋ํ ๋ด์ฉ์ด ํฌํจ๋์ด ์์ต๋๊น?",
"๋ต๋ณ์ผ๋ก ์์ฑ๋ ๋ชจ๋ ์ผ์ ์ ํ๊ตญ์๊ฐ(KST) ๊ธฐ์ค์ผ๋ก ์์ฑ๋์์ต๋๊น?",
"์ฝ์ํธ ์ฐธ๊ฐ๊ฐ ํ์ ๋ ๋ ์ง ๊ทธ๋ฆฌ๊ณ ์ฝ์ํธ ๋ ์ง์ ์๊ฐ 2๊ฐ์ ์ผ์ ์ ๋ชจ๋ ํฌํจํฉ๋๊น?",
"๋ ์ง์ ์๊ฐ์ด \"๋
-์-์ผ ์๊ฐ\" ํ์์ผ๋ก ์ฌ๋ฐ๋ฅด๊ฒ ์์ฑ๋์์ต๋๊น?",
"์ฝ์ํธ ํ์ ์ผ๋ก๋ถํฐ ์ฝ์ํธ๊น์ง ๋จ์ ๊ธฐ๊ฐ์ ์ฝ์ํธ ์์์ผ์ ํฌํจํ ๊ฒฝ์ฐ 177์ผ, ๋ฏธํฌํจ์ธ ๊ฒฝ์ฐ 176์ผ์
๋๋ค. ๋จ์ ๊ธฐ๊ฐ์ 176์ผ ํน์ 177์ผ๋ก ๊ณ์ฐํ์์ต๋๊น?"
],
"question_label": [
"Format",
"Format, Content",
"Format",
"Format",
"Number"
],
"ref": ""
}
Fields
- id: unique identifier for each entry in the dataset
- subset: include
input_intensive_set
andinstruction_intensive_set
. where "intensive" indicates the entry's focus on evaluating Korean specific input or detailed instruction following - category: a string which each entry belongs. For example, '๊ตฌ๊ธ์บ๋ฆฐ๋' indicates that the entry is related to tasks associated with Google Calander
- instruction: a string containing instructions
- input: a string containing context information and can be empty
- decomposed_questions: a list of string questions that decompose the task related to the entry. Each question is designed to evaluate the response of LLM
- question_label: a list of string labels that identify the type of each decomposed question. Each lable belong to multiple aspects, such as Format, Content, Number, Linguistic, Style
- ref: references a string for references or additional information and it could be empty
Evaluation Result
DRFR
Decomposed Requirements Following Ratio(DRFR) is the metric to evaluate how LLMs accurately respond to the instruction/input. This metric calculates the average accuracy across answers to the decomposed questions for each instruction. The following is the summary of the model performance on our dataset.
Model | H_DRFR | A_DRFR | Alignment |
---|---|---|---|
claude-3-opus-20240229 | 0.854 | 0.850 | 87% |
gpt-4-turbo-2024-04-09 | 0.850 | 0.880 | 87% |
gpt-4-0125-preview | 0.824 | 0.824 | 83% |
gemini-1.5-pro | 0.773 | 0.811 | 83% |
meta-llama/Meta-Llama-3-70B-Instruct- | 0.747 | 0.863 | 84% |
hpx003 | 0.691 | 0.738 | 83% |
gpt-3.5-turbo-0125 | 0.678 | 0.734 | 82% |
yanolja/EEVE-Korean-Instruct-10.8B-v1.0 | 0.597 | 0.730 | 79% |
H_DRFR
: The accuracy of model responses as evaluated by the human expertA_DRFR
: The accuracy of model responses automatically evaluated by GPT-4 as employing the capability of LLM-as-a-judgeAlignment
: The degree of agreement or consistency between the human and automated evaluation
Additional Information
License Information
This dataset is released under the MIT LISENCE
Citation Information
@article{,
title={KoInFoBench},
author={Sungwoo Oh, Sungjun Kown, Donggyu Kim},
year={2024},
eprint={},
archivePrefix={arXiv},
primaryClass={cs.CL}
}