15,013
edits
mNo edit summary |
m (→逐字稿潤稿) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
AI 提示詞 (prompt) 實用指南 | |||
{{Template:Generative AI Tool in Mandarin}} | {{Template:Generative AI Tool in Mandarin}} | ||
| Line 572: | Line 572: | ||
- 建立一份新聞品質評估框架(可用表格呈現) | - 建立一份新聞品質評估框架(可用表格呈現) | ||
- 套用該框架分析這則報導 | - 套用該框架分析這則報導 | ||
</pre> | |||
=== 事實查核 === | |||
事實查核網路傳聞時,建議於提示詞中加入來源標註指令,以提升內容的可查核性。 | |||
<pre> | |||
請用註腳格式標示引用的網路資料來源,並於文章末尾列出所有引用的網路資料。 | |||
採用此格式後,內文中每筆引用的網路資料將以編號標示(如 `[1]`、`[2]`),並於文末集中列出對應來源,便於讀者進一步查核。 | |||
**參見** | |||
- 事實查核 | |||
- 引用格式 | |||
- 註腳與尾註 | |||
**參考資料** | |||
- *(此處列出相關來源)* | |||
</pre> | </pre> | ||
| Line 699: | Line 718: | ||
<pre> | <pre> | ||
請設計一個簡潔的儀表板風格介面,適用於(你的產品名稱),並具備以下三項主要功能:(列出三項主要功能)。 | 請設計一個簡潔的儀表板風格介面,適用於(你的產品名稱),並具備以下三項主要功能:(列出三項主要功能)。 | ||
</pre> | |||
== 原始語音檔轉成字幕檔格式 == | |||
提示詞 {{exclaim}} 指定輸出格式需自行確認該 AI 是否支援標示時間戳記 (timestamp),例如 NotebookLM 並不支援,將會產生 AI 猜的時間戳記 | |||
<pre> | |||
請根據上傳的來源,整理出一份帶有精確標點符號且分段清晰的逐字稿,並修正明顯的錯別字,以繁體中文輸出。 | |||
同時,請辨識並區分不同的發話者,在每段對話前加上發話人標籤(例如:Speaker 1、Speaker 2),並保持標籤一致。 | |||
輸出格式 | |||
``` | |||
1 | |||
00:00:12,000 --> 00:00:34,999 | |||
Speaker 1: 對話... | |||
2 | |||
00:00:34,999 --> 00:00:56,000 | |||
Speaker 2: 對話... | |||
``` | |||
</pre> | </pre> | ||
| Line 1,002: | Line 1,041: | ||
[[Category:Artificial intelligence]] | [[Category:Artificial intelligence]] | ||
[[Category:Generative AI]] | [[Category:Generative AI]] | ||
[[Category: Revised with LLMs]] | |||