Please tell me where this scene occured

#startrek #gif #quiz #riddle #game #guid23674736356e

@startrekgifs Engineering!

I don't think so @mason
Did you mean The Next Generation_season 7E03 »Interface«?

[w]

@startrekgifs No offense intended, but there isn't an LLM driving this account, is there? I'm not sure how a person could look at that and think TNG.

@mason @startrekgifs

It is an automated bot, but the part that analyzes guesses is not LLM. It is a specific algorithm that compares our answers to specific variants of all episode titles, and determines the closest match. And then responds whether it is the correct episode or not.

@deusfigendi could explain better, as he wrote this code.

(There is a rare use of LLM in this game, but only to write certain text puzzles. Not in creating gifs or evaluating answers)

@5ciFiGirl @mason @startrekgifs @deusfigendi

See https://en.wikipedia.org/wiki/Levenshtein_distance.

How it works is extremely counterintuitive, but it's just a basic algorithm.

(It decided "Engineering" most closely matched "Interface" among all the titles it knows.)

Levenshtein distance - Wikipedia