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

Primary Label for Concept Clusters/Graphs #216

Open
fmatthies opened this issue May 31, 2024 · 0 comments
Open

Primary Label for Concept Clusters/Graphs #216

fmatthies opened this issue May 31, 2024 · 0 comments
Assignees
Labels
concepts/documents Related to concepts or documents logic

Comments

@fmatthies
Copy link
Contributor

When the concept graphs/clusters are stored in Neo4j, a ConceptCluster gets a List<String> as labels (createGraphInNeo4j in ConceptClusterService in top-backend).
Right now, these labels are just generated by sorting the phrases by their document count and taking the three with the most documents. I think, I have a method in the concept-graph-api that sorts phrases by their importance to the graph. The most important phrases should be used as labels. Maybe some form of terminology grounding could be utilized as well to get primary labels.

@fmatthies fmatthies added the concepts/documents Related to concepts or documents logic label May 31, 2024
@fmatthies fmatthies self-assigned this May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concepts/documents Related to concepts or documents logic
Projects
None yet
Development

No branches or pull requests

1 participant