Skip to content

xxxiaol/CASA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages