nyan_sandwich comments on The raw-experience dogma: Dissolving the “qualia” problem - Less Wrong

2 Post author: metaphysicist 16 September 2012 07:15PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (340)

You are viewing a single comment's thread. Show more comments above.

Comment author: Peterdjones 14 September 2012 10:44:07AM 1 point [-]

I don't know about excruciating detail, but I think the general idea is this:

One would not predict the existence of evil in a universe created by a benevolent God.

One would not predict the existence of intrinisically subjective qualities in an entirely physcial, and therefor entirely objective, universe.

Comment author: [deleted] 14 September 2012 05:28:31PM *  6 points [-]

One would not predict the existence of intrinisically subjective qualities in an entirely physcial, and therefor entirely objective, universe.

Disagree.

Let's look at the actual observations. I see red, It has some atomic "redness" that is different from the atomic "blueness" of blue and the atomic pleasure of orgasm and the atomic feeling of cold. Each of these atomic "qualia" are subjectively irreducible. There are not smaller parts that my subjective experience of "red" is made up of.

Is this roughly the qualia problem? That's my understanding of it.

Here's a simple computer program that reports on whether or not it has atomic subjective experience:

qualia = {"red", "blue", "cold", "pleasure"}
memory_associations = {red = {"anger", "hot"}, blue = {"cold", "calm"},
pleasure = {"hot", "good"}}
function experience_qualia(input)
for _, q in ipairs(qualia) do
if input == q then
print("my experience of", input, "is the same as", q)
else
print(q, "and", input, "feel different")
end
end
print("furthermore, the feeling of", input, "seems connected to")
print(table.concat(memory_associations[input], " and "))
print("I have no way of reducing these experiences, therefore I exist outside physics")
end
experience_qualia"red"
experience_qualia"blue"

From the inside, the program experiences no mechanisms of reduction of these atomic qualia, but from the outside, we can see that they are strings, made up of bytes, and compared by hash value. While I don't know the details of the neurosceince of qualia, I expect the findings to be roughly similar. Something will be an irreducible symbol with various associations and uniqueness from within the system, but outside, we will be able to see "oh look, redness is this particular pattern of neurons firing".

EDIT: LW killed my program formatting. It should still run (lua, by the way)

Comment author: arundelo 14 September 2012 06:28:40PM 4 points [-]

LW killed my program formatting.

Reported.

Comment author: [deleted] 14 September 2012 06:40:17PM 1 point [-]

oh. thank you very much. I should learn to do that.

Comment author: MBlume 14 September 2012 05:38:36PM *  4 points [-]

Having never seen any Lua, I'm surprised by how much it looks like Python. Any idea whether Python stole its set literals from Lua?

ETA: Python port (with output)

Comment author: [deleted] 14 September 2012 05:42:57PM 3 points [-]

python:

{'x': y}
['x', 'y']

Lua:

{x='y'}
{'x','y'}

Also, lots of syntax differences (end, then, do, function, whitespace, elseif, etc). They are similar in that they are dynamic languages. I don't think anything was particularly inspired by anything else.

Comment author: MBlume 14 September 2012 05:56:09PM 0 points [-]

Ah, ok, in python {'x', 'y'} would denote an unordered set containing 'x' and 'y', I assumed a correspondence.

Comment author: [deleted] 14 September 2012 06:04:53PM 1 point [-]

lua unordered sets are a bit more verbose:

{x = true, y = true}
Comment author: [deleted] 14 September 2012 06:45:21PM *  1 point [-]

thanks for the port.

Next up we should extend it with free will and true knowledge (causal entanglement).

And I think someone asked about not demonstrating qualia sameness in the absence of truthful reporting.

