Language Modelling

4526 papers with code • 51 benchmarks • 157 datasets

Language Modeling is the task of predicting the next word or character in a document. This technique can be used to train language models that can further be applied to a wide range of natural language tasks like text generation, text classification, and question answering.

Historically, language modelling was done with N-gram language models (which still have niche uses), but since the 2010s neural language models took over, and starting from the 2020s SOTA was achieved exclusively with large language models (LLMs).

A model's language modeling capability is measured using cross-entropy and perplexity. Some datasets to evaluate language modeling are WikiText-103, One Billion Word, Text8, C4, The Pile, among others.

Some notable state-of-the-art language models include:

Check below for all state-of-the-art models.

Here are some additional readings to go deeper on the task:

( Image credit: Exploring the Limits of Language Modeling )

Libraries

Use these libraries to find Language Modelling models and implementations
30 papers
125,478
12 papers
18,381
10 papers
29,305
See all 15 libraries.

Evaluating Class Membership Relations in Knowledge Graphs using Large Language Models

bradleypallen/evaluating-kg-class-memberships-using-llms 25 Apr 2024

A backbone of knowledge graphs are their class membership relations, which assign entities to a given class.

2
25 Apr 2024

Nyonic Technical Report

nyonicai/nyonic-public 24 Apr 2024

This report details the development and key achievements of our latest language model designed for custom large language models.

8
24 Apr 2024

Studying Large Language Model Behaviors Under Realistic Knowledge Conflicts

kortukov/realistic_knowledge_conflicts 24 Apr 2024

In cases where the models still fail to update their answers, we find a parametric bias: the incorrect parametric answer appearing in context makes the knowledge update likelier to fail.

4
24 Apr 2024

Knowledge Graph Completion using Structural and Textual Embeddings

sa5r/kgrp 24 Apr 2024

We demonstrate that our model achieves competitive results in the relation prediction task when evaluated on a widely used dataset.

0
24 Apr 2024

Attacks on Third-Party APIs of Large Language Models

vk0812/third-party-attacks-on-llms 24 Apr 2024

Large language model (LLM) services have recently begun offering a plugin ecosystem to interact with third-party API services.

0
24 Apr 2024

CultureBank: An Online Community-Driven Knowledge Base Towards Culturally Aware Language Technologies

salt-nlp/culturebank 23 Apr 2024

To enhance language models' cultural awareness, we design a generalizable pipeline to construct cultural knowledge bases from different online communities on a massive scale.

18
23 Apr 2024

Setting up the Data Printer with Improved English to Ukrainian Machine Translation

lang-uk/dragoman 23 Apr 2024

To build large language models for Ukrainian we need to expand our corpora with large amounts of new algorithmic tasks expressed in natural language.

10
23 Apr 2024

BattleAgent: Multi-modal Dynamic Emulation on Historical Battles to Complement Historical Analysis

agiresearch/battleagent 23 Apr 2024

This novel system aims to simulate complex dynamic interactions among multiple agents, as well as between agents and their environments, over a period of time.

8
23 Apr 2024

Aligning LLM Agents by Learning Latent Preference from User Edits

gao-g/prelude 23 Apr 2024

In a typical setting such as writing assistants, the user interacts with a language agent to generate a response given a context, and may optionally edit the agent response to personalize it based on their latent preference, in addition to improving the correctness.

2
23 Apr 2024

Detection of circular permutations by Protein Language Models

yuehulab/plmcp 23 Apr 2024

The protein language model can help us extract structural information from sequences.

1
23 Apr 2024