Skip to Content
AI時代の質問力 プロンプトリテラシー 「問い」と「指示」が生成AIの可能性を最大限に引き出す
book

AI時代の質問力 プロンプトリテラシー 「問い」と「指示」が生成AIの可能性を最大限に引き出す

by 岡 瑞起, 橋本 康弘
July 2024
Intermediate to advanced
224 pages
3h 44m
Japanese
Shōeisha
Content preview from AI時代の質問力 プロンプトリテラシー 「問い」と「指示」が生成AIの可能性を最大限に引き出す
150
第4章:トリガープロンプトの威力
学びて思わざれば即ち罔
くら
これまでに見てきたCoVeパターンやステップバックプロンプトパ
ターンでは、モデルの出力結果を再度処理することによって、より質
の高い推論結果を得ることができた。より専門的な言い方をすれば、
それらは「再帰的(Recursive,Recurrent)」な処理を行っていた。
数学や情報処理において、出力を再び入力に用いる再帰的な処理そ
れ自体は特別なことではない。たとえば再帰関数と呼ばれる関数は、
関数の内部で自分自身を呼ぶ関数だ。再帰関数では関数の返り値(出
力)が再び関数の中で利用され新たな出力を生み出す。数学における
階乗の計算などが典型的だ。
function factorial(n)
if n == 0 then
return 1
else
return n * factorial(n-1)
4-4
メタ認知的プロンプト
パターン
151
4-4:メタ認知的プロンプトパターン
1
2
3
4
5
6
4
end function
ここで定義した factorialという関数は、nを引数とし、下線で示し
た箇所で自分自身を n-1を引数として呼んでいる。たとえば n=5なら
ば内部で5×factorial(4)を計算し、そのfactorial(4)もまた内 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

スタッフエンジニアの道 ―優れた技術専門職になるためのガイド

スタッフエンジニアの道 ―優れた技術専門職になるためのガイド

Tanya Reilly, 島田 浩二
行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

Stephen Wendel, 武山 政直, 相島 雅樹, 反中 望, 松村 草也

Publisher Resources

ISBN: 9784798188102