Skip to content
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

Modify cosine similarity based graph extraction to take into account guiding terms #87

Open
bsantan opened this issue Feb 15, 2024 · 0 comments
Assignees

Comments

@bsantan
Copy link
Collaborator

bsantan commented Feb 15, 2024

For all input types, add optional guiding term option to select for paths more similar to given concept using cosine similarity search

  1. Support --guiding-term boolean in command line (inputs.py)
  2. Add required file to input directory for all input types if boolean is true (guiding_term.csv) (inputs.py)
  3. Perform indexing for guiding term (check if guiding_term_label.csv exists first) (assign_nodes.py)
  4. Output guiding term labels file (guiding_term_label.csv) to output directory (assign_nodes.py)
  5. Create new subgraph_prioritized_path_cs_guiding_term function using guiding term rather than target node (create_subgraph.py)
@bsantan bsantan self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant