paper-with-me

Papers

PENELOPIE: Enabling Open Information Extraction for the Greek Language through Machine Translation

2021-03-28 · EACL 2021 2 · Dimitris Papadopoulos, Nikolaos Papadakis, Nikolaos Matsatsinis

In this paper we present our submission for the EACL 2021 SRW; a methodology that aims at bridging the gap between high and low-resource languages in the context of Open Information Extraction, showcasing it on the Greek language. The goals of this paper are twofold: First, we build Neural Machine Translation (NMT) models for English-to-Greek and Greek-to-English based on the Transformer architecture. Second, we leverage these NMT models to produce English translations of Greek text as input for our NLP pipeline, to which we apply a series of pre-processing and triple extraction tasks. Finally, we back-translate the extracted triples to Greek. We conduct an evaluation of both our NMT and OIE methods on benchmark datasets and demonstrate that our approach outperforms the current state-of-the-art for the Greek natural language.

📄 PDF Abstract BibTeX arXiv:2103.15075

Code (1)

lighteternal/PENELOPIE 공식 구현

Tasks

Machine TranslationNMTOpen Information ExtractionTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Logios : An open source Greek Polytonic Optical Character Recognition system

2025-06-26 · Perifanos Konstantinos, Goutsos Dionisis

In this paper, we present an Optical Character Recognition (OCR) system specifically designed for the accurate recognition and digitization of Greek polytonic texts. By leveraging the combined strengths of convolutional …

Optical Character RecognitionOptical Character Recognition (OCR)

Meltemi: The first open Large Language Model for Greek

2024-07-30 · Leon Voukoutis, Dimitris Roussis, Georgios Paraskevopoulos, Sokratis Sofianopoulos 외

We describe the development and capabilities of Meltemi 7B, the first open Large Language Model for the Greek language. Meltemi 7B has 7 billion parameters and is trained on a 40 billion token Greek corpus. For the devel…

Language ModelingLanguage ModellingLarge Language Model

Svarna: An Open Corpus Workbench for Modern Greek

2026-07-01 · Stergios Chatzikyriakidis arxiv

This paper introduces Svarna, a free, open-source, web-based corpus workbench for modern Greek. Svarna integrates five databases covering various registers, institutional, literary, dialectal, social media, and historica…

Design and implementation of an open source Greek POS Tagger and Entity Recognizer using spaCy

2019-12-05 · Eleni Partalidou, Eleftherios Spyromitros-Xioufis, Stavros Doropoulos, Stavros Vologiannidis 외

This paper proposes a machine learning approach to part-of-speech tagging and named entity recognition for Greek, focusing on the extraction of morphological features and classification of tokens into a small set of clas…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging+1

GreekMMLU: A Native-Sourced Multitask Benchmark for Evaluating Language Models in Greek

2026-02-05 · Yang Zhang, Mersin Konomi, Christos Xypolopoulos, Konstantinos Divriotis 외 arxiv

Large Language Models (LLMs) are commonly trained on multilingual corpora that include Greek, yet reliable evaluation benchmarks for Greek-particularly those based on authentic, native-sourced content-remain limited. Exi…