nep-cmp New Economics Papers
on Computational Economics
Issue of 2023‒04‒03
29 papers chosen by



  1. Feature Selection for Forecasting By Hakan Pabuccu; Adrian Barbu
  2. Machine Learning algorithms, perspectives, and real-world application: Empirical evidence from United States trade data By Aggarwal, Sakshi
  3. A neural network based model for multi-dimensional nonlinear Hawkes processes By Sobin Joseph; Shashi Jain
  4. AI and Macroeconomic Modeling: Deep Reinforcement Learning in an RBC model By Tohid Atashbar; Rui Aruhan Shi
  5. Forecasting Bilateral Refugee Flows with High-dimensional Data and Machine Learning Techniques By Konstantin Boss; Andre Groeger; Tobias Heidland; Finja Krueger; Conghan Zheng
  6. Addressing Sample Selection Bias for Machine Learning Methods By Dylan Brewer; Alyssa Carlson
  7. Artificial Intelligence (AI) and Policy in Developing Countries By Muhammad Hamza Amjad
  8. Surrogate Data Models: Interpreting Large-scale Machine Learning Crisis Prediction Models By Maksym Ivanyna; Ritong Qu; Ruofei Hu; Cheng Zhong; Mr. Jorge A Chan-Lau
  9. Forecasting fiscal crises in emerging markets and low-income countries with machine learning models By Raffaele De Marchi; Alessandro Moro
  10. Finding the Optimal Currency Composition of Foreign Exchange Reserves with a Quantum Computer By Martin Vesely
  11. Generative Ornstein-Uhlenbeck Markets via Geometric Deep Learning By Anastasis Kratsios; Cody Hyndman
  12. Creating Disasters: Recession Forecasting with GAN-Generated Synthetic Time Series Data By Sam Dannels
  13. Combining search strategies to improve performance in the calibration of economic ABMs By Aldo Glielmo; Marco Favorito; Debmallya Chanda; Domenico Delli Gatti
  14. Censored Quantile Regression with Many Controls By Seoyun Hong
  15. Translating Intersectionality to Fair Machine Learning in Health Sciences By Lett, Elle; La Cava, William
  16. Q-Learning algorithms in a Hotelling model By Lucila Porto
  17. Predicting individual-level longevity with statistical and machine learning methods By Luca Badolato; Ari Gabriel Decter-Frain; Nicolas Irons; Maria Laura Miranda; Erin Walk; Elnura Zhalieva; Monica Alexander; Ugofilippo Basellini; Emilio Zagheni
  18. Exploring Human and Artificial Intelligence Collaboration and Its Impact on Organizational Performance: A Multi-Level Analysis By Sturm, Timo
  19. A Comparison of Reinforcement Learning and Deep Trajectory Based Stochastic Control Agents for Stepwise Mean-Variance Hedging By Ali Fathi; Bernhard Hientzsch
  20. Power struggles and gender discrimination in the workplace By Yasar, Alperen
  21. The Economics of the DeLend Project: Agent-based Simulations By Frederico Dutilh Novaes; Gabriel de Abreu Madeira; Aurimar Cerqueira
  22. Financial Distress Prediction For Small And Medium Enterprises Using Machine Learning Techniques By Yuan Gao; Biao Jiang; Jietong Zhou
  23. Why Big Data Can Make Creative Destruction More Creative – But Less Destructive By Norbäck, Pehr-Johan; Persson, Lars
  24. Using Transport Activity-Based Model to Simulate the Pandemic By Moez Kilani; Ousmane Diop; Ngagne Diop
  25. Growth Constraints and Structural Diversification for Kyrgyzstan Economy: Policy Analysis of Key Reforms and its Implications By Das, Gouranga G.; Ginting, Edimon; Horridge, Mark; Yamano, Takashi
  26. Future fertility scenarios in Finland: a computational forecasting approach By Daniel Ciganda; Julia Hellstrand; Mikko Myrskylä
  27. The effectiveness of borrower-based macroprudential policies: a cross-country analysis using an integrated micro-macro simulation model By Giannoulakis, Stelios; Forletta, Marco; Gross, Marco; Tereanu, Eugen
  28. Auto.gov: Learning-based On-chain Governance for Decentralized Finance (DeFi) By Jiahua Xu; Daniel Perez; Yebo Feng; Benjamin Livshits
  29. Manual versus machine: An evaluation of the performance of the Medical Text Indexer (MTI) at classifying different document types by disease area By Moore, Duncan A.Q.; Yaqub, Ohid; Sampat, Bhaven N.

  1. By: Hakan Pabuccu; Adrian Barbu
    Abstract: This work investigates the importance of feature selection for improving the forecasting performance of machine learning algorithms for financial data. Artificial neural networks (ANN), convolutional neural networks (CNN), long-short term memory (LSTM) networks, as well as linear models were applied for forecasting purposes. The Feature Selection with Annealing (FSA) algorithm was used to select the features from about 1000 possible predictors obtained from 26 technical indicators with specific periods and their lags. In addition to this, the Boruta feature selection algorithm was applied as a baseline feature selection method. The dependent variables consisted of daily logarithmic returns and daily trends of ten financial data sets, including cryptocurrency and different stocks. Experiments indicate that the FSA algorithm increased the performance of ML models regardless of the problem type. The FSA hybrid machine learning models showed better performance in 10 out of 10 data sets for regression and 8 out of 10 data sets for classification. None of the hybrid Boruta models outperformed the hybrid FSA models. However, the BORCNN model performance was comparable to the best model for 4 out of 10 data sets for regression estimates. BOR-LR and BOR-CNN models showed comparable performance with the best hybrid FSA models in 2 out of 10 datasets for classification. FSA was observed to improve the model performance in both better performance metrics as well as a decreased computation time by providing a lower dimensional input feature space.
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2303.02223&r=cmp
  2. By: Aggarwal, Sakshi
    Abstract: Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to perform a specific task without being explicitly programmed. It is one of today’s most rapidly growing technical fields, lying at the crossroads of computer science and statistics, and at the core of artificial intelligence (AI) and data science. Various types of machine learning algorithms such as supervised, unsupervised, semi-supervised, and reinforcement learning exist in this area. Recent progress in ML has been driven both by the development of new learning algorithms theory, and by the ongoing explosion in the availability of vast amount of data (commonly known as “big-data”) and low-cost computation. The adoption of data-intensive ML-based methods can be found throughout science, technology, and commerce, leading to more evidence-based decision-making across many walks of life, including finance, manufacturing, international trade, economics, education, healthcare, marketing, policymaking, and data governance. The present paper provides a comprehensive view on these machine learning algorithms that can be applied to enhance the intelligence and capabilities of an application. Moreover, the paper attempts to determine the accurate clusters of similar industries in United States that collectively account for more than 85 percent of economy’s aggregate export and import flows over the period 2002-2021 through clustering algorithm (unsupervised learning). Four clusters of mapping labels have been used, namely the low investment (LL), category 1 medium investment (HL), category 2 medium investment (LH) and high investment (HH). The empirical results indicate that machinery and electrical equipment is classified as a high investment sector due to its efficient production mechanism. The analysis further underlines the need for upstream value chain integration through skill-augmentation and innovation especially in low investment industries. Overall, this paper aims to explain the trends of ML approaches and their applicability in various real-world domains, as well as serve as a reference point for academia, industry professionals and policymakers particularly from a technical, ethical, and regulatory point of view.
    Keywords: Machine learning, Artificial intelligence, Clustering, K-means, international trade
    JEL: F14
    Date: 2023–03–03
    URL: http://d.repec.org/n?u=RePEc:pra:mprapa:116579&r=cmp
  3. By: Sobin Joseph; Shashi Jain
    Abstract: This paper introduces the Neural Network for Nonlinear Hawkes processes (NNNH), a non-parametric method based on neural networks to fit nonlinear Hawkes processes. Our method is suitable for analyzing large datasets in which events exhibit both mutually-exciting and inhibitive patterns. The NNNH approach models the individual kernels and the base intensity of the nonlinear Hawkes process using feed forward neural networks and jointly calibrates the parameters of the networks by maximizing the log-likelihood function. We utilize Stochastic Gradient Descent to search for the optimal parameters and propose an unbiased estimator for the gradient, as well as an efficient computation method. We demonstrate the flexibility and accuracy of our method through numerical experiments on both simulated and real-world data, and compare it with state-of-the-art methods. Our results highlight the effectiveness of the NNNH method in accurately capturing the complexities of nonlinear Hawkes processes.
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2303.03073&r=cmp
  4. By: Tohid Atashbar; Rui Aruhan Shi
    Abstract: This study seeks to construct a basic reinforcement learning-based AI-macroeconomic simulator. We use a deep RL (DRL) approach (DDPG) in an RBC macroeconomic model. We set up two learning scenarios, one of which is deterministic without the technological shock and the other is stochastic. The objective of the deterministic environment is to compare the learning agent's behavior to a deterministic steady-state scenario. We demonstrate that in both deterministic and stochastic scenarios, the agent's choices are close to their optimal value. We also present cases of unstable learning behaviours. This AI-macro model may be enhanced in future research by adding additional variables or sectors to the model or by incorporating different DRL algorithms.
    Keywords: Reinforcement learning; Deep reinforcement learning; Artificial intelligence; RL; DRL; Learning algorithms; Macro modeling; RBC; Real business cycles; DDPG; Deep deterministic policy gradient; Actor-critic algorithms
    Date: 2023–02–24
    URL: http://d.repec.org/n?u=RePEc:imf:imfwpa:2023/040&r=cmp
  5. By: Konstantin Boss; Andre Groeger; Tobias Heidland; Finja Krueger; Conghan Zheng
    Abstract: We develop monthly refugee flow forecasting models for 150 origin countries to the EU27, using machine learning and high-dimensional data, including digital trace data from Google Trends. Comparing different models and forecasting horizons and validating them out-of-sample, we find that an ensemble forecast combining Random Forest and Extreme Gradient Boosting algorithms consistently outperforms for forecast horizons between 3 to 12 months. For large refugee flow corridors, this holds in a parsimonious model exclusively based on Google Trends variables, which has the advantage of close-to-real-time availability. We provide practical recommendations about how our approach can enable ahead-of-period refugee forecasting applications.
    Keywords: forecasting, refugee flows, asylum seekers, European Union, machine, learning, Google trends
    JEL: C53 C55 F22
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:bge:wpaper:1387&r=cmp
  6. By: Dylan Brewer (Georgia Institute of Technology); Alyssa Carlson (Department of Economics, University of Missouri)
    Abstract: We study approaches for adjusting machine learning methods when the training sample differs from the prediction sample on unobserved dimensions. The machine learning literature predominately assumes selection only on observed dimensions. Common approaches are to weight or include variables that influence selection as solutions to selection on observables. Simulation results show that selection on unobservables increases mean squared prediction error using popular machine-learning algorithms. Common machine learning practices such as weighting or including variables that influence selection into the training or testing sample often worsens sample selection bias. We propose two control-function approaches that remove the effects of selection bias before training and find that they reduce mean-squared prediction error in simulations. We apply these approaches to predicting the vote share of the incumbent in gubernatorial elections using previously observed re-election bids. We find that ignoring selection on unobservables leads to substantially higher predicted vote shares for the incumbent than when the control function approach is used.
    Keywords: sample selection, machine learning, control function, inverse probability weighting
    JEL: C13 C31 C55 D72
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:umc:wpaper:2302&r=cmp
  7. By: Muhammad Hamza Amjad (Pakistan Institute of Development Economics)
    Abstract: First, we need to understand what the term Artificial Intelligence means. “Artificial Intelligence is an area of study in the field of computer science. Artificial intelligence is concerned with the development of computers able to engage in human-like thought processes such as learning, reasoning, and self-correction.”
    Date: 2023
    URL: http://d.repec.org/n?u=RePEc:pid:wbrief:2023:115&r=cmp
  8. By: Maksym Ivanyna; Ritong Qu; Ruofei Hu; Cheng Zhong; Mr. Jorge A Chan-Lau
    Abstract: Machine learning models are becoming increasingly important in the prediction of economic crises. The models, however, use datasets comprising a large number of predictors (features) which impairs model interpretability and their ability to provide adequate guidance in the design of crisis prevention and mitigation policies. This paper introduces surrogate data models as dimensionality reduction tools in large-scale crisis prediction models. The appropriateness of this approach is assessed by their application to large-scale crisis prediction models developed at the IMF. The results are consistent with economic intuition and validate the use of surrogates as interpretability tools.
    Keywords: Crisis prediction; machine learning; surrogates; explainable models; IMF ML crisis; ML crisis prediction; Annex I. IMF ML; surrogate data models; model interpretability; Early warning systems; Yield curve; Deposit rates; Global
    Date: 2023–02–24
    URL: http://d.repec.org/n?u=RePEc:imf:imfwpa:2023/041&r=cmp
  9. By: Raffaele De Marchi (Bank of Italy); Alessandro Moro (Bank of Italy)
    Abstract: Pre-existing public debt vulnerabilities have been exacerbated by the effects of the pandemic, raising the risk of fiscal crises in emerging markets and low-income countries. This underscores the importance of models designed to capture the main determinants of fiscal distress episodes and forecast sovereign debt crises. In this regard, our paper shows that machine learning techniques outperform standard econometric approaches, such as the probit model. Our analysis also identifies the variables that are the most relevant predictors of fiscal crises and assesses their impact on the probability of a crisis episode. Finally, the forecasts generated by the machine learning algorithms are used to derive aggregate fiscal distress indices that can signal effectively the build-up of debt-related vulnerabilities in emerging and low-income countries.
    Keywords: fiscal crises, debt sustainability, emerging and low-income countries, machine learning techniques
    JEL: C18 C52 F34 H63 H68
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:bdi:wptemi:td_1405_23&r=cmp
  10. By: Martin Vesely
    Abstract: Portfolio optimization is an inseparable part of strategic asset allocation at the Czech National Bank. Quantum computing is a new technology offering algorithms for that problem. The capabilities and limitations of quantum computers with regard to portfolio optimization should therefore be investigated. In this paper, we focus on applications of quantum algorithms to dynamic portfolio optimization based on the Markowitz model. In particular, we compare algorithms for universal gate-based quantum computers (the QAOA, the VQE and Grover adaptive search), single-purpose quantum annealers, the classical exact branch and bound solver and classical heuristic algorithms (simulated annealing and genetic optimization). To run the quantum algorithms we use the IBM Quantum\textsuperscript{TM} gate-based quantum computer. We also employ the quantum annealer offered by D-Wave. We demonstrate portfolio optimization on finding the optimal currency composition of the CNB's FX reserves. A secondary goal of the paper is to provide staff of central banks and other financial market regulators with literature on quantum optimization algorithms, because financial firms are active in finding possible applications of quantum computing.
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2303.01909&r=cmp
  11. By: Anastasis Kratsios; Cody Hyndman
    Abstract: We consider the problem of simultaneously approximating the conditional distribution of market prices and their log returns with a single machine learning model. We show that an instance of the GDN model of Kratsios and Papon (2022) solves this problem without having prior assumptions on the market's "clipped" log returns, other than that they follow a generalized Ornstein-Uhlenbeck process with a priori unknown dynamics. We provide universal approximation guarantees for these conditional distributions and contingent claims with a Lipschitz payoff function.
    Date: 2023–02
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2302.09176&r=cmp
  12. By: Sam Dannels
    Abstract: A common problem when forecasting rare events, such as recessions, is limited data availability. Recent advancements in deep learning and generative adversarial networks (GANs) make it possible to produce high-fidelity synthetic data in large quantities. This paper uses a model called DoppelGANger, a GAN tailored to producing synthetic time series data, to generate synthetic Treasury yield time series and associated recession indicators. It is then shown that short-range forecasting performance for Treasury yields is improved for models trained on synthetic data relative to models trained only on real data. Finally, synthetic recession conditions are produced and used to train classification models to predict the probability of a future recession. It is shown that training models on synthetic recessions can improve a model's ability to predict future recessions over a model trained only on real data.
    Date: 2023–02
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2302.10490&r=cmp
  13. By: Aldo Glielmo; Marco Favorito; Debmallya Chanda; Domenico Delli Gatti
    Abstract: Calibrating agent-based models (ABMs) in economics and finance typically involves a derivative-free search in a very large parameter space. In this work, we benchmark a number of search methods in the calibration of a well-known macroeconomic ABM on real data, and further assess the performance of "mixed strategies" made by combining different methods. We find that methods based on random-forest surrogates are particularly efficient, and that combining search methods generally increases performance since the biases of any single method are mitigated. Moving from these observations, we propose a reinforcement learning (RL) scheme to automatically select and combine search methods on-the-fly during a calibration run. The RL agent keeps exploiting a specific method only as long as this keeps performing well, but explores new strategies when the specific method reaches a performance plateau. The resulting RL search scheme outperforms any other method or method combination tested, and does not rely on any prior information or trial and error procedure.
    Date: 2023–02
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2302.11835&r=cmp
  14. By: Seoyun Hong
    Abstract: This paper develops estimation and inference methods for censored quantile regression models with high-dimensional controls. The methods are based on the application of double/debiased machine learning (DML) framework to the censored quantile regression estimator of Buchinsky and Hahn (1998). I provide valid inference for low-dimensional parameters of interest in the presence of high-dimensional nuisance parameters when implementing machine learning estimators. The proposed estimator is shown to be consistent and asymptotically normal. The performance of the estimator with high-dimensional controls is illustrated with numerical simulation and an empirical application that examines the effect of 401(k) eligibility on savings.
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2303.02784&r=cmp
  15. By: Lett, Elle; La Cava, William
    Abstract: Machine learning (ML)-derived tools are rapidly being deployed as an additional input in the clinical decision-making process to optimize health interventions. However, ML models also risk propagating societal discrimination and exacerbating existing health inequities. The field of ML fairness has focused on developing approaches to mitigate bias in ML models. To date, the focus has been on the model fitting process, simplifying the processes of structural discrimination to definitions of model bias based on performance metrics. Here, we reframe the ML task through the lens of intersectionality, a Black feminist theoretical framework that contextualizes individuals in interacting systems of power and oppression, linking inquiry into measuring fairness to the pursuit of health justice. In doing so, we present intersectional ML fairness as a paradigm shift that moves from an emphasis on model metrics to an approach for ML that is centered around achieving more equitable health outcomes.
    Date: 2023–02–27
    URL: http://d.repec.org/n?u=RePEc:osf:socarx:gu7yh&r=cmp
  16. By: Lucila Porto
    Abstract: What if Q-Learning algorithms set not only prices but also the degree of differentiation between them? In this paper, I tackle this question by analyzing the competition between two Q-Learning algorithms in a Hotelling setting. I find that most of the simulations converge to a Nash Equilibrium where the algorithms are playing non-competitive strategies. In most simulations, they optimally learn not to differentiate each other and to set a collusive price. An underlying deviation and punishment scheme sustains this implicit agreement. The results are robust to the enlargement of the action space and the introduction of relocalization costs.
    JEL: L1 L4
    Date: 2022–11
    URL: http://d.repec.org/n?u=RePEc:aep:anales:4587&r=cmp
  17. By: Luca Badolato (Max Planck Institute for Demographic Research, Rostock, Germany); Ari Gabriel Decter-Frain (Max Planck Institute for Demographic Research, Rostock, Germany); Nicolas Irons (Max Planck Institute for Demographic Research, Rostock, Germany); Maria Laura Miranda (Max Planck Institute for Demographic Research, Rostock, Germany); Erin Walk; Elnura Zhalieva; Monica Alexander (Max Planck Institute for Demographic Research, Rostock, Germany); Ugofilippo Basellini (Max Planck Institute for Demographic Research, Rostock, Germany); Emilio Zagheni (Max Planck Institute for Demographic Research, Rostock, Germany)
    Abstract: Individual-level mortality prediction is a fundamental challenge with implications for people and societies. Accurate longevity predictions improve life planning, targeting of high-risk individuals, and organization of social interventions, policies, and public spending. Demographers and actuaries have been primarily concerned with mortality modeling and prediction at a macro level, leveraging strong regularities in mortality rates over age, sex, space, and time. Besides clinical settings, individual-level mortality predictions have been largely overlooked and have remained a challenging task. We model and predict individual-level lifespan using data from the US Health and Retirement Study, a nationally representative longitudinal survey of people over 50 years of age. We estimate 12 statistical and machine learning survival analysis models using over 150 predictors measuring behavioral, biological, demographic, health, and social indicators. Extending previous research on inequalities in mortality and morbidity, we investigate inequalities in individual mortality prediction by gender, race and ethnicity, and education. Machine learning and traditional models report comparable accuracy and relatively high discriminative performance, particularly when including time-varying information (best mean Area Under the Curve = 0.87). However, the models and predictors used fail to account for a majority of lifespan heterogeneity at the individual level. We observe consistent inequalities in mortality predictability and risk discrimination, with lower prediction accuracy for men, non-Hispanic Blacks, and low-educated individuals. In addition, people in these groups show lower accuracy in their subjective predictions of their own lifespan. Finally, we see minimal variation in the top features across groups, with variables related to habits, health history, and finances being relevant predictors. Our results assess how well mortality can be predicted from representative surveys, providing baselines and guidance for future research across countries.
    Keywords: USA, forecasts, inequality, longevity
    JEL: J1 Z0
    Date: 2023
    URL: http://d.repec.org/n?u=RePEc:dem:wpaper:wp-2023-008&r=cmp
  18. By: Sturm, Timo
    Abstract: To achieve great performance and ensure their long-term survival, organizations must successfully act in and adapt to the reality that surrounds them, which requires organizations to learn effectively. For decades, organizations have relied exclusively on human learning for this purpose. With today’s rise of machine learning (ML) systems as a modern form of artificial intelligence (AI) and their ability to autonomously learn and act, ML systems can now also contribute to this vital process, offering organizations an alternative way to learn. Although organizations are increasingly adopting ML systems within a wide range of processes, we still know surprisingly little about how the learning of humans and ML systems affects each other and how their mutual learning affects organizational performance. Although a significant amount of research has addressed ML, existing research leaves it largely unclear whether and when humans and ML systems act as beneficial complementarities or as mutual impediments within the context of learning. This is problematic, as the (mis)use of ML systems may corrupt an organization’s central process of learning and thus impair the organizational adaptation that is crucial for organizational survival. To help organizations facilitate useful synergies of humans and ML systems, this dissertation explores humans’ and ML systems’ idiosyncrasies and their bilateral interplay. As research on organizational learning has demonstrated, the key to managing such dynamics is the effective coordination of the ones who learn. The studies that were conducted for this dissertation therefore aim to uncover virtuous and vicious dynamics between humans and ML systems and how these dynamics can be managed to increase organizational performance. To take a holistic perspective, this dissertation explores three central levels of analysis. The first level of analysis deals with performance impacts on the individual level. Here, the analysis focuses on two essential issues. First, the availability of ML systems as an alternative to humans requires organizations to rethink their problem delegation strategies. Organizations can benefit the most from the relative strengths of humans and ML systems if they are able to delegate problems to those whose expertise and capabilities best fit the problem. This requires organizations to develop an understanding of the problem characteristics that point to problems that are better (or less) suited to being solved by ML systems than by humans. Using a qualitative interview approach, the first study identifies central criteria and procedural artifacts and synthesizes these into a framework for identifying and evaluating problems in ML contexts. The framework provides a theoretical basis to help inform research about delegation decisions between humans and ML systems by unpacking problem nuances that decisively render problems suitable for ML systems. Building on these insights, a subsequent qualitative analysis explores how the dependency between a human and an ML system with respect to the delegated problem affects performance outcomes. The theoretical model that is proposed explains individual performance gains that result from ML systems’ use as a function of the fit between task, data, and technology characteristics. The model highlights how idiosyncrasies of an ML system can affect a human expert’s task execution performance when the expert bases her/his task execution on the ML system’s contributions. This study provides first empirical evidence on controllable levers for managing involved dependencies to increase individual performance. The second level of analysis focuses on performance impacts on the group level. In contrast to traditional (non-ML) information systems, ML systems’ unique learning ability enables them to contribute independently to team endeavors, joining groups as active members that can affect group dynamics through their own contributions. Thus, in a third study, a digital trace analysis is conducted to explore the dynamics of a real-world case in which a group of human traders and a productively trading reinforcement ML system collaborate during trading. The studied case reveals that bilateral learning between multiple humans and an ML system can increase trading performance, which appears to be the result of an emerging virtuous cycle between the humans and the ML system. The findings demonstrate that the interactions between the humans and the ML system can lead to group performance that outperforms the individual trading of either the humans or the ML system. However, in order to achieve this, organizations must effectively coordinate the knowledge transfer and the roles of the involved humans and the ML system. The third level of analysis focuses on performance impacts on the organization level. As ML systems increasingly contribute to organizational processes in all areas of the organization, changes in the organization’s fundamental concepts are likely to occur, and these may affect the organization’s overall performance. In a fourth study, a series of agent-based simulations are therefore used to explore the dynamics of organization-wide interactions between humans and ML systems. The results imply that ML systems can help stimulate the pursuit of innovative directions, liberating humans from exploring unorthodox ideas. The results also show that the alignment of human learning and ML is largely beneficial but can, under certain conditions, become detrimental to organizations. The findings emphasize that effective coordination of humans and ML systems that takes environmental conditions into account can determine the positive and negative impacts of ML systems on organization-level performance. The analyses included in this dissertation highlight that it is precisely the unique differences between humans and ML systems that often seem to make them better complements than substitutes for one another. The secret to unleashing the true potential of ML systems may therefore lie in effectively coordinating the differences between humans and ML systems within their bilateral relationship to produce virtuous cycles of mutual improvement. This dissertation is a first step toward developing theory and guidance on coordinating the dynamics between humans and ML systems, with the aim of helping to rethink collaboration theory in the era of AI.
    Date: 2023
    URL: http://d.repec.org/n?u=RePEc:dar:wpaper:137083&r=cmp
  19. By: Ali Fathi; Bernhard Hientzsch
    Abstract: We consider two data-driven approaches to hedging, Reinforcement Learning and Deep Trajectory-based Stochastic Optimal Control, under a stepwise mean-variance objective. We compare their performance for a European call option in the presence of transaction costs under discrete trading schedules. We do this for a setting where stock prices follow Black-Scholes-Merton dynamics and the "book-keeping" price for the option is given by the Black-Scholes-Merton model with the same parameters. This simulated data setting provides a "sanitized" lab environment with simple enough features where we can conduct a detailed study of strengths, features, issues, and limitations of these two approaches. However, the formulation is model free and could allow any other setting with available book-keeping prices. We consider this study as a first step to develop, test, and validate autonomous hedging agents, and we provide blueprints for such efforts that address various concerns and requirements.
    Date: 2023–02
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2302.07996&r=cmp
  20. By: Yasar, Alperen (Ca' Foscari University of Venice)
    Abstract: This study explores the impact of power struggles on the emergence of gender discrimination within the organizational culture. Utilizing an agent-based model, we simulate power struggles as an asymmetric hawk and dove game where agents may categorize their opponents based on their observable traits to make effective decisions. Our model includes two categories: prestigious education and sex, with prestigious education having higher struggling power. We examine three categorization strategies: fine-grained, regular-grained, and coarse-grained categorization. Our results indicate that fine-grained categorizers gain an advantage when the cost of fighting is low. In contrast, coarse-grained categorizers become more peaceful, leading to an advantage when the cost of fighting is high. Our simulation reveals that although there is no meaningful difference between sexes, different behaviors emerge when fine-categorizing agents dominate.
    Date: 2023–02–12
    URL: http://d.repec.org/n?u=RePEc:osf:socarx:t4g83&r=cmp
  21. By: Frederico Dutilh Novaes; Gabriel de Abreu Madeira; Aurimar Cerqueira
    Abstract: This paper presents our methodology to simulate the behavior of the DeLend Platform. Such simulations are important to verify if the system is able to connect the different sets of agents linked to the platform in a functional manner. They also provide inputs to guide the choices of operational parameters, such as the platform spread, and strategies by DeLend, since they estimate how the key variables of interest respond to different policies. We discuss the methodology and provide examples meant to clarify the approach and to how we intend to use the tool in practice -- they should not be interpreted as representative of real life scenarios.
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2303.03214&r=cmp
  22. By: Yuan Gao; Biao Jiang; Jietong Zhou
    Abstract: Financial Distress Prediction plays a crucial role in the economy by accurately forecasting the number and probability of failing structures, providing insight into the growth and stability of a country's economy. However, predicting financial distress for Small and Medium Enterprises is challenging due to their inherent ambiguity, leading to increased funding costs and decreased chances of receiving funds. While several strategies have been developed for effective FCP, their implementation, accuracy, and data security fall short of practical applications. Additionally, many of these strategies perform well for a portion of the dataset but are not adaptable to various datasets. As a result, there is a need to develop a productive prediction model for better order execution and adaptability to different datasets. In this review, we propose a feature selection algorithm for FCP based on element credits and data source collection. Current financial distress prediction models rely mainly on financial statements and disregard the timeliness of organization tests. Therefore, we propose a corporate FCP model that better aligns with industry practice and incorporates the gathering of thin-head component analysis of financial data, corporate governance qualities, and market exchange data with a Relevant Vector Machine. Experimental results demonstrate that this strategy can improve the forecast efficiency of financial distress with fewer characteristic factors.
    Date: 2023–02
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2302.12118&r=cmp
  23. By: Norbäck, Pehr-Johan (Research Institute of Industrial Economics (IFN)); Persson, Lars (Research Institute of Industrial Economics (IFN))
    Abstract: The application of machine learning (ML) to big data has become increasingly important. We propose a model where firms have access to the same ML, but incumbents have access to historical data. We show that big data raises entrepreneurial barriers making the creative destruction process less destructive (less business-stealing) if the entrepreneur has weak access to the incumbent’s data. It is also shown that this induces entrepreneurs to take on more risk and be more creative. Policies making data generally available may therefore be suboptimal. Supporting entrepreneurs’ access to ML might be preferable since it stimulates creative entrepreneurship.
    Keywords: Machine Learning; Big Data; Creative Destruction; Entrepreneurship; Operational Data
    JEL: L10 L20 M13 O30
    Date: 2023–02–22
    URL: http://d.repec.org/n?u=RePEc:hhs:iuiwop:1454&r=cmp
  24. By: Moez Kilani (ULCO - Université du Littoral Côte d'Opale, LEM - Lille économie management - UMR 9221 - UA - Université d'Artois - UCL - Université catholique de Lille - Université de Lille - CNRS - Centre National de la Recherche Scientifique); Ousmane Diop (ULCO - Université du Littoral Côte d'Opale, LEM - Lille économie management - UMR 9221 - UA - Université d'Artois - UCL - Université catholique de Lille - Université de Lille - CNRS - Centre National de la Recherche Scientifique); Ngagne Diop (ULCO - Université du Littoral Côte d'Opale, TVES - Territoires, Villes, Environnement & Société - ULR 4477 - ULCO - Université du Littoral Côte d'Opale - Université de Lille)
    Abstract: We use an activity-based transport model to simulate the progression of a virus at the regional scale. We analyse several scenarios corresponding to distinct situations and describing how small initial clusters of infected agents expand and reach a pandemic level. We evaluate the effectiveness of some public restrictions and compare the number of infections with respect to the base-case scenario, where no restrictions are in place. We consider the wearing of masks in public transport and/or in some activities (work, leisure and shopping) and the implementation of a lockdown. Our analysis shows that education, including the primary level, is one of the major activities where infections occur. We find that the wearing of masks in transportation only does not yield important impacts. The lockdown is efficient in containing the spread of the virus but, at the same time, significantly increases the length of the wave (factor of two). This is because the number of agents who are susceptible to be infected remains high. Our analysis uses the murdasp tool specifically designed to process the output of transport models and performs the simulation of the pandemic.
    Keywords: Kilani, M. Diop, O. Diop, N. Using Transport Activity-Based activity-transport simulations the dynamic of the pandemic (COVID-19) social and physical distancing, M., Diop, O., N. Using Transport Activity-Based activity-transport simulations, the dynamic of the pandemic (COVID-19), social and physical distancing
    Date: 2023–02–01
    URL: http://d.repec.org/n?u=RePEc:hal:journl:hal-03946166&r=cmp
  25. By: Das, Gouranga G.; Ginting, Edimon; Horridge, Mark; Yamano, Takashi
    Abstract: Kyrgyzstan economy have undergone transition from a different economic system in the 1990s until now. For stimulating a diversified long-run growth in Kyrgyzstan, the region needs to overcome spatial fragmentation by integrating the regions for economic development translating into national growth, and wider welfare gains. For sustained basis and shared prosperity, several policies are necessary for reforming basic services, human development, connectivity via infrastructure, industrial as well as agricultural performance, and a conducive business environment. In this paper, we assess the potential impacts of selected structural reform measures using a newly developed comparative-static forecasting model tailored to suit Kyrgyzstan economy--a computable general equilibrium (CGE) model (KGZORANI)-with a detailed Input-Output table for 34 sectors, and SAM of the national economy as of 2015. Economy is disaggregated into 9 regions. The reform initiatives are designed for enhancement of productivity and efficiency in agriculture, services such as trade, tourism, and transport, logistics, some manufacturing for industrialization, as well as power and energy sector like electricity, and global integration via trade and FDI. Policy reform simulation demonstrates that regional and global integration via improvement in transport and logistics will facilitate modern E-commerce, and boost productivity with real GDP growth. Given the dependence on agriculture and tourism, this kind of diversification is conducive for becoming non-susceptible to external vulnerability. Thus, structural reform facilitates growth across the oblasts (7 regions and 2 cities) in Kyrgyzstan and moves the economy by another 1.41 percentage points annually over the baseline path to 2030.
    Keywords: Computable General Equilibrium Models, Growth Diagnostics, Productivity effects, FDI, Trade, Structural Transformation, Economic Reforms, Regional Cooperation, Central Asia
    Date: 2023
    URL: http://d.repec.org/n?u=RePEc:zbw:glodps:1250&r=cmp
  26. By: Daniel Ciganda (Max Planck Institute for Demographic Research, Rostock, Germany); Julia Hellstrand (Max Planck Institute for Demographic Research, Rostock, Germany); Mikko Myrskylä (Max Planck Institute for Demographic Research, Rostock, Germany)
    JEL: J1 Z0
    Date: 2023
    URL: http://d.repec.org/n?u=RePEc:dem:wpaper:wp-2023-010&r=cmp
  27. By: Giannoulakis, Stelios; Forletta, Marco; Gross, Marco; Tereanu, Eugen
    Abstract: This paper evaluates the resilience benefits of borrower-based macroprudential policies—such as LTV, DSTI, or DTI caps—for households and banks in the EU. To that end, we employ a further developed variant of the integrated micro-macro simulation model of Gross and Población (2017). Besides various methodological advances, joint policy caps are now also considered, and the resilience benefits are decomposed across income and wealth categories of borrowing households. Our findings suggest that (1) the resilience of households improves notably as a result of implementing individual and joint policy limits, with joint limits being more than additively effective; (2) borrower-based measures can visibly enhance the quality of bank mortgage portfolios over time, supporting bank solvency ratios; and (3) the policies’ resilience benefits are more pronounced for households located at the lower end of the income and wealth distributions. JEL Classification: C33, E58, G18
    Keywords: Borrower-based macroprudential policy, household micro data and modeling, macro-financial linkages
    Date: 2023–03
    URL: http://d.repec.org/n?u=RePEc:ecb:ecbwps:20232795&r=cmp
  28. By: Jiahua Xu; Daniel Perez; Yebo Feng; Benjamin Livshits
    Abstract: Decentralized finance (DeFi) has seen a tremendous increase in interest in the past years with many types of protocols, such as lending protocols or automated market-makers (AMMs) These protocols are typically controlled using off-chain governance, where token holders can vote to modify different parameters of the protocol. Up till now, however, choosing these parameters has been a manual process, typically done by the core team behind the protocol. In this work, we model a DeFi environment and propose a semi-automatic parameter adjustment approach with deep Q-network (DQN) reinforcement learning. Our system automatically generates intuitive governance proposals to adjust these parameters with data-driven justifications. Our evaluation results demonstrate that a learning-based on-chain governance procedure is more reactive, objective, and efficient than the existing manual approach.
    Date: 2023–02
    URL: http://d.repec.org/n?u=RePEc:arx:papers:2302.09551&r=cmp
  29. By: Moore, Duncan A.Q.; Yaqub, Ohid; Sampat, Bhaven N.
    Abstract: The Medical Subject Headings (MeSH) thesaurus, a controlled vocabulary, is increasingly being used by those who study research and innovation. While classification was once purely entirely manual, human indexers are now assisted by algorithmic suggestions in an effort to automate some of the indexing process. A version of this algorithm, the Medical Text Indexer, has been made available, allowing for classification of arbitrary text into MeSH categories. Potentially, this opens up other document classes to MeSH assignment for research and innovation studies. However, it remains unclear how well the MTI, a tool designed to categorize publications for indexing purposes, can be reliably extended to other document classes. To allow for assessment of the MTI’s performance for different classes of documents, we collected text from grant descriptions, patent claims, and drug indications; and compared the MTI’s categorisation to that of a qualified human classifier. We also tested whether MTI performance varied with text length or score thresholding. Our results suggest that researchers can proceed with confidence that the MTI reliably captures the diseases contained in a text (recall), and that its scoring can be used to guard against false diseases in its outputs (precision).
    Date: 2023–02–25
    URL: http://d.repec.org/n?u=RePEc:osf:socarx:b75fr&r=cmp

General information on the NEP project can be found at https://nep.repec.org. For comments please write to the director of NEP, Marco Novarese at <director@nep.repec.org>. Put “NEP” in the subject, otherwise your mail may be rejected.
NEP’s infrastructure is sponsored by the School of Economics and Finance of Massey University in New Zealand.