正在加载视频...

视频加载失败

1/ Introducing ᴏᴘᴇɴꜱᴄʜᴏʟᴀʀ: a retrieval-augmented LM to help scientists synthesize knowledge 📚 UW NLP Ai2 With open models & 45M-paper datastores, it outperforms proprietary systems & match human experts. Try out our demo! We also introduce ꜱᴄʜᴏʟᴀʀQᴀʙᴇɴᴄʜ, a new large-scale multi-domain benchmark for scientific research synthesis, covering CS, Bio...

249,239 次观看 • 1 年前 •via X (Twitter)

10 条评论

Akari Asai 的头像
Akari Asai1 年前

2/ 🏛️ On the shoulders of giants With millions of papers published yearly, keeping up with scientific literature has become a monumental challenge. ᴏᴘᴇɴꜱᴄʜᴏʟᴀʀ aims to help researchers navigate this vast landscape by synthesizing grounded, citation-supported answers from academic papers.

Akari Asai 的头像
Akari Asai1 年前

3/ 🔍 What is OpenScholar? It's a retrieval-augmented LM with 1️⃣ a datastore of 45M+ open-access papers 2️⃣ a specialized retriever and reranker to search the datastore 3️⃣ an 8B Llama fine-tuned LM trained on high-quality synthetic data 4️⃣ a self-feedback generation pipeline

Akari Asai 的头像
Akari Asai1 年前

4/ 🧪New dataset: ScholarBench A benchmark for evaluating scientific language models on real-world, open-ended questions requiring synthesis across multiple papers. 🌟 📚 7 datasets across four scientific disciplines 🧑‍🔬 2,000+ expert-annotated question and 200 answers 📊 Automated metrics for citation accuracy, coverage, & quality

Akari Asai 的头像
Akari Asai1 年前

5/ 📊 Automatic Results: So how good OpenScholar? On ScholarBench, OpenScholar-8B surpassed GPT-4o, concurrent PaperQA2, and other models in factuality & citation accuracy despite being many times cheaper!

Akari Asai 的头像
Akari Asai1 年前

5/ 📊 Exert Evaluation Results: We further conduct expert evaluations with scientists across CS, Bio and Physics, comparing OS against expert answers. Scientists preferred OpenScholar-8B outputs compared to human-written answers in majority of the times, thanks to its coverage

Akari Asai 的头像
Akari Asai1 年前

6/ 💾 Open Access: Prior work in this area has relied on proprietary LMs and/or released only a subset of datastore We're releasing Demo: 🔓 Code & model checkpoints: 📂 OpenScholar Datastore (45M+ papers up to 2024/10): 📊 ScholarQABench: 👩‍🔬 Human evaluation interface:

Akari Asai 的头像
Akari Asai1 年前

7/ 🌐 What’s next? We're just getting started with OpenScholar! 🚀 Expanding domains: Support for non-CS fields is coming soon. Public API: Full-text search over 45M+ papers will be available shortly. Try the OpenScholar demo and share your feedback—your input is invaluable as we continue to improve! ✨

Akari Asai 的头像
Akari Asai1 年前

8/ 🧪 Summary Try it out: Read more: – we discuss more details as well as limitations of OpenScholar, based on our beta testing with CS researchers! Code & data: Paper:

Akari Asai 的头像
Akari Asai1 年前

8/ ❤️Acknowledgements: OpenScholar is the result of a collaborative effort between @uwcse, @allen_ai, @MetaAI, @CarnegieMellon, and more. Huge thanks to our incredible team including experts from computer science, biomedicine, and physics, for making this possible! We’d love your feedback! Reply or email us with questions, ideas, or use cases✨

Akari Asai 的头像
Akari Asai1 年前

8/ ❤️Acknowledgements-2: Work done with amazing co-authors including: @jcqln_h @RulinShao @weijias @aps6992 @josephcc @kylelostat @soldni @SergeyFeldman @davidjwadden @MinyangTian1 @LukeZettlemoyer @gneubig @dsweld @_DougDowney @scottyih @PangWeiKoh @HannaHajishirzi

相关视频

