Remix.run Logo
motoxpro an hour ago

Is there a solution you are using to solve this that is more accurate and cost effective? I'm working through it now so would be curious

runarberg 44 minutes ago | parent [-]

Is scraping and putting this in a structured format too inaccurate or expensive?

motoxpro 16 minutes ago | parent [-]

That's the whole problem. If you have tons (100s of thousands or more) of labels, then you have "structured" data, but how do you correctly classify that scraped item into the correct label?

Putting all the labels into the LLM is super expensive per call when you have millions of items to classify.

You can't reduce the number of labels becasue they are correctly organizes/structured. This class of problem exists in many different domains.