paper-with-me

홈 › Papers

BRENT: Bidirectional Retrieval Enhanced Norwegian Transformer

2023-04-19 · Lucas Georges Gabriel Charpentier, Sondre Wold, David Samuel, Egil Rønningstad

Retrieval-based language models are increasingly employed in question-answering tasks. These models search in a corpus of documents for relevant information instead of having all factual knowledge stored in its parameters, thereby enhancing efficiency, transparency, and adaptability. We develop the first Norwegian retrieval-based model by adapting the REALM framework and evaluating it on various tasks. After training, we also separate the language model, which we call the reader, from the retriever components, and show that this can be fine-tuned on a range of downstream tasks. Results show that retrieval augmented language modeling improves the reader's performance on extractive question-answering, suggesting that this type of training improves language models' general ability to use context and that this does not happen at the expense of other abilities such as part-of-speech tagging, dependency parsing, named entity recognition, and lemmatization. Code, trained models, and data are made publicly available.

📄 PDF Abstract BibTeX arXiv:2304.09649

Code (1)

ltgoslo/brent 공식 구현 pytorch

Tasks

Dependency ParsingExtractive Question-AnsweringLanguage ModelingLanguage ModellingLemmatizationnamed-entity-recognitionNamed Entity RecognitionPart-Of-Speech TaggingQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Operationalizing a National Digital Library: The Case for a Norwegian Transformer Model

2021-04-19 · NoDaLiDa 2021 5 · Per E Kummervold, Javier de la Rosa, Freddy Wetjen, Svein Arne Brygfjeld

In this work, we show the process of building a large-scale training set from digital and digitized collections at a national library. The resulting Bidirectional Encoder Representations from Transformers (BERT)-based la…

Language ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)

Semantically Meaningful Metrics for Norwegian ASR Systems

2022-09-03 · Interspeech 2022 9 · Janine Rugayan, Torbjørn Svendsen, Giampiero Salvi

Evaluation metrics are important for quanitfying the performance of Automatic Speech Recognition (ASR) systems. However, the widely used word error rate (WER) captures errors at the word-level only and weighs each error …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Information RetrievalLanguage Modeling+4

The Norwegian Colossal Corpus: A Text Corpus for Training Large Norwegian Language Models

2022-06-01 · LREC 2022 6 · Per Kummervold, Freddy Wetjen, Javier de la Rosa

Norwegian has been one of many languages lacking sufficient available text to train quality language models. In an attempt to bridge this gap, we introduce the Norwegian Colossal Corpus (NCC), which comprises 49GB of cle…

Enhancing Multi-Step Brent Oil Price Forecasting with Ensemble Multi-Scenario Bi-GRU Networks

2024-07-15 · Mohammed Alruqimi, Luca Di Persio

Despite numerous research efforts in applying deep learning to time series forecasting, achieving high accuracy in multi-step predictions for volatile time series like crude oil prices remains a significant challenge. Mo…

Time SeriesTime Series Forecasting

Self-Supervised Video Hashing via Bidirectional Transformers

2021-06-19 · CVPR 2021 1 · Shuyan Li, Xiu Li, Jiwen Lu, Jie zhou

Most existing unsupervised video hashing methods are built on unidirectional models with less reliable training objectives, which underuse the correlations among frames and the similarity structure between videos. To…

DecoderRetrievalVideo Retrieval