In my past research experience, finding or developing an appropriate simulation environment, dataset, and benchmark has always been a challenge. Missing features, limited support, or unexpected bugs often occupied my days and nights. Moreover, current simulation platforms are relatively fragmented—making it challenging to replicate the success of the RT-X dataset in unifying community efforts. Introducing RoboVerse, we provide a unified platform, dataset, and benchmark for scalable and generalizable robot learning. We hope to build a shared foundation to combine the community efforts. RoboVerse includes: MetaSim: We carefully designed a configuration system and a universal interface to align current robotic simulators. With MetaSim, you can use any simulator with the same code—bringing together the community’s diverse efforts under one framework! RoboVerse Dataset and Benchmark: We unify popular simulation environments and benchmarks into a single cohesive system and introduce the RoboVerse dataset—a large-scale, high-quality synthetic dataset. Additionally, we propose a standardized benchmark across both imitation learning and reinforcement learning. A cool feature enabled by our unified framework: Hybrid Simulation! You can now integrate physics engines and renderers from different simulators—e.g., using MuJoCo precise physics with Isaac photorealistic rendering. This not only elevates simulation fidelity but also significantly enhances real-world transfer performance across complex robotic applications. Hopefully, our team’s efforts could serve the robotic community to thrive vibrantly in the years to come. RoboVerse is open-sourced🥳!!! Project Page: Documentation: Github Repo: Paper:

Haoran Geng

84,215 次观看 • 1 年前

3D-LLM: Injecting the 3D World into Large Language Models paper page: Large language models (LLMs) and Vision-Language Models (VLMs) have been proven to excel at multiple tasks, such as commonsense reasoning. Powerful as these models can be, they are not grounded in the 3D physical world, which involves richer concepts such as spatial relationships, affordances, physics, layout, and so on. In this work, we propose to inject the 3D world into large language models and introduce a whole new family of 3D-LLMs. Specifically, 3D-LLMs can take 3D point clouds and their features as input and perform a diverse set of 3D-related tasks, including captioning, dense captioning, 3D question answering, task decomposition, 3D grounding, 3D-assisted dialog, navigation, and so on. Using three types of prompting mechanisms that we design, we are able to collect over 300k 3D-language data covering these tasks. To efficiently train 3D-LLMs, we first utilize a 3D feature extractor that obtains 3D features from rendered multi- view images. Then, we use 2D VLMs as our backbones to train our 3D-LLMs. By introducing a 3D localization mechanism, 3D-LLMs can better capture 3D spatial information. Experiments on ScanQA show that our model outperforms state-of-the-art baselines by a large margin (e.g., the BLEU-1 score surpasses state-of-the-art score by 9%). Furthermore, experiments on our held-in datasets for 3D captioning, task composition, and 3D-assisted dialogue show that our model outperforms 2D VLMs. Qualitative examples also show that our model could perform more tasks beyond the scope of existing LLMs and VLMs.

AK

249,708 次观看 • 3 年前

Excited to launch "Novix"🚀, our PhD-level AI-Scientist designed for autonomous scientific discovery. Novix revolutionizes research workflows through comprehensive capabilities spanning: deep research, innovative ideation, intelligent coding, advanced data analysis, automated experimentation, and paper writing. 🌐 Platform Access: 👉 Open-Source Foundation: 🚀 Accelerated Scientific Discovery Pipeline: From concept to publication-ready research with unprecedented efficiency ✨ Core Capabilities: - 🧠 Research Co-Pilot Intelligence: AI-powered ideation and hypothesis generation that collaborates with your research intuition - ⚙️ Autonomous Algorithm Innovation: End-to-end design, implementation, and validation of novel computational approaches - 📊 Intelligent Data Orchestration: Advanced analytics with automated insights discovery and compelling visualizations - 🔬 Scientific Reproducibility Engine: Automated verification and replication of research methodologies and findings - 📚 AI-Powered Deep Survey: Comprehensive literature synthesis and gap analysis across scientific domains We're building an AGI Level 4 innovation engine that empowers researchers, developers, and businesses to achieve breakthrough results in scientific innovation and discovery. From our open-source foundation to this production-ready platform, Novix represents a paradigm shift in how we reshape scientific discovery. 🎁 Launch Benefits - 🚪 Barrier-Free Access: Simply register and start exploring - 💰 Welcome Bonus: New users receive $5 in credits to experience the platform's full potential - 🎯 Enhanced Experience: Complete our user feedback survey to unlock a $20 Pro account with complete feature access We deeply understand the challenges of research work and genuinely hope Novix can serve as your trusted research companion. Join us in this exciting journey of AI-powered scientific discovery and help shape the future of research innovation!

