<!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>Framework for Automated Food Export Gain Forecasting</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dmitry Devyatkin</string-name>
          <email>1devyatkin@isa.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yulia Otmakhova</string-name>
          <email>2otmakhovajs@yandex.ru</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Federal Research Centre “Computer Science and Control” RAS</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Novosibirsk State University</institution>
          ,
          <addr-line>Novosibirsk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>22</fpage>
      <lpage>33</lpage>
      <abstract>
        <p>The food and agriculture could be a driver of the economy in Russia if intensive growth factors were mainly used. In particular, it is necessary to adjust the food export structure to fit reality better. This problem implies longterm forecasting of the commodity combinations and export directions which could provide a persistent export gain in the future. Unfortunately, the existing solutions for food market forecasting tackle mainly with short-term prediction, whereas structural changes in a whole branch of an economy can last during years. Long-term food market forecasting is a tricky one because food markets are quite unstable and export values depend on a variety of different features. The paper provides a multi-step data-driven framework which uses multimodal data from various databases to detect these commodities and export directions. We propose the quantile nonlinear autoregressive exogenous model together with pre-filtering to tackle with such long-term prediction tasks. The framework also considers textual information from mass-media to assess political risks related to prospective export directions. The experiments show that the proposed framework provides more accurate predictions then widely used ARIMA model. The expert validation of the obtained result confirms that the framework could be useful for export diversification.</p>
      </abstract>
      <kwd-group>
        <kwd>data-driven market forecasting</kwd>
        <kwd>international trade</kwd>
        <kwd>quantile regression</kwd>
        <kwd>multimodal data</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Sanctions and trade confrontations set difficulties for persistent economic growth. The
essential way to overcome them is making the economy more independent and
diversified [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Due to limited resources, the efforts should be focused on a limited set of
development directions. Therefore, the developing of a particular economy field
implies discovering a restricted set of the new prospective commodity items and export
directions. In this paper, we consider this problem in the case of food and agriculture
field. Thus our aim consists in finding the pairs &lt;Trade partner,
Agriculture_OR_FoodCommodity&gt; with a high probability of the persistent export value
growth from a particular country (in our case – from Russia) in several next years.
More precisely, we predict summary export value gain in the following two years
based on information about current and two past years. We believe that modern
datadriven approaches could be useful to tackle this problem.
      </p>
      <p>This goal is not trivial because of the following issues:
1. Unstable character of many trade flows.</p>
      <p>2. Too many features influence on trade flows. If we used them all, it would lead to
over-complex prediction models, which aren’t trainable with the dataset. Long-term
forecasting requires the using of complex models that consider a large number of
features and parameters, but the size of the training dataset is strictly limited.
Therefore, complex models can be easily overfitted and in some cases give incorrect results
on unseen data.</p>
      <p>3. Political decisions, economic sanctions strongly affect trade flows, but they
hardly ever can be predicted using only statistic databases.</p>
      <p>4. Existing regression and classification metrics such as MSE or F1-score poorly
reflect the accuracy of the solution to the highlighted problem, since even a small
ranking error can lead to the omission of a very profitable direction.</p>
      <p>In this paper, we propose a data-driven framework which can mitigate the
highlighted problems.</p>
      <p>At first, we apply a quantile regression loss since it allows estimating the
distribution parameter for the predicted value so that we can process unstable trade flows
more accurately.</p>
      <p>Secondly, we believe it is possible to mitigate the overfitting problem and
instability problems both if one pre-filters pairs with high probabilities of a decline in the
future. This can be done with training a binary classifier, which is much simpler than
regression and can be performed using simpler models which are not overfitted. Then
the “large” errors of the regression model will have less impact on the final result. We
also propose compositional features which can describe the market demand for a
commodity item compactly to simplify the regression model.</p>
      <p>Thirdly, we extract sentiment features from texts, more precisely, from news to
assess political risks.</p>
      <p>Finally, we suggest calculating ratios between the export value of the top predicted
pairs and the export value of the actual top pairs with the highest export gain to assess
the usefulness of the prediction.</p>
      <p>The rest of the paper is organized as follows: in Section 2 we review related
studies; in Sections 3 we present the proposed framework; in Section 4 we describe the
results of the experimental evaluation; Section 5 contains conclusion and directions of
the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        The vastest branch of studies is devoted to short-term food market forecasting with
basic regression and autoregression models. For example, Mor with colleagues
propose linear regression and Holt–Winters’ models to predict short-term demand for
dairy products [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The more complex autoregressive integrated moving average
model (ARIMA) allows dealing with non-stationarity time series. This model also
widely used for food market forecasting, for example, in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] to forecast harvest prices
based on past monthly modal prices of maize in particular states.
      </p>
      <p>
        Ahumada et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] proposed an equilibrium correction model for corn price. Firstly