(I'm not going to waste more time on any of this, but it could be done)

Comment author: TheOtherDave 14 September 2012 07:22:20PM 0 points [-]

If you mean this... to be clear, I didn't complain about it not demonstrating "qualia sameness". I complained (implicitly) that the claim that it demonstrated all the properties that some people claim demonstrate qualia in real-world systems (like people) was demonstrably false.

(In particular, that it didn't demonstrate anything persistent across different reporting, whereas my own experience does demonstrate something persistent across different reporting.)

I agree that actually recoding it to demonstrate such persistence is a waste of time; far simpler is to not make such over-reaching claims.

Comment author: [deleted] 14 September 2012 07:26:14PM 0 points [-]

I removed "complained".

I agree that actually recoding it to demonstrate such persistence is a waste of time; far simpler is to not make such over-reaching claims.

Point taken. As I tried to explain somewhere, it was all the properties that I thought of at the moment, with the implicit assertion that the rest of the properties could be demonstrated as required.

Comment author: TheOtherDave 14 September 2012 07:27:56PM 0 points [-]

Point taken.

Comment author: ArisKatsaris 14 September 2012 05:37:29PM *  3 points [-]

"From the inside, the program experiences no mechanisms of reduction of these atomic qualia"

Materialism predicts that algorithms have an "inside"?

As a further note, I'll have to say that if all the blue and if the red in my visual experience were switched around, my hunch tells me that I'd be experiencing something different; not just in the sense of different memory associations but that the visual experience itself would be different. It would not just be that "red" is associated with hot, and that "blue" is associated with cold... The qualia of the visual experience itself would be different.

Comment author: [deleted] 14 September 2012 05:49:34PM 3 points [-]

Materialism predicts that algorithms have an "inside"?

Yes. The scene from within a formal system (like algebra) has certain qualities (equations, variables, functions, etc) that are different from the scene outside (markings on paper, equals sign, BEDMAS, variable names, brackets for function application).

That's not really a materialism thing, it's a math thing.

As a further note, I'll have to say that if all the blue and if the red in my visual experience were squitched around, my hunch tells me that I'd be experiencing something different; not just in the sense of different memory associations but that the visual experience itself would be different. It would not just be that "red" is associated with hot, and that "blue" is associated with cold... The qualia of the visual experience itself would be different.

Hence the part where they are compared to other qualia. Maybe that's not enough, but imagining getting "blue" or "sdfg66df" instead of "red" (which is the evidence you are using) is of course going to return "they are different" because they don't compare equal. Even if the output of the computation ends up being the same.

Comment author: ArisKatsaris 14 September 2012 05:59:46PM 1 point [-]

That's not really a materialism thing, it's a math thing.

I'm under the impression that what you describe falls under computationalism, not materialism, but my reading on these ideas is shallow and I may be confusing some of these terms...

Comment author: [deleted] 14 September 2012 06:03:19PM *  2 points [-]

I must say I can't tell the difference between materialism "the mind is built of stuff" and computationalism "the mind is built of algorithms (running on stuff)".

If I get them confused in some way, sorry.

Comment author: FAWS 17 September 2012 04:21:40PM 1 point [-]

That thought experiment doesn't make much sense. If the experiences were somehow switched, but everything else kept the same (i .e all your memories and associations of red are still connected to each other and everything else in the same way) you wouldn't notice the difference; everything would still match your memories exactly. If there even is such a thing as raw qualia there is no reason to suppose they are stable from one moment to the other; as long as the correct network of associations is triggered there is no evolutionary advantage either way.

Comment author: shminux 14 September 2012 05:42:38PM 1 point [-]

It should still run (lua, by the way)

I could not find an online Lua-bin, but pasting it into a Lua Demo and clicking Run does the trick.

Comment author: [deleted] 14 September 2012 06:41:44PM 0 points [-]

did it work?

Comment author: Peterdjones 14 September 2012 06:05:10PM 0 points [-]

There's no evidence that your programme experiences anything from the inside. Which is one way in which your claim is surreptitiously eliminativist. Another is that, examined from the outside, we can tell what the programme's qualia are: they are nothing. They have no quaities other than being different from one another. But qualia don't seem like that from the inside! You say your programme's qualia are subjective because it can't examine their internal structure...but there ins't any. They are not subjective somethings, they are just nothings.

Comment author: [deleted] 14 September 2012 06:11:39PM 3 points [-]

There's no evidence that your programme experiences anything from the inside.

then neither is there evidence that I do, or you do.

they are nothing. They have no quaities other than being different from one another.

I can't think of qualities that my subjective experience of "red" has that the atom "red" does not have in my program.

But qualia don't seem like that from the inside!

Sure they do. Redness has this unique redness to it the same way "red" has this unique <object at 0x8cf643>ness.

your programme's qualia are subjective because

I was using "subjective" as a perspective, not a quality.

can't examine their internal structure...but there ins't any.

Sure there is. Go look in the lua source code. there is the global string memo-table, GC metadata, string contents (array of bytes), type annotations, etc.

Comment author: Peterdjones 18 September 2012 12:37:16PM 1 point [-]

then neither is there evidence that I do, or you do.

I have plenty of evidence of my own experiences. Were you restricting "evidence" to third-person, objective evidence?

I can't think of qualities that my subjective experience of "red" has that the atom "red" does not have in my program.

I can. I think that if I experienced nothing but an even expanse of red, that would be different from experiencing nothing but a salty taste, or nothing but middle C

Sure they do. Redness has this unique redness to it the same way "red" has this unique <object at 0x8cf643>ness.

Redness isn't expressible. "Object at 0x8cf643" is.

Your programme's qualia are subjective because can't examine their internal structure...but there ins't any.

Sure there is. Go look in the lua source code. there is the global string memo-table, GC metadata, string contents (array of bytes), type annotations, etc

If that's accessible to them, it's objective and expressible. If not, its just a nothing. Neither way do you have a "somethng" that is subjective.