Skip to content

EMNLP 2022: Analyzing and Evaluating Faithfulness in Dialogue Summarization

License

Notifications You must be signed in to change notification settings

BinWang28/FacEval

Repository files navigation

Analyzing and Evaluating Faithfulness in Dialogue Summarization (EMNLP 2022)

For more details, please find our paper on arXiv arXiv.

(Poster)

Human Evaluation Results

Generate FacEval Dataset

We provide our generated FacEval dataset and also the source code to automatically generate them, which can be further improved and extended to other datasets.

We test the code with python 3.7 and below requirements.

pip install -r requirements.txt

The generated FacEval dataset is 'data/faceval_samples.json'.

Demo to generate factually corrupted samples:

python -m spacy download en_core_web_sm
bash data_preparation.sh

Evaluation Demo on BART-Large Model

We provide the evaluation demo on BART-Large model. Because our proposed model-level evaluation needs the direct access to the model's generation probabilities. The model needs to be loaded as well for testing.

First, download the trained BART-Large model (.bin) from Google Drive and place it in folder 'trained_model'.

Run the following bash to compute the score on different error types for BART-Large mdoel.

bash eval_demo.sh

The model score will be saved in folder 'scores_log'

References

If you find our work useful, please consider citing our work.

@inproceedings{wang2022analyzing,
  title={Analyzing and Evaluating Faithfulness in Dialogue Summarization},
  author={Wang, Bin and Zhang, Chen and Zhang, Yan and Chen, Yiming and Li, Haizhou},
   booktitle={Empirical Methods in Natural Language Processing (EMNLP)},
   year={2022}
}
@article{wang2022analyzing,
  title={Analyzing and Evaluating Faithfulness in Dialogue Summarization},
  author={Wang, Bin and Zhang, Chen and Zhang, Yan and Chen, Yiming and Li, Haizhou},
  journal={arXiv preprint arXiv:2210.11777},
  year={2022}
}

Contact to Bin Wang at bwang28c@gmail.com for any issues.

About

EMNLP 2022: Analyzing and Evaluating Faithfulness in Dialogue Summarization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published