Creating Knowledge Graphs Using LLM Graph Transformers Dive into the technical world with Tomaz Bratanic's newest guide, which provides an in-depth exploration of how LangChain leverages LLMs for building sophisticated graph structures. Creating graphs from text is incredibly exciting, but definitely challenging. Essentially, it’s about converting unstructured text into structured data. While this approach has been around for some time, it gained significant traction with the advent of Large Language Models (LLMs), bringing it more into the mainstream. https://buff.ly/4f90fmK #KnowledgeGraphs #LLM #GraphTransformers #LangChain #AIApplications
Very interesting. I am looking for a way to create busines process models from my notes, documents to give context, and meeting transcriptions. To my knowledge, Google Gemini doesn't accept xls format, only text in pdf or txt, and the rest of LLM are not better tackling with graphs. I hope this can be deployed in a no-code platform soon.
Transforming text into structured data opens new possibilities for insights.
Global Director with a proven track record in driving strategic initiatives, managing diverse teams, and exceling in customer engagement, insights quality, and customer adoption
2moJosé Manuel de la Chica Pre-transformer era. Extraction, TFD-ID. lemmatization, clusterization (we had to use Viterbi to fine tune it), if you have a trained model for the domain you are observing, then just generalization; should you not reach the desired metrics, RLHF (aka tagging) to do semisupervised learning (the one working best for us was SVM), then D3JS or Neo4J for representation. Neo4J is more functional, as you 200% know; can do more things than just representation. Why do I know? I spent heaps of my own money, in 2017, building a platform which was exactly doing that; not from text but connected to any RDBMS.... It was a fact that we were too early in the market. Our models were trained with more than 100 different RDBMS and we were already generalizing.... Curiosity: we found sometimes tables called "Maria´s report for monday" :-)