Aga Tentakulus > 02-07-2025, 09:35 AM
ReneZ > 02-07-2025, 09:53 AM
(02-07-2025, 09:20 AM)nablator Wrote: You are not allowed to view links. Register or Login to view.What do you mean exactly by "initialisation problem"?
If the "initialisation problem" is not knowing what/where the seeds are, I don't see why it is a problem.
oshfdk > 02-07-2025, 10:26 AM
nablator > 02-07-2025, 10:48 AM
(02-07-2025, 09:53 AM)ReneZ Wrote: You are not allowed to view links. Register or Login to view.One problem is exactly that we don't know.
A more theoretical problem is that it has never been described and nobody seems to care about it.
The whole approach does not work without it.
It is an integral part of the method.
oshfdk > 02-07-2025, 11:11 AM
(02-07-2025, 10:26 AM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.So, treat the below "proof" of self citation presence with a grain of salt, it's just a 20 minutes effort using OpenAI to create a Python script with not much independent verification on my part.
import sys
import random
import re
# Read entire stdin
text = sys.stdin.read()
# Split on both newlines and dots
chunks = re.split(r'[\n\.]', text)
# Remove empty or whitespace-only chunks
chunks = [chunk.strip() for chunk in chunks if chunk.strip()]
# Shuffle the chunks
random.shuffle(chunks)
# Output the result
print('.'.join(chunks))
davidma > 02-07-2025, 11:28 AM
(02-07-2025, 11:11 AM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.And they show the same effect. So I retract my post ;-) No idea what properly of edit distances and matching two sets instead of one causes this effect. Maybe the script doesn't do what ChatGPT promised it would.
nablator > 02-07-2025, 11:30 AM
(02-07-2025, 11:28 AM)davidma Wrote: You are not allowed to view links. Register or Login to view.I know people have used the KJ Bible before to test for "meaningful" text but maybe a VM-contemporary herbarium or scientific text would be better suited. No idea if there are any readily available transcriptions on the internet though.
oshfdk > 02-07-2025, 12:02 PM
(02-07-2025, 11:28 AM)davidma Wrote: You are not allowed to view links. Register or Login to view.So the VM and the randomly scrambled VM "chunks" behave in the same way? Does this pattern carry over to texts we know have meaning? I know people have used the KJ Bible before to test for "meaningful" text but maybe a VM-contemporary herbarium or scientific text would be better suited. No idea if there are any readily available transcriptions on the internet though.
oshfdk > 02-07-2025, 12:44 PM
ReneZ > Yesterday, 01:26 AM
(02-07-2025, 10:48 AM)nablator Wrote: You are not allowed to view links. Register or Login to view.I don't see why it is a problem to pick a few random words in a stack of already written folios, enough to generate (maybe) a line per paragraph, or less. Why would it not work?