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)
 
imported>Doug Williamson
(Expand definition.)
 
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 16: Line 16:
*[[Machine learning]]
*[[Machine learning]]
* [[Natural language]]
* [[Natural language]]
* [[Natural language processing]]
* [[Natural language processing]] (NLP)
*[[Neural network]]
*[[Neural network]]
*[[Software]]
*[[Software]]

Latest revision as of 09:41, 20 April 2023

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