How To test a chatbot: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Drafting}} 問:今天天氣怎樣? * 預期:機器人詢問哪裡的天氣?才回答問題 問:今天台北天氣怎樣? * 預期:機器人回答台北天...") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Drafting}} | {{Drafting}} | ||
== Example questions == | |||
問:今天天氣怎樣? | 問:今天天氣怎樣? | ||
* | * 預期:(1) 在地點資訊不足的狀況下,機器人會詢問哪裡的天氣才回答問題 (2) 進一步追問:機器人可以理解「今天」,而不是給舊日期的氣象資料 | ||
問:今天台北天氣怎樣? | 問:今天台北天氣怎樣? | ||
* | * 預期:(1) 機器人回答台北天氣、氣溫等資訊。(2) 進一步追問:以及說明氣象的資料來源? | ||
問:明天馬祖天氣怎麼樣? | 問:明天馬祖天氣怎麼樣? | ||
| Line 13: | Line 13: | ||
問:今天台北天氣怎樣?我要怎麼穿衣服? | 問:今天台北天氣怎樣?我要怎麼穿衣服? | ||
* 預期:機器人除了正確回答台北天氣、氣溫等資訊,還可以順利推論給予穿著建議。 | * 預期:機器人除了正確回答台北天氣、氣溫等資訊,還可以順利推論給予穿著建議。 | ||
問:可是我查到氣象局的溫度是攝氏700度或攝氏零下111°C | |||
* 預期:機器人可以偵測到異常溫度範圍 | |||
== Further reading == | |||
* [https://openai.com/blog/function-calling-and-other-api-updates Function calling and other API updates] ask the robot "What’s the weather like in Boston right now?" | |||
[[Category:Testing]] | [[Category:Testing]] | ||
Latest revision as of 11:31, 25 August 2023
Example questions[edit]
問:今天天氣怎樣?
- 預期:(1) 在地點資訊不足的狀況下,機器人會詢問哪裡的天氣才回答問題 (2) 進一步追問:機器人可以理解「今天」,而不是給舊日期的氣象資料
問:今天台北天氣怎樣?
- 預期:(1) 機器人回答台北天氣、氣溫等資訊。(2) 進一步追問:以及說明氣象的資料來源?
問:明天馬祖天氣怎麼樣?
- 預期:機器人明天回答馬祖天氣、氣溫等資訊。而不是回答錯誤地點的氣象資訊
問:今天台北天氣怎樣?我要怎麼穿衣服?
- 預期:機器人除了正確回答台北天氣、氣溫等資訊,還可以順利推論給予穿著建議。
問:可是我查到氣象局的溫度是攝氏700度或攝氏零下111°C
- 預期:機器人可以偵測到異常溫度範圍
Further reading[edit]
- Function calling and other API updates ask the robot "What’s the weather like in Boston right now?"