<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>3. 2023</title>
<link>http://hdl.handle.net/20.500.14044/33957</link>
<description/>
<pubDate>Sun, 26 Jul 2026 00:01:24 GMT</pubDate>
<dc:date>2026-07-26T00:01:24Z</dc:date>
<item>
<title>Training Experimental Language Models with Low Resources, for the Hungarian Language</title>
<link>http://hdl.handle.net/20.500.14044/39245</link>
<description>Training Experimental Language Models with Low Resources, for the Hungarian Language
Yang, Zijian Győző; Váradi, Tamás
In recent years, natural language processing tasks, like sentiment analysis, can be&#13;
solved with high performance techniques, if a pre-trained language model is fine-tuned.&#13;
However, in most cases, the pre-training of language models require huge computational&#13;
resources and training corpora. Our paper addresses the issue of developing deep neural&#13;
network language models for low resourced languages, such as Hungarian. Pre-training&#13;
language models like BERT, requires a prohibitive amount of computational power and huge&#13;
amount of training data. Unfortunately, neither of these prerequisites are commonly&#13;
available for low resource languages. The question is how well the system can perform with&#13;
limited resources (both in data and hardware). We focus our research on five transformer&#13;
models: ELECTRA, ELECTRIC, RoBERTa, BART and GPT-2. To evaluate our models, we&#13;
fine-tuned the models in six different natural language processing tasks: sentence-level&#13;
sentiment analysis, named entity recognition, noun phrase chunking, extractive&#13;
summarization and abstractive summarization. Our results suggest that while our&#13;
experimental models obviously cannot surpass the performance of the state-of-the-art&#13;
Hungarian BERT model, they require a smaller carbon footprint, may bring neural network&#13;
technology to mobile applications and, finally, they may lower the threshold to engaging with&#13;
neural network technology in low resourced languages, which has been an obstacle so far,&#13;
in the synergistic co-development of cognitive info-communication systems and its related&#13;
disciplines.
</description>
<pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://hdl.handle.net/20.500.14044/39245</guid>
<dc:date>2023-01-01T00:00:00Z</dc:date>
</item>
<item>
<title>Sentiment Analysis of Souls-like Role-Playing Video Game Reviews</title>
<link>http://hdl.handle.net/20.500.14044/39244</link>
<description>Sentiment Analysis of Souls-like Role-Playing Video Game Reviews
Guzsvinecz, Tibor
The emotions and experiences of players are complex as they can vary due to&#13;
many factors, such as the difficulty of a video game. However, after finishing video games,&#13;
most players write reviews of them in which their experiences are described. To understand&#13;
these better regarding challenging video games, sentiment and textual analyses were&#13;
conducted on Steam reviews. 993932 reviews were scraped from its website and were&#13;
imported into R. Using several packages available in R (syuzhet, dplyr, tidytext, ggpubr)&#13;
and the NRC Emotion Lexicon, the data were investigated. Reviews were grouped into&#13;
negative and positive ones. According to the results, the following can be concluded&#13;
regarding player experience in challenging video games: 1) Significant differences exist in&#13;
case of all emotions and sentiments between the two groups; 2) The emotional valence&#13;
among both groups significantly differs as well: of negative reviews, it is below zero, and of&#13;
positive ones is above it; 3) In case of positive reviews, the commonly used words better&#13;
detail player experiences than in case of negative ones; 4) Regarding the number of votes&#13;
on and words in both negative and positive reviews, no correlation can be found between&#13;
them. However, negative reviews are more likely to be agreed with.
</description>
<pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://hdl.handle.net/20.500.14044/39244</guid>
<dc:date>2023-01-01T00:00:00Z</dc:date>
</item>
<item>
<title>Vehicle Automation Impact on Traffic Flow and Stability: A Review of Literature</title>
<link>http://hdl.handle.net/20.500.14044/39241</link>
<description>Vehicle Automation Impact on Traffic Flow and Stability: A Review of Literature
Mohammed, Dilshad; Horváth, Balázs
Vehicle automation technologies open new avenues for improving present&#13;
transportation networks. It is predicted that Autonomous vehicles (AVs) and Connected&#13;
Vehicles (CVs) will improve the traffic flow though increasing road capacities and&#13;
reducing travel time and congestion to a great extent. According to the studies, AVs and&#13;
CVs benefits will likely to more increase with their penetration rates and level of&#13;
automation and cooperation. Eventually it might accelerate the expected evolution in car&#13;
mobility in which the gradual transition from regular human driving to automated driving&#13;
will occur. This paper summarizes the recent studies on the impact of vehicle automation in&#13;
traffic flow. Although many factors are considered to affect traffic flow under the use of&#13;
vehicle automation. This study has selected four main factors, these are travel behavior&#13;
factor, the effect of platooning, travel time factor, and the effect of intersection control.&#13;
The reviewed studies relevant to these keywords have been extensively argued and&#13;
thoroughly discussed in this paper. Furthermore, the different applied models and the&#13;
analytical frameworks which have been used to achieve various results and outcomes, are&#13;
described in an illustrative table. Finally, all findings which have been demonstrated from&#13;
this paper emphasize a great contribution of the developed vehicle automation technology&#13;
to the future of our transportation system.
</description>
<pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://hdl.handle.net/20.500.14044/39241</guid>
<dc:date>2023-01-01T00:00:00Z</dc:date>
</item>
<item>
<title>Sentiment Analysis with Neural Models for Hungarian</title>
<link>http://hdl.handle.net/20.500.14044/39240</link>
<description>Sentiment Analysis with Neural Models for Hungarian
Laki, László János; Zijian, Győző Yang
Sentiment analysis is a powerful tool to gain insight into the emotional polarity of&#13;
opinionated texts. Computerized applications can contribute to the establishment of next-&#13;
generation models that can provide us with data of unprecedented quantity and quality.&#13;
However, these models often require substantial amount of resources in order to meet the&#13;
desired performance expectations. Therefore, numerous research efforts are targeted to&#13;
achieve high-quality results while lowering the resource needs by improving the structure&#13;
and function of the models used. From a cognitive perspective, it is important to understand&#13;
the mental state of users when they engage in activities that potentially reflect their feelings&#13;
and emotions. With the emergence of the widespread use of digital solutions, users post&#13;
opinionated texts on social media, which can be used as a valuable source to detect their&#13;
underlying sentiments. Therefore, these platforms offer an unparalleled opportunity to&#13;
perform sentiment analysis. In recent years, natural language processing tasks, like&#13;
sentiment analysis, can be solved with high performance, if a pre-trained language model is&#13;
fine-tuned. Herein we present the first neural transformer-based sentiment analysis model&#13;
for Hungarian, which achieved state-of-the-art performance. Several limitation factors can&#13;
occur during fine-tuning, such as the lack of training corpora with appropriate size or the&#13;
complete absence of usable training material. In our experiment, we use data augmentation&#13;
methods, specifically machine translation and cross-lingual transfer, to increase the size of&#13;
our training corpora. Here, we demonstrate our experimentation with 9 different language&#13;
models. Our work provides evidence for the increased efficiency of the trained models if&#13;
translation text is added to the training corpora. Furthermore, using the augmentation&#13;
technique, we could further increase the performance of our models. Consequently, our&#13;
findings represent an important milestone in the advancement of sentence-level and aspect-&#13;
based sentiment analysis in the Hungarian language.
</description>
<pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://hdl.handle.net/20.500.14044/39240</guid>
<dc:date>2023-01-01T00:00:00Z</dc:date>
</item>
</channel>
</rss>
