xxxiaol / CASA

CASA: Causality-driven Argument Sufficiency Assessment

Home Page:https://xxxiaol.github.io/CASA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon

CASA: Causality-driven Argument Sufficiency Assessment

[Paper] [Project Website]

framework

The CASA Framework

We first extract the premise and conclusion from a given argument, then sample contexts that meet the conditions, make interventions on the contexts, and finally estimate the probability of the conclusion for each unit.

The code is provided in the code/ folder.

  • claim_extraction.py: extract the premise and conclusion from a given argument
  • context_sampling.py: sample contexts that are consistent with ¬premise and ¬conclusion
  • revision_under_intervention.py: make interventions on the contexts to meet the premise
  • probability_estimation.py: estimate the probability of the conclusion for each unit

Data

We provide the data we experiment with in the 'data/' folder.

Citation

Please cite our paper if this repository inspires your work.

@article{liu2024casa,
  title={CASA: Causality-driven Argument Sufficiency Assessment},
  author={Liu, Xiao and Feng, Yansong and Chang, Kai-Wei},
  journal={arXiv preprint arXiv:2401.05249},
  year={2024}
}

About

CASA: Causality-driven Argument Sufficiency Assessment

https://xxxiaol.github.io/CASA/

License:MIT License


Languages

Language:Python 100.0%