正在加载视频...

视频加载失败

🔍 Introducing BackSearch. LLMs are increasingly asked to predict the future, but a good backtest requires a snapshot of the internet at a point in time. BackSearch allows LLMs to search the web as it was on a particular date. It’s great for: 🔮 Forecasting and prediction markets. 📈...

419,098 次观看 • 1 个月前 •via X (Twitter)

35 条评论

will brown 的头像
will brown1 个月前

oh hell yeah this is gonna print

General Reasoning 的头像
General Reasoning1 个月前

Details on how to try BackSearch out here:

Daniel Lougen 的头像
Daniel Lougen1 个月前

Wayback machine for AI, fuck thats smart. I wonder what kind of training data we might get out of this

Sam Z Liu 的头像
Sam Z Liu1 个月前

but upgraded?

Cruncher Jean 的头像
Cruncher Jean1 个月前

You will still inject lookahead bias from the model if it's not completely retrain from scratch. Good for basic RL env but bad for rigorous backtesting. Check ChronosLLM:

Sriraam 的头像
Sriraam1 个月前

We were just talking about this yesterday lol 🔥🔥

Josh Harris 的头像
Josh Harris1 个月前

This is exactly what we need when we were building our frontier financial judgement benchmark - will try to integrate for v2 :)

Vivek Iyer 的头像
Vivek Iyer1 个月前

best data product released in a minute damn

jakedineenasu 的头像
jakedineenasu1 个月前

This is what we target in our paper "Hindcast: Replaying Prediction Markets to Evaluate LLM Forecasters", although we look at frozen slices of Reddit as a proxy for general markets against replayed Polymarket events.

Muratcan Koylan 的头像
Muratcan Koylan1 个月前

The timing is perfect; I really needed this.

Albert Catalán Tatjer 的头像
Albert Catalán Tatjer1 个月前

I was just looking for something like this

M 的头像
M1 个月前

watch out ppl are gonna do so much prime-rl on this

λux 的头像
λux1 个月前

this is super cool!! 🙌🏻

Anthony Tamasi 的头像
Anthony Tamasi1 个月前

This is a great idea, but models are pretrained on info up to some cutoff date. Wouldn’t there still be data leakage from future events even without tool use?

prady 的头像
prady1 个月前

Woah!

Alex Peng 的头像
Alex Peng1 个月前

This is so cool

Robin Salimans 的头像
Robin Salimans1 个月前

this looks super useful

Anirudh Ravichandran 的头像
Anirudh Ravichandran1 个月前

excellent, I can totally see the hill climbing with reproducible reward on search environments going brrr @willcb

Mani 🪽 的头像
Mani 🪽1 个月前

this is super cool !!!!

Vantix AI Agency 的头像
Vantix AI Agency1 个月前

Searching the web from any past date changes how models get tested

Shreyas Pimpalgaonkar 的头像
Shreyas Pimpalgaonkar1 个月前

Wow, this is actually so useful! Congratulations

Nayeem 的头像
Nayeem1 个月前

Incredible

Thomas Mattimore 🇺🇸 的头像
Thomas Mattimore 🇺🇸1 个月前

Will be a cool way to track various predictions made over time

Restitutor 的头像
Restitutor1 个月前

Awesome, I can think of other uses for this

Oscar Hong 的头像
Oscar Hong1 个月前

this is genius. always wondered why there wasn’t a benchmark for predictions. does this only work for events that happened after a model’s training date?

Matan Halevy 的头像
Matan Halevy1 个月前

unreal, we’re working on a benchmark this would be useful for. Excited to give it a try

Luigi Pagani 的头像
Luigi Pagani1 个月前

Wow, so cool!

Jia Ming (إحسان) 的头像
Jia Ming (إحسان)1 个月前

Google should be doing this

callum 的头像
callum1 个月前

super cool! and very useful

आशीष खरे 的头像
आशीष खरे1 个月前

This is new. I like the general idea. Great one!

Yusuf 的头像
Yusuf1 个月前

Need this

Ha Hoang 的头像
Ha Hoang1 个月前

is this way back machine but for AI agent?

ethan 的头像
ethan1 个月前

great idea

2cents 的头像
2cents1 个月前

@teortaxesTex This is very useful utility

BowTiedStingray 的头像
BowTiedStingray1 个月前

Beautiful - thank you for this

相关视频

🚀Introducing VisualWebBench: A Comprehensive Benchmark for Multimodal Web Page Understanding and Grounding. 🤔What's this all about? Why this benchmark? > Back in Nov 2023, when we released MMMU ( a comprehensive multimodal understanding benchmark, we received feedback that it included very few UI screenshots. Considering the growing importance of UI understanding, especially with the rise of powerful agents like Devin ( which is built on the strong vision capability of #GPT4, we recognized the need for a benchmark focused on UI screenshot understanding.📸👀 > Multimodal #LLMs have significantly boosted web agents' performance on benchmarks like Mind2Web and WebArena. For instance, the SeeAct agent ( showcases the power of integrating vision into web agents. However, these benchmarks primarily evaluate the end-to-end task execution ability of web agents rather than their understanding of web pages. 🌉 Bridging the Gap with VisualWebBench > To provide a comprehensive evaluation of multimodal LLMs' web page understanding capabilities, we introduce VisualWebBench. Our benchmark spans 139 websites 🌐 across 12 domains 🏷️ and 87 sub-domains 🔍, ensuring a diverse and representative dataset. It assesses MLLMs at three levels: website-level, element-level, and action-level 📊, and encompasses seven tasks designed to evaluate understanding, OCR, grounding, and reasoning abilities 🧠💡. 😮 Surprising Findings > 🎉 Open-source models are catching up: Even though closed-source MLLMs are still leading the leaderboard, we are happy to see open-source models like LLaVA 1.6 34B achieve comparable performance to Gemini Pro. > 🧠 Grounding ability, crucial for developing MLLM-based web applications, is a weakness for most MLLMs. > 🖼️ Importance of Image Resolution: The limited image resolution handling capabilities of most open-source MLLMs restrict their utility in web scenarios, where rich text and elements are prevalent. > 🧱 Relatively strong correlation with general understanding benchmarks like MMMU but weak correlation with web agent benchmarks like Mind2Web. Web agent benchmarks primarily evaluate the end-to-end task execution ability of web agents, which involves a series of actions to accomplish a goal. In contrast, VisualWebBench emphasizes evaluating the foundational skills of MLLMs such as understanding and grounding web page elements. 💡Fun Fact > Claude Sonnet is better than Opus on our benchmark :) 🎓 Conclusion > VisualWebBench serves as a valuable resource for the community, driving research and development in the field of multimodal web page understanding and grounding. As MLLMs continue to evolve and improve, we look forward to seeing new applications and breakthroughs. We believe that our benchmark will contribute to the development of more powerful MLLMs in the web domain, ultimately leading to a more intuitive and efficient user experience on the web. Kudos to the student leads Junpeng Liu Yifan Song and the team Bill Yuchen Lin, Wai Lam, Graham Neubig, Yuanzhi Li! 👏 Check out more details in the Junpeng's thread👇

Xiang Yue

56,696 次观看 • 2 年前