From 5f368497717c02c3546f8c3c92fc3c2efde7f76f Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Mon, 17 Jun 2024 14:35:07 -0700 Subject: [PATCH] docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f1f88d..9d74df8 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ there are different ways to write YAML. Ensure the kb representation is normaliz `make normalize` +### Linking to ontology term IDs + +Currently we use labels not IDs as these are easier for humans reviewing the YAML, and for LLMs. + +Grounding is expected to be trivial and highly reliable, will add a simple mappings to every entry. + ### End to end automation TODO