paper-with-me

Papers

Exploring Large Language Models for Classical Philology

2023-05-23 · Frederick Riemenschneider, Anette Frank

Recent advances in NLP have led to the creation of powerful language models for many languages including Ancient Greek and Latin. While prior work on Classical languages unanimously uses BERT, in this work we create four language models for Ancient Greek that vary along two dimensions to study their versatility for tasks of interest for Classical languages: we explore (i) encoder-only and encoder-decoder architectures using RoBERTa and T5 as strong model types, and create for each of them (ii) a monolingual Ancient Greek and a multilingual instance that includes Latin and English. We evaluate all models on morphological and syntactic tasks, including lemmatization, which demonstrates the added value of T5's decoding abilities. We further define two probing tasks to investigate the knowledge acquired by models pre-trained on Classical texts. Our experiments provide the first benchmarking analysis of existing models of Ancient Greek. Results show that our models provide significant improvements over the SoTA. The systematic analysis of model types can inform future research in designing language models for Classical languages, including the development of novel generative tasks. We make all our models available as community resources, along with a large curated pre-training corpus for Ancient Greek, to support the creation of a larger, comparable model zoo for Classical Philology. Our models and resources are available at https://github.com/Heidelberg-NLP/ancient-language-models.

📄 PDF Abstract BibTeX arXiv:2305.13698

Code (1)

heidelberg-nlp/ancient-language-models 공식 구현 pytorch

Tasks

BenchmarkingDecoderLemmatization

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Attention 설명 없음
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…

Similar Papers 제목 키워드 기반

Graecia capta ferum victorem cepit. Detecting Latin Allusions to Ancient Greek Literature

2023-08-23 · Frederick Riemenschneider, Anette Frank

Intertextual allusions hold a pivotal role in Classical Philology, with Latin authors frequently referencing Ancient Greek texts. Until now, the automatic identification of these intertextual references has been constrai…

Sentence

Open Philology at the University of Leipzig

2014-05-01 · LREC 2014 5 · Frederik Baumgardt, Giuseppe Celano, Gregory R. Crane, Stella Dee 외

The Open Philology Project at the University of Leipzig aspires to re-assert the value of philology in its broadest sense. Philology signifies the widest possible use of the linguistic record to enable a deep understandi…

Optical Character Recognition (OCR)

Latin BERT: A Contextual Language Model for Classical Philology

2020-09-21 · David Bamman, Patrick J. Burns

We present Latin BERT, a contextual language model for the Latin language, trained on 642.7 million words from a variety of sources spanning the Classical era to the 21st century. In a series of case studies, we illustra…

Language ModelingLanguage ModellingPart-Of-Speech TaggingWord Embeddings+1

Logion: Machine Learning for Greek Philology

2023-05-01 · Charlie Cowen-Breen, Creston Brooks, Johannes Haubold, Barbara Graziosi

This paper presents machine-learning methods to address various problems in Greek philology. After training a BERT model on the largest premodern Greek dataset used for this purpose to date, we identify and correct previ…

Evaluating Lemmatization Models for Machine-Assisted Corpus-Dictionary Linkage

2014-05-01 · LREC 2014 5 · Kevin Black, Eric Ringger, Paul Felt, Kevin Seppi 외

The task of corpus-dictionary linkage (CDL) is to annotate each word in a corpus with a link to an appropriate dictionary entry that documents the sense and usage of the word. Corpus-dictionary linked resources include c…

LemmatizationMorphological AnalysisTranslationWord Sense Disambiguation