So I never got the chance to play with LLMs because of the phone number requirement. But recently duckduckgo added a chat feature which lets you talk to these models so I have been trying them out.

I know these two models aren’t state of the art but its tragic how they have devoured terabytes of corpus only to never have understood the meanings of the words they use.

I tried to talking to them about simple political issues. Once I asked why Elon Musk complains about woke while being a multibillionaire. I also asked why it is commonly said that Israel-Palestine conflict is complicated. Both times it gives very NYT-esque status quo-friendly answers which I think is very dangerous if the user is a naive person looking to delve into these topics. But as I question the premise and the assumptions of the answers, it immediately starts walking back and starts singing a completely different tune. Often I don’t even have to explain the problems I have and just asking it to explain its assumptions is enough.

I got it from saying “Musk is critical of censorship and the lack of free speech” to “Musk is a billionaire in a highly unequal society and his societal criticisms are to be taken with a ton of salt”. For the Palestine one, it started off with a list of reasons behind the complexity. Then I got it to strike them off one by one eventually concluding that the conflict is one of extreme power imbalance and that Palestinians are a clear victim of settler colonialism according to international consensus. My arguments weren’t even that strong and it just caved in almost immediately.

I’m still trying to find use cases LLMs. Specifically I would be really happy if I could find a use for a small model like TinyLlama. I find that text summarization is promising but I wouldn’t use it for a text I haven’t read before because LLM is a liar sometimes.

  • ☆ Yσɠƚԋσʂ ☆@lemmygrad.ml
    link
    fedilink
    arrow-up
    12
    ·
    2 months ago

    It’s key to keep in mind how LLMs work. Fundamentally, they’re not really different from Markov chains. It’s a giant graph of token that the network has been trained on, and all it’s doing is predicting the next most likely token based on the input. What output it produces is directly based on what data it’s been trained on.

    I’ve found a few good uses for LLMs. I find they generally do a decent job with doing text summaries, and they can also be useful for code examples. While the code they produce isn’t necessarily correct, it’s often helpful for pointing your in the right direction and faster than looking through stuff like stack overflow. Caveat there is that you already have to understand what you’re trying to do.

    Another use that I’ve found interesting is to use LLM as a sounding board. If I’m trying to explore an idea, having a chat with it can be useful because the responses can often stimulate new ideas. Accuracy is not an issue in this case because I already understand the topic I’m trying to explore, and the value is in the phrasings that can fall out of the LLM that can give me a mental thread to pull on.

    Similarly, LLMs are also great for practising languages. I’m learning Mandarin right now, and the app has a built in LLM chat bot that you can talk to.

    I think even more interesting use cases are some of the recent stories from China where LLMs are being used for monitoring infrastructure and predicting where to do proactive maintenance. This is a great use case because these things are great at correlating large volumes of data and doing extrapolations. But the output is simply advice to the human operator who’s actually making the final decision.

    • KrasnaiaZvezda@lemmygrad.ml
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      2 months ago

      New robots are also using LLMs both for understanding their enviroment with cameras, rather than complicated sensors that might not understand the world as we do, and for controlling movement by basically taking in the data from the robot and what other LLMs understand from the enviroment and predicting what inputs are needed to move correctly for movement or doing any tasks.

      As the LLMs get better they can also come up with better strategies too, which is already being used to some extent to have them create, test and fix codes based on output and error messages and this should soon allow fully autonomous robots as well that can think by themselves and interact with the world leading to many advancements, like full automation of work and scientific discoveries.