GSM-IC logo

GSM-IC

archivedEnrichment pending
google-research-datasets/GSM-IC

Grade-School Math with Irrelevant Context (GSM-IC) benchmark is an arithmetic reasoning dataset built upon GSM8K, by adding irrelevant sentences in problem descriptions. GSM-IC is constructed to evalu

GraphCanon updated today · GitHub synced today

67
Stars
2
Forks
1
Open issues
1
Watchers
3y
Last push
Created Feb 13, 2023

Trust & integrity

Full report
Maintenance
Archived (1244d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Grade-School Math with Irrelevant Context (GSM-IC) benchmark is an arithmetic reasoning dataset built upon GSM8K, by adding irrelevant sentences in problem descriptions. GSM-IC is constructed to evaluate the distractibility of language models.

Capability facts

No sourced capability facts yet. Facts appear after ingest scans repo manifests (Dockerfile, package.json, MCP configs).

Categories

README

Grade-School Math with Irrelevant Context (GSM-IC)

This repository contains the dataset Grade-School Math with Irrelevant Context (GSM-IC) used in this paper: Large Language Models Can Be Easily Distracted by Irrelevant Context.

Data Format

  • GSM8K_validation.jsonl: the development split of GSM8K dataset used in the experiments.
Field nameValue
questionInput question.
answerThe ground truth answer.
n_stepsThe number of intermediate steps to calculate the answer.
  • GSM-IC_2step.json: GSM-IC split with problems that require 2 intermediate steps.
Field nameValue
original_questionOriginal question from the GSM8K development set.
new_questionThe new question with irrelevant context added to the original question.
answerThe ground truth answer.
n_stepsThe number of intermediate steps to calculate the answer.
role_label, number_label, sentence_labelCategories of the added irrelevant context. Needed for result analysis, not needed for model prediction.
role, number, sentence_templateAdded irrelevant context. Not needed for experiments.
  • GSM-IC_mstep.json: GSM-IC split with problems that require more than 2 intermediate steps. Same format as GSM-IC_2step.json.

Citation

If you use the data released through this repository, please cite the following paper:

@article{shi2023large,
  title={Large Language Models Can Be Easily Distracted by Irrelevant Context},
  author={Shi, Freda and Chen, Xinyun and Misra, Kanishka and Scales, Nathan and Dohan, David and Chi, Ed and Schärli, Nathanael and Zhou, Denny},
  journal={arXiv preprint arXiv:2302.00093},
  year={2023}
}