-
Notifications
You must be signed in to change notification settings - Fork 68
Category: A2; Team Name: AP; Dataset: DAWN #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear Participants,
Thank you for your contribution.
We noticed that the configs/dataset/hypergraph/DAWN folder has been added directly to the repository in this pull request.
As noted in our challenge guidelines, we avoid committing large dataset files directly to the repository. This practice is crucial for keeping the repository size manageable for all contributors and ensuring that we are referencing the most up-to-date, original open-source data.
Required Action: Please remove the configs/dataset/hypergraph/DAWN folder from your submission. Instead, please implement a script or update the data-loading pipeline to automatically download this dataset from its open-source platform when the code is run or set up.
|
Dear Participants, This is a final reminder regarding the upcoming challenge deadline. 📅 Deadline: Tomorrow, 25th November 2025 ✅ Critical Requirement: Please ensure your branch is passing all CI/CD tests. If you have any pending changes, please push them and verify your build status as soon as possible. Good luck! |
|
Disk Space Issue for Docs. Disregard recent changes and refer to the last commit that passed all |
Authors:
AbhijeetDutta1 abhiduttaca@gmail.com
liupa-trick patrick_liu@ucsb.edu
Checklist
Description
This pull request adds support for the DAWN (Drug Abuse Warning Network) dataset, a temporal higher-order network representing sequences of timestamped simplices, where each simplex corresponds to the set of drugs used during a patient’s emergency department visit. The dataset spans eight years (2004–2011), with timestamps recorded quarterly.
References:
Austin R. Benson, Rediet Abebe, Michael T. Schaub, Ali Jadbabaie, and Jon Kleinberg. Simplicial closure and higher-order link prediction. Proceedings of the National Academy of Sciences (PNAS), 2018.
Link to Dataset:
https://www.cs.cornell.edu/~arb/data/DAWN/
Cornell Paper on simplicial closure and higher-order link prediction
https://arxiv.org/abs/1802.06916
Issue
Additional context