AlessandraPascale's picture
Update README.md
2d839ba verified
|
raw
history blame
No virus
11.6 kB
metadata
license: mit
language:
  - en
size_categories:
  - n<1K
task_categories:
  - question-answering

Dataset Card for WikiContradict

WikiContradict is a dataset consisting of 253 high-quality, human-annotated instances designed to assess LLM performance when augmented with retrieved passages containing real-world knowledge conflicts. The dataset was created intentionally with that task in mind, focusing on a benchmark consisting of high-quality, human-annotated instances.

This dataset card has been generated using this raw template.

Dataset Details

Dataset Description

WikiContradict is a QA-based benchmark consisting of 253 human-annotated instances that cover different types of real-world knowledge conflicts.

Each instance consists of a question, a pair of contradictory passages extracted from Wikipedia, and two distinct answers, each derived from on the passages. The pair is annotated by a human annotator who identify where the conflicted information is and what type of conflict is observed. The annotator then produces a set of questions related to the passages with different answers reflecting the conflicting source of knowledge.

  • Curated by: Yufang Hou, Alessandra Pascale, Javier Carnerero-Cano, Tigran Tchrakian, Radu Marinescu, Elizabeth Daly, Inkit Padhi, and Prasanna Sattigeri. All authors are employed by IBM Research.
  • Shared by: Yufang Hou, Alessandra Pascale, Javier Carnerero-Cano, Tigran Tchrakian, Radu Marinescu, Elizabeth Daly, Inkit Padhi, and Prasanna Sattigeri.
  • Language(s) (NLP): English.
  • License: MIT.

Dataset Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

The dataset has been used in the paper to assess LLMs performance when augmented with retrieved passages containing real-world knowledge conflicts.

Out-of-Scope Use

N/A.

Dataset Structure

WikiContradict is given in JSON format to store the corresponding information, so researchers can easily use our data. There are 253 instances in total. The description of each key (when the instance contains two questions) is as follows:

  • title: Title of article.
  • url: URL of article.
  • paragraph_A: Paragraph automatically retrieved (containing the tag).
  • paragraph_A_clean: Paragraph automatically retrieved (removing the tag).
  • tag: Type of tag of the article (Inconsistent/Self-contradictory/Contradict-other).
  • tagDate: Date of the tag.
  • tagReason: Reason for the tag.
  • annotationResult: Results of the human data annotation.
    • wikitag_label_valid: Valid or invalid tag (Valid/Invalid).
    • valid_comment: Comment on the tag.
    • paragraphA_article: Title of article containing passage 1.
    • paragraphA_information: Relevant information of passage 1.
    • paragraphA_information_standalone: Decontextualized relevant information of passage 1.
    • paragraphB_article: Relevant information of passage 2.
    • paragraphB_information_standalone: Decontextualized relevant information of passage 2.
    • wikitag_label_samepassage: Boolean value stating whether passage 1 and passage 2 are the same (Same/Different).
    • relevantInfo_comment_A: Comment on the information of passage 1.
    • relevantInfo_comment_B: Comment on the information of passage 2.
    • Contradict type I: Contradiction type I focuses on the fine-grained semantics of the contradiction, e.g., date/time, location, language, etc.
    • Contradict type II: Contradiction type II focuses on the modality the contradiction. It describes the modality of passage 1 and passage 2, whether the information is from a piece of text, or from a row an infobox or a table.
    • Contradict type III: Contradiction type III focuses on the source the contradiction. It describes whether passage 1 and passage 2 are from the same article or not.
    • Contradict type IV: Contradiction type IV focuses on the reasoning aspect. It describes whether the contraction is explicit or implicit (Explicit/Implicit). Implicit contradiction requires some reasoning to understand why passage 1 and passage 2 are contradicted.
    • taxonomy: Array of key-values corresponding to contradict type I, contradict type II, contradict type III, and contradict type IV.
    • question1: Question 1 inferred from the contradiction.
    • question1_answer1: Gold answer to question 1 according to passage 1.
    • question1_answer2: Gold answer to question 1 according to passage 2.
    • question2: Question 2 inferred from the contradiction.
    • question2_answer1: Gold answer to question 2 according to passage 1.
    • question2_answer2: Gold answer to question 2 according to passage 2.

Dataset Creation

Curation Rationale

Retrieval-augmented generation (RAG) has emerged as a promising solution to mitigate the limitations of large language models (LLMs), such as hallucinations and outdated information. However, it remains unclear how LLMs handle knowledge conflicts arising from different augmented retrieved passages, especially when these passages originate from the same source and have equal trustworthiness. In this regard, the motivation of WikiContradict is to comprehensively evaluate LLM-generated answers to questions that have varying answers based on contradictory passages from Wikipedia, a dataset widely regarded as a high-quality pre-training resource for most LLMs.

Source Data

Data Collection and Processing

The data was mostly observable as raw text. The raw data was retrieved from Wikipedia articles containing inconsistent, self-contradictory, and contradict-other tags. The first two tags denote contradictory statements within the same article, whereas the third tag highlights instances where the content of one article contradicts that of another article. In total, we collected around 1,200 articles that contain these tags through the Wikipedia maintenance category “Wikipedia articles with content issues”. Given a content inconsistency tag provided by Wikipedia editors, the annotators verified whether the tag is valid by checking the relevant article content, the editor’s comment, as well as the information in the edit history and the article’s talk page if necessary.

Who are the source data producers?

Wikipedia contributors.

Annotations

Annotation process

The annotation interface was developed using Label Studio.

The annotators were required to slightly modify the original passages to make them stand-alone (decontextualization). Normally, this requires resolving the coreference anaphors or the bridging anaphors in the first sentence (see annotation guidelines). In Wikipedia, oftentimes the antecedents for these anaphors are the article titles themselves.

For further information, see the annotation guidelines of the paper.

Who are the annotators?

Yufang Hou, Alessandra Pascale, Javier Carnerero-Cano, Tigran Tchrakian, Radu Marinescu, Elizabeth Daly, Inkit Padhi, and Prasanna Sattigeri.

Personal and Sensitive Information

N/A.

Bias, Risks, and Limitations

Each annotation instance contains at least one question and two possible answers, but some instances may contain more than one question (and the corresponding two possible answers for each question). Some instances may not contain a value for paragraphA_clean, tagDate, and tagReason.

Recommendations

Our data is downloaded from Wikipedia. As such, the data is biased towards the original content and sources. Given that human data annotation involves some degree of subjectivity we created a comprehensive 17-page annotation guidelines document to clarify important cases during the annotation process. The annotators were explicitly instructed not to take their personal feeling about the particular topic. Nevertheless, some degree of intrinsic subjectivity might have impacted the techniques picked up by the annotators during the annotation.

Since our dataset requires manual annotation, annotation noise is inevitably introduced.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Dataset Card Authors

Yufang Hou, Alessandra Pascale, Javier Carnerero-Cano, Tigran Tchrakian, Radu Marinescu, Elizabeth Daly, Inkit Padhi, and Prasanna Sattigeri.

Dataset Card Contact

Yufang Hou ([email protected]), Alessandra Pascale ([email protected]), Javier Carnerero-Cano ([email protected]), Tigran Tchrakian ([email protected]), Radu Marinescu ([email protected]), Elizabeth Daly ([email protected]), Inkit Padhi ([email protected]), and Prasanna Sattigeri ([email protected]).