Earlier quoted context omitted.
Me too. Title might need a bit of adjusting. Neat concept though! I do wish it expanded out past French cuisine. It has its place, but I am very much tired of French cooking being held above other locales/styles
The graph contains restaurants in France and Belgium but all cuisines are represented. It's completely possible to expand the graph to other parts of the world. What source of reviews/info do you have in mind?
Show HN: Knowledge graph of restaurants and chefs, built using LLMs
31–40 of 45 posts
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#32Given 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.
The data is initially not at all structured, and the critics talk about a chef's CV in passing. For instance, take this example: > 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 ten…
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#33Very cool work. It's worth mentionion that the Graph browser using "Retina" is a project from Ouestware ( https://www.ouestware.com/en/ ) which is also contributor to the GraphCommons and GephiLite projects.
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#34Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#35This is a super cool idea! I've sort of mused about an idea for general web search that's very similar to this concept, where you start with a set of trusted entities and then branch out from there, but choosing how you establish trust is really important. But this is a really clever application, well done!
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#36This was inspiring, what a cool idea. Just curious—-for 4o mini isn’t there a json mode that reliably produces structured output? Was that what you were referring to / ended up using?
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#37Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#38The 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
#39The 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.
I agree the spatialization could be better. I used one of the algorithms in Gephi-lite directly. Do you have a favorite spatialization algorithm to recommend?
Re: Show HN: Knowledge graph of restaurants and chefs, built using LLMs
#40Earlier quoted context omitted.
I agree the spatialization could be better. I used one of the algorithms in Gephi-lite directly. Do you have a favorite spatialization algorithm to recommend?
FYI I updated the visualization. Credit goes to @jacomyal from @ouestware on GitHub who helped me out.