<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>NEU-Stock: Stock market prediction based on ifnancial news ⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>ng Tr</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>n Ngo</string-name>
          <email>ngoclong1282001@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Long[</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>n Son Tung[</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>n Thu Th</string-name>
          <email>thaothu2742001@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>PTH Th</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>n Nguy</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Economics University</institution>
          ,
          <addr-line>Hanoi</addr-line>
          ,
          <country country="VN">Vietnam</country>
        </aff>
      </contrib-group>
      <fpage>217</fpage>
      <lpage>224</lpage>
      <abstract>
        <p>For a long period of time, forecasting future stock price movements has attracted the attention of not only investors but also researchers. In this research, we examined the influence of financial news on the prediction of the stock price of FPT Group. At first, we presented a method to extract information from financial article titles and classiifed them based on their impact on stock prices by using a model that has been trained with PhoBERT with an accuracy of 93%. Then, we proposed a NEU-Stock model to forecast the stock price of the following day using the LSTM-Attention model with past closed prices and the impact of news as variables. The results of the tests demonstrate that utilizing the NEU-Stock model produces the best results with a high coeficient of determination R2 and significant RM SE. The code is available at https://github.com/CielCiel1/NEU-Stock-Stock-marketprediction-based-on-financial-news.</p>
      </abstract>
      <kwd-group>
        <kwd>deep learning • stock prediction • news classification</kwd>
        <kwd>• LSTM</kwd>
        <kwd>• attention • PhoBERT</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Since the stock market is highly volatile and dynamic, forecasting is always a
challenging task. Many methods have been proposed to forecast the stock
market’s future direction [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ][
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. External factors such as financial news have an
immediate positive or negative influence on stock values. For example, investors
evaluate a business by its activities on its oficial website and financial news
related to the company before they decide to buy that stock. However, the
investors cannot completely assess such vast quantities of financial news data by
themselves. Thus, investors naturally require a model that can anticipate stock
prices.
      </p>
      <p>
        Many prior studies predict the stock market using historical data[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
However, the findings that those models ofer are not particularly excellent since the
stock market’s volatility is highly impacted by unanticipated social network
factors. Thus in this study, we used financial news to support the prediction of the
stock market rather than only historical figures. Given news is in raw text, we
introduced a PhoBERT[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]-trained model with the goal of classifying news-based
emotions as negative, neutral or positive. The LSTM [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] model is then applied
to combine the sentiment of the news with the historical stock price. Since the
stock market fluctuations still contain a lot of noise, we decided to improve this
model by using the attention mechanism to focus on the key information in the
model. Finally, we proposed a NEU-Stock model that uses the LSTM-Attention
model with historical closed prices and the impact of news as variables to
predict the stock price of the next day. Once the model was trained on a data set
including 1800 days of FPT stock price, our model produced the best results
with an RMSE [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] error of 730.754 and the coeficient determinant R2 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] up to
0.933.
      </p>
      <p>The rest of the paper is organized as follows. Section 2 reviews the related
work. Section 3 presents the proposed model. Section 4 discusses the experiments
and results, followed by a conclusion in Section 5.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related works</title>
      <p>
        Investment in the stock market is risky, but when arrived with discipline, it is
one of the most accurate ways to earn large profits. Because accurate stock
prediction external analysis increases investor profits, machine learning researchers
are interested in this field. Wasiat Khan et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used algorithms to analyze
social media and financial news data to determine the impact of this data on
stock market prediction accuracy over the next ten days. Deep learning is used
to achieve maximum prediction accuracy, and some classifiers are ensembled.
Their experimental results show that social media and financial news have the
highest prediction accuracies of 80.53% and 75.16%, respectively. Duc Duong et
al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] proposed a model to predict the VN30 index trend based on stock news
and the stock price of the VN30 index. They combined several methods such as
delta TFIDF [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], sentiment dictionary, SVM [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], text mining to improve
accuracy always above 60% (highest prediction accuracy is 90%). To develop the
Arizona Financial Text System (AZFinText), Robert P.Schumaker and Hsinchun
Chen [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] investigated the problem of discrete stock price prediction using a
formulation of linguistic, financial, and statistical techniques (AZFinText). They
discovered that stocks segmented by sectors were the most predictable in terms
of closeness, with a Mean Squared Error (MSE) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] score of 0.1954.
      </p>
      <p>
        We proposed a new model that could predict stock prices after realizing that
previous research only forecasted stock price trends. In addition, we provided a
large and diverse data set to assist the model in making predictions with the
lowest MAPE [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
3
3.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Method</title>
      <sec id="sec-3-1">
        <title>Proposed model</title>
        <p>In this paper, we presented the LSTM-Attention model for forecasting stock
market closing prices based on the influence of news and historical prices. The
method is built around two components: A stock news classification model and
a prediction model based on LSTM and the attention mechanism. The complete
model’s operating procedure is as Figure 1: To begin, the model’s input comprises
the historical price of a FPT code and the title of financial news related to FPT
Group, which is obtained from CafeF.vn. The stock price will be transformed
into the value in the range (0,1) by taking each price minus the smallest price
available in the data set and dividing the result by the distance between the
smallest and highest price. This is to ensure the price distance is not too large
among time intervals and simultaneously simplifies the computation process.</p>
        <p>
          Meanwhile, the titles are processed by the PhoBERT model. The algorithm
will examine the sentiment impact of the title being broadcast by analyzing the
content and categorizing it as [negative impact, neutral, or positive impact].
Following that, the model will count the number of articles categorize in each
type of impact for each day. Then, based on that number, the model will decide
whether that day is carrying a positive, negative, or neutral direction by taking
the impact that has the highest number and represents as -1, 0 or 1 (i.e., -1 as
negative, 0 as neutral, and 1 as positive direction). The outcome of this process,
along with the scaled stock price, will be used as parameters in a model that
uses LSTM-Attention [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] to train. The NEU-Stock model predicts the price of
the following day using those parameters in a time series (in this case, 90 days)
and then repeats the cycle day after day.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Stock price prediction model</title>
        <p>
          Long short-term memory or LSTM neural network is powerful for modeling
sequence data such as time series. It is a more advanced version of the RNN
[
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. In comparison to RNN, LSTM consists of three gates to tackle the gradient
vanishing problem, which is extensively used in time series modeling: forget gate,
input gate, and output gate. Initially, data enters the forget gate in each neuron.
The forget gate decides which input data is to be ignored so that the following
neuron’s update is not hampered. The input gate determines which data may be
added in the second phase. The sigmoid and tanh function are used to process the
preceding neuron’s output and the local neuron’s input to produce two outcomes.
Then, depending on these two findings, it’s decided which information has to be
changed. For the output gate, the results will be stored. Finally, the output gate
determines which of the input gate’s results can be created. The findings of one
neuron’s output gate will be sent into the next neuron, and so on.
Attention. The attention mechanism is a part of a neural architecture that
allows users to dynamically highlight significant characteristics of incoming data,
which in NLP is generally a series of textual components. It can be applied to the
raw input or its higher-level representation directly. The basic concept underlying
attention is to compute a weight distribution on the input sequence, with larger
values being assigned to more relevant items.
        </p>
        <p>
          A query and a collection of key-value pairs are mapped to output by an
attention method, with the query, keys, values, and output all being vectors.
The result is a weighted sum of the values, with the weight allocated to each
value determined by the query’s compatibility function with the associated key.
The following formula is used to determine attention’s parameters:
[Attention weights]
[Context vector]
[Attention vector]
score(ht, hs) = vaT tanh(W1ht + W2hS ) [Bahdanau′s additive style[
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]] (4)
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>PhoBERT</title>
        <p>
          BERT, or Bidirectional Encoder Representations from Transformers, is an
architecture for Language Representation published by Google [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] in early October
2018. The biggest advantage of BERT is the architecture designed to train the
vector representing text language through two-dimensional context(from left to
right and right to left).
        </p>
        <p>
          However, it is not easy to apply BERT for Vietnamese because of the
Vietnamese shortage of pre-training data. Almost publicly released monolingual and
multi-lingual BERT-based language models are not aware of the diference
between Vietnamese syllables and word tokens. This ambiguity comes from the
fact that white space is also utilized to separate syllables that makeup words
in Vietnamese. In March 2020, Dat Quoc Nguyen and Anh Tuan Nguyen from
VinAI Research published pre-trained model PhoBERT. This is a monolingual
pre-trained trainer, and the training is based on the design and approach of
RoBERTa [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], which was introduced by Facebook in 2019 and is an
improvement over the original BERT. PhoBERT is trained from about 20GB of data,
including approximately 1GB of Vietnamese Wikipedia Corpus and 19GB
remaining from Vietnamese News Corpus. Before proceeding to the BPE encoder
[
          <xref ref-type="bibr" rid="ref23">23</xref>
          ], PhoBERT utilizes Rdrsegmenter of VnCoreNLP [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] to separate words for
input data. The entire training process will be deployed on PyTorch [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ].
(1)
(2)
(3)
4
4.1
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experimental results</title>
      <sec id="sec-4-1">
        <title>Dataset</title>
        <p>We developed two datasets, one to train the classification model, the other to
train the stock price prediction model.</p>
        <p>News classification dataset . To be able to use PhoBERT to evaluate
and categorize the news’ impact, we built a dataset that included 1000 titles
of financial articles taken from CafeF.vn and labeled them into three groups
[negative, neutral, or positive] based on expert advice. The dataset includes 187
articles with a negative impact, 248 articles with no impact, and 565 articles
positively.</p>
        <p>Stock price prediction dataset. Our dataset contains FPT stock prices
and related articles. To get the stock price, we collected 1800 closing prices of</p>
        <p>FPT stock from vn.investing.com for a period of seven years, between July 11,
2013, and September 24, 2020. Furthermore, we also crawled the news related
to FPT Group from quality newspapers (e.g., CafeF.vn) in this period day by
day. Then we classified the news’s title by classification models and counted the
number of positive, neutral, negative news each day. Finally, our dataset contains
four main features as shown in Table 1.
The dataset is divided into two sets: training set with the first 1600 samples and
testing set including the remaining 200 samples. We assessed LSTM and
LSTMAttention with news and without news performance based on the MAPE, RMSE,
and R2 metrics.</p>
        <p>It is observable from Table 2 that when we had the additional news feature,
the model’s performance is better. While the LSTM model with news is slightly
better than the LSTM model without news in two out of three metrics except
for MAPE, the LSTM-Attention model with news outperforms pure
LSTMAttention in all metrics. This is due to the fact that not all prices are equally
important in predicting the price of the following day. As a result, we employ
the additional Attention method to extract the crucial prices to forecast the
price for the upcoming day. The NEU-Stock model achieved the best results
amongst all the models, with RMSE = 730.754, and R2 = 0.933, respectively.
Because the news from many days ago still can afect the current stock price,
the LSTM-Attention model can concentrate on important news and obtains the
best prediction. The prediction of NEU-Stock on the test set is illustrated in
Figure 3.
Stock prices do not fluctuate naturally; instead, they are influenced by a variety
of external factors such as market situations, a company’s upcoming plans, or
the business’s growth, etc. And all of these aspects are demonstrated clearly,
objectively, and rapidly in prestigious financial articles. So in hypothesis, news
plays an important role in predicting stock price trends. To clarify this, we
collected articles related to FPT from CafeF.vn, which is a reputable website
covering financial news and the stock market, then we categorized these news
headlines using our PhoBERT-trained model with a current accuracy of up to
93 percent. Then we combined the outcome of the PhoBERT model with the
stock price to formed the NEU-Stock model. The performance of the NEU-Stock
outstood other techniques, according to tests performed on a dataset consisting
of FPT’s stock prices over 1800 days and news trendline in these essential aspects:
closer forecast closing prices and greater accuracy of classification for bullish and
bearish. Thus, it supports the belief that news has a significant impact on stock
price forecasting. Therefore, the proposed approach in this paper is designed to
assist investors in making the best decision possible. Furthermore, we believe
that by applying and combining other factors that afect stock value growth and
fall, we will be able to analyze and construct more practical models in the near
future.</p>
        <p>Trang et al.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Pramod</surname>
            <given-names>B S1</given-names>
          </string-name>
          ,
          <article-title>Mallikarjuna Shastry P.: Stock Price Prediction Using LSTM</article-title>
          .
          <source>Test Engineering and Management</source>
          .
          <volume>83</volume>
          .
          <fpage>5246</fpage>
          -
          <lpage>5251</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Sadia</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharma</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paul</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sarmisthapadhi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Sanyal:
          <article-title>Stock Market Prediction Using Machine Learning Algorithms</article-title>
          .
          <source>International Journal of Engineering and Advanced Technology (IJEAT)</source>
          .
          <volume>2249</volume>
          -
          <fpage>8958</fpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Budiharto</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Data science approach to stock prices forecasting in Indonesia during Covid-19 using Long Short-Term Memory (LSTM)</article-title>
          .
          <source>Journal of Big Data. 8</source>
          , (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Roondiwala</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varma</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Predicting Stock Prices Using LSTM</article-title>
          .
          <source>International Journal of Science and Research (IJSR) ISSN. 6</source>
          ,
          <fpage>2319</fpage>
          -
          <lpage>7064</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Stock Market Prediction Based on Historic Prices and News Titles</article-title>
          .
          <source>Proceedings of the 2018 International Conference on Machine Learning Technologies - ICMLT '18</source>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>D.Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , A.T.:
          <article-title>PhoBERT: Pre-trained language models for Vietnamese. (</article-title>
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hochreiter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.: Long</given-names>
          </string-name>
          <string-name>
            <surname>Short-Term Memory</surname>
          </string-name>
          .
          <source>Neural Computation</source>
          .
          <volume>9</volume>
          ,
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hyndman</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koehler</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          :
          <article-title>Another look at measures of forecast accuracy</article-title>
          .
          <source>International Journal of Forecasting</source>
          .
          <volume>679</volume>
          -
          <fpage>688</fpage>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Wright</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Correlation and Causation</article-title>
          .
          <source>Journal of Agricultural Research</source>
          ,
          <volume>20</volume>
          ,
          <fpage>557</fpage>
          -
          <lpage>585</lpage>
          .(
          <year>1921</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Khan</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghazanfar</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azam</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karami</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alyoubi</surname>
            ,
            <given-names>K.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alfakeeh</surname>
            ,
            <given-names>A.S.:</given-names>
          </string-name>
          <article-title>Stock market prediction using machine learning classifiers and social media, news</article-title>
          .
          <source>Journal of Ambient Intelligence and Humanized Computing</source>
          . (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Duong</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Stock Market Prediction using Financial News Articles on Ho Chi Minh Stock Exchange</article-title>
          .
          <source>Proceedings of the 10th International Conference on Ubiquitous Information Management and Communication - IMCOM '16</source>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Martineau</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Delta</surname>
            <given-names>TFIDF</given-names>
          </string-name>
          :
          <article-title>An Improved Feature Space for Sentiment Analysis</article-title>
          .
          <article-title>(</article-title>
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osuna</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Platt</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scholkopf</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Support vector machines</article-title>
          .
          <source>IEEE Intelligent Systems and their Applications</source>
          .
          <volume>13</volume>
          ,
          <fpage>18</fpage>
          -
          <lpage>28</lpage>
          (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Schumaker</surname>
            ,
            <given-names>R.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
          </string-name>
          , H.:
          <article-title>A quantitative stock prediction system based on -fi nancial news</article-title>
          .
          <source>Information Processing &amp; Management. 45</source>
          ,
          <fpage>571</fpage>
          -
          <lpage>583</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. Fu¨rnkranz, J.,
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>P.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Craw</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sammut</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uther</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ratnaparkhi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jin</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , Han,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Morik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Dorigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Birattari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            , Sut¨tzle, T.,
            <surname>Brazdil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Vilalta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Giraud-Carrier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Soares</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Rissanen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Baxter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.A.</given-names>
            ,
            <surname>Bruha</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          :
          <article-title>Mean Absolute Error</article-title>
          .
          <source>Encyclopedia of Machine Learning</source>
          .
          <fpage>652</fpage>
          -
          <lpage>652</lpage>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ahmar</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          :
          <article-title>Forecast Error Calculation with Mean Squared Error (MSE) and Mean Absolute Percentage Error (MAPE)</article-title>
          .
          <source>JINAV: Journal of Information and Visualization</source>
          .
          <volume>1</volume>
          , (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Vaswani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shazeer</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parmar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uszkoreit</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez</surname>
          </string-name>
          ,
          <string-name>
            <surname>Aidan</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaiser</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polosukhin</surname>
            ,
            <given-names>I.: Attention</given-names>
          </string-name>
          <string-name>
            <surname>Is All You Need</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Graves</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Generating Sequences With Recurrent Neural Networks(</article-title>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Bahdanau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.:</given-names>
          </string-name>
          <article-title>Neural Machine Translation by Jointly Learning to Align and Translate(</article-title>
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
          </string-name>
          , M.-W.,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : BERT:
          <article-title>Pre-training of Deep Bidirectional Transformers for Language Understanding(</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <source>Natural language processing</source>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Yinhan</surname>
          </string-name>
          , et al.
          <article-title>RoBERTa: A Robustly Optimized BERT Pretraining Approach</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Sennrich</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haddow</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birch</surname>
            ,
            <given-names>A.:</given-names>
          </string-name>
          <article-title>Neural Machine Translation of Rare Words with Subword Units. Association for Computational Linguistics (</article-title>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Vu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quoc Nguyen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dras</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          , M.:
          <string-name>
            <surname>VnCoreNLP: A Vietnamese Natural Language Processing Toolkit.</surname>
          </string-name>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Paszke</surname>
          </string-name>
          ,
          <string-name>
            <surname>Adam</surname>
          </string-name>
          , et al.:
          <article-title>PyTorch: An Imperative Style, High-Performance Deep Learning Library</article-title>
          .(
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>