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

Implement Filter options #6

Open
Crispae opened this issue Sep 30, 2023 · 3 comments
Open

Implement Filter options #6

Crispae opened this issue Sep 30, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Crispae
Copy link
Owner

Crispae commented Sep 30, 2023

Implement filter options to select only

  1. Atleast two types of nodes must be selected
  2. Relation type feature implement later
  3. Scoring filter
@Crispae Crispae added the enhancement New feature or request label Sep 30, 2023
@Crispae Crispae self-assigned this Sep 30, 2023
@Crispae
Copy link
Owner Author

Crispae commented Sep 30, 2023

Statistical tests to evaluate the significance of co-occurrence relationships.

  1. Chi-squared test: Determine if the observed co-occurrence is significantly different from what would be expected by chance.
  2. Fisher's exact test
  3. Pointwise Mutual Information (PMI): Measures the extent to which the co-occurrence of entities is more likely than random chance.
  4. Log-likelihood ratio: Identifies associations between entities while considering the expected frequency.

Apply the chosen statistical tests to the co-occurrence matrix to calculate p-values or other relevant statistics for each pair of entities.

Correct for multiple hypothesis testing using methods like Bonferroni correction or False Discovery Rate (FDR) correction to control for the family-wise error rate.

@Crispae
Copy link
Owner Author

Crispae commented Sep 30, 2023

Pointing towards some scoring, we can implement for co-occurrence scoring

  1. https://www.biorxiv.org/content/10.1101/444398v1
  2. https://aclanthology.org/D11-1098.pdf
  3. http://nlp.uned.es/~juaner/papers/jmromo18-aim.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant