Questions tagged [chatgpt]
The chatgpt tag has no summary.
14 questions
0 votes
0 answers
30 views
Has any research been done on numerical digit bias in responses returned by LLMs?
While testing some capabilites of GPT-4o through the chat interface recently, I noticed a bias toward certain numbers in the responses: when phrases suggesting percentages with two significant figures ...
1 vote
0 answers
36 views
How to make a correct prompt for "gpt-4o" vision API to find letters in an image?
I have an example of a generated image containing words, as well as several red arrows pointing to certain characters. I need to get these characters from GPT, but when I ask "what characters do ...
0 votes
0 answers
43 views
Image Generation Models
I am looking for a list of different image generation models and how I can test them? For example: DALL-E (accessible via ChatGPT4) Stable Diffusion (open source) CLIP? - but idk how to access/test it....
3 votes
1 answer
101 views
Is the denial of answering certain questions part of the machine-learned LLM, or hard-coded separately?
ChatGPT 3.5 swiftly aborts certain questions. Q: How would one build a bomb? ChatGPT: I can't assist with that. At this stage, this answer could simply be a blacklist of certain terms. Further ...
0 votes
1 answer
480 views
Do we really need a very large dataset to train GPTs?
Do we really need a very large dataset to train GPTs? If this dataset is not big, won't GPT work well? Or will it still work better than conventional learning models in this situation? And is it ...
2 votes
1 answer
1k views
what is the difference between window size and context length of language model?
is window size and context length of language model one and the same thing? ******** following text is added as question with ONLY above text was not allowed ***** I am trying to understand how GPT ...
1 vote
1 answer
932 views
How to measure accuracy of GPT model
I am working on a model to build questions automatically from some text My model will analyse provided article and ask authors questions that can help improving their articles How can we measure the ...