Some of the bigger/better models make me think local is doing pretty well and it is at chat, but exploring data cleaning has taken a bit of wind out of my sail.

Not having much luck with the ones I’ve tried (think 34B Q5 of various flavours - all the usual suspects).

Say I’ve got a paragraph about something and the text block contains some other unrelated comment. Let’s say “subscribe to our news letter” in it or some other web scraping artifact. I’d like to give the LLM an instruction to filter out content not related to the paragraph topic.

Local LLMs…mostly failing. GPT3.5…failing I’d say 40% of the time. GPT4…usually works…call it 90.

That’s not entirely surprising, but the degree to which locals are failing at this task relative to closed is frustrating me a bit.

Hell for some 34Bs I can’t even get the local ones to surpress the opening

Here’s the cleaned article:

…when the prompt literally says word for word don’t include that. Are there specific LLMs for this? Or is my prompting just bad?

You are an expert at data cleaning. Given a piece of text you clean it up by removing artifacts left over from webscraping. Remove anything that doesn’t seem related to the topic of the article. For example you must remove links to external sites, image descriptions, suggestions to read other articles etc. Clean it up. Remove sentences that are not primarily in English. Keep the majority of the article. The article is between the [START] and [END] marker. Don’t include [START] or [END] in your response. It is important that there is no additional explanation or narrative added - just respond with the cleaned article. Do not start your response with “Here’s the cleaned article:”

Unrelated - openai guidance says use “”" as markers not the start/end I’ve got. Anybody know if that is true for locals?

  • AnomalyNexus@alien.topOPB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    That’s a sharp comment.

    Potentially beyond my technical ability but I can vaguely see where you’re going with it.

    Next step was embeddings anyway (hence attempt to clean the data - get it ready for that).

    I’ve not heard of pagerank applied to this before though. Thanks!