HN user

milliondreams

567 karma

Founder and CEO @ Dragonscale Industries Inc Past: Data science platform @ Apple, CEO @ Tuplejump Inc.

Posts41
Comments22
View on HN
blog.dragonscale.ai 8mo ago

Why Workflows Fail: The Indeterministic Business Problem

milliondreams
2pts1
rustic-ai.github.io 1y ago

Show HN: CodePrism – an AI-generated code analysis engine as MCP

milliondreams
1pts1
arxiv.org 2y ago

VILA: On Pre-Training for Visual Language Models

milliondreams
2pts0
arxiv.org 2y ago

Flame: Factuality-Aware Alignment for Large Language Models

milliondreams
3pts0
arxiv.org 2y ago

LoRA Land: 310 Fine-Tuned LLMs That Rival GPT-4, a Technical Report

milliondreams
3pts0
arxiv.org 2y ago

Toward Self-Improvement of LLMs via Imagination, Searching, and Criticizing

milliondreams
2pts0
arxiv.org 2y ago

Toward Self-Improvement of LLMs via Imagination, Searching, and Criticizing

milliondreams
3pts0
arxiv.org 2y ago

ResearchAgent: Iterative Research Idea Generation Using LLMs

milliondreams
124pts63
arxiv.org 2y ago

CodecLM: Aligning Language Models with Tailored Synthetic Data

milliondreams
2pts0
www.silo.ai 2y ago

Viking – a family of models for the Nordic languages

milliondreams
1pts0
huggingface.co 2y ago

Mixtral-8x22B on HuggingFace

milliondreams
33pts3
github.com 2y ago

Implementation of Google's Griffin Architecture – RNN LLM

milliondreams
218pts38
arxiv.org 2y ago

Griffin: RNN for Efficient Language Models

milliondreams
2pts0
arxiv.org 2y ago

Categorical Deep Learning: An Algebraic Theory of Architectures

milliondreams
3pts0
arxiv.org 2y ago

Training LLMs over Neurally Compressed Text

milliondreams
1pts0
huggingface.co 2y ago

TinyTimeMixer: Open-source time series LLM by IBM

milliondreams
2pts0
www.whitehouse.gov 2y ago

White House Announces Open Science Recognition Challenge Winners

milliondreams
3pts1
arxiv.org 2y ago

Mixture-of-Depths: Dynamically allocating compute in transformers

milliondreams
281pts83
arxiv.org 2y ago

Arizona State University – Can Large Language Models Reason and Plan?

milliondreams
2pts0
arxiv.org 2y ago

Can LLMs Every Reason?

milliondreams
1pts1
gorilla.cs.berkeley.edu 2y ago

Berkeley Function-Calling Leaderboard

milliondreams
2pts1
arxiv.org 2y ago

Language models as compilers: Simulating pseudocode execution

milliondreams
170pts52
www.nature.com 2y ago

GLM: Genome Language Model – Deep learning to predict gene function

milliondreams
3pts0
arxiv.org 2y ago

Evolution of RAG

milliondreams
1pts0
allenai.github.io 2y ago

Lumos: Learning Agents with Unified Data, Modular Design, and Open-Source LLMs

milliondreams
102pts10
huggingface.co 2y ago

Mistral 7B v0.2

milliondreams
2pts1
news.ycombinator.com 2y ago

Ask HN: What do you all think of Modular's Mojo

milliondreams
5pts1
arxiv.org 2y ago

InternLM2

milliondreams
136pts24
arxiv.org 2y ago

Adaptive RAG – dynamic retrieval methods adjustment

milliondreams
126pts39
arxiv.org 2y ago

Mini-Gemini: Mining the Potential of Multi-Modality Vision Language Models

milliondreams
83pts7

1. The leaderboard offers a unique benchmark for function calling abilities in language models.

2. It covers a wide range of programming languages and scenarios, enhancing its comprehensiveness.

3. The dataset's diversity, with 2,000 pairs across various domains, stands out for testing model versatility.

4. Comparative analysis of models like GPT-4 on metrics such as cost and latency is highlighted.

5. This resource serves as a valuable tool for understanding and improving language model interactions with code.

I do find myself reading papers often for my work, and I share the once I find interesting or feel might have impact in future of my chosen domain. This is no advertisement, I don't know the authors or anyone related to the paper.

InternLM2 2 years ago

TLDR; 1. InternLM2 is an open-source Large Language Model that has shown improvements over previous models, particularly in long-context modeling. 2. The model uses a unique approach, combining traditional training with Supervised Fine-Tuning and Conditional Online Reinforcement Learning from Human Feedback. 3. It offers a variety of model sizes and training stages to the community, demonstrating significant advancements in AI research and application.

The paper introduces Mini-Gemini, a framework aimed at enhancing Vision Language Models (VLMs) to close the performance gap with advanced models like GPT-4 and Gemini. It focuses on improving visual tokens resolution, creating high-quality datasets for better image comprehension, and expanding VLMs' operational scope. Mini-Gemini supports a range of large language models and has shown superior performance in zero-shot benchmarks. The code and models are publicly available.

An interesting discussion around creating synthetic data with very little starting information. It introduces a smart way to build diverse datasets using something called taxonomies. This approach is intriguing and points towards new directions in AI development.

But, it also highlights some big challenges we need to think about. The richness of the English language is part of what makes it so successful, allowing for a wide range of expression. However, there's a growing trend towards making synthetic data more uniform, not taking into account this diversity.

This raises a crucial question: how will this uniformity affect the quality and variety of online content? Nowadays, there's already a lot of content online created by big AI models, making the internet feel more and more the same.

In this rush, major players in AI research—like OpenAI , Google , and Microsoft —are focusing more on turning AI models into new types of search engines. This shift could mean we're missing out on addressing the real challenges in creating really intelligent systems. It makes you wonder if we're even measuring AI success correctly.

With so much AI-created content out there, it's essential to think about new ways to push AI research forward. So, who's really breaking new ground in building smarter AI models? Who's tackling the important challenges that will shape the future of AI?

LLMs, including GPT-4, excel in identifying patterns and predicting words based on vast data analysis, but they struggle with reasoning because this requires a level of understanding beyond mere statistics. True comprehension involves grasping the nuances of language, context, and abstract concepts, something LLMs can't achieve with pattern recognition alone. This gap highlights why complex reasoning tasks remain challenging for such models.

I used it today for the first time in Vancouver and it is mind blowing There is no scanning, just put your clothes in the basket, confirm the purchase list and pay.

The key to this being possible is the price of RFID tags, as the article mentions - "The cost of RFID tags has fallen from as high as 60 cents a tag a few decades ago to about 4 cents a tag"

Large language models (LLMs) are useful in many NLP tasks and become more capable with size, with the best open-source models having over 50 billion parameters. However, using these 50B+ models requires high-end hardware, making them inaccessible to most researchers. In this work, we investigate methods for cost-efficient inference and fine-tuning of LLMs, comparing local and distributed strategies. We observe that a large enough model (50B+) can run efficiently even on geodistributed devices in a consumer-grade network.