SalChartQA/README.md

64 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

# SalChartQA: Question-driven Saliency on Information Visualisations
2024-01-20 07:00:48 +01:00
2024-01-20 07:09:58 +01:00
[![Identifier](https://img.shields.io/badge/doi-10.18419%2Fdarus--3884-d45815.svg)](https://doi.org/10.18419/darus-3884)
2024-01-20 07:09:08 +01:00
*Yao Wang, Weitian Wang, Abdullah Abdelhafez, Mayar Elfares, Zhiming Hu, Mihai Bâce, and Andreas Bulling*
Proceedings of the ACM SIGCHI Conference on Human Factors in Computing Systems (CHI 2024)
```
$Root Directory
│─ README.md —— this file
2024-01-22 14:02:16 +01:00
|─ Code —— Source code of the VisSalFormer model to predict question-driven saliency
2024-01-20 07:09:08 +01:00
│ │
2024-01-22 14:02:16 +01:00
│ |─ environment.yml —— conda environment
│ │
│ |─ env.py —— python envorinment $TORCH_HOME and $TRANSFORMERS_CACHE
│ │
│ │─ dataset_new.py —— dataloader for SalChartQA
│ │
│ │─ evaluation.py —— evaluation script to load VisSalFormer weights and make predictions
│ │
│ │─ evaluation.sh —— bash script to run evaluation.py
│ │
│ │─ model_swin.py —— definition of the VisSalFormer model
│ │
│ │─ tokenizer_bert.py —— tokenizer of Bert
│ │
2024-01-22 14:03:57 +01:00
│ └─ VisSalFormer_weights.tar —— weights of VisSalFormer, download at [darus-3884](https://doi.org/10.18419/darus-3884)
2024-01-22 14:02:16 +01:00
2024-01-22 14:03:57 +01:00
└─ SalChartQA.zip —— The SalChartQA dataset, download at [darus-3884](https://doi.org/10.18419/darus-3884)
2024-01-22 14:02:16 +01:00
│─ fixationByVis —— BubbleView data (mouse clicks) of AMT workers
│─ image_questions.json —— visualisation-question pairs
│─ raw_img —— original visualisations from the ChartQA dataset
2024-01-20 07:09:08 +01:00
2024-01-22 14:02:16 +01:00
│─ saliency_all —— saliency maps from all AMT workers
│─ saliency_ans —— saliency maps aggretated by all AMT workers who either answered a question correctly or wrongly
└─ unified_approved.csv —— responses from AMT workers
2024-01-20 07:09:08 +01:00
```
If you think our work is useful to you, please consider citing our paper as:
```
@inproceedings{wang24_chi,
title = {SalChartQA: Question-driven Saliency on Information Visualisations},
author = {Wang, Yao and Wang, Weitian and Abdelhafez, Abdullah and Elfares, Mayar and Hu, Zhiming and B{\^a}ce, Mihai and Bulling, Andreas},
year = {2024},
2024-01-22 14:02:16 +01:00
pages = {1--14},
2024-01-20 07:09:08 +01:00
booktitle = {Proc. ACM SIGCHI Conference on Human Factors in Computing Systems (CHI)},
2024-01-22 14:02:16 +01:00
doi = {10.1145/3613904.3642942}
2024-01-20 07:09:08 +01:00
}
```
contact: yao.wang@vis.uni-stuttgart.de