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

Experiments to see if LLM embeddings can recapitulate subsumption #25

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

justaddcoffee
Copy link
Member

No description provided.

@justaddcoffee justaddcoffee marked this pull request as draft February 8, 2024 20:22
@justaddcoffee justaddcoffee marked this pull request as ready for review February 26, 2024 15:16
@justaddcoffee justaddcoffee requested review from caufieldjh and removed request for cmungall February 26, 2024 15:17
@@ -1595,6 +1601,66 @@ def _text_lookup(obj: Dict):
db.update_collection_metadata(collection, object_type="OntologyClass")


@ontology.command(name="subsumption")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should decide on one place or another. I think in the agent itself is best since this is more of a custom analysis rather than a generic command?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, glad to put this where ever is best

So you mean we can get rid of the click command and just put the glue code that calls SubsumptionEvalAgent in the notebook?

Copy link
Member

@caufieldjh caufieldjh Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be in favor of having this command available for easy results replication if lines 1647 onward go in the agent code Looked at the code again and I'm content with the current arrangement as it's already fairly generic

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 thanks @caufieldjh!

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

Successfully merging this pull request may close these issues.

3 participants