TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Financial market applications of LLMs

253 点作者 andreyk大约 1 年前

21 条评论

jsemrau大约 1 年前
A lot of words for not bringing much new content to the discussion. I think the most interesting application of LLMs in Finance are<p>(1) synthetic data models for data cleansing, (2) journal management, (3) anomaly tracking, (4) critiquing investments<p>All of this should be done by professionals and nothing is &quot;retail&quot; ready.
评论 #40099708 未加载
评论 #40102787 未加载
评论 #40104020 未加载
评论 #40099863 未加载
评论 #40100952 未加载
评论 #40103783 未加载
评论 #40104014 未加载
评论 #40105974 未加载
评论 #40104601 未加载
评论 #40104520 未加载
评论 #40103185 未加载
conorh大约 1 年前
We are working on a project for a client which functions as an analysis tool for stocks using LLMs. Ingesting 10ks, presentations, news, etc. and doing comparative analysis and other reports. It works great, but one of the things we have learned (and it makes sense) is that traceability of the information for financial professionals is very important - where did the facts and information come from in what the AI is producing. A hard problem to solve completely.
评论 #40102427 未加载
评论 #40103254 未加载
评论 #40101716 未加载
评论 #40108770 未加载
steveBK123大约 1 年前
LLMs labor savings will only help financial market participants if they manage to do it without hallucinations &#x2F; can maintain ground truth.<p>Sure its great if your analysts save 10 hours because they don&#x27;t need to read 10Ks &#x2F; earnings &#x2F; management call transcripts .. but not if it spits out incorrect&#x2F;made up numbers.<p>With code you can run it and see if it works, rinse &amp; repeat.<p>With combing financial documents to then make decisions, you&#x27;ll realize it made up some financial stat after you&#x27;ve lost money. So the iteration loop is quite different.
评论 #40103511 未加载
btbuildem大约 1 年前
There were some developments using LLMs in the timeseries domain which caught my attention.<p>I toyed with the Chronos forecasting toolkit [1], and the results were predictably off by wild margins [2]<p>What really caught my eye though was the &quot;feel&quot; of the predicted timeseries -- this is the first time I&#x27;ve seen synthetic timeseries that look like the real thing. Stock charts have a certain quality to them, once you&#x27;ve been looking at them long enough, you can tell more often than not whether some unlabeled data is a stock price timeseries or not. It seems the chronos LLM was able to pick up on that &quot;nature&quot; of the price movement, and replicate it in its forecasts. Impressive!<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;amazon-science&#x2F;chronos-forecasting">https:&#x2F;&#x2F;github.com&#x2F;amazon-science&#x2F;chronos-forecasting</a><p>2: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;hTRQ38d" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;hTRQ38d</a>
评论 #40101668 未加载
评论 #40102805 未加载
hydershykh大约 1 年前
I think some of the financial applications around LLMs right now are better suited for things like summarization, aggregation, etc.<p>We at Tradytics recently built two tools on top of LLMs and they&#x27;ve been super popular with our usercase.<p>Earnings transcript summary: Users want a simple and easy to understand summary of what happened in an earnings call and report. LLMs are a nice fit for that - <a href="https:&#x2F;&#x2F;tradytics.com&#x2F;earnings" rel="nofollow">https:&#x2F;&#x2F;tradytics.com&#x2F;earnings</a><p>News aggregation &amp; summarization: Given how many articles get written everyday in financial markets, there is need for a better ingestion pipelines. Users want to understand what&#x27;s going on but don&#x27;t want to spend several hours reading through news - <a href="https:&#x2F;&#x2F;tradytics.com&#x2F;news" rel="nofollow">https:&#x2F;&#x2F;tradytics.com&#x2F;news</a>
评论 #40101798 未加载
monkeydust大约 1 年前
&gt; there is much more noise than signal in financial data.<p>Spot on. Very few can consistently find small signals and match that with huge amounts of capital and be successful for a long period. Of course Renaissance Technology comes to mind.<p>Recommended reading this if your interested, was an enjoyable read:The Man Who Solved the Market: How Jim Simons Launched the Quant Revolution
wuj大约 1 年前
HFTs exploit price inefficiencies that last only milliseconds. The time-series data mentioned in the article is on the scale of seconds. I wonder if its possible to get the time-series data on the scale of milliseconds, and how that would affect the training of the objective function in a LLM.
评论 #40102106 未加载
评论 #40102626 未加载
ysofunny大约 1 年前
If I learned anything from a conference by benoit mandelbrot back in my college days<p>is that gaming financial markets is the only real application of anything scientific<p>but I vaguely remember what he was actually talking about, I never quite made it as a mathematician
评论 #40100991 未加载
评论 #40101708 未加载
b20000大约 1 年前
There is no understanding. It is extremely annoying that interpolation is passed off as intelligence.
评论 #40103389 未加载
bvan大约 1 年前
So far, the biggest contribution to financial markets has been hype and promises. I expect this will eventually dissipate into disappointment for most.
评论 #40103216 未加载
winwang大约 1 年前
I&#x27;m surprised people don&#x27;t talk more about sentiment analysis -- or is that mostly solved?<p>Would also be interesting to see more treatises on tranformer(-like) forecasting. Some discussion here: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;MachineLearning&#x2F;comments&#x2F;102mf6v&#x2F;d_transformer_effectiveness_for_time_series&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;MachineLearning&#x2F;comments&#x2F;102mf6v&#x2F;d_...</a>
dz08dl大约 1 年前
Is it really fair to say that 177B is not far from 500B?
评论 #40103552 未加载
评论 #40101235 未加载
评论 #40102722 未加载
y1426i大约 1 年前
Quant has been about finding secrets&#x2F;patterns that no one knows. Secrets because once they are known, the benefits go away or are greatly reduced.<p>Rather than finding patterns in historical numbers, LLM can help quantify the current world in ways not possible before. This opens up a new world of finding new secrets.
crmd大约 1 年前
The synthetic data creation and meta-learning scenario is the only use case that sounds remotely plausible.
MP_1729大约 1 年前
Financial market applications of &quot;transformers&quot;, not LLMs
osigurdson大约 1 年前
The problem with attempting to use a timeseries of historical prices to predict future ones is price is an output, not an input. It would be better to try to gather embedding data for <i>everything</i> and then conduct a sensitivity analysis to see what is correlated to price.
unixhero大约 1 年前
The art here for a human would be to find the sweet spot of how LITTLE data to feed the llm and to get the weights and other goodies just right for it to be realistic to run for a single non-billionaire.
评论 #40100455 未加载
dclowd9901大约 1 年前
No philosophical discussion about what are we even doing if we’re just operating on the predictions of computers to guess equity pricing? Or operating on the predictions of the predictions of computers to guess equity pricing? This isn’t based on any real evaluation. Just pattern matching.<p>What the hell is this even for? What the hell are we even doing here? If computers can successfully guess the market, what the hell is it even?
daxfohl大约 1 年前
Wouldn&#x27;t this be &quot;transformer models&quot; rather than LLMs?
mugivarra69大约 1 年前
is all text, 1 diagram and no data showing anything. im like wtf.
JSDevOps大约 1 年前
So while the case for GPT-4 like models taking over quantitative trading is currently unlikely…. No shit Sherlock