they use an independent model for each corn. Then they also observe whether the
forecasting precision of individual price models can be improved by considering their
cross-dependence. The results show that prediction quality can be improved using
models that include price interactions. The multi-step approach is proposed in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
The researchers consider the balance between production and market capacity to be
the key factor for trade flows forecasting.
      </p>
      <p>
        For forecasting in volatile markets, it is necessary to reveal detail information
about the distribution of the predicted variables, not their mean values only. Quantile
regression is a common solution in this case. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. For example, researchers [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
apply linear quantile loss to train Support Vector Regressor and use it to assess
confidence intervals for predicted values. The paper [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] combines hybrid ARIMA and
Quantile Regression (ARIMA-QR) approaches to construct high and low quantile
predictions for non-stationary data. The obtained results show that the model yield
better forecasts at out-sample data compared to baseline forecasting models.
      </p>
      <p>
        Let us briefly highlight some studies related to features for food market forecasting
which can better explain trade flow dynamic than trade and production values
themselves. Paper [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] provides a conclusion that finance matters for export performance,
as commodities with higher export-related financial needs disproportionately benefit
from better economic development. Jaud with colleagues uses level of outstanding
short-term credit and trade credit insurance, reported in the Global Development
Finance and Getting Credit Index (EGCc) from the World Bank Doing Business Survey
as features related to the level of financial development.
      </p>
      <p>
        Political factors also influence on the food market. Makombe with colleagues
studies the relationship between export bans and food market [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The researchers
conclude that the prohibitions cause market uncertainty which may have long-run
implications for future food security and trade flows. The critical problem here lies in
uncertainty in the way how to formalize and consider these factors in models. It is
wellknown fact, that political decisions often follow by outbursts in mass media, so one
can easily predict possible political decisions if he or she analyses the new sentiment.
This idea is widely used for short-term analysis in financial markets [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], thus we
believe it could be helpful in the proposed framework.
      </p>
      <p>
        Long-term export prediction assumes considering arbitrary dependencies between
the model outcome and the lots of factors in the past. Duration of these dependencies
can vary from single days for price movements to dozens of years for political
decisions or climate changing. The mentioned approaches cannot model linear, non-linear
dependencies and consider a broad set of sophisticated features at the same time
though. A natural way to model such complex features and dependencies is to use
neural network framework. Pannakkong with colleagues [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] uses a dense multilayer
feed-forward network and ARIMA to forecast cassava starch export value. The results
show that feed-forward neural network models overcome the ARIMA models in all
datasets. Hence, the neural network models can predict the cassava starch exports
with higher accuracy than the baseline statistical forecasting method such as the
ARIMA. However, such a simple architecture cannot model long-term interaction.
      </p>
      <p>
        There are particular network architectures for long-term prediction. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ],
researchers suggested the nonlinear autoregressive exogenous model (NARX) artificial
network architecture for market forecasting. They proposed a feed-forward Time
Delay Neural Network, i.e. the network without the feedback loop of delayed outputs,
which could reduce its predictive performance. The main benefit of the model
compared to model compositions is the ability of joint training of linear and non-linear
parts of models. Similarly, in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] authors proved that the generalized regression
neural network with fruit fly optimization algorithm (FOA) is effective for forecasting of
the non-linear processes.
      </p>
      <p>Unfortunately, neural network approach often leads to inadequately complex
models which are needed large datasets to be reliably fitted. We have relatively small
dataset thus it is required to find the most straightforward network architecture and
tightest feature set which however could achieve satisfactory forecast accuracy.</p>
      <p>
        Because food market is volatile, it would be helpful if the forecasting model
