paper-with-me

Papers

Advancing Hungarian Text Processing with HuSpaCy: Efficient and Accurate NLP Pipelines

2023-08-24 · György Orosz, Gergő Szabó, Péter Berkecz, Zsolt Szántó, Richárd Farkas

This paper presents a set of industrial-grade text processing models for Hungarian that achieve near state-of-the-art performance while balancing resource efficiency and accuracy. Models have been implemented in the spaCy framework, extending the HuSpaCy toolkit with several improvements to its architecture. Compared to existing NLP tools for Hungarian, all of our pipelines feature all basic text processing steps including tokenization, sentence-boundary detection, part-of-speech tagging, morphological feature tagging, lemmatization, dependency parsing and named entity recognition with high accuracy and throughput. We thoroughly evaluated the proposed enhancements, compared the pipelines with state-of-the-art tools and demonstrated the competitive performance of the new models in all text preprocessing steps. All experiments are reproducible and the pipelines are freely available under a permissive license.

📄 PDF Abstract BibTeX arXiv:2308.12635

Code (2)

huspacy/huspacy 공식 구현
oroszgy/spacy-hungarian-models

Tasks

AllBoundary DetectionDependency ParsingLemmatizationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Connection 설명 없음
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

HuSpaCy: an industrial-strength Hungarian natural language processing toolkit

2022-01-06 · György Orosz, Zsolt Szántó, Péter Berkecz, Gergő Szabó 외

Although there are a couple of open-source language processing pipelines available for Hungarian, none of them satisfies the requirements of today's NLP applications. A language processing pipeline should consist of clos…

Dependency ParsingLemmatizationNERPOS+2

Hybrid lemmatization in HuSpaCy

2023-06-13 · Péter Berkecz, György Orosz, Zsolt Szántó, Gergő Szabó 외

Lemmatization is still not a trivial task for morphologically rich languages. Previous studies showed that hybrid architectures usually work better for these languages and can yield great results. This paper presents a h…

Lemmatization

A New Integrated Open-source Morphological Analyzer for Hungarian

2016-05-01 · LREC 2016 5 · Attila Nov{\'a}k, Borb{\'a}la Sikl{\'o}si, Csaba Oravecz

The goal of a Hungarian research project has been to create an integrated Hungarian natural language processing framework. This infrastructure includes tools for analyzing Hungarian texts, integrated into a standardized …

OpenHuEval: Evaluating Large Language Model on Hungarian Specifics

2025-03-27 · Haote Yang, Xingjian Wei, Jiang Wu, Noémi Ligeti-Nagy 외

We introduce OpenHuEval, the first benchmark for LLMs focusing on the Hungarian language and specifics. OpenHuEval is constructed from a vast collection of Hungarian-specific materials sourced from multiple origins. In t…

Language ModelingLanguage ModellingLarge Language ModelModel Optimization

Developing neural machine translation models for Hungarian-English

2021-11-07 · Attila Nagy

I train models for the task of neural machine translation for English-Hungarian and Hungarian-English, using the Hunglish2 corpus. The main contribution of this work is evaluating different data augmentation methods duri…

Data AugmentationDependency ParsingMachine TranslationNMT+1