Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Incubator Q&A

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Comments on Can you summarize any explanation?

Parent

Can you summarize any explanation? Question

+2
−0

When explaining a piece of knowledge, sometimes the explanation is short and simple and other times it is long and complex.

Some people put the burden on the explainer, and demand that they make it shorter or more detailed, which implies the explainer chooses how long the explanation is to be.

On the other hand, explainers can object that the explanation cannot be made any simpler or any more in depth. Of course, it could be that the topic is complex and the explainer simply has limited knowledge, so claiming inability to make an explanation longer and more complex is a moot matter. My interest is in simplifying. It seems like if you are able to produce a complex explanation, there should be nothing stopping you from a producing a simpler one.

I am aware of concepts like Kolmogorov complexity, which obviously put a floor on the simplification of complex things. However, these refer to lossless simplification. I assume that a summary, by its nature, is lossy - the purpose of it is to provide a superficial description, and leave breadcrumbs which the audience can research if they are interested in learning more.

Obviously you can always produce a summary that loses more or less information. However, are there cases where the information loss is catastrophic? Is there ever a case where summarizing a topic into something with half the length will leave you with vastly less than half the information content? Or does the information content scale linearly with length, regardless of topic?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+1
−0

Consider Shamir's secret sharing. The idea is you need $k$ out of $n$ parts of a key to recover some secret $S$. Then, if you "summarize" a key and encrypted text without providing at least $k$ parts of the key, you effectively lose all of the information in the encrypted text.

But this example is quite convoluted and I'm not quite sure if it's what you're looking for.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

I think the issue here is that this would relate to the mechanism of storing a representation rather ... (1 comment)
I think the issue here is that this would relate to the mechanism of storing a representation rather ...

I think the issue here is that this would relate to the mechanism of storing a representation rather than the salient idea. For example, you could claim that an mp4 of a horse running cannot be simplified due to the compression scheme, but actually I just did summarize it in words.

I think you are trying to apply formal entropy to analyze the question mathematically. That's an interesting approach, but the challenge you have is that just because a packet of information has been recorded using N bits, does not mean all of those bits are valuable. Compare the word "foo" in text, and as a JPEG image of the text.