← Search

Aleksandra Piktus

5 accepted papers

2023

FinGPT: Large Generative Models for a Small Language

EMNLP 2023long main

Large language models (LLMs) excel in many tasks in NLP and beyond, but most open models have very limited coverage of smaller languages and LLM work tends to focus on languages where nearly unlimited data is available for pretraining. In this work, we study the challenges of creating LLMs for Finni…

Cited by 0SourceScholar
2023

Scaling Data-Constrained Language Models

NeurIPS 2023oral

The current trend of scaling language models involves increasing both parameter count and training dataset size. Extrapolating this trend suggests that training dataset size may soon be limited by the amount of text data available on the internet. Motivated by this limit, we investigate scaling lang…

2022

Domain-matched Pre-training Tasks for Dense Retrieval

NAACL 2022findings

Pre-training on larger datasets with ever increasing model size isnow a proven recipe for increased performance across almost all NLP tasks.A notable exception is information retrieval, where additional pre-traininghas so far failed to produce convincing results. We show that, with theright pre-trai…

2021

KILT: a Benchmark for Knowledge Intensive Language Tasks

NAACL 2021long

Challenging problems such as open-domain question answering, fact checking, slot filling and entity linking require access to large, external knowledge sources. While some models do well on individual tasks, developing general models is difficult as each task might require computationally expensive…

2020

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

NeurIPS 2020poster

Large pre-trained language models have been shown to store factual knowledge in their parameters, and achieve state-of-the-art results when fine-tuned on downstream NLP tasks. However, their ability to access and precisely manipulate knowledge is still limited, and hence on knowledge-intensive tasks…