provided more information about predicted variables as quantile regression does.
Although there are few works in which quantile regression-like loss function was used
for training neural networks [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>
        The methodological aspects of creating models for export forecasting require
further study. Existing models consider some important indicators, but they can be based
on erroneous assumptions that cast doubt on the obtained results. For example, the
predictive model for assessing the country's diversification of exports provided in the
Atlas of Economic Complexity (Feasibility charts) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. This model predicts a very
curious output, namely that tropical palm oil could be one of the products for
diversifying Russia's exports. This is due to the neglecting country's climatic and
infrastructure capabilities. That is why the feature set is still not obvious for this problem.
      </p>
      <p>The review shows that the most applicable solution for the food export gain
forecasting is to combine long-term prediction models, such as NARX and quantile loss
functions. In addition to basic features such as trade flows and production levels,
these models should consider heterogeneous macroeconomic and climate indicators.
Since the addition of political factors would complicate the regression model, it
makes sense to consider them separately. That is, after the regression, we filter
obtained export directions if they are related to high political risks.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Framework for Export Gain Forecasting</title>
      <p>
        As a test dataset for the framework, we use annual information about trade flows
(from UN Comtrade [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]), production values (UN FAOSTAT [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]) and
macroeconomic indicators (International Monetary Foundation [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]). We consider the
following macroeconomic features: state GDP, inflation level, population level etc. Due to
heuristic reasons the dataset includes only the items which are produced in Russia and
presented in its trade flows, so the final dataset contains 70 export directions and 50
commodities. We also do not consider records earlier than 2009, because the
international financial crisis could lead to changes, which we cannot model adequately.
Daily climate (temperature, wind speed, humidity, pressure) features were downloaded
from RP-5 weather database [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The highest, the lowest and average values for each
season were calculated, because the time step of the framework is one year. We also
used open-available Russian news corpus from Kaggle [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
      </p>
      <p>It is no doubt to say that trade flows between particular country and its partners
depends on trade flows between these partners and the other countries. Unfortunately, if
we added all these features directly to the regression model, the model would become
too complex and would tend to overfit in the dataset. We propose the SPR
(Substantial PRoduct) composite features to resolve this problem. The SPR shows contribution
of an arbitrary exported commodity item from Russia on the global demand satisfying
(expression (1)):</p>
      <p>= ∑∈ , ∈  
.</p>
      <p>(1)
Here I is a set of leading export commodities, D is a set of export directions,   is
total Russian export value for commodity i,   is export value from Russia to country
j for commodity i. We consider all trade flows between Russia and its’ partners
directly and encode the rest flows with the SPR features. The comprehensive feature list is
presented in Table 1.</p>
      <p>We propose the following framework for prediction of the promising pairs &lt;export
item,direction&gt; (Fig. 1). The framework contains regression step and several filtering
steps. Pre- and post-filtering steps are proposed to deal with the trade flows
instability.</p>
      <p>Macro-economic
indicators</p>
      <p>
        At first step of the framework we detect pairs which likely tend to decrease. On the
one hand the filtering model should be much simpler, than the regression model, but
on the other hand it should learn complex non-linear dependencies. The most
appropriate approach in this case is decision tree ensembles. We tested several methods
such as Random Forest [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], Gradient Boosting [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and XGBoost [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] to fit these
ensembles. The next two steps we realize with the modified NARX quantile
regression model (Fig. 2). A single model is used for all directions and commodities since
the use of individual models can lead to the loss of information about the interaction
between the export value for commodities. We used the following loss function
instead of mean squared error to obtain quantile NARX model:
 ( ,  ) = ∑∨ ≥ (  , )  (  −  (  ,  )) + ∑∨ &lt; (  , )(1 −  )(  −  (  ,  ) ), (2)
here θ is quantile level, xt is features for time t, f(xt,ω) is network output for time t and
ω is parameters of the network.
      </p>
      <p>
        This function was firstly introduced in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]; it is a direct application of quantile
regression [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] for networks training. Thanks to error-backpropagation framework the
network architecture does not have any affection on the function (2). The modified
NARX model allows predicting values for different quantile levels. We predict export
flows with quantile levels 0.25, 05 and 0.75 and assessed skewness of the results.
Than pairs with positive distribution skew are filtered. We also applied the
Autoregressive Integrated Moving Average (ARIMA) model as a baseline.
      </p>
      <p>
        In the last step, we filter unreliable trade partners with various models for
sentiment analysis. We tested two neural network models, namely Attention-based
LongShort Term Memory (LSTM) [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] and Contextual LSTM [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Polyglot sentiment
analyzer was also tested as a baseline. We used the Kaggle corpus with more than
10K news reports in Russian to train these models. Post-filtering itself consists of two
parts. At first, we apply the Polyglot library [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] together with country name
dictionary to extract news, mentioned Russia and some other country together. Then we
apply a sentiment analyzer and filter trade partners with highly negative sentiment
scores from the results.
      </p>
      <p>x(n)
x(n-1)
...</p>
      <p>x(n-dx)
y(n-dy)
...</p>
      <p>y(n)
Dense layer with tanh</p>
      <p>activation
Dense layer with linear
activation</p>
      <p>y(n+1)
We evaluated the proposed framework as well as its crucial parts. At first, the
classification performance for the filtering step was evaluated. We tested several decision
tree ensembles (Random Forest, Gradient Boosting, XGBoost) and Linear Support
Vector Machine (SVM) classifier as a baseline. The XGBoost method revealed the
best accuracy in cross-validation, so we add it to the framework. It is worth to note
that the filtering itself can be done with relatively high quality (about 73% F1 on
5fold cross-validation, see Table 2, “filtering” column) using a simple feature-set
because this task is much simpler than the whole regression task.</p>
      <p>We also assessed the importance of different types of features for the filtering. The
classifier was trained and tested on modified feature sets, in which distinct group of
features had been omitted (see Table 3, “filtering” column). This column contains
difference between binary F1 score obtained on the full feature set and the score
obtained on clipped feature set. The higher the F1 score drop is, the more important
related subset of features is. Results show that the most important features are SPR,
climate and macro-economic indicators.</p>
      <p>
        Then we studied the importance of the different types of features for the regression.
As for filtering step, we separated features into distinct subsets and trained the
regressor with them (see Table 3, “regression” column). The “Predicted export value gain”
here and in the next tables means ratios between the export value of the top-10
predicted pairs and export value of the top-10 actual pairs with the highest export gain.
The “ΔPredicted export value gain” column contains difference between the gain
obtained on the full feature set and the gain obtained on clipped feature set. The
results showed that the most significant features are macro-economic indicators, climate
and past export flows. This confirms the limitation of models which do not consider
these features, for example [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>We also evaluated the contribution of the filtering steps to the results. The filtering
steps together help significantly improve the obtained results, as one can conclude
from Table 4. These steps allow removing the pairs with the highest decline risk.</p>
      <p>Table 5 contains results for considered sentiment analysis methods. We evaluated
these methods on the test subset of the Kaggle sentiment dataset. Attention LSTM
model shows slightly better result on this task, so we added it to the proposed
framework.</p>
      <p>We tested the overall framework on retrospective data, more precisely records
from 2009 to 2014 were used to train and other data (2015–2016) we left for the
evaluation. The detailed results for the whole framework are presented in Table 6. The
“Actual” column contains ranked pairs with the highest average export gain in 2015–
2016 for Russian Federation. Summary average gain for the top 10 pairs amounted to
1.5 billion USD. The “Predicted” columns contain results of the forecasting.</p>
      <p>The economic analysis of the detailed results showed that the list of the partners
with the highest summary export gain did not match with the list of top importers for
the study period.</p>
      <p>The proposed NARX model allows predicting the most growing export
commodities quite precisely. Linseed is the only mismatched position, but it reflects a new
prospective market. Moreover, linseed production for export has been strongly
supported by the Russian government since 2016. Thereby the model detected this
potential market with past data and predicted that decision.</p>
      <p>The most often cause of the NARX model errors is neglecting features, related to
technological development. However, the appearance of new technologies leads to
dramatic changes in the markets. New deep-processed commodities appear, and
prices for existing raw products can decline, which leads to an export value drop for
traditional providers. Existing counterparties (Turkey, for example) may switch to other
commodities. Therefore, there is a need to add technological features to the model,
which would make it possible to predict prospect commodities with an assessment of
the related technologies for primary and deep processing.</p>
      <p>To sum up, the results of the proposed framework could be useful for export
diversification since NARX model provides new prospective commodity items. The
variants of the NARX model and ARIMA are also helpful for counterparty countries
exploration.</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we propose a data-driven framework for food export gain forecasting.
The framework considers multimodal open data from many data sources and corpora.
In this research, we tried to mitigate the set of problems, related to machine
forecasting of food export gain: large feature set dimension, volatility of markets, factors
which are difficult to formalize (political risks).</p>
      <p>In the experiments, we used open data from FAOSTAT, UN Comtrade,
information about global economic situation from International Monetary Foundation,
climate information and reports from news corpora. According to the results, quantile
loss function and NARX model is a promising combination for long-term prediction
of trade flows for food commodities.</p>
      <p>In the future research we plan to consider logistical and infrastructure conditions as
well as technological features in the framework. The next steps of our research also
include detailed analysis of the obtained commodity items and finding technologies
which could help to push the export for these commodities up.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>The project is supported by the Russian Foundation for Basic Research, project
No. 16-29-12877 “ofi_m”.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Awokuse</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Does agriculture really matter for economic growth in developing countries? In: 2009 Annual Meeting</article-title>
          .
          <source>Agricultural and Applied Economics Association</source>
          , vol.
          <volume>49762</volume>
          .
          <string-name>
            <surname>Milwaukee</surname>
          </string-name>
          ,
          <string-name>
            <surname>Wisconsin</surname>
          </string-name>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Mor</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Bhardwaj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Demand forecasting of the short-lifecycle dairy products</article-title>
          . In: Chahal,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Jyoti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Wirtz</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <source>Understanding the Role of Business Analytics</source>
          , pp.
          <fpage>87</fpage>
          -
          <lpage>117</lpage>
          . Springer, Singapore (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Darekar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Reddy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Price forecasting of maize in major states</article-title>
          .
          <source>Maize Journal</source>
          <volume>6</volume>
          (
          <issue>1</issue>
          &amp;2),
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ahumada</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Cornejo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Forecasting food prices: The case of corn, soybeans and wheat</article-title>
          .
          <source>International Journal of Forecasting</source>
          <volume>32</volume>
          (
          <issue>3</issue>
          ),
          <fpage>838</fpage>
          -
          <lpage>848</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Burlankov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ananiev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gazhur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sedova</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ananieva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Forecasting the development of agricultural production in the context of food security</article-title>
          .
          <source>Scientific Papers Series-Management, Economic Engineering in Agriculture and Rural Development</source>
          <volume>18</volume>
          (
          <issue>3</issue>
          ),
          <fpage>45</fpage>
          -
          <lpage>51</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Koenker</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hallock</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Quantile regression</article-title>
          .
          <source>Journal of economic perspectives 15 (4)</source>
          ,
          <fpage>143</fpage>
          -
          <lpage>156</lpage>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Maciejowska</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nowotarski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Weron</surname>
          </string-name>
          , R.:
          <article-title>Probabilistic forecasting of electricity spot prices using Factor Quantile Regression Averaging</article-title>
          .
          <source>International Journal of Forecasting</source>
          <volume>32</volume>
          (
          <issue>3</issue>
          ),
          <fpage>957</fpage>
          -
          <lpage>965</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Using quantile regression approach to analyze price movements of agricultural products in China</article-title>
          .
          <source>Journal of Integrative Agriculture</source>
          <volume>11</volume>
          (
          <issue>4</issue>
          ),
          <fpage>674</fpage>
          -
          <lpage>683</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Arunraj</surname>
            <given-names>N.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Ahrens</surname>
            <given-names>D.:</given-names>
          </string-name>
          <article-title>A hybrid seasonal autoregressive integrated moving average and quantile regression for daily food sales forecasting</article-title>
          .
          <source>International Journal of Production Economics</source>
          <volume>170</volume>
          ,
          <fpage>321</fpage>
          -
          <lpage>335</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jaud</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kukenova</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Strieborny</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Financial Development and Sustainable Exports: Evidence from Firm-product Data</article-title>
          .
          <source>The World Economy</source>
          <volume>38</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1090</fpage>
          -
          <lpage>1114</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Makombe</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kropp</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The effects of Tanzanian maize export bans on producers' welfare and food security</article-title>
          .
          <source>In: Selected Paper prepared for presentation at the Agricultural &amp; Applied Economics Association</source>
          , vol.
          <volume>333</volume>
          -2016-
          <fpage>14428</fpage>
          . Boston, MA (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Nassirtoussi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aghabozorgi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Yuing Wah,
          <string-name>
            <surname>T.</surname>
          </string-name>
          , and Chek Ling Ngo,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>Text mining of news-headlines for FOREX market prediction: A Multi-layer Dimension Reduction Algorithm with semantics and sentiment</article-title>
          .
          <source>Expert Systems with Applications</source>
          <volume>42</volume>
          (
          <issue>1</issue>
          ),
          <fpage>306</fpage>
          -
          <lpage>324</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pannakkong</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huynh</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sriboonchitta</surname>
            <given-names>S.:</given-names>
          </string-name>
          <article-title>ARIMA versus artificial neural network for Thailand's cassava starch export forecasting</article-title>
          .
          <source>Causal Inference in Econometrics</source>
          , pp.
          <fpage>255</fpage>
          -
          <lpage>277</lpage>
          . Springer, Cham (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Menezes</surname>
            ,
            <given-names>Jr J. M. P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Barreto</surname>
          </string-name>
          , G.:
          <article-title>A. Long-term time series prediction with the NARX network: An empirical evaluation</article-title>
          .
          <source>Neurocomputing</source>
          <volume>71</volume>
          (
          <fpage>16</fpage>
          -
          <lpage>18</lpage>
          ),
          <fpage>3335</fpage>
          -
          <lpage>3343</lpage>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A hybrid annual power load forecasting model based on generalized regression neural network with fruit fly optimization algorithm</article-title>
          .
          <source>Knowledge-Based Systems 37</source>
          ,
          <fpage>378</fpage>
          -
          <lpage>387</lpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Taylor</surname>
          </string-name>
          , J.W.:
          <article-title>A quantile regression neural network approach to estimating the conditional density of multiperiod returns</article-title>
          .
          <source>Journal of Forecasting</source>
          <volume>19</volume>
          (
          <issue>4</issue>
          ),
          <fpage>299</fpage>
          -
          <lpage>311</lpage>
          (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <article-title>The atlas of economic complexity</article-title>
          , http://atlas.cid.harvard.edu, last accessed
          <year>2019</year>
          /07/01
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. UN Comtrade: International Trade Statistics, https://comtrade.un.org/data/,
          <source>last accessed</source>
          <year>2019</year>
          /04/28
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <article-title>Food and Agriculture Organization of the United Nations</article-title>
          , http://www.fao.org/faostat/en/ last accessed 2019/04/28
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. International monetary foundation, http://www.imf.org/en/Data, last accessed
          <year>2019</year>
          /04/28
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <article-title>RP5 weather archive</article-title>
          , http://rp5.ru,
          <source>last accessed</source>
          <year>2019</year>
          /04/28.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Kaggle</surname>
          </string-name>
          <article-title>Russain news dataset for sentiment analysis</article-title>
          , https://www.kaggle.com/c/sentimentanalysis-in-russian/overview, last accessed
          <year>2019</year>
          /04/28
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Breiman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Random forests</article-title>
          .
          <source>Machine learning 45 (1)</source>
          ,
          <fpage>5</fpage>
          -
          <lpage>32</lpage>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          :
          <article-title>Greedy function approximation: a gradient boosting machine</article-title>
          .
          <source>Annals of statistics</source>
          ,
          <volume>1189</volume>
          -
          <fpage>1232</fpage>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Guestrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Xgboost: A scalable tree boosting system</article-title>
          .
          <source>In: Proceedings of the 22nd ACM sigkdd international conference on knowledge discovery and data mining</source>
          , pp.
          <fpage>785</fpage>
          -
          <lpage>794</lpage>
          . ACM (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            <given-names>L.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zhu</surname>
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Attention-based LSTM for aspect-level sentiment classification</article-title>
          .
          <source>In: Proceedings of the 2016 conference on empirical methods in natural language processing</source>
          , pp.
          <fpage>606</fpage>
          -
          <lpage>615</lpage>
          . Association for Computational Linguistics, Austin, Texas (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Strope</surname>
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Contextual LSTM (CLSTM) models for large scale NLP tasks</article-title>
          .
          <source>In: arXiv preprint arXiv:1602.06291</source>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Al-Rfou</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kulkarni</surname>
            <given-names>V.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Perozzi</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Polyglot-NER: Massive multilingual named entity recognition</article-title>
          .
          <source>In: Proceedings of the 2015 SIAM International Conference on Data Mining</source>
          , pp.
          <fpage>586</fpage>
          -
          <lpage>594</lpage>
          . Society for Industrial and Applied Mathematics (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Lenta</surname>
          </string-name>
          .ru Russian news dataset, https://github.com/yutkin/Lenta.Ru-News-Dataset,
          <source>last accessed</source>
          <year>2019</year>
          /04/28.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>