4 Methods of Prompt Engineering

  Рет қаралды 184,082

IBM Technology

IBM Technology

Күн бұрын

Пікірлер: 89
@DataScienceAI-rf4kx
@DataScienceAI-rf4kx Жыл бұрын
Summary 1. **RAG (Retrieval Augmented Generation):** Augmenting the knowledge base (db) to enhance responses by combining language models. 2. **Chain of Thoughts:** Promoting ideas using 'thoughts' 💭 in the form of chunks one by one to obtain actual answers. Language models arrive at your desired answers through reasoning and logic. 3. **ReAct (Thought, Action, and Observation):** Different from the chain of thoughts, this involves both private knowledge base (db) and public language model (llm) data. If information isn't in the knowledge base, it goes back to the public llm data (trained data) for results. 4. **DSP (Direct Stimulus Prompting):** The latest method involves hinting the prompt with a specific hint to get the answers.
@spyderscience
@spyderscience 2 ай бұрын
The explanation is good as far as you know the difference between knowledge based data, internal or external, and private or public. 1. RAG is infact knowledge based but it is an external knowledge based approach as it depends on databases, search engines results that are relevant to your industry, either private or public. 2. COT is reasoning based without knowledge based approach. 3. ReACT can be reasoning through COT and Acting through knowledge sources that could be internal, external, private or public. 4. DSP neither rely on reasoning nor on external knowledge. This approach directly take the hint and apply pre-trained knowledge (internal knowledge) from LLM.
@egemengulpinar379
@egemengulpinar379 11 ай бұрын
So simple and focused on the main idea and key points. Thank you for your straightforward explanation!
@DanAlvard
@DanAlvard Жыл бұрын
@IBM Technology I got the theory but I want to see an example of the actual resulting prompt in each of the 4 methods. Nothing beats learning by example
@Ifero10
@Ifero10 4 ай бұрын
Absolutely :)
@shangshi4609
@shangshi4609 19 күн бұрын
RAG and ReAct isn't explained so well, ask GPT, it does it better.
@UVTimeTraveller
@UVTimeTraveller 10 ай бұрын
I understand the main idea, but I think the examples and explanations weren't clearly thought through and felt vague. I didn't get a clear sense of how to apply these techniques effectively in real-life situations. However, I appreciate the intention and the effort put into it.
@nzkhan
@nzkhan 6 ай бұрын
Exactly. Half baked answers. Good efforts
@arvindmathur6574
@arvindmathur6574 29 күн бұрын
Actually the speakers gave very clear examples and nothing was vague. They clearly illustrated each prompt as applied to a company's earnings, its composition and its historical comparison between 2010 and 2022. Thank you to @IBM, the excellent interviewer and the insightful lady.
@GibranCastillo
@GibranCastillo Жыл бұрын
A prompt is a specific instruction or query given to an LLM (Large Language Model) to perform a task. A task can be: Providing information, summarizing, analyzing, planning, reasoning, coding, generating, etc. Effective prompt engineering involves iteratively refining these instructions or questions to achieve a more accurate, relevant, or desired outcome from the LLM.
@Sereen-j2l
@Sereen-j2l 3 ай бұрын
How blessed am I to watch this AMAZING video, thank you.
@eng.mohammadshericmrp9251
@eng.mohammadshericmrp9251 5 ай бұрын
RAG --> is primarily about improving factual correctness by retrieving external information. CoT --> enhances logical reasoning by encouraging the model to break down problems into sequential steps. ReAct --> adds a layer of interaction, allowing the model to not just reason, but also perform actions based on that reasoning. DSP--> subtly influences the direction of the model's output through carefully designed prompts.
@RobertLugg
@RobertLugg 3 күн бұрын
Excellent. I'd love to see more!
@emilechalme9351
@emilechalme9351 21 күн бұрын
Thank you so much for these free informations !
@ScottGaul
@ScottGaul 7 ай бұрын
This is the most intelligent video I have seen on Prompt Eng.
@HojaUno
@HojaUno 9 ай бұрын
I like they are labeling every interaction with the LLMs. Prompt engineering, rag, cot, react, dsp. These are the basic blocks and as a developer I share what many are already seen and working on it. A higher programing language where it is no longer constrained to direct the physical and structured layer to compute the results. This programming language will skip those layers 100% to work directly on the business problems. It may be named as mayeutic. Supporting in a new way critical questions; fast no longer will be the measure. Fast will be just side effect. The key will be the transition from RDBs, repositories, rudimentary data input, rudimentary finance procedures, to the next abstractions that would facilitate this smart agility using it.
@MJFUYT
@MJFUYT Ай бұрын
Excellent content and commentary. Thanks for sharing your knowledge.
@BizzInnovate
@BizzInnovate 4 ай бұрын
Awesome Video . Great Instructor.
@bowneeb4986
@bowneeb4986 10 ай бұрын
Beautiful explanation!!
@chimuanyaibecheozor4832
@chimuanyaibecheozor4832 Ай бұрын
I like that the video is short and insightful.
@georgex9543
@georgex9543 7 ай бұрын
A realistic discussion such as this should include the old concept that still holds true: Garbage in garbage out
@SPribyt
@SPribyt 4 ай бұрын
This lady is very smart
@neovox103_1-6
@neovox103_1-6 6 ай бұрын
Prompt Engineering is what will initiate the singularity. Questions are the most powerful statements.
@GopikrishnaMagesh
@GopikrishnaMagesh 6 ай бұрын
Thank you to all the people who were involved in the making of this video and content. Now, I know the 4 methods of Prompt Engineering.
@WayOfTheZombie
@WayOfTheZombie 7 ай бұрын
Instructions unclear, i now have a cat tattoo on my face
@Maillesmaillesmailles
@Maillesmaillesmailles 5 ай бұрын
I will use it in my team to introduce those techniques to our new members ! Thanks ! :) (and congrats for mirror writing so clearly : what a skill ;) )
@Prashant-PandeyOfficialChannel
@Prashant-PandeyOfficialChannel 11 ай бұрын
Really nice 👍
@lucho0849
@lucho0849 2 ай бұрын
Very good explanation
@vanir23
@vanir23 11 ай бұрын
It is wild to me how engineers view the research process. Honestly, they make it more complicated than it needs to be.
@georgex9543
@georgex9543 7 ай бұрын
better label: "academic engineers"
@osamaa.h.altameemi5592
@osamaa.h.altameemi5592 Жыл бұрын
simple, direct, and on point. Thx a ton
@ShekharKhandelwal-c7o
@ShekharKhandelwal-c7o 6 ай бұрын
So many factual inaccuracies and incomplete explanations. Can’t believe IBM official channel producing such content.
@LogicalPrime
@LogicalPrime Ай бұрын
I'm new to this, may I please ask what the factual inaccuracies are?
@teenytinytoons
@teenytinytoons 3 ай бұрын
are they writing backwards? how the heck does this work. lol. also you can just tell she's so intelligent. she has a really good vibe about her. anyone who gets to work with her is very very lucky.
@Eugdum
@Eugdum 5 ай бұрын
Thank you !
@proflead
@proflead 5 ай бұрын
Examples would be useful! Thanks
@BronzeHelmSpear
@BronzeHelmSpear 11 ай бұрын
Does this apply to all practical language models currently? This is how I should rizzz up my chat4 bot?
@MrVengngy
@MrVengngy 10 ай бұрын
That amazing
@saadowain3511
@saadowain3511 Жыл бұрын
Absolutely amazing
@ifeanyiidiaye1889
@ifeanyiidiaye1889 Жыл бұрын
Nice video, thanks guys! Quick question: are all your engineers at IBM left-handed? You seem to have a bias for left-handed engineers 😅
@daveqr
@daveqr Жыл бұрын
The image is reversed. They have a video explaining how they make lightboard videos.
@yesblahblah
@yesblahblah Жыл бұрын
The view you are seeing it from has been flipped. There is a video on this channel or steve brutons where they explain how they make these videos. Also, if you assume the rule of wearing your wedding band on your left hand ring finger applies then you are looking at the marker being in his right hand.
@ethanfogarty9540
@ethanfogarty9540 Жыл бұрын
They are all right-handed. The camera is behind them and is recording them facing and writing on some sort of mirror that makes their markers glow. Almost like an old school SmartBoard, but as a mirror.
@karthickwork3296
@karthickwork3296 11 ай бұрын
Woule be helpful if you can come up with realime example and usuage. May be in parts..
@vjnvisakh
@vjnvisakh 4 ай бұрын
The techniques apart from RAG look like a derived version of RAG itself. The line of separation is kind of blurred IMO.
@stevenr3729
@stevenr3729 4 ай бұрын
They did a pretty bad job of explaining ReAct which is probably why it didn't feel all that different. The secret sauce of ReAct has to do with using custom tools (not just a public or private database) and a reasoning loop where the model evaluates the output from a tool, decides if that is enough to give a final answer and if not, continue to use tools to get more information until it does
@things799
@things799 Жыл бұрын
Love you guys
@dz5505
@dz5505 4 ай бұрын
In computer science research, which encompasses fields such as computer science, computer engineering, and artificial intelligence, ethical standards have been neglected for at least two decades. A recurring problem is the renaming of well-established concepts without properly acknowledging their origins. For example, “prompt engineering” is simply a renaming of the concept of relevance feedback, but existing work on relevance feedback often goes unnoticed. This trend is pervasive: in deep learning, research unrelated to deep learning is frequently ignored and thus avoids comparison with lightweigt or frugal methods. Random projection has been renamed compressive sensing. Even basic concepts like the dot product, correlation and convolution have been renamed to create an illusion of innovation. The examples are numerous. Where are the intellectuals whose responsibility it is to denounce such abuses?
@humanbeing1065
@humanbeing1065 4 ай бұрын
i was distracted on how you did the drawing and not have to write backwards... lol
@jabee81
@jabee81 9 ай бұрын
The lady explanation always confused me, but still appreciate the intention.
@jonesbbq307
@jonesbbq307 10 ай бұрын
So ReACT is just RAG with two databases?
@SB-vj5sn
@SB-vj5sn 11 ай бұрын
Nice, short clip, explaining such mega-areas in 12 minutes
@stanTrX
@stanTrX 8 ай бұрын
Wish you had show more specific examples
@diptarshi1234
@diptarshi1234 Жыл бұрын
How it is generating responses if I only have to train it with all actual data.
@riteshranjan3260
@riteshranjan3260 10 ай бұрын
Good short/focused content. But example/context could have been lot better.
@yasmineclaire5299
@yasmineclaire5299 8 ай бұрын
But but they all sound the same essentially? Please tell me the nuanced difference between the four.
@tilkesh
@tilkesh 7 ай бұрын
Thx
@faketrump3605
@faketrump3605 10 ай бұрын
sorry for my slowness. but the only thing I could understand is the RAG. the other ones are not clear.
@maikvanrossum
@maikvanrossum Жыл бұрын
So basically this about ‘structuring’ your prompts in a way the LLM has to process your input…? And who is expected to formulate these ‘natural language’ questions…?
@Cam1lo91
@Cam1lo91 Ай бұрын
Lack of examples and not clear enough information for begginers killed this video for me
@aibeginnertutorials
@aibeginnertutorials Жыл бұрын
Excellent presentattion
@side54723
@side54723 9 ай бұрын
😮Giving the same example for dsp and cop makes it confusing React isnt helping with prompt but with results... Misleading title
@darrenwastestime
@darrenwastestime 9 ай бұрын
example prompts would've been helpful
@Rosepoision
@Rosepoision 8 ай бұрын
Apple intelligence seems work on this model
@davepowder4020
@davepowder4020 Жыл бұрын
I have two questions. One, is IBM going to "decouple" from any dependency or vulnerability via China? Two, could IBM get back into the PC market? They were in rough times when they divested from their old PC, and sold it off as Lenovo. But they could really bring a high-end machine to market, and keep it U.S. developed.
@WilliamStonerock
@WilliamStonerock Жыл бұрын
The US dependency by IBM is also problematic. The pervasive and unethical spying by the American govt should have any company that relies on AI worried.
@phily8020-u8x
@phily8020-u8x 10 ай бұрын
Awful video for beginners
@sapiomancer
@sapiomancer Жыл бұрын
Instantly confusing and unclear. The example didn't even flow in relation to what she was saying.
@techwithjesus8263
@techwithjesus8263 Жыл бұрын
She's good 👍
@ElChapoDel8
@ElChapoDel8 8 ай бұрын
Really bad examples, couldn’t they ask the AI to give better ones?
@bubublue-j4n
@bubublue-j4n Ай бұрын
This is a problem when engineers want to teach the brain wired for robotic mode does not translate to simplified understanding language this lady is word to word repeating her her 30 years ago Learned text books
@JurassicMonkey-x9f
@JurassicMonkey-x9f Жыл бұрын
This is really terrible! RAG is not a method of prompt engineering, it's an architecture! And as far as the prompt explanations, they are also really poor. No wonder nobody uses IBM anymore
@made432
@made432 Жыл бұрын
@made432
@made432 Жыл бұрын
@krisrusso5900
@krisrusso5900 Жыл бұрын
i never even thumb downed a video before. content was lacking. no prompt examples.
@galengkm
@galengkm 11 ай бұрын
Agreed this was very lame, terrible examples and explanation lacking in specificity and clarity
@app8414
@app8414 11 ай бұрын
It's click bait.
@AdamPippert
@AdamPippert 10 ай бұрын
These videos are not for AI engineers, they are for business people that need to understand the tools and techniques used in generative AI. If you want real media AI content, go check out machine learning Street talk. This is not the channel for you.
@lordlee6473
@lordlee6473 11 ай бұрын
That was confusing due to inferior examples given. No you didn’t succeed in explaining to a 8 year old
@alexanderepifani2657
@alexanderepifani2657 10 ай бұрын
top
@francisantony12
@francisantony12 2 ай бұрын
superficial and pretty useless... Shoudl have given examples of a prompt for each
@favoritesonline
@favoritesonline 6 ай бұрын
I really didn’t get value from this video.
@kboyle1127
@kboyle1127 Жыл бұрын
This is completely inaccurate and confusing. IBM should take this down and check for accuracy of their content before putting this out there
@WilliamStonerock
@WilliamStonerock Жыл бұрын
Can you outline, briefly, the inaccuracy?
@2010RSHACKS
@2010RSHACKS Жыл бұрын
They trying to simplify it
@aakashwalke2778
@aakashwalke2778 4 ай бұрын
Mam loves anual earning example very much 🥹
@IBMTechnology
@IBMTechnology 4 ай бұрын
Glad to hear that
What is Prompt Tuning?
8:33
IBM Technology
Рет қаралды 236 М.
DON'T Become an AI/ML Engineer - Do THIS Instead
19:17
Tech With Soleyman
Рет қаралды 82 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Prompt Engineering, RAG, and Fine-tuning: Benefits and When to Use
15:21
What is DeepSeek? AI Model Basics Explained
10:22
IBM Technology
Рет қаралды 43 М.
My 17 Minute AI Workflow To Stand Out At Work
17:30
Vicky Zhao [BEEAMP]
Рет қаралды 294 М.
An AI Prompt Engineer Shares Her Secrets
10:11
Fortune Magazine
Рет қаралды 48 М.
What Is a Prompt Injection Attack?
10:57
IBM Technology
Рет қаралды 215 М.
What is Retrieval-Augmented Generation (RAG)?
6:36
IBM Technology
Рет қаралды 917 М.
Building a fully local "deep researcher" with DeepSeek-R1
14:21
LangChain
Рет қаралды 161 М.
What Makes Large Language Models Expensive?
19:20
IBM Technology
Рет қаралды 80 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН