← Writing · Reviews →

Glossary

Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.

Search results

Part of Speech(also: POS, Word Class, POS Tag)
A grammatical category assigned to each word (or, in signed languages, each sign) in a sentence — such as noun, verb, adjective, adverb, pronoun, preposition, or conjunction. Automatic part-of-speech tagging is a foundational step in natural language processing pipelines. In…
Part-of-Speech(also: POS, Word Class, Lexical Category)
The grammatical category of a word — noun, verb, adjective, adverb, preposition, pronoun, conjunction, determiner, and so on. Part-of-speech labels are the basic output of part-of-speech tagging and a foundational input to many accessibility NLP pipelines: readability…
Part-of-Speech Tagging(also: POS Tagging, Grammatical Tagging)
Part-of-speech tagging is the natural-language-processing task of labelling each word in a text with its grammatical category — noun, verb, adjective, and so on — using context from surrounding words. Classical approaches use hidden Markov models with the Viterbi algorithm;…
Perplexity(also: Language Model Perplexity)
A standard metric for evaluating language models that measures how well the model predicts a sample of text. Mathematically, perplexity is the inverse probability of the test set, normalised by the number of words — a lower perplexity indicates that the model assigns higher…
Pointwise Mutual Information(also: PMI)
A statistical measure used in natural language processing to quantify the strength of association between two words based on how much more frequently they co-occur in a corpus than would be expected by chance. PMI is calculated as the logarithm of the ratio of the observed…
Polysemy(also: Polysemous Words)
The property of a word having multiple related meanings or senses. For example, the word "bank" can refer to a financial institution or the edge of a river. Polysemy creates particular challenges for text simplification and accessibility tools because choosing an appropriate…
Prompt Chaining(also: Chained Prompting, Sequential Prompting)
A technique for interacting with large language models where multiple prompts are issued in sequence, with each prompt building on the output of the previous one to achieve a more refined or accurate result. In accessibility and bias mitigation contexts, prompt chaining enables…
Pronominal Reference(also: Pronoun Reference, Anaphoric Reference)
The use of pronouns or pronoun-like expressions to refer back to entities previously introduced in a discourse. In spoken and written languages this is typically achieved with words such as "he," "she," "it," or "they"; in American Sign Language and other signed languages,…

8 results.