Group Abstract Group Abstract

Message Boards Message Boards

8
|
12.8K Views
|
22 Replies
|
27 Total Likes
View groups...
Share
Share this post:
GROUPS:

[WSG24] Daily Study Group: Wolfram Tools for LLMs

A Wolfram U Daily Study Group focusing on LLMs and Wolfram Tech will be starting soon!

Join Wolfram Experts @Alan Joyce , Rick Hennigan, Timothee Verdier and @Jon McLoone and a group of fellow enthusiasts to learn about all the different ways you can use Wolfram tech along with Large Language Models (LLMs). Our topics for the study group include the Wolfram GPT, Chat Notebooks and LLM Functionality in Wolfram Language. The sessions will feature a number of fun examples that will show you how you can combine the computational powers and curated knowledge of Wolfram Language along with the generative capabilities of LLMs.

Each session will kick off with a presentation by an expert who will introduce the topic, followed by some review questions and discussions. There will be time for Q&A at the end.

No prior Wolfram Language experience is required to join the study group.

Please feel free to use this thread to collaborate and share ideas, materials and links to other resources with fellow learners.

We look forward to seeing you: March 25th-29th, 2024, 11am-12pm CT (4-5pm GMT)

REGISTER HERE

enter image description here

22 Replies

Disregard previous post, I found what I needed .. the quiz.

POSTED BY: Michael Lyda

Please email wolfram-u@wolfram.com and we will get back to you. Thanks.

That's a wrap for this week's Daily Study Group. All supplemental material along with Q&A digest are available in the download folder not. Links to recordings and the quiz will be sent out shortly. Email us at wolfram-u@wolfram.com if you have any questions or do not get your notification emails.

Day 5 of our Daily Study Group series. We will look at some built-in AI related functionality useful for NLP tasks. We will also review some topics from the earlier sessions this week.

Abrita,

I am facing an old and repetitive issue: I do not receive any Bigmarker course email (like reminder, etc.). Therefore, I kindly ask you to send me the email with the link to the quiz that you mentioned yesterday to my email address via your Wolfram email account.

Thanks in advance for your help.

Regards, Jürgen

POSTED BY: Jürgen Kanz

Day 4 of our Daily Study Group series today. @Jon McLoone will be talking about "Injecting Reliability into Generative AI". See you there.

Posted 2 years ago

Thank you kindly Abiria & Jeffrey,
Unfortunately, I already was able to solve a similar more-elementary situation using the City entity. I figured Wolfram & ChatGPT together should be able to write the custom code that works for giving simply the Lat / Long data for any location on the globe along with any reasonable past or future date. Somewhat like the first attempt that failed because it attempted to use the old (deprecated) "AstronomicalData" which caused it to fail:

Needs["AstronomicalData`"]
SetOptions[AstronomicalData,"Overwrite"->True]
date=DateObject[{year,month,day,hour,minute}];
lat=yourLatitude;
lon=yourLongitude;
moonrise=AstronomicalData["Moon",{"Rise",date,lat,lon}];
moonriseTime=DateString[moonrise,{"Hour",":","Minute"}]
POSTED BY: John Davidson

Here are some notes from @Jeffrey Bryant :

  1. We do not have a built-in documented function for computing Moonrise.
  2. The algorithm for computing moon rise isn't a simple formula so its unlikely that the LLM would know how to write an algorithm from the bottom up.
  3. The LLM is hallucinating badly with things like Needs["AstronomicalData`"] which makes no sense. In fact, AstronomicalData is obsolete and shouldn't be used in any case

Additional notes from @Alan Joyce

  1. it looks to me (I could be wrong) that the user was running their chatbook with the "plain chat" persona instead of the "code assistant" persona. The latter would let the "assistant" evaluate WL code and see that things weren't working correctly... though (<as my quick attempt showed>), that doesn't mean there's a straight path to something useful.
  2. Could probably adapt Jeff's suggestion and tell the model to try using SemanticInterpretation["next rise time of the Moon from Champaign, IL on March 27, 2024"] to see how to construct a valid WL expression, which then I would expect it to be able to turn into something that could take arbitrary locations and dates and return a Moon rise time.
POSTED BY: Petros Theodorou
Attachment

Attachments:
POSTED BY: Harlan Brothers

We added a few notebooks today.

Tomorrow we are going to discuss Chat Notebooks. Please refer to https://support.wolfram.com/62525 to learn how you can start using Chat Notebooks or other LLM-related functionality in Wolfram products, with the help of an account with a supported chat & generative model service provider like

  • "OpenAI" — speech, image, text computation with OpenAI
  • "GoogleSpeech" — speech synthesis and recognition using GoogleSpeech
  • "ElevenLabs" — speech synthesis and recognition using ElevenLabs
  • "Anthropic" — chat and other text computation with Anthropic
  • "PaLM" — chat and other text computation with PaLM
Posted 2 years ago

In Monday's session, Alan Joyce pointed out that we can use a Chat Notebook with an OpenAI token, but Wolfram GPT requires a ChatGPT Plus subscription. As a retiree who uses the Wolfram Language only for personal projects, \ $20/month is way too expensive for my limited use. Why can't we have an option for pay-as-you-go for this? I can accept that it might require a different API token, possibly charged at a higher rate, but my usage shouldn't cost anywhere near \$20/month.

POSTED BY: Gerrie Shults

Kicking off the study group today with a session about the Wolfram GPT.

Posted 2 years ago
Attachments:
POSTED BY: John Davidson
Posted 2 years ago
POSTED BY: John Davidson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard