Skip to content

callanwu/DINER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DINER: Debiasing Aspect-based Sentiment Analysis with Multi-variable Causal Inference

Overall

The SCM of ABSA, which is formulated as a directed acyclic graph, is shown in (a). With the SCM defined, we can derive the formula of causal effect. As shown in (b), the desired situation for ABSA is that the edges that bring biases are all blocked.

We present a novel debiasing framework, DINER, for multi-variable causal inference.

Requirements

conda create -n diner python=3.10
conda activate diner
pip install -r requirements.txt

Run

Our experiments are carried out with an NVIDIA A100 80GB GPU.

cd src
bash run_diner.sh ${dataset_name}

🌻 Acknowledgement

This work is implemented by ARTS, cfvqa, and CCD. Sincere thanks for their efforts.

📖Citation

@misc{wu2024diner,
    title={DINER: Debiasing Aspect-based Sentiment Analysis with Multi-variable Causal Inference},
    author={Jialong Wu and Linhai Zhang and Deyu Zhou and Guoqiang Xu},
    year={2024},
    eprint={2403.01166},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}

About

[ACL 2024] DINER: Debiasing Aspect-based Sentiment Analysis with Multi-variable Causal Inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published