KoInFoBench / README.md
sackoh's picture
Update README.md
90bf8c4 verified
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.
The current version of KoInFoBench consists of 60 instruction sets and 233 questions.

Inspired by InFoBench dataset, we extends their concpet by focusing on the nuances and features of Korean language.

πŸš€ Update

  • 2024.05.18: add other results gpt-4o-2024-05-13, claude-3-sonnet-20240229, solar-1-mini-chat

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 and instruction_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-4o-2024-05-13 0.850 0.863 89%
gpt-4-0125-preview 0.824 0.824 83%
claude-3-sonnet-20240229 0.790 0.828 84%
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%
solar-1-mini-chat 0.614 0.695 79%
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 expert
  • A_DRFR: The accuracy of model responses automatically evaluated by GPT-4 as employing the capability of LLM-as-a-judge
  • Alignment: The degree of agreement or consistency between the human and automated evaluation

Please note that the evaluation results of the LLMs presented in the above table may vary due to its randomness.

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}
}