Skip to content

Conversation

@AbhijeetDutta1
Copy link

@AbhijeetDutta1 AbhijeetDutta1 commented Nov 11, 2025

Authors:
AbhijeetDutta1 abhiduttaca@gmail.com
liupa-trick patrick_liu@ucsb.edu

Checklist

  • My pull request has a clear and explanatory title.
  • My pull request passes the Linting test.
  • I added appropriate unit tests and I made sure the code passes all unit tests. (refer to comment below)
  • My PR follows PEP8 guidelines. (refer to comment below)
  • My code is properly documented, using numpy docs conventions, and I made sure the documentation renders properly.
  • I linked to issues and PRs that are relevant to this PR.

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

@AbhijeetDutta1 AbhijeetDutta1 changed the title Category: A1; Team Name: AP; Datasets: DAWN Category: A2; Team Name: AP; Datasets: DAWN Nov 11, 2025
@AbhijeetDutta1 AbhijeetDutta1 changed the title Category: A2; Team Name: AP; Datasets: DAWN Category: A2; Team Name: AP; Dataset: DAWN Nov 12, 2025
Copy link
Collaborator

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.

@levtelyatnikov
Copy link
Collaborator

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!

@levtelyatnikov levtelyatnikov added the category-a2 Submission to TDL Challenge 2025: Mission A, Category 2. label Nov 24, 2025
@liupa-trick
Copy link

Disk Space Issue for Docs. Disregard recent changes and refer to the last commit that passed all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category-a2 Submission to TDL Challenge 2025: Mission A, Category 2.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants