Giter VIP home page Giter VIP logo

dialfact's Introduction

DialFact: A Benchmark for Fact-Checking in Dialogue

Authors: Prakhar Gupta, Jason Wu, Wenhao Liu and Caiming Xiong

Paper link: https://arxiv.org/pdf/2110.08222

Abstract

To study the problem of Fact-Checking in Dialogue, we construct and introduce DIALFACT, a testing benchmark dataset crowd-annotated conversational claims, paired with pieces of evidence from Wikipedia. There are three sub-tasks in DIALFACT: 1) Verifiable claim detection task distinguishes whether a response carries verifiable factual information; 2) Evidence retrieval task retrieves the most relevant Wikipedia snippets as evidence; 3) Claim verification task predicts a dialogue response to be supported, refuted, or not enough information.


Dataset Details

The statistics for the Test and Validation sets are shown in the figure below.

Data stats

The test and validation are present in the data folder of this repo.

The synthetic training dataset for AugWoW model is present here: data

Data format

Description of keys and values present in the dataset files:

{
    "context_id": "Context ID",
    "id": "Context ID --- ResponseID",
    "data_type": "Type of response: generated or written",
    "context":"List of utterances in dialogue history",
    "response": "The claim or response",
    "evidence_list": "List of evidences. Eack item in list is a list of following:"
        ["Wikipedia page Title","Wikipedia Link","Test snippet shown.","an index - not useful for the task", "optionally present value gt_evidence_added - indicates an evidence which belonged to the original utterance in WoW added for NEI claims." ],
    "response_label": "One of the three labels: SUPPORTS, REFUTES, NOT ENOUGH INFO",
    "type_label": "If the response is factual (Verifiable) or personal (Non-Verifiable)"
}

Results

The results for claim verification on test set. Test Results

The results for claim verification on validation set. Validation Results


Citation

@article{gupta2021dialfact,
  title={DialFact: A Benchmark for Fact-Checking in Dialogue},
  author={Gupta, Prakhar and Wu, Chien-Sheng and Liu, Wenhao and Xiong, Caiming},
  journal={arXiv preprint arXiv:2110.08222},
  year={2021}
}

Questions?

For any questions, feel free to open issues, or shoot emails to

License

The code is released under BSD 3-Clause - see LICENSE for details.

dialfact's People

Contributors

prakharguptaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.