UW-xDD / text2graph_llm

An experimental API endpoint to convert text to knowledge graph triplets.
MIT License
2 stars 1 forks source link

Mineral encoding #50

Closed JasonLo closed 1 month ago

JasonLo commented 1 month ago

Example use case: Identify all aluminum mines in the USA

Steps:

  1. Extract mineral and its formula (from Macrostrat or another dictionary).
  2. Derive constituent elements from the chemical formula.
  3. Filter based on element/chemical criteria.
  4. Map the locations of the remaining triplets.
JasonLo commented 1 month ago

Addressed in #49