#Chat GPT

1 messages · Page 1 of 1 (latest)

dusky moth
#

Bug Report:

Count no. of words in given text

Steps to reproduce:

  1. Given a text to ChatGPT to count no.of words

Expected result:
743 words

Actual result:

  1. 752 words(1st try)
  2. 712 words(2nd try)
frozen root
# dusky moth Bug Report: Count no. of words in given text Steps to reproduce: 1. Given a t...

Hello! The reason things like this happen is that LLMs like GPT can't do math, even basic math like counting. Behind the scenes, they're "just" predicting text, so they're totally winging it when it comes to math.

If you have ChatGPT Plus, you can try asking it to use its data analysis tool to use some Python code to return a word count. This is like asking ChatGPT: "Since you're not a calculator, use a calculator, then let me know," and it can do that no problem with the separate, built-in data analysis tool.