Chao Huang

16,854 次观看 • 10 个月前

🚨Update! Our new demo is LIVE 🚨 In this demo, we walk through the core features of Intelligence Cubed, a next-generation AI model platform built for research, experimentation, and ownership. 🔹 500+ Research Models Intelligence Cubed has grown from 200+ to 506 models, contributed by our expanding Research Fellow Cohort, including researchers, PhDs, and post-docs from Stanford, CMU, Harvard, MIT, and other top U.S. institutions. 🔹 Model Cards & Research Transparency Each model is linked to its original research paper and includes a detailed model card outlining its purpose, use cases, category, pricing, market traction, reviews, and public ownership percentage. 🔹 1.2M Public-Owned Models We’ve introduced Public-Owned Models, with over 1.2 million models available — all fully documented with research papers and comprehensive model cards. 🔹 Auto Router Not sure which model to use? Our Auto Router analyzes your question and automatically routes it to the most suitable model. In this demo, it selects an LLM Detection Survey model to answer the query. 🔹 Modelverse, Canvas & Workflows Users can explore models in Modelverse, try them instantly, add favorites to cart, and deploy purchased models in Canvas using drag-and-drop to build custom workflows. We also provide professionally curated workflows for immediate hands-on experience. 👉Try Now: #AI #Web3 #AIModel #DeFi #blockchain #LLM #OpenSourceAI #AIxWeb3 #DeAI #IntelligenceCubed

i³ (Intelligence Cubed)

116,576 次观看 • 6 个月前

Open science is how we continue to push technology forward and today at Meta FAIR we’re sharing eight new AI research artifacts including new models, datasets and code to inspire innovation in the community. More in the video from Joelle Pineau. This work is another important step towards our goal of achieving Advanced Machine Intelligence (AMI). What we’re releasing: • Meta Spirit LM: An open source language model for seamless speech and text integration. • Meta Segment Anything Model 2.1: An updated checkpoint with improved results on visually similar objects, small objects and occlusion handling. Plus a new developer suite to make it easier for developers to build with SAM 2. • Layer Skip: Inference code and fine-tuned checkpoints demonstrating a new method for enhancing LLM performance. • SALSA: New code to enable researchers to benchmark AI-based attacks in support of validating security for post-quantum cryptography. • Meta Lingua: A lightweight and self-contained codebase designed to train language models at scale. • Meta Open Materials: New open source models and the largest dataset of its kind to accelerate AI-driven discovery of new inorganic materials. • MEXMA: A new research paper and code for our novel pre-trained cross-lingual sentence encoder with coverage across 80 languages. • Self-Taught Evaluator: a new method for generating synthetic preference data to train reward models without relying on human annotations. Access to state-of-the-art AI creates opportunities for everyone. We’re excited to share this work and look forward to seeing the community innovation that results from it. Details and access to everything released by FAIR today ➡️

AI at Meta

150,222 次观看 • 1 年前

JARVIS-1: Open-World Multi-task Agents with Memory-Augmented Multimodal Language Models paper page: Achieving human-like planning and control with multimodal observations in an open world is a key milestone for more functional generalist agents. Existing approaches can handle certain long-horizon tasks in an open world. However, they still struggle when the number of open-world tasks could potentially be infinite and lack the capability to progressively enhance task completion as game time progresses. We introduce JARVIS-1, an open-world agent that can perceive multimodal input (visual observations and human instructions), generate sophisticated plans, and perform embodied control, all within the popular yet challenging open-world Minecraft universe. Specifically, we develop JARVIS-1 on top of pre-trained multimodal language models, which map visual observations and textual instructions to plans. The plans will be ultimately dispatched to the goal-conditioned controllers. We outfit JARVIS-1 with a multimodal memory, which facilitates planning using both pre-trained knowledge and its actual game survival experiences. In our experiments, JARVIS-1 exhibits nearly perfect performances across over 200 varying tasks from the Minecraft Universe Benchmark, ranging from entry to intermediate levels. JARVIS-1 has achieved a completion rate of 12.5% in the long-horizon diamond pickaxe task. This represents a significant increase up to 5 times compared to previous records. Furthermore, we show that JARVIS-1 is able to self-improve following a life-long learning paradigm thanks to multimodal memory, sparking a more general intelligence and improved autonomy.

AK

141,425 次观看 • 2 年前