gaotang/ParaConfilct

Dataset

0

stars

12

commits

2

linked in READMEs

Jul 17, 2025

updated

Contextual Information
Irrelevant Context
Knowledge Conflict
Parametric Knowledge

README

ParaConflict – Parametric-Knowledge Conflict Evaluation Set

(dataset used in “Taming Knowledge Conflicts in Language Models”)


What’s included

FieldTypeDescription
SubjectstrEntity whose factual attribute is tested — e.g. "France"
AnswerList[str]Gold fact(s) from a curated KB — e.g. ["Paris"]
Distractor_TokenstrToken injected to create a conflict
Clean_PromptstrCanonical question with no conflict
Substitution_ConflictstrSame prompt but with the gold answer replaced by the distractor
Coherent_ConflictstrLonger fluent passage embedding the same false claim

Intended use

  • Provide a clean, controlled benchmark for assessing LLM robustness when contextual input contradicts their parametric knowledge under different degrees.
  • Contexts are treated as misleading information in this dataset.

Code

Github

Quick start (🤗 Datasets)

from datasets import load_dataset

ds = load_dataset("gaotang/ParaConflict", split="test")
print(ds[0])

Contributors

gaotang

11 commits

nielsr

1 commits

gaotang/ParaConfilct

Dataset

0

stars

12

commits

2

linked in READMEs

Jul 17, 2025

updated

Contextual Information
Irrelevant Context
Knowledge Conflict
Parametric Knowledge

README

ParaConflict – Parametric-Knowledge Conflict Evaluation Set

(dataset used in “Taming Knowledge Conflicts in Language Models”)


What’s included

FieldTypeDescription
SubjectstrEntity whose factual attribute is tested — e.g. "France"
AnswerList[str]Gold fact(s) from a curated KB — e.g. ["Paris"]
Distractor_TokenstrToken injected to create a conflict
Clean_PromptstrCanonical question with no conflict
Substitution_ConflictstrSame prompt but with the gold answer replaced by the distractor
Coherent_ConflictstrLonger fluent passage embedding the same false claim

Intended use

  • Provide a clean, controlled benchmark for assessing LLM robustness when contextual input contradicts their parametric knowledge under different degrees.
  • Contexts are treated as misleading information in this dataset.

Code

Github

Quick start (🤗 Datasets)

from datasets import load_dataset

ds = load_dataset("gaotang/ParaConflict", split="test")
print(ds[0])

Contributors

gaotang

11 commits

nielsr

1 commits