Chain-of-thought prompting

Chain-of-thought prompting is a technique in artificial intelligence where a model is guided to generate intermediate reasoning steps to improve problem-solving and answer accuracy. It involves prompting language models to articulate their reasoning process explicitly, enhancing performance on complex tasks.

Read More →

Few-shot prompting

Few-shot prompting is a technique in natural language processing where a language model is given a small number of example inputs and outputs to perform a task. This method enables models to generalize and complete tasks with limited examples, reducing the need for extensive task-specific training.

Read More →

MMLU (Measuring Massive Multitask Language Understanding)

MMLU (Measuring Massive Multitask Language Understanding) is a benchmark designed to evaluate the multitask language understanding abilities of large language models across a wide range of subjects. It measures performance on multiple choice questions derived from professional and academic topics to provide a standardized assessment of general language comprehension and reasoning.

Read More →

ELECTRA

ELECTRA is a pre-training method for natural language processing models based on a masked language modeling approach that uses a generator-discriminator setup. It aims to improve efficiency and performance in language understanding tasks.

Read More →