|
| 1 | +--- |
| 2 | +layout: publication |
| 3 | +# The quotes make the : possible, otherwise you can do it without quotes |
| 4 | +title: "Hey Dashboard!: Supporting Voice, Text, and Pointing Modalities in Dashboard Onboarding" |
| 5 | +key: 2025_hey_dashboard |
| 6 | +# paper | preprint | poster |
| 7 | +type: preprint |
| 8 | +# optional url for a different site; defaults to data.jku-vds-lab.at |
| 9 | +#paper_content_url: |
| 10 | + |
| 11 | +# The shortname is used for auto-generated titels |
| 12 | +shortname: Hey Dashboard |
| 13 | + |
| 14 | +# add a 2:1 aspect ratio (e.g., width: 400px, height: 200px) to the folder /assets/images/papers/ |
| 15 | +image: 2025_hey_dashboard_small.png |
| 16 | +# add a 2:1 aspect ratio teaser figure (e.g., width: 1200px, height: 600px) to the folder /assets/images/papers/ |
| 17 | +image_large: 2025_hey_dashboard.png |
| 18 | + |
| 19 | +# Authors in the "database" can be used with just the key (lastname). Others can be written properly. |
| 20 | +authors: |
| 21 | + - dhanoa |
| 22 | + - Gabriela Molina León |
| 23 | + - Eve Hoggan |
| 24 | + - Eduard Gröller |
| 25 | + - streit |
| 26 | + - Niklas Elmqvist |
| 27 | + |
| 28 | +journal-short: |
| 29 | +year: 2025 |
| 30 | + |
| 31 | +bibentry: preprint |
| 32 | +bib: |
| 33 | + journal: |
| 34 | + doi: 10.48550/arXiv.2510.12386 |
| 35 | + url: |
| 36 | + volume: |
| 37 | + number: |
| 38 | + pages: |
| 39 | + month: |
| 40 | + |
| 41 | +preprint: https://arxiv.org/abs/2510.12386 # here you can put all preprint links (arxiv.org, osf.io,...) |
| 42 | + |
| 43 | +# Add things like "Best Paper Award at InfoVis 2099, selected out of 4000 submissions" |
| 44 | +award: |
| 45 | + |
| 46 | +non_group_project: False |
| 47 | + |
| 48 | +# Use if this paper is linked to an internal project. This will link to the project site |
| 49 | +project: |
| 50 | + |
| 51 | +# Use this if you have an external project website |
| 52 | +external-project: |
| 53 | + |
| 54 | +pdf: 2025_hey_dashboard.pdf |
| 55 | + |
| 56 | +# Link to the repository where the code is hostet |
| 57 | +code: |
| 58 | + |
| 59 | +videos: |
| 60 | + - name: "Paper Video" |
| 61 | + youtube-id: |
| 62 | + |
| 63 | +abstract: "Visualization dashboards are regularly used for data exploration and analysis, but their complex interactions and interlinked views often require time-consuming onboarding sessions from dashboard authors. Preparing these onboarding materials is labor-intensive and requires manual updates when dashboards change. Recent advances in multimodal interaction powered by large language models (LLMs) provide ways to support self-guided onboarding. We present DIANA (Dashboard Interactive Assistant for Navigation and Analysis), a multimodal dashboard assistant that helps users for navigation and guided analysis through chat, audio, and mouse-based interactions. Users can choose any interaction modality or a combination of them to onboard themselves on the dashboard. Each modality highlights relevant dashboard features to support user orientation. Unlike typical LLM systems that rely solely on text-based chat, DIANA combines multiple modalities to provide explanations directly in the dashboard interface. We conducted a qualitative user study to understand the use of different modalities for different types of onboarding tasks and their complexities." |
| 64 | +# 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. |
| 65 | +--- |
0 commit comments