Skip to main content

Utility tools for handling the guidaeta dataset.

Project description

GUIDÆTA

A Versatile Interactions Dataset with extensive Context Information and Metadata

The GUIDÆTA interactions dataset was collected within an online user study in the A+CHIS project on Human-Centered Interactive Adaptive Visual Approaches in High-Quality Health Information, conducted between May 12 and June 23, 2025.

Extensive information on scope, data collection, metadata, preliminary analysis can be found in the respective paper ("GUIDÆTA – A Versatile Interactions Dataset with extensive Context Information and Metadata"), published at Smart Tools and Applications in Graphics (STAG) 2025, an annual international conference organized by the Italian Chapter of the Eurographics association.

The raw dataset is publicly available on OSF: https://osf.io/fhvbm/.

Usage

This repository contains everything necessary for handling the raw dataset. I.e., loading, filtering, resampling, analysis and more. All of which is implemented in observations.py. All tools can be used by just importing this file. A few selected use cases are given in main.py:

import observations


# The path pointing to the root of the data
DATA_ROOT = "../CLT/data"

# load everything from files and initialize
sentences, sessions, users, task_answers = observations.load_data(DATA_ROOT)

# get the cognitive load experienced for task two
task_two_answers = [ta for ta in task_answers if ta.task_no==2]
cl = sum([
	sum(ta.cl.scores)/len(ta.cl.scores) for ta in task_two_answers
])/len(task_two_answers)

# get all sessions associated with the 3rd task
s = [s for ta in task_answers for s in ta.sessions if ta.task_no==3]

Publications

When referring to the dataset please cite:

  • S. Lengauer, S.A. von Götz, M.T. Hoesch, F. Steinwidder, M. Tytarenko, M.A. Bedek, T. Schreck, GUIDÆTA - A Versatile Interactions Dataset with extensive Context Information and Metadata, 2025.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guidaeta-0.1.0.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

guidaeta-0.1.0-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file guidaeta-0.1.0.tar.gz.

File metadata

  • Download URL: guidaeta-0.1.0.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for guidaeta-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6795ac9e2fb1ddd6f76d7f2039a43c6874b7e9825ff35bf7d222f4bab1c0a139
MD5 c521c6715638ce0895adb76e3b570fef
BLAKE2b-256 43d60030b6ded2a58c3970a48a3694de1024feba5c263e86018352e226266330

See more details on using hashes here.

File details

Details for the file guidaeta-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: guidaeta-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for guidaeta-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13ce1f6030badc2db213457bc41da4ce41b9761cc1e76aed8599798f82995ccc
MD5 bdde18741b980d113c0ebc200d389dcb
BLAKE2b-256 e7170c49c5a6f45f43a04ffcfa69e0f2be0904940095d2b4bf033dc84107f5c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page