Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 17ad6b7

Browse files
committed
adding eurovis upset paper
1 parent 8f5f50f commit 17ad6b7

3 files changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
layout: publication
3+
# The quotes make the : possible, otherwise you can do it without quotes
4+
title: "Accessible Text Descriptions for UpSet Plots"
5+
key: 2025_eurovis_text-descriptions
6+
# paper | preprint | poster
7+
type: paper
8+
order: 2025-3
9+
10+
#paper_content_url:
11+
12+
13+
# The shortname is used for auto-generated titles
14+
shortname: Accessible Text Descriptions
15+
16+
# add a 2:1 aspect ratio (e.g., width: 400px, height: 200px) to the folder /assets/images/papers/
17+
image: 2025_eurovis_text-descriptions.png
18+
# add a 2:1 aspect ratio teaser figure (e.g., width: 1200px, height: 600px) to the folder /assets/images/papers/
19+
image_large: 2025_eurovis_text-descriptions_teaser.png
20+
21+
# Authors in the "database" can be used with just the key (lastname). Others can be written properly.
22+
authors:
23+
- Andrew McNutt
24+
- Maggie K McCracken
25+
- Ishrat Jahan Eliza
26+
- Daniel Hajas
27+
- wagoner
28+
- lanza
29+
- wilburn
30+
- Sarah Creem-Regehr
31+
- lex
32+
33+
34+
year: 2025
35+
journal-short: EuroVis
36+
37+
bibentry: article
38+
bib:
39+
journal: Computer Graphics Forum (EuroVis)
40+
booktitle:
41+
editor:
42+
publisher:
43+
address:
44+
doi:
45+
url:
46+
volume: 44
47+
number: 3
48+
pages:
49+
month:
50+
51+
preprint: # here you can put all preprint links (arxiv.org, osf.io,...)
52+
53+
54+
# Add things like "Best Paper Award at InfoVis 2099, selected out of 4000 submissions"
55+
award:
56+
57+
# Use this if you have an external project website
58+
external-project: https://upset.multinet.app/
59+
60+
pdf: 2025_eurovis_text-descriptions.pdf
61+
62+
supplement: 2025_eurovis_text-descriptions_supplement.zip
63+
64+
# Extra supplements, such as talk slides, data sets, etc.
65+
supplements:
66+
- name: Supplemental Material OSF
67+
# Use link instead of abslink if you want to link to the master directory
68+
abslink: https://osf.io/kbvs9/
69+
# Defaults to a download icon, use this if you want a link-out icon
70+
linksym: true
71+
- name: UpSet Website Code
72+
abslink: https://github.com/visdesignlab/upset2
73+
linksym: true
74+
- name: Data Analysis Code
75+
abslink: https://github.com/visdesignlab/UpSet-Survey-Data-Analysis
76+
linksym: false
77+
- name: Survey reVISit Code
78+
abslink: https://github.com/visdesignlab/Upset-alttxt-study
79+
linksym: false
80+
- name: UpSet Survey
81+
abslink: https://vdl.sci.utah.edu/Upset-alttxt-study/Upset-Alttext-User-Survey/
82+
linksym: false
83+
84+
85+
# Link to the repository where the code is hostet
86+
code: https://github.com/visdesignlab/upset-alt-txt-gen
87+
88+
videos:
89+
- name: 'Paper Video'
90+
youtube-id: OhScWL1bUkQ
91+
file: 2025_eurovis_text-descriptions.mp4
92+
subtitles: 2025_eurovis_text-descriptions.srt
93+
94+
95+
abstract: "
96+
Data visualizations are typically not accessible to blind and low-vision (BLV) users. Automatically generating text descriptions offers an enticing mechanism for democratizing access to the information held in complex scientific charts, yet appropriate procedures for generating those texts remain elusive. Pursuing this issue, we study a single complex chart form: UpSet plots. UpSet Plots are a common way to analyze set data, an area largely unexplored by prior accessibility literature. By analyzing the patterns present in real-world examples, we develop a system for automatically captioning any UpSet plot. We evaluated the utility of our captions via semi-structured interviews with (N=11) BLV users and found that BLV users find them informative. In extensions, we find that sighted users can use our texts similarly to UpSet plots and that they are better than naive LLM usage.
97+
"
98+
99+
# After the --- you can put information that you want to appear on the website using markdown formatting or HTML. A good example are acknowledgements, extra references, an erratum, etc.
100+
101+
---
102+
103+
# Acknowledgements
104+
105+
We gratefully acknowledge funding by Chan Zuckerberg Initiative Essential Open Source Software for Science program.
57.1 KB
Loading
536 KB
Loading

0 commit comments

Comments
 (0)