Show HN: Knowledge graph of restaurants and chefs, built using LLMs
21–30 of 45 posts
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#22Graph embed does not appear to work in FF 135. Loaded in Chrome though. Edit: Seems to be a me issue.
It works on FF135.0.1 (aarch64) for me. Ad blocker?
Failed to create WebGL context: WebGL creation failed: * tryANGLE (FEATURE_FAILURE_EGL_NO_CONFIG) * Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS)
Glad its workin for others!
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#23The embedding is kind of weird. Like, there's no reason a "degree: 1" node should be so far away from its sibling. Example: https://imgur.com/a/7Cktyzp This makes the graph look more random/noisy/disorganized than it actually is.
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#24Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#25Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#26Given the structured nature of the data, how does this compare to running a specialized classification model that looks for specific words in a review and uses those to assign Chefs to Restaurants? With some fine tuning, you might get more consistent results than feeding the reviews into a generative model.
> At Grenat, Antoine Joannier and Neil Mahatsry are bathed in an ardent red glow, much like the pomegranate-toned walls of their space. After working together at La Brasserie Communale, where they first met, the duo is now firing on all cylinders in the heart of Marseille, where Antoine tends to guests seated around blonde wood tables, delivering dishes ignited by Neil behind the bar. From oysters to prime cuts of red meat, […]
I tried using NER models and the results were not great. Furthermore, these models do not extract relationships between entities (other models exist for that though). Haven't tried fine-tuning at all!
There is also a lot of variation in the ways of presenting a chef's prior restaurants, which makes this a good use-case for LLMs.
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#27Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#28Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#29The embedding is kind of weird. Like, there's no reason a "degree: 1" node should be so far away from its sibling. Example: https://imgur.com/a/7Cktyzp This makes the graph look more random/noisy/disorganized than it actually is.
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#30Nice! How'd the local models do vs gpt4o-mini? Did you spend much time playing with datasette?
I used sqlite everywhere so datasette was good for visualizing scraped and extracted data. Simon released structured generation for llm a few days after I did the project though, so I haven't tried yet.