Remix.run Logo
criddell 4 days ago

> explain a textbook

I've had very good luck using LLMs to do this. I paste the part of the book that I don't understand and ask questions about it.

bigfishrunning 4 days ago | parent | next [-]

But the problem is, you don't understand the passage, so therefore how will you vet the answers? Seems like hallucinations would be very very damaging in this use-case

OtherShrezzing 4 days ago | parent | next [-]

I think your mileage will vary by subject and level.

If you’re a complete novice reading a niche graduate level textbook on Tolstoy’s critique of the Russian war effort in War and Peace, you’re going to get some wild hallucinations, and you’ll have no idea how to determine fact from fiction.

If you’re reading a high school textbook about the history of pre-revolution Russia, the models will have pretty comprehensive coverage of every concept you’re likely to come across.

palmotea 3 days ago | parent [-]

> If you’re reading a high school textbook about the history of pre-revolution Russia, the models will have pretty comprehensive coverage of every concept you’re likely to come across.

Even in that case, it can still get its wires crossed, creating connections between those concepts that aren't true.

lacy_tinpot 4 days ago | parent | prev | next [-]

If you can't discern what good answers look like to the questions you're asking, you're not asking the right kind of questions.

Asking the right kind of questions is a genuine skill.

It applies to every domain of life where you are at the mercy of a "professional" or at the mercy of some knowledge differential. So you need to be a good judge of whether the answers you're getting are good answers or bad answers.

aDyslecticCrow 4 days ago | parent | next [-]

> Asking the right kind of questions is a genuine skill.

A skill we cannot rely kids to have, and which i think takes years of training and learning for even adults to really acquire. (to be clear, i'm not thinking about AI prompting. I 'm thinking about assumption breaking and understanding prodding questions the learner asks themselves and seeks answers for, to build and refine their mental models of something they learn)

lacy_tinpot 4 days ago | parent [-]

That's absolutely not true. Kids get trained how to ask questions very quickly from a very young age. Good responses to those questions fundamentally shape the entire developmental journey for kids and extends to their academic abilities in school.

Because questions are fundamentally about knowledge differentials, which will always exist for individual human beings. We can't at any point know everything.

Know how to know what you don't know and get a good grasp of what it means to know in the first place.

Knowledge isn't absolute.

aDyslecticCrow 4 days ago | parent [-]

A great answer can compensate for a bad question.

A great question can compensate for a simple answer.

Kids can ask questions, but they rely on an experienced teacher to effectively answer.

Teaching someone effectively through answering questions, require the teacher through the students questions to build a model of the students model. To answer not only the question directly, but also the question that should have been asked instead.

A good end-of-chapter quiz doesn't check that a reader read the next. It asks questions whos answer rule out possible (or common) incorrect mental models the reader may have built.

A learner skilled in asking truly excellent questions, makes questions for which even a bad or simple answer rule out and refine their assumptions.

And that is a skill i doubt is ever truly mastered.

Its like the X Y. A great teacher answers X instead of Y. A great learner asks about X in the firstplace.

squigz 4 days ago | parent | prev [-]

> If you can't discern what good answers look like to the questions you're asking, you're not asking the right kind of questions.

Whaaaaat? How does this work? If you're trying to learn a new topic, how are you supposed to recognize a good (and truthful) answer, whether it's from an LLM or instructor?

lacy_tinpot 4 days ago | parent [-]

I would argue you're doing it right now.

By being skeptical of the answers, testing the answers, corroborating with other sources, etc.

This isn't new. This is literally how we've been exploring this knowledge game for thousands of years.

squigz 4 days ago | parent [-]

I would argue this isn't a fair comparison. There's a big difference between a fairly open-ended discussion about a topic both parties are at least somewhat familiar with, and someone trying to learn a new subject.

lacy_tinpot 4 days ago | parent [-]

All knowledge is open ended...

I bet when you're learning a new subject you do the same exact thing.

squigz 4 days ago | parent [-]

When learning from a source like a textbook, docs, or being instructed by a person, I do not expect the source of truth to lie to me, and verify everything they tell me.

ares623 4 days ago | parent | next [-]

This. When you're reading a reputable textbook, you're not thinking all the time "wait is this true?". You trust the author to be correct and truthful.

Imagine being handed a textbook with a warning in the first page "10% of the facts here are made up (including this one). Good luck!"

a96 3 days ago | parent [-]

I always assume textbooks are opinionated and full of errors. I learned that to be true at a very young age. Sometimes that assumption turns out to be mostly wrong, though, and those books are rare treasures. Most schoolbooks in particular are pretty terrible.

lacy_tinpot 4 days ago | parent | prev [-]

Did we all just collectively forgot basic literacy?

You as the reader when you're reading anything are supposed to verify claims the author is making.

You never expect anything to be sources of truth.

That's why every textbooks either cites the sources or proves their work.

Very rarely do you have any textbook that's just a list of facts out of thin air. I don't think I've seen a single textbook, even bad ones, do this. They always cite their claims, or they show the logical steps to prove or justify a claim. Good textbooks make it easy to follow and clearly show their steps for the convenience of their readers.

Any good textbook seriously considers both the historic literature on their subject, presents the context of that literature, and shows some kind of proof of work that synthesizes all of that to support their claim.

This is always the case. This is how basic academic writing is done.

And it is the job of the reader to follow those citations, and to verify the claims. That's literally how our academic system works.

It's basic literacy.

tremon 4 days ago | parent | next [-]

You have a very funny definition of "basic literacy". This is (an example of) the definition most of the English-speaking world uses: https://americanenglishdoctor.com/l-2-basic-literacy/

> Know how to find information in the old technology called “books"

> Can think critically about statements made in such different contexts as advertising, entertainment, news reporting, and books written in an earlier century.

So, before indulging this any further, do you mind citing your source for the definition of "basic literacy" that includes the claim "never expect anything to be sources of truth"?

squigz 4 days ago | parent | prev [-]

> And it is the job of the reader to follow those citations, and to verify the claims.

How do you verify the claims? Replicate every piece of research cited?

e-khadem 4 days ago | parent | prev | next [-]

Depends on the subject. For example in maths (assuming that one has a good background) you can verify the proofs yourself (and this isn't a given for highschool students).

I have also found another use for this. For example in studying modulation techniques in communication systems, I went back and forth between Monte-Carlo simulations and theoretical approximations to see how accurate each one is. And then added some more realistic error scenarios to do an end-to-end validation. In this case the LLM was used as a shortcut to write repetitive code that was verified manually, and this was complementary to the text-book, and made reading the topic more engaging, enjoyable, and comprehensive.

0xEF 4 days ago | parent | prev [-]

I was in the middle of typing the same question. This is the part that worries me about Generative AI; far too many people seem to have forgotten that its prone to confabulation and telling the user what they want to hear.

criddell 4 days ago | parent [-]

Sure, but if the LLM tells you the jump from step 2 to 3 in a calculus problem is the use of l'hopital's rule, you should be able to figure out pretty quickly if it's a red herring or not.

4 days ago | parent | prev | next [-]
[deleted]
j45 4 days ago | parent | prev [-]

What you input along side the prompt can go a long way.