paper-with-me

홈 › Papers

N-gram Counts and Language Models from the Common Crawl

2014-05-01 · LREC 2014 5 · Christian Buck, Kenneth Heafield, Bas van Ooyen

We contribute 5-gram counts and language models trained on the Common Crawl corpus, a collection over 9 billion web pages. This release improves upon the Google n-gram counts in two key ways: the inclusion of low-count entries and deduplication to reduce boilerplate. By preserving singletons, we were able to use Kneser-Ney smoothing to build large language models. This paper describes how the corpus was processed with emphasis on the problems that arise in working with data at this scale. Our unpruned Kneser-Ney English {\$}5{\$}-gram language model, built on 975 billion deduplicated tokens, contains over 500 billion unique n-grams. We show gains of 0.5-1.4 BLEU by using large language models to translate into various languages.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationSpeech Recognition

Similar Papers 제목 키워드 기반

LanguageCrawl: A Generic Tool for Building Language Models Upon Common-Crawl

2016-05-01 · LREC 2016 5 · Szymon Roziewski, Wojciech Stokowiec

The web data contains immense amount of data, hundreds of billion words are waiting to be extracted and used for language research. In this work we introduce our tool LanguageCrawl which allows NLP researchers to easily …

Language ModelingLanguage Modelling

Domain-Specific Corpus Expansion with Focused Webcrawling

2016-05-01 · LREC 2016 5 · Steffen Remus, Chris Biemann

This work presents a straightforward method for extending or creating in-domain web corpora by focused webcrawling. The focused webcrawler uses statistical N-gram language models to estimate the relatedness of documents …

BotSpot: Deep Learning Classification of Bot Accounts within Twitter

2021-09-08 · Christopher Braker, Stavros Shiaeles, Gueltoum Bendiab, Nick Savage 외

The openness feature of Twitter allows programs to generate and control Twitter accounts automatically via the Twitter API. These accounts, which are known as bots, can automatically perform actions such as tweeting, re-…

ClassificationDeep Learning

A Warm Start and a Clean Crawled Corpus - A Recipe for Good Language Models

2022-06-01 · LREC 2022 6 · Vésteinn Snæbjarnarson, Haukur Barri Símonarson, Pétur Orri Ragnarsson, Svanhvít Lilja Ingólfsdóttir 외

We train several language models for Icelandic, including IceBERT, that achieve state-of-the-art performance in a variety of downstream tasks, including part-of-speech tagging, named entity recognition, grammatical error…

Constituency ParsingGrammatical Error Detectionnamed-entity-recognitionNamed Entity Recognition+3

UnifiedCrawl: Aggregated Common Crawl for Affordable Adaptation of LLMs on Low-Resource Languages

2024-11-21 · Bethel Melesse Tessema, Akhil Kedia, Tae-Sun Chung

Large language models (LLMs) under-perform on low-resource languages due to limited training data. We present a method to efficiently collect text data for low-resource languages from the entire Common Crawl corpus. Our …

Language ModelingLanguage Modelling