Publications by authors named "Jiaxuan You"

Objective: To determine whether graph neural network based models of electronic health records can predict specialty consultation care needs for endocrinology and hematology more accurately than the standard of care checklists and other conventional medical recommendation algorithms in the literature.

Methods: Demand for medical expertise far outstrips supply, with tens of millions in the US alone with deficient access to specialty care. Rather than potentially months long delays to initiate diagnostic workup and medical treatment with a specialist, referring primary care supported by an automated recommender algorithm could anticipate and directly initiate patient evaluation that would otherwise be needed at subsequent a specialist appointment.

View Article and Find Full Text PDF
Article Synopsis
  • Graph Neural Networks (GNNs) struggle to effectively capture structural and positional information from graph data, limiting their expressiveness.
  • This paper introduces Structure- and Position-aware Graph Neural Networks (SP-GNN), which enhance GNNs by using a proximity-aware position encoder and a scalable structure encoder.
  • SP-GNN demonstrates improved performance on graph classification tasks across various datasets, offering a better understanding of how positional and structural awareness can improve GNN learning.
View Article and Find Full Text PDF

The Boolean Satisfiability (SAT) problem is the canonical NP-complete problem and is fundamental to computer science, with a wide array of applications in planning, verification, and theorem proving. Developing and evaluating practical SAT solvers relies on extensive empirical testing on a set of real-world benchmark formulas. However, the availability of such real-world SAT formulas is limited.

View Article and Find Full Text PDF

Graph Neural Networks (GNNs) are a powerful tool for machine learning on graphs. GNNs combine node feature information with the graph structure by recursively passing neural messages along edges of the input graph. However, incorporating both graph structure and feature information leads to complex models and explaining predictions made by GNNs remains unsolved.

View Article and Find Full Text PDF