首页 > 最新文献

arXiv - QuantFin - Computational Finance最新文献

英文 中文
New intelligent empowerment for digital transformation 数字化转型的全新智能赋能
Pub Date : 2024-06-26 DOI: arxiv-2406.18440
Peng Yifeng, Gao Chen
This study proposes an innovative evaluation method based on large languagemodels (LLMs) specifically designed to measure the digital transformation (DT)process of enterprises. By analyzing the annual reports of 4407 companieslisted on the New York Stock Exchange and Nasdaq from 2005 to 2022, acomprehensive set of DT indicators was constructed. The findings revealed thatDT significantly improves a company's financial performance, however, differentdigital technologies exhibit varying effects on financial performance.Specifically, blockchain technology has a relatively limited positive impact onfinancial performance. In addition, this study further discovered that DT canpromote the growth of financial performance by enhancing operational efficiencyand reducing costs. This study provides a novel DT evaluation tool for theacademic community, while also expanding the application scope of generativeartificial intelligence technology in economic research.
本研究提出了一种基于大型语言模型(LLM)的创新评估方法,专门用于衡量企业的数字化转型(DT)进程。通过分析 2005 年至 2022 年在纽约证券交易所和纳斯达克上市的 4407 家公司的年度报告,构建了一套全面的 DT 指标。研究结果表明,数字技术能显著提高公司的财务绩效,但不同的数字技术对财务绩效的影响各不相同,具体而言,区块链技术对财务绩效的积极影响相对有限。此外,本研究还进一步发现,数字技术可以通过提高运营效率和降低成本来促进财务绩效的增长。本研究为学术界提供了一种新颖的 DT 评估工具,同时也拓展了生成式人工智能技术在经济研究中的应用范围。
{"title":"New intelligent empowerment for digital transformation","authors":"Peng Yifeng, Gao Chen","doi":"arxiv-2406.18440","DOIUrl":"https://doi.org/arxiv-2406.18440","url":null,"abstract":"This study proposes an innovative evaluation method based on large language\u0000models (LLMs) specifically designed to measure the digital transformation (DT)\u0000process of enterprises. By analyzing the annual reports of 4407 companies\u0000listed on the New York Stock Exchange and Nasdaq from 2005 to 2022, a\u0000comprehensive set of DT indicators was constructed. The findings revealed that\u0000DT significantly improves a company's financial performance, however, different\u0000digital technologies exhibit varying effects on financial performance.\u0000Specifically, blockchain technology has a relatively limited positive impact on\u0000financial performance. In addition, this study further discovered that DT can\u0000promote the growth of financial performance by enhancing operational efficiency\u0000and reducing costs. This study provides a novel DT evaluation tool for the\u0000academic community, while also expanding the application scope of generative\u0000artificial intelligence technology in economic research.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"29 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141501635","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
$text{Alpha}^2$: Discovering Logical Formulaic Alphas using Deep Reinforcement Learning $text{Alpha}^2$:使用深度强化学习发现逻辑公式字母
Pub Date : 2024-06-24 DOI: arxiv-2406.16505
Feng Xu, Yan Yin, Xinyu Zhang, Tianyuan Liu, Shengyi Jiang, Zongzhang Zhang
Alphas are pivotal in providing signals for quantitative trading. Theindustry highly values the discovery of formulaic alphas for theirinterpretability and ease of analysis, compared with the expressive yetoverfitting-prone black-box alphas. In this work, we focus on discoveringformulaic alphas. Prior studies on automatically generating a collection offormulaic alphas were mostly based on genetic programming (GP), which is knownto suffer from the problems of being sensitive to the initial population,converting to local optima, and slow computation speed. Recent effortsemploying deep reinforcement learning (DRL) for alpha discovery have not fullyaddressed key practical considerations such as alpha correlations and validity,which are crucial for their effectiveness. In this work, we propose a novelframework for alpha discovery using DRL by formulating the alpha discoveryprocess as program construction. Our agent, $text{Alpha}^2$, assembles analpha program optimized for an evaluation metric. A search algorithm guided byDRL navigates through the search space based on value estimates for potentialalpha outcomes. The evaluation metric encourages both the performance and thediversity of alphas for a better final trading strategy. Our formulation ofsearching alphas also brings the advantage of pre-calculation dimensionalanalysis, ensuring the logical soundness of alphas, and pruning the vast searchspace to a large extent. Empirical experiments on real-world stock marketsdemonstrates $text{Alpha}^2$'s capability to identify a diverse set of logicaland effective alphas, which significantly improves the performance of the finaltrading strategy. The code of our method is available athttps://github.com/x35f/alpha2.
字母是提供量化交易信号的关键。与表现力强但容易过度拟合的黑盒子字母相比,公式化字母具有可解释性和易分析性,因此业界高度重视公式化字母的发现。在这项工作中,我们的重点是发现公式字母。之前关于自动生成公式化字母集合的研究大多基于遗传编程(GP),众所周知,遗传编程存在对初始种群敏感、易转化为局部最优和计算速度慢等问题。最近,利用深度强化学习(DRL)发现阿尔法的努力还没有完全解决阿尔法相关性和有效性等关键的实际问题,而这些问题对其有效性至关重要。在这项工作中,我们通过将阿尔法发现过程表述为程序构建,提出了一种使用 DRL 发现阿尔法的新型框架。我们的代理($text{Alpha}^2$)会组装针对评估指标进行优化的阿尔法程序。DRL指导下的搜索算法会根据潜在阿尔法结果的估计值在搜索空间中进行导航。评估指标既能提高字母的性能,又能增加字母的多样性,从而获得更好的最终交易策略。我们对搜索字母的表述还带来了预先计算维度分析的优势,确保了字母的逻辑合理性,并在很大程度上修剪了庞大的搜索空间。在真实股票市场上进行的经验实验证明,$text{Alpha}^2$ 能够识别出一系列不同的逻辑和有效的alphas,从而显著提高了最终交易策略的性能。我们方法的代码可在https://github.com/x35f/alpha2。
{"title":"$text{Alpha}^2$: Discovering Logical Formulaic Alphas using Deep Reinforcement Learning","authors":"Feng Xu, Yan Yin, Xinyu Zhang, Tianyuan Liu, Shengyi Jiang, Zongzhang Zhang","doi":"arxiv-2406.16505","DOIUrl":"https://doi.org/arxiv-2406.16505","url":null,"abstract":"Alphas are pivotal in providing signals for quantitative trading. The\u0000industry highly values the discovery of formulaic alphas for their\u0000interpretability and ease of analysis, compared with the expressive yet\u0000overfitting-prone black-box alphas. In this work, we focus on discovering\u0000formulaic alphas. Prior studies on automatically generating a collection of\u0000formulaic alphas were mostly based on genetic programming (GP), which is known\u0000to suffer from the problems of being sensitive to the initial population,\u0000converting to local optima, and slow computation speed. Recent efforts\u0000employing deep reinforcement learning (DRL) for alpha discovery have not fully\u0000addressed key practical considerations such as alpha correlations and validity,\u0000which are crucial for their effectiveness. In this work, we propose a novel\u0000framework for alpha discovery using DRL by formulating the alpha discovery\u0000process as program construction. Our agent, $text{Alpha}^2$, assembles an\u0000alpha program optimized for an evaluation metric. A search algorithm guided by\u0000DRL navigates through the search space based on value estimates for potential\u0000alpha outcomes. The evaluation metric encourages both the performance and the\u0000diversity of alphas for a better final trading strategy. Our formulation of\u0000searching alphas also brings the advantage of pre-calculation dimensional\u0000analysis, ensuring the logical soundness of alphas, and pruning the vast search\u0000space to a large extent. Empirical experiments on real-world stock markets\u0000demonstrates $text{Alpha}^2$'s capability to identify a diverse set of logical\u0000and effective alphas, which significantly improves the performance of the final\u0000trading strategy. The code of our method is available at\u0000https://github.com/x35f/alpha2.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"33 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141520788","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Profit Maximization In Arbitrage Loops 套利循环中的利润最大化
Pub Date : 2024-06-24 DOI: arxiv-2406.16600
Yu Zhang, Zichen Li, Tao Yan, Qianyu Liu, Nicolo Vallarano, Claudio Tessone
Cyclic arbitrage chances exist abundantly among decentralized exchanges(DEXs), like Uniswap V2. For an arbitrage cycle (loop), researchers orpractitioners usually choose a specific token, such as Ether as input, andoptimize their input amount to get the net maximal amount of the specific tokenas arbitrage profit. By considering the tokens' prices from CEXs in this paper,the new arbitrage profit, called monetized arbitrage profit, will be quantifiedas the product of the net number of a specific token we got from the arbitrageloop and its corresponding price in CEXs. Based on this concept, we put forwardthree different strategies to maximize the monetized arbitrage profit for eacharbitrage loop. The first strategy is called the MaxPrice strategy. Under thisstrategy, arbitrageurs start arbitrage only from the token with the highest CEXprice. The second strategy is called the MaxMax strategy. Under this strategy,we calculate the monetized arbitrage profit for each token as input in turn inthe arbitrage loop. Then, we pick up the most maximal monetized arbitrageprofit among them as the monetized arbitrage profit of the MaxMax strategy. Thethird one is called the Convex Optimization strategy. By mapping the MaxMaxstrategy to a convex optimization problem, we proved that the ConvexOptimization strategy could get more profit in theory than the MaxMax strategy,which is proved again in a given example. We also proved that if no arbitrageprofit exists according to the MaxMax strategy, then the Convex Optimizationstrategy can not detect any arbitrage profit, either. However, the empiricaldata analysis denotes that the profitability of the Convex Optimizationstrategy is almost equal to that of the MaxMax strategy, and the MaxPricestrategy is not reliable in getting the maximal monetized arbitrage profitcompared to the MaxMax strategy.
循环套利机会在去中心化交易所(DEX)(如 Uniswap V2)中大量存在。在一个套利循环(loop)中,研究者或实践者通常会选择特定的代币(如以太币)作为输入,并优化其输入量,以获得特定代币的最大净值作为套利利润。本文通过考虑 CEX 中的代币价格,将新的套利利润(称为货币化套利利润)量化为我们从套利圈中获得的特定代币的净数量与其在 CEX 中的相应价格的乘积。基于这一概念,我们提出了三种不同的策略,以最大化每个套利循环的货币化套利利润。第一种策略称为最大价格策略。在这种策略下,套利者只从 CEX 价格最高的代币开始套利。第二种策略称为 MaxMax 策略。在该策略下,我们依次计算每个代币的货币化套利利润,作为套利循环的输入。然后,我们选取其中货币化套利利润最大的一个作为 MaxMax 策略的货币化套利利润。第三种策略称为凸优化策略。通过将 MaxMax 策略映射为凸优化问题,我们证明了凸优化策略在理论上可以比 MaxMax 策略获得更多的利润,并在一个给定的例子中再次证明了这一点。我们还证明,如果根据 MaxMax 策略不存在套利利润,那么凸优化策略也无法发现任何套利利润。然而,经验数据分析表明,凸优化策略的盈利能力几乎与 MaxMax 策略相当,而 MaxPricestrategy 与 MaxMax 策略相比,在获取最大货币化套利利润方面并不可靠。
{"title":"Profit Maximization In Arbitrage Loops","authors":"Yu Zhang, Zichen Li, Tao Yan, Qianyu Liu, Nicolo Vallarano, Claudio Tessone","doi":"arxiv-2406.16600","DOIUrl":"https://doi.org/arxiv-2406.16600","url":null,"abstract":"Cyclic arbitrage chances exist abundantly among decentralized exchanges\u0000(DEXs), like Uniswap V2. For an arbitrage cycle (loop), researchers or\u0000practitioners usually choose a specific token, such as Ether as input, and\u0000optimize their input amount to get the net maximal amount of the specific token\u0000as arbitrage profit. By considering the tokens' prices from CEXs in this paper,\u0000the new arbitrage profit, called monetized arbitrage profit, will be quantified\u0000as the product of the net number of a specific token we got from the arbitrage\u0000loop and its corresponding price in CEXs. Based on this concept, we put forward\u0000three different strategies to maximize the monetized arbitrage profit for each\u0000arbitrage loop. The first strategy is called the MaxPrice strategy. Under this\u0000strategy, arbitrageurs start arbitrage only from the token with the highest CEX\u0000price. The second strategy is called the MaxMax strategy. Under this strategy,\u0000we calculate the monetized arbitrage profit for each token as input in turn in\u0000the arbitrage loop. Then, we pick up the most maximal monetized arbitrage\u0000profit among them as the monetized arbitrage profit of the MaxMax strategy. The\u0000third one is called the Convex Optimization strategy. By mapping the MaxMax\u0000strategy to a convex optimization problem, we proved that the Convex\u0000Optimization strategy could get more profit in theory than the MaxMax strategy,\u0000which is proved again in a given example. We also proved that if no arbitrage\u0000profit exists according to the MaxMax strategy, then the Convex Optimization\u0000strategy can not detect any arbitrage profit, either. However, the empirical\u0000data analysis denotes that the profitability of the Convex Optimization\u0000strategy is almost equal to that of the MaxMax strategy, and the MaxPrice\u0000strategy is not reliable in getting the maximal monetized arbitrage profit\u0000compared to the MaxMax strategy.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"6 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141501639","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An Improved Algorithm to Identify More Arbitrage Opportunities on Decentralized Exchanges 在去中心化交易所上识别更多套利机会的改进算法
Pub Date : 2024-06-24 DOI: arxiv-2406.16573
Yu Zhang, Tao Yan, Jianhong Lin, Benjamin Kraner, Claudio Tessone
In decentralized exchanges (DEXs), the arbitrage paths exist abundantly inthe form of both arbitrage loops (e.g. the arbitrage path starts from token Aand back to token A again in the end, A, B,..., A) and non-loops (e.g. thearbitrage path starts from token A and stops at a different token N, A, B,...,N). The Moore-Bellman-Ford algorithm, often coupled with the ``walk to theroot" technique, is commonly employed for detecting arbitrage loops in thetoken graph of decentralized exchanges (DEXs) such as Uniswap. However, alimitation of this algorithm is its ability to recognize only a limited numberof arbitrage loops in each run. Additionally, it cannot specify the startingtoken of the detected arbitrage loops, further constraining its effectivenessin certain scenarios. Another limitation of this algorithm is its incapacity todetect non-loop arbitrage paths between any specified pairs of tokens. In thispaper, we develop a new method to solve these problems by combining the linegraph and a modified Moore-Bellman-Ford algorithm (MMBF). This method can helpto find more arbitrage loops by detecting at least one arbitrage loop startingfrom any specified tokens in the DEXs and can detect the non-loop arbitragepaths between any pair of tokens. Then, we applied our algorithm to Uniswap V2and found more arbitrage loops and non-loops indeed compared with applying theMoore-Bellman-Ford (MBF) combined algorithm. The found arbitrage profit by ourmethod in some arbitrage paths can be even as high as one million dollars, farlarger than that found by the MBF combined algorithm. Finally, we statisticallycompare the distribution of arbitrage path lengths and the arbitrage profitdetected by both our method and the MBF combined algorithm, and depict howpotential arbitrage opportunities change with time by our method.
在去中心化交易所(DEX)中,套利路径以套利循环(例如,套利路径从代币 A 开始,最后再次回到代币 A,A,B,...,A)和非循环(例如,套利路径从代币 A 开始,在不同的代币 N 停止,A,B,...,N)的形式大量存在。在检测 Uniswap 等去中心化交易所(DEX)的代币图中的套利循环时,通常会使用 Moore-Bellman-Ford 算法,该算法通常与 "walk to theroot "技术相结合。然而,这种算法的局限性在于每次运行只能识别有限数量的套利循环。此外,它不能指定检测到的套利循环的起始令牌,这进一步限制了它在某些情况下的有效性。该算法的另一个局限是无法检测到任何指定标记对之间的非循环套利路径。在本文中,我们结合线图和改进的摩尔-贝尔曼-福德算法(MMBF),开发了一种新方法来解决这些问题。这种方法可以通过检测从 DEXs 中任意指定令牌开始的至少一个套利环路来帮助找到更多套利环路,并且可以检测任意一对令牌之间的非环路套利路径。然后,我们将我们的算法应用于 Uniswap V2,与应用摩尔-贝尔曼-福德(MBF)组合算法相比,确实发现了更多的套利循环和非循环。在某些套利路径中,我们的方法所发现的套利利润甚至高达一百万美元,远远超过 MBF 组合算法所发现的利润。最后,我们统计比较了我们的方法和 MBF 组合算法所发现的套利路径长度分布和套利利润,并描述了我们的方法所发现的潜在套利机会是如何随时间变化的。
{"title":"An Improved Algorithm to Identify More Arbitrage Opportunities on Decentralized Exchanges","authors":"Yu Zhang, Tao Yan, Jianhong Lin, Benjamin Kraner, Claudio Tessone","doi":"arxiv-2406.16573","DOIUrl":"https://doi.org/arxiv-2406.16573","url":null,"abstract":"In decentralized exchanges (DEXs), the arbitrage paths exist abundantly in\u0000the form of both arbitrage loops (e.g. the arbitrage path starts from token A\u0000and back to token A again in the end, A, B,..., A) and non-loops (e.g. the\u0000arbitrage path starts from token A and stops at a different token N, A, B,...,\u0000N). The Moore-Bellman-Ford algorithm, often coupled with the ``walk to the\u0000root\" technique, is commonly employed for detecting arbitrage loops in the\u0000token graph of decentralized exchanges (DEXs) such as Uniswap. However, a\u0000limitation of this algorithm is its ability to recognize only a limited number\u0000of arbitrage loops in each run. Additionally, it cannot specify the starting\u0000token of the detected arbitrage loops, further constraining its effectiveness\u0000in certain scenarios. Another limitation of this algorithm is its incapacity to\u0000detect non-loop arbitrage paths between any specified pairs of tokens. In this\u0000paper, we develop a new method to solve these problems by combining the line\u0000graph and a modified Moore-Bellman-Ford algorithm (MMBF). This method can help\u0000to find more arbitrage loops by detecting at least one arbitrage loop starting\u0000from any specified tokens in the DEXs and can detect the non-loop arbitrage\u0000paths between any pair of tokens. Then, we applied our algorithm to Uniswap V2\u0000and found more arbitrage loops and non-loops indeed compared with applying the\u0000Moore-Bellman-Ford (MBF) combined algorithm. The found arbitrage profit by our\u0000method in some arbitrage paths can be even as high as one million dollars, far\u0000larger than that found by the MBF combined algorithm. Finally, we statistically\u0000compare the distribution of arbitrage path lengths and the arbitrage profit\u0000detected by both our method and the MBF combined algorithm, and depict how\u0000potential arbitrage opportunities change with time by our method.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"36 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141501640","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
What Teaches Robots to Walk, Teaches Them to Trade too -- Regime Adaptive Execution using Informed Data and LLMs 教机器人走路,也教它们做交易--利用知情数据和 LLM 进行制度自适应执行
Pub Date : 2024-06-20 DOI: arxiv-2406.15508
Raeid Saqur
Machine learning techniques applied to the problem of financial marketforecasting struggle with dynamic regime switching, or underlying correlationand covariance shifts in true (hidden) market variables. Drawing inspirationfrom the success of reinforcement learning in robotics, particularly in agilelocomotion adaptation of quadruped robots to unseen terrains, we introduce aninnovative approach that leverages world knowledge of pretrained LLMs (aka.'privileged information' in robotics) and dynamically adapts them usingintrinsic, natural market rewards using LLM alignment technique we dub as"Reinforcement Learning from Market Feedback" (**RLMF**). Strong empiricalresults demonstrate the efficacy of our method in adapting to regime shifts infinancial markets, a challenge that has long plagued predictive models in thisdomain. The proposed algorithmic framework outperforms best-performing SOTA LLMmodels on the existing (FLARE) benchmark stock-movement (SM) tasks by more than15% improved accuracy. On the recently proposed NIFTY SM task, our adaptivepolicy outperforms the SOTA best performing trillion parameter models likeGPT-4. The paper details the dual-phase, teacher-student architecture andimplementation of our model, the empirical results obtained, and an analysis ofthe role of language embeddings in terms of Information Gain.
应用于金融市场预测问题的机器学习技术在动态体制转换或真实(隐藏)市场变量的潜在相关性和协方差变化方面困难重重。我们从机器人学中强化学习的成功,特别是四足机器人对未知地形的敏捷运动适应中汲取灵感,引入了一种创新方法,即利用预训练 LLM 的世界知识(又称机器人学中的 "特权信息"),并使用我们称之为 "市场反馈强化学习"(**RLMF**)的 LLM 对齐技术,利用内在的自然市场奖励对它们进行动态调整。强大的实证结果证明了我们的方法在适应金融市场制度转变方面的功效,而这正是长期困扰该领域预测模型的难题。在现有的(FLARE)基准股票移动(SM)任务上,所提出的算法框架优于表现最好的 SOTA LLM 模型,准确率提高了 15% 以上。在最近提出的 NIFTY SM 任务中,我们的自适应策略优于 SOTA 性能最好的万亿参数模型,如 GPT-4。论文详细介绍了我们的模型的师生双阶段架构和实施、获得的实证结果以及对语言嵌入在信息增益方面的作用的分析。
{"title":"What Teaches Robots to Walk, Teaches Them to Trade too -- Regime Adaptive Execution using Informed Data and LLMs","authors":"Raeid Saqur","doi":"arxiv-2406.15508","DOIUrl":"https://doi.org/arxiv-2406.15508","url":null,"abstract":"Machine learning techniques applied to the problem of financial market\u0000forecasting struggle with dynamic regime switching, or underlying correlation\u0000and covariance shifts in true (hidden) market variables. Drawing inspiration\u0000from the success of reinforcement learning in robotics, particularly in agile\u0000locomotion adaptation of quadruped robots to unseen terrains, we introduce an\u0000innovative approach that leverages world knowledge of pretrained LLMs (aka.\u0000'privileged information' in robotics) and dynamically adapts them using\u0000intrinsic, natural market rewards using LLM alignment technique we dub as\u0000\"Reinforcement Learning from Market Feedback\" (**RLMF**). Strong empirical\u0000results demonstrate the efficacy of our method in adapting to regime shifts in\u0000financial markets, a challenge that has long plagued predictive models in this\u0000domain. The proposed algorithmic framework outperforms best-performing SOTA LLM\u0000models on the existing (FLARE) benchmark stock-movement (SM) tasks by more than\u000015% improved accuracy. On the recently proposed NIFTY SM task, our adaptive\u0000policy outperforms the SOTA best performing trillion parameter models like\u0000GPT-4. The paper details the dual-phase, teacher-student architecture and\u0000implementation of our model, the empirical results obtained, and an analysis of\u0000the role of language embeddings in terms of Information Gain.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"2012 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141520789","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Integral Betti signature confirms the hyperbolic geometry of brain, climate, and financial networks 贝蒂积分特征证实了大脑、气候和金融网络的双曲几何学
Pub Date : 2024-06-19 DOI: arxiv-2406.15505
Luigi Caputi, Anna Pidnebesna, Jaroslav Hlinka
This paper extends the possibility to examine the underlying curvature ofdata through the lens of topology by using the Betti curves, tools ofPersistent Homology, as key topological descriptors, building on the cliquetopology approach. It was previously shown that Betti curves distinguish randomfrom Euclidean geometric matrices - i.e. distance matrices of points randomlydistributed in a cube with Euclidean distance. In line with previousexperiments, we consider their low-dimensional approximations named integralBetti values, or signatures that effectively distinguish not only Euclidean,but also spherical and hyperbolic geometric matrices, both from purely randommatrices as well as among themselves. To prove this, we analyse the behaviourof Betti curves for various geometric matrices -- i.e. distance matrices ofpoints randomly distributed on manifolds of constant sectional curvature,considering the classical models of curvature 0, 1, -1, given by the Euclideanspace, the sphere, and the hyperbolic space. We further investigate thedependence of integral Betti signatures on factors including the sample sizeand dimension. This is important for assessment of real-world connectivitymatrices, as we show that the standard approach to network construction givesrise to (spurious) spherical geometry, with topology dependent on sampledimensions. Finally, we use the manifolds of constant curvature as comparisonmodels to infer curvature underlying real-world datasets coming fromneuroscience, finance and climate. Their associated topological featuresexhibit a hyperbolic character: the integral Betti signatures associated tothese datasets sit in between Euclidean and hyperbolic (of small curvature).The potential confounding ``hyperbologenic effect'' of intrinsic low-rankmodular structures is also evaluated through simulations.
本文在cliquetopology方法的基础上,使用贝蒂曲线(Persistent Homology的工具)作为关键拓扑描述符,通过拓扑学的视角扩展了研究数据潜在曲率的可能性。以前的研究表明,贝蒂曲线可以区分随机矩阵和欧几里得几何矩阵--即随机分布在具有欧几里得距离的立方体中的点的距离矩阵。与之前的实验一致,我们考虑了它们的低维近似值,即积分贝蒂值,或不仅能有效区分欧几里得几何矩阵,还能区分球面几何矩阵和双曲几何矩阵的特征,既能区分纯随机矩阵,也能区分它们之间的区别。为了证明这一点,我们分析了各种几何矩阵--即随机分布在恒定截面曲率流形上的点的距离矩阵--的贝蒂曲线行为,考虑了欧几里得空间、球面和双曲空间给出的曲率为 0、1、-1 的经典模型。我们进一步研究了积分贝蒂特征对样本大小和维度等因素的依赖性。这对于评估现实世界中的连通性矩阵非常重要,因为我们表明,网络构建的标准方法会产生(虚假的)球形几何,拓扑结构取决于采样维度。最后,我们使用恒定曲率流形作为比较模型来推断真实世界中神经科学、金融和气候数据集的曲率。这些数据集的相关拓扑特征显示出双曲特性:与这些数据集相关的积分贝蒂特征介于欧几里得和双曲(小曲率)之间。我们还通过模拟评估了内在低曲率流形结构可能产生的 "双曲效应"。
{"title":"Integral Betti signature confirms the hyperbolic geometry of brain, climate, and financial networks","authors":"Luigi Caputi, Anna Pidnebesna, Jaroslav Hlinka","doi":"arxiv-2406.15505","DOIUrl":"https://doi.org/arxiv-2406.15505","url":null,"abstract":"This paper extends the possibility to examine the underlying curvature of\u0000data through the lens of topology by using the Betti curves, tools of\u0000Persistent Homology, as key topological descriptors, building on the clique\u0000topology approach. It was previously shown that Betti curves distinguish random\u0000from Euclidean geometric matrices - i.e. distance matrices of points randomly\u0000distributed in a cube with Euclidean distance. In line with previous\u0000experiments, we consider their low-dimensional approximations named integral\u0000Betti values, or signatures that effectively distinguish not only Euclidean,\u0000but also spherical and hyperbolic geometric matrices, both from purely random\u0000matrices as well as among themselves. To prove this, we analyse the behaviour\u0000of Betti curves for various geometric matrices -- i.e. distance matrices of\u0000points randomly distributed on manifolds of constant sectional curvature,\u0000considering the classical models of curvature 0, 1, -1, given by the Euclidean\u0000space, the sphere, and the hyperbolic space. We further investigate the\u0000dependence of integral Betti signatures on factors including the sample size\u0000and dimension. This is important for assessment of real-world connectivity\u0000matrices, as we show that the standard approach to network construction gives\u0000rise to (spurious) spherical geometry, with topology dependent on sample\u0000dimensions. Finally, we use the manifolds of constant curvature as comparison\u0000models to infer curvature underlying real-world datasets coming from\u0000neuroscience, finance and climate. Their associated topological features\u0000exhibit a hyperbolic character: the integral Betti signatures associated to\u0000these datasets sit in between Euclidean and hyperbolic (of small curvature).\u0000The potential confounding ``hyperbologenic effect'' of intrinsic low-rank\u0000modular structures is also evaluated through simulations.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"23 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141520790","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Death, Taxes, and Inequality. Can a Minimal Model Explain Real Economic Inequality? 死亡、税收与不平等。最小模型能否解释实际经济不平等?
Pub Date : 2024-06-19 DOI: arxiv-2406.13789
John C. Stevenson
Income inequalities and redistribution policies are modeled with a minimal,endogenous model of a simple foraging economy. The model is scaled to matchhuman lifespans and overall death rates. Stochastic income distributions fromthe model are compared to empirical data from actual economies. Empirical dataare fit to implied distributions providing necessary resolution for comparison.The impacts of redistribution policies on total wealth, income distributions,and inequality are shown to be similar for the empirical data and the model.These comparisons enable detailed determinations of population welfare beyondwhat is possible with total wealth and inequality metrics. Estate taxes in themodel appear quite effective in reducing inequality without reducing totalwealth. Significant income inequality emerges for the model for a population ofequally capable individuals presented with equal opportunities. Stochasticpopulation instability at both the high and low ends of infertility areconsidered.
收入不平等和再分配政策是通过一个简单觅食经济的最小内生模型来模拟的。该模型的规模与人类寿命和总死亡率相匹配。将模型中的随机收入分布与实际经济中的经验数据进行比较。比较结果表明,再分配政策对总财富、收入分配和不平等的影响在经验数据和模型中是相似的。通过这些比较,可以详细确定人口福利,而这是总财富和不平等指标所无法实现的。模型中的遗产税在减少不平等的同时并没有减少财富总量。对于一个机会均等、能力均等的人群来说,模型中出现了显著的收入不平等。随机人口不稳定性在不孕症的高端和低端都得到了考虑。
{"title":"Death, Taxes, and Inequality. Can a Minimal Model Explain Real Economic Inequality?","authors":"John C. Stevenson","doi":"arxiv-2406.13789","DOIUrl":"https://doi.org/arxiv-2406.13789","url":null,"abstract":"Income inequalities and redistribution policies are modeled with a minimal,\u0000endogenous model of a simple foraging economy. The model is scaled to match\u0000human lifespans and overall death rates. Stochastic income distributions from\u0000the model are compared to empirical data from actual economies. Empirical data\u0000are fit to implied distributions providing necessary resolution for comparison.\u0000The impacts of redistribution policies on total wealth, income distributions,\u0000and inequality are shown to be similar for the empirical data and the model.\u0000These comparisons enable detailed determinations of population welfare beyond\u0000what is possible with total wealth and inequality metrics. Estate taxes in the\u0000model appear quite effective in reducing inequality without reducing total\u0000wealth. Significant income inequality emerges for the model for a population of\u0000equally capable individuals presented with equal opportunities. Stochastic\u0000population instability at both the high and low ends of infertility are\u0000considered.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"33 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141532758","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reinforcement Learning for Corporate Bond Trading: A Sell Side Perspective 公司债券交易的强化学习:卖方视角
Pub Date : 2024-06-18 DOI: arxiv-2406.12983
Samuel Atkins, Ali Fathi, Sammy Assefa
A corporate bond trader in a typical sell side institution such as a bankprovides liquidity to the market participants by buying/selling securities andmaintaining an inventory. Upon receiving a request for a buy/sell price quote(RFQ), the trader provides a quote by adding a spread over a textit{prevalentmarket price}. For illiquid bonds, the market price is harder to observe, andtraders often resort to available benchmark bond prices (such as MarketAxess,Bloomberg, etc.). In cite{Bergault2023ModelingLI}, the concept of textit{FairTransfer Price} for an illiquid corporate bond was introduced which is derivedfrom an infinite horizon stochastic optimal control problem (for maximizing thetrader's expected P&L, regularized by the quadratic variation). In this paper,we consider the same optimization objective, however, we approach theestimation of an optimal bid-ask spread quoting strategy in a data drivenmanner and show that it can be learned using Reinforcement Learning.Furthermore, we perform extensive outcome analysis to examine thereasonableness of the trained agent's behavior.
典型的卖方机构(如银行)中的公司债券交易员通过买入/卖出证券和维持库存为市场参与者提供流动性。在收到买入/卖出报价请求(RFQ)后,交易员会在报价上加上一个价差(textit{prevalentmarket price})。对于非流动性债券,市场价格更难观察,交易商通常会求助于现有的基准债券价格(如 MarketAxess、彭博等)。在《Bergault2023ModelingLI》一书中,引入了非流动性公司债券的 "公平转让价格"(FairTransfer Price)概念,该概念来自于一个无限期随机最优控制问题(最大化交易者的预期收益,并通过二次变化正则化)。在本文中,我们考虑了相同的优化目标,但是,我们以数据驱动的方式来估计最优买卖价差报价策略,并证明可以使用强化学习来学习该策略。
{"title":"Reinforcement Learning for Corporate Bond Trading: A Sell Side Perspective","authors":"Samuel Atkins, Ali Fathi, Sammy Assefa","doi":"arxiv-2406.12983","DOIUrl":"https://doi.org/arxiv-2406.12983","url":null,"abstract":"A corporate bond trader in a typical sell side institution such as a bank\u0000provides liquidity to the market participants by buying/selling securities and\u0000maintaining an inventory. Upon receiving a request for a buy/sell price quote\u0000(RFQ), the trader provides a quote by adding a spread over a textit{prevalent\u0000market price}. For illiquid bonds, the market price is harder to observe, and\u0000traders often resort to available benchmark bond prices (such as MarketAxess,\u0000Bloomberg, etc.). In cite{Bergault2023ModelingLI}, the concept of textit{Fair\u0000Transfer Price} for an illiquid corporate bond was introduced which is derived\u0000from an infinite horizon stochastic optimal control problem (for maximizing the\u0000trader's expected P&L, regularized by the quadratic variation). In this paper,\u0000we consider the same optimization objective, however, we approach the\u0000estimation of an optimal bid-ask spread quoting strategy in a data driven\u0000manner and show that it can be learned using Reinforcement Learning.\u0000Furthermore, we perform extensive outcome analysis to examine the\u0000reasonableness of the trained agent's behavior.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"26 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141501641","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Operator Deep Smoothing for Implied Volatility 操作员深度平滑隐含波动率
Pub Date : 2024-06-17 DOI: arxiv-2406.11520
Lukas Gonon, Antoine Jacquier, Ruben Wiedemann
We devise a novel method for implied volatility smoothing based on neuraloperators. The goal of implied volatility smoothing is to construct a smoothsurface that links the collection of prices observed at a specific instant on agiven option market. Such price data arises highly dynamically in ever-changingspatial configurations, which poses a major limitation to foundational machinelearning approaches using classical neural networks. While large models inlanguage and image processing deliver breakthrough results on vast corpora ofraw data, in financial engineering the generalization from big historicaldatasets has been hindered by the need for considerable data pre-processing. Inparticular, implied volatility smoothing has remained an instance-by-instance,hands-on process both for neural network-based and traditional parametricstrategies. Our general operator deep smoothing approach, instead, directlymaps observed data to smoothed surfaces. We adapt the graph neural operatorarchitecture to do so with high accuracy on ten years of raw intraday S&P 500options data, using a single set of weights. The trained operator adheres tocritical no-arbitrage constraints and is robust with respect to subsampling ofinputs (occurring in practice in the context of outlier removal). We provideextensive historical benchmarks and showcase the generalization capability ofour approach in a comparison with SVI, an industry standard parametrization forimplied volatility. The operator deep smoothing approach thus opens up the useof neural networks on large historical datasets in financial engineering.
我们设计了一种基于神经操作器的隐含波动率平滑新方法。隐含波动率平滑法的目标是构建一个平滑曲面,将特定时刻在给定期权市场上观察到的价格集合联系起来。这种价格数据是在不断变化的空间配置中高度动态产生的,这给使用经典神经网络的基础机器学习方法带来了很大的限制。语言和图像处理领域的大型模型在大量原始数据的基础上取得了突破性的成果,而在金融工程领域,由于需要进行大量的数据预处理,从大型历史数据集中进行归纳的工作受到了阻碍。特别是隐含波动率的平滑处理,对于基于神经网络的策略和传统参数策略来说,仍然是一个逐个实例的实践过程。而我们的通用算子深度平滑方法可以直接将观察到的数据映射到平滑表面。我们调整了图神经算子架构,使用单组权重对十年的标准普尔 500 指数日内原始期权数据进行了高精度处理。训练有素的算子遵守无套利约束条件,对输入的子采样(在去除离群值的实践中经常出现)具有鲁棒性。我们提供了广泛的历史基准,并通过与 SVI(一种用于预测波动率的行业标准参数)的比较,展示了我们方法的泛化能力。因此,算子深度平滑方法开启了神经网络在金融工程大型历史数据集上的应用。
{"title":"Operator Deep Smoothing for Implied Volatility","authors":"Lukas Gonon, Antoine Jacquier, Ruben Wiedemann","doi":"arxiv-2406.11520","DOIUrl":"https://doi.org/arxiv-2406.11520","url":null,"abstract":"We devise a novel method for implied volatility smoothing based on neural\u0000operators. The goal of implied volatility smoothing is to construct a smooth\u0000surface that links the collection of prices observed at a specific instant on a\u0000given option market. Such price data arises highly dynamically in ever-changing\u0000spatial configurations, which poses a major limitation to foundational machine\u0000learning approaches using classical neural networks. While large models in\u0000language and image processing deliver breakthrough results on vast corpora of\u0000raw data, in financial engineering the generalization from big historical\u0000datasets has been hindered by the need for considerable data pre-processing. In\u0000particular, implied volatility smoothing has remained an instance-by-instance,\u0000hands-on process both for neural network-based and traditional parametric\u0000strategies. Our general operator deep smoothing approach, instead, directly\u0000maps observed data to smoothed surfaces. We adapt the graph neural operator\u0000architecture to do so with high accuracy on ten years of raw intraday S&P 500\u0000options data, using a single set of weights. The trained operator adheres to\u0000critical no-arbitrage constraints and is robust with respect to subsampling of\u0000inputs (occurring in practice in the context of outlier removal). We provide\u0000extensive historical benchmarks and showcase the generalization capability of\u0000our approach in a comparison with SVI, an industry standard parametrization for\u0000implied volatility. The operator deep smoothing approach thus opens up the use\u0000of neural networks on large historical datasets in financial engineering.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"46 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141528880","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
DeepUnifiedMom: Unified Time-series Momentum Portfolio Construction via Multi-Task Learning with Multi-Gate Mixture of Experts DeepUnifiedMom:通过多任务学习与多门专家混合构建统一的时间序列动量投资组合
Pub Date : 2024-06-13 DOI: arxiv-2406.08742
Joel Ong, Dorien Herremans
This paper introduces DeepUnifiedMom, a deep learning framework that enhancesportfolio management through a multi-task learning approach and a multi-gatemixture of experts. The essence of DeepUnifiedMom lies in its ability to createunified momentum portfolios that incorporate the dynamics of time seriesmomentum across a spectrum of time frames, a feature often missing intraditional momentum strategies. Our comprehensive backtesting, encompassingdiverse asset classes such as equity indexes, fixed income, foreign exchange,and commodities, demonstrates that DeepUnifiedMom consistently outperformsbenchmark models, even after factoring in transaction costs. This superiorperformance underscores DeepUnifiedMom's capability to capture the fullspectrum of momentum opportunities within financial markets. The findingshighlight DeepUnifiedMom as an effective tool for practitioners looking toexploit the entire range of momentum opportunities. It offers a compellingsolution for improving risk-adjusted returns and is a valuable strategy fornavigating the complexities of portfolio management.
本文介绍的 DeepUnifiedMom 是一种深度学习框架,它通过多任务学习方法和专家的多门类混合来加强投资组合管理。DeepUnifiedMom 的精髓在于它能够创建统一的动量投资组合,将时间序列动量的动态纳入不同的时间框架,而传统的动量策略往往缺乏这一特点。我们对股票指数、固定收益、外汇和大宗商品等多种资产类别进行了全面的回溯测试,结果表明,即使考虑到交易成本,DeepUnifiedMom 的表现也始终优于基准模型。这一优异表现凸显了DeepUnifiedMom捕捉金融市场中各种动量机会的能力。研究结果突出表明,DeepUnifiedMom 是从业人员开发各种动量机会的有效工具。它为提高风险调整回报率提供了令人信服的解决方案,也是驾驭复杂投资组合管理的宝贵策略。
{"title":"DeepUnifiedMom: Unified Time-series Momentum Portfolio Construction via Multi-Task Learning with Multi-Gate Mixture of Experts","authors":"Joel Ong, Dorien Herremans","doi":"arxiv-2406.08742","DOIUrl":"https://doi.org/arxiv-2406.08742","url":null,"abstract":"This paper introduces DeepUnifiedMom, a deep learning framework that enhances\u0000portfolio management through a multi-task learning approach and a multi-gate\u0000mixture of experts. The essence of DeepUnifiedMom lies in its ability to create\u0000unified momentum portfolios that incorporate the dynamics of time series\u0000momentum across a spectrum of time frames, a feature often missing in\u0000traditional momentum strategies. Our comprehensive backtesting, encompassing\u0000diverse asset classes such as equity indexes, fixed income, foreign exchange,\u0000and commodities, demonstrates that DeepUnifiedMom consistently outperforms\u0000benchmark models, even after factoring in transaction costs. This superior\u0000performance underscores DeepUnifiedMom's capability to capture the full\u0000spectrum of momentum opportunities within financial markets. The findings\u0000highlight DeepUnifiedMom as an effective tool for practitioners looking to\u0000exploit the entire range of momentum opportunities. It offers a compelling\u0000solution for improving risk-adjusted returns and is a valuable strategy for\u0000navigating the complexities of portfolio management.","PeriodicalId":501294,"journal":{"name":"arXiv - QuantFin - Computational Finance","volume":"20 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-06-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141520792","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
arXiv - QuantFin - Computational Finance
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1