Language model: Difference between revisions

From ACT Wiki
Jump to navigationJump to search
imported>Doug Williamson
(Create page - sources - Medium.com - https://medium.com/unpackai/language-models-in-ai-70a318f43041 - Wikipedia - https://en.wikipedia.org/wiki/Language_model)
 
(Add link.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
''Artificial intelligence - natural language processing - information technology.''
''Artificial intelligence - natural language processing (NLP) - information technology.''


In the context of information technology, a language model is an element of system that predicts the next word - or words - in a piece of text, based on the preceding words.
In the context of information technology, a language model is an element of a natural language processing system that predicts the next word - or words - in a piece of text, based on the preceding words.


The language model does this by assigning probabilities to possible next words, based on samples of text that it has trained itself on.
The language model does this by assigning probabilities to possible next words, based on samples of text that it has trained itself on.
Line 11: Line 11:
*[[ChatGPT]]
*[[ChatGPT]]
* [[Generative pre-trained transformer]]  (GPT)
* [[Generative pre-trained transformer]]  (GPT)
* [[Google Gemini]]
* [[GPT-4]]
* [[GPT-4]]
*[[Information technology]]
*[[Information technology]]
Line 16: Line 17:
*[[Machine learning]]
*[[Machine learning]]
* [[Natural language]]
* [[Natural language]]
* [[Natural language processing]]
* [[Natural language processing]] (NLP)
*[[Neural network]]
*[[Neural network]]
*[[Software]]
*[[Software]]
*[[Software robot]]
*[[Software robot]]


[[Category:The_business_context]]
[[Category:Ethics]]
[[Category:Identify_and_assess_risks]]
[[Category:Identify_and_assess_risks]]
[[Category:Manage_risks]]
[[Category:Manage_risks]]
[[Category:Risk_reporting]]
[[Category:Risk_frameworks]]
[[Category:Risk_frameworks]]
[[Category:Risk_reporting]]
[[Category:The_business_context]]
[[Category:Technology]]

Latest revision as of 22:21, 11 May 2024

Artificial intelligence - natural language processing (NLP) - information technology.

In the context of information technology, a language model is an element of a natural language processing system that predicts the next word - or words - in a piece of text, based on the preceding words.

The language model does this by assigning probabilities to possible next words, based on samples of text that it has trained itself on.


See also