HN user

madiator

612 karma

bespokelabs.ai

Posts81
Comments151
View on HN
madiator.substack.com 9mo ago

Finetuning Is So Back

madiator
1pts0
madiator.substack.com 1y ago

What DeepSeek Means for the World

madiator
2pts0
twitter.com 1y ago

Accidentally decensoring DeepSeek-R1 distilled models

madiator
2pts0
github.com 1y ago

Open Thoughts: Curating the best reasoning datasets

madiator
8pts0
huggingface.co 1y ago

Bespoke-Stratos-17k: Open Reasoning Dataset by Distilling DeepSeek-R1

madiator
2pts0
www.bespokelabs.ai 1y ago

Bespoke-Stratos: The unreasonable effectiveness of reasoning distillation

madiator
13pts2
github.com 1y ago

Show HN: Curator – an open-source library for synthetic data generation

madiator
13pts6
newsletter.smarter.blog 3y ago

Get Uncomfortable

madiator
64pts65
news.ycombinator.com 3y ago

Ask HN: Should I separate out my Twitter posting with different accounts?

madiator
2pts2
newsletter.smarter.blog 3y ago

How to get better at predicting the future

madiator
1pts0
newsletter.smarter.blog 3y ago

The Silicon Valley of the 13th century

madiator
12pts3
twitter.com 3y ago

I just tried an AI-powered writing app, and I am so hilariously out of a job

madiator
3pts1
www.youtube.com 3y ago

DJI Avata

madiator
1pts0
promptbase.com 3y ago

DALL·E, GPT-3 and Midjourney Prompt Marketplace

madiator
3pts0
newsletter.smarter.blog 3y ago

How to Take Better Notes

madiator
2pts0
nabeelqu.co 4y ago

Tips for Productivity, Thinking, and Doing

madiator
1pts0
newsletter.smarter.blog 4y ago

How to get better at predicting the future

madiator
4pts0
newsletter.smarter.blog 4y ago

The hidden prices of everything you do

madiator
2pts0
newsletter.smarter.blog 4y ago

Tragedy of the Commons

madiator
1pts1
twitter.com 4y ago

Scale is all you need in AI?

madiator
4pts0
newsletter.smarter.blog 4y ago

The prices of everything you do

madiator
2pts0
newsletter.smarter.blog 4y ago

The Planning Fallacy

madiator
1pts0
newsletter.smarter.blog 4y ago

Sharp Mental Models

madiator
1pts0
newsletter.smarter.blog 4y ago

On the Convexities of Everyday Life

madiator
2pts0
newsletter.smarter.blog 4y ago

Why Read Books

madiator
1pts0
newsletter.smarter.blog 4y ago

Curves of Competence

madiator
3pts0
newsletter.smarter.blog 4y ago

On War and Madmen

madiator
1pts0
www.youtube.com 4y ago

Building a ML Transformer in a Spreadsheet [video]

madiator
9pts2
newsletter.smarter.blog 4y ago

Learning to Learn

madiator
4pts1
newsletter.smarter.blog 4y ago

On Goodhart's Law and Boeing

madiator
2pts0

Synthetic data got a bad reputation last year, but it is now an important component for all modern LLMs! In fact, we had also trained one model for -- ironically -- detecting hallucinations, and it was also trained on synthetic data.

Say if you have some PDFs, and want to generate questions and answers to test your RAG pipeline, that's synthetic data! Distillation is mostly synthetic data and works great as well!

Our hope is that this becomes steroids rather than LSD for LLMs :)

Not sure why you are so upset about a small and neat study ("please, please stop"). If you ask it to summarize (without feeding the entire bible), it needs to know the bible. Knowledge and reasoning are not entirely disconnected.

There are several types of hallucinations, and the most important one for RAG is grounded factuality.

We built a model to detect this, and it does pretty well! Given a context and a claim, it tells how well the context supports the claim. You can check out a demo at https://playground.bespokelabs.ai

Get Uncomfortable 4 years ago

I am the author of the blog and I want to thank for all the feedback here. Because I now do realize the article starts with a high premise but fails short. Will do a better job next time!

What I meant to talk about is as follows: we have engineered away all sorts of discomfort from our lives and I think that's bad. So (1) be aware of this, (2) seek some discomfort, and (3) if you run into discomfort, take it in a positive way (this I didn't convey in the article).

But yeah I don't mean to say chop of your limbs! Not sure how people are reaching that conclusion.

Thanks HN!

Here's an example I can think of. Suppose you have a bunch of text documents, and you know that some documents are similar but not identical (e.g. plagiarized and slightly modified). You want to find out which documents are similar.

You can first run the contents through some sort of embedding model (e.g. the recent OpenAI embedding model [1]), and then apply LSH on those embeddings. The documents that have the same LSH value would have had very similar embeddings, and thus very similar content.

[1] https://beta.openai.com/docs/guides/embeddings

Adopting the growth mindset in lieu of the fixed mindset. I was unhappy with my abilities and used to think, "I just have poor memory", or "I have hit my maximum ability" etc. But somehow somewhere I realized I can work hard to actually improve and change those things, and that they are not fixed.

I came across the concept of growth mindset a few years earlier and has since strengthened my commitment to adopting a growth mindset. I would recommend reading "Mindset: The New Psychology of Success" by Carol Dweck.

Learning is remembering and understanding. You have to progressively build layers of understanding (and be able to recall it quickly).

This article focuses mostly on the second part, about remembering.

You could recall things but you may not fully understand it, which is going to make it harder to learn.

And of course, you might understand something, but eventually you will forget it (either few days or few years, depending on how often you use related memory). When you forget, it makes it hard to learn.