쉐도잉 연습: Oh, wait, actually the best Wordle opener is not “crane”… - 영상으로 영어 말하기 배우기

레슨 만드는 중...
1
Last week I put up this video about solving the game Wordle, or at least trying to solve it, using information theory.
2
And I wanted to add a quick, what should we call this, an addendum, a confession, basically I just want to explain a place where I made a mistake.
3
It turns out there was a very slight bug in the code that I was running to recreate Wordle and then run all of the algorithms to solve it and test their performance.
4
And it's one of those bugs that affects a very small percentage of cases, so it was easy to miss, and it has only a slight effect that for the most part doesn't really matter.
5
Basically it had to do with how you assign a color to a guess that has multiple different letters in it.
6
For example if you guess speed and the true answer is abide, how should you color those two e's from the guess?
7
Well the way that it works with the Wordle conventions is that the first e would be colored yellow, and the second one would be colored gray.
8
You might think of that first one as matching up with something from the true answer, and the grayness is telling you there is no second e.
9
By contrast, if the answer was something like erase, both of those e's would be colored yellow, telling you that there is a first e in a different location, and there's a second e also in a different location.
10
Similarly if one of the e's hits and it's green, then that second one would be gray in the case where the true answer has no second e, but it would be yellow in the case where there is a second e and it's just in a different location.
11
Long story short, somewhere along the convention slightly.
12
Honestly it was really dumb.
13
Basically at some point in the middle of the project I wanted to speed up some of the computations, and I was trying a little trick for how it computed the value for this pattern between any given pair of words, and you know I just didn't really think it through, and it introduced this slight change.
14
The ironic part is that in the end the actual way to make things fastest is to pre-compute all those patterns so that everything is just a lookup, and so it wouldn't matter how long it takes to do each one, especially if you're writing hard to read buggy code to make it happen.
15
You know, you live and you learn.
16
As far as how this affects the actual video, I mean very little of substance really changes.
17
Of course the main lessons about what is information, what is entropy, all that stays the same.
18
Every now and then if I'm showing on screen some distribution associated with a given word, that distribution might actually be a little bit off because some of the buckets associated with various patterns should include either more or fewer true answers.
19
Even then it doesn't really come up because it was very rare that I would be showing a word that had multiple letters that also hit this edge case.
20
But one of the very few things of substance that does change, and that arguably does matter a fair bit, was the final conclusion around how if we want to find the optimal possible score for the wordle answer list, what opening guess does such an algorithm use?
21
In the video I said the best performance that I could find came from opening with the word crane, which was true only in the sense that the algorithms were playing a very slightly different game.
22
After fixing it and rerunning it all, there is a different answer for what the theoretically optimal first guess is for this particular list.
23
And look, I know that you know that the point of the video is not to find some technically optimal answer to some random online game.
24
The point of the video is to shamelessly hop on the bandwagon of an internet trend to sneak attack people with an information theory lesson.
25
And that's all good, I stand by that part.
26
But I know how the internet works, and for a lot of people the one main takeaway was what is the best opener for the game wordle.
27
And I get it, I walked into that because I put it in the thumbnail, but presumably you can forgive me if I want to add a little correction here.
28
And a more meaningful reason to circle back to all this actually is that I never really talked about what went into that final analysis, and it's interesting as a sublesson in its own right, so that's worth doing here.
29
Now if you'll recall, most of our time last video was spent on the challenge of trying to write an algorithm to solve wordle that did not use the official list of all possible answers.
30
To my taste that feels a bit like overfitting to a test set, and what's more fun is building something that's resilient.
31
This is why we went through the whole process of looking at relative word frequencies in the English language to come up with some notion of how likely each one would be to be included as a final answer.
32
However, for what we're doing here, where we're just trying to find an absolute best performance period, I am incorporating that official list and just shamelessly overfitting to the test set, which is to say we know with certainty whether a word is included or not, and we can assign a uniform probability to each one.
33
If you'll remember, the first step in all of this was to say for a particular opening guess, maybe something like my old favorite, crane, how likely is it that you would see each of the possible patterns?
34
And in this context, where we are shamelessly overfitting to the wordle answer list, all that involves is counting how many of the possible answers give each one of these patterns.
35
And then of course most of our time was spent on this kind of funny looking formula to quantify the amount of information that you would get from this guess that basically involves going through each one of those buckets and saying how much information would you gain, that has this log expression that is a fanciful way of saying how many times would you cut your space of possibilities in half if you observed a given pattern.
36
We take a weighted average of all of those and it gives us a measure of how much we expect to learn from this first guess.
37
In a moment we'll go deeper than this, but if you simply search through all 13,000 different words that you could start with and you ask which one has the highest expected information, it turns out the best possible answer is soar, which doesn't really look like a real word, but I guess it's an obsolete term for a baby hawk.
38
The top 15 openers by this metric happen to look like this, but these are not necessarily the best opening guesses because they're only looking one step in with the heuristic of expected information to try to estimate what the true score will be.
39
But there's few enough patterns that we can do an exhaustive search two steps in.
40
For example let's say you opened with soar and the pattern you happen to see was the most likely one, all grays, then you can run identical analysis from that point.
41
For a given proposed second guess, something like kitty, what's the distribution across all patterns in that restricted case where we're restricted only to the words that would produce all grays for soar, and then we measure the flatness of that distribution using this expected information formula, and we do that for all 13,000 possible words that we could use as a second guess.
42
Doing this we can find the optimal second guess in that scenario and the amount of information we were expected to get from it.
43
And if we wash rinse and repeat and do this for all of the different possible patterns that you might see, we get a full map of all the best possible second guesses together with the expected information of each.
44
From there, if you take a weighted average of all those second step values, weighted according to how likely you are to fall into that bucket, it gives you a measure of how much information you're likely to gain from the guess soar after the second step.
45
When we use this two-step metric as our new means of ranking, the list gets shaken up a bit.
46
Soar is no longer first place, it falls back to 14th, and instead what rises to the top is slain.
47
Again, doesn't feel very real, and it looks like it is a British term for a spade that's used for cutting turf.
48
All right, but as you can see, it is a really tight race among all of these top contenders for who gains the most information after those two steps.
49
And even still, these are not necessarily the best opening guesses, because information is just the heuristic, it's not telling us the actual score if you actually play the game.
50
What I did is I ran the simulation of playing all 2315 possible Wurtle games with all possible answers on the top 250 from this list.
51
And by doing this, seeing how they actually perform, the one that ends up very marginally with the best possible score turns out to be Salé, which is, let's see, Salé, an alternate spelling for Salé, which is a light medieval helmet.
52
All right, if that feels a little too fake for you, which it does for me, you'll be happy to know that trace and crate give almost identical performance, and each of them has the benefit of obviously being a real word, so there is one day when you get it right on the first guess, since both are actual Wurtle answers.
53
This move from sorting based on the best two-step entropies to sorting based on the lowest average score also shakes up the list, but not nearly as much.
54
For example, Salé was previously third place before it bubbles to the top, and crate and trace were both fourth and fifth.
55
If you're curious, you can get slightly better performance from here by doing a little brute forcing.
56
There's a very nice blog post by Jonathan Olson, if you're curious about this, where he also lets you explore what the optimal following guesses are for a few of the starting words based on these optimal algorithms.
57
Stepping back from all this though, I'm told by some people that it quote ruins the game to overanalyze it like this and try to find an optimal opening guess.
58
It feels kinda dirty if you use that opening guess after learning it, and it feels inefficient if you don't, but the thing is, I don't actually think this is the best opener for a human playing the game.
59
For one thing, you would need to know what the optimal second guess is for each one of the patterns you see.
60
And more importantly, all of this is in a setting where we are absurdly overfit to the official Wurtle answer list.
61
The moment that, say, the New York Times chooses to change what that list is under the hood, all of this would go out the window.
62
The way that we humans play the game is just very different from what any of these algorithms are doing.
63
We don't have the word list memorized, we're not doing exhaustive searches.
64
We get intuition from things like what are the vowels, and how are they placed.
65
I would actually be most happy if those of you watching this video promptly forgot what happens to be the technically best opening guess, and instead came out remembering things like how do you quantify information, or the fact that you should look out for when a greedy algorithm falls short of the globally best performance that you would get from a deeper search.
66
For my taste at least, the joy of writing algorithms to try to play games actually has very little bearing on how I like to play those games as a human.
67
The point of writing algorithms for all this is not to affect the way that we play the game, it's still just a fun word game.
68
It's to hone in our muscles for writing algorithms in more meaningful contexts elsewhere.

맥락 및 배경

이번 영상은 워들(Wordle)이라는 게임을 해결하기 위한 정보 이론에 대한 내용을 다루고 있습니다. 게임을 통해 단어를 추측하며 진행되는 이 영상에서는, 특정 프로그램의 버그로 인해 약간의 오해가 발생하였고, 이에 대한 사과와 함께 수정된 최적의 단어에 대한 정보를 전달합니다. 이러한 배경 속에서 영상은 정보를 얻는 방법과 그 중요성을 전달하고자 합니다. 영어 회화 연습에 도움이 되는 이 영상을 통해 실제 대화 상황에서 사용할 수 있는 표현을 함께 익혀봅시다.

일상 커뮤니케이션을 위한 상위 5개 구문

  • “Actually, I made a mistake.” - “사실, 나는 실수를 했어.”
  • “Let me explain that further.” - “그것을 좀 더 설명할게.”
  • “What I wanted to say is...” - “내가 하고 싶었던 말은...”
  • “It's interesting to consider...” - “고려해볼 만한 흥미로운 점은...”
  • “In summary, we found that...” - “요약하자면, 우리는 ...을 발견했다.”

이러한 표현들은 일상적인 대화에서 자주 사용할 수 있으며, 다양한 상황에서 활용됩니다. 영어 회화 연습을 위해 이 구문들을 반복적으로 연습해보세요.

단계별 섀도잉 가이드

Shadow speak 기법으로 영상의 내용을 이해하고 말하기 능력을 향상시킬 수 있습니다. 다음 단계에 따라 연습해보세요:

  1. 듣기: 영상의 내용을 처음부터 끝까지 집중해서 들어보세요. 이 단계에서는 내용을 완전히 이해할 필요는 없습니다.
  2. 구문 따라하기: 나오는 구문을 따라 발음해 보세요. 처음에는 느리게 시작하고, 점차 속도를 높입니다.
  3. 반복 연습: 각 구문을 여러 번 반복하며 스스로 녹음해 보세요. 원어민의 발음과 비교해 수정해보는 것도 좋습니다.
  4. 실제 대화 적용: 배운 구문을 실제 대화에서 사용해 보세요. 친구와의 대화나, 그룹 스터디에서 활용해보면 실력을 더 키울 수 있습니다.
  5. 자기 평가: 자신이 발음한 내용을 들어보며 부족한 부분을 점검하고, 개선할 점을 발견하세요.

이 과정을 통해 shadowspeaks 기법을 활용하여 자연스럽게 영어 말하기 실력을 향상시킬 수 있습니다. 지속적인 연습과 피드백이 영어 회화 실력을 높이는 열쇠입니다.

쉐도잉이란? 영어 실력을 빠르게 키우는 과학적 방법

쉐도잉(Shadowing)은 원래 전문 통역사 훈련을 위해 개발된 언어 학습 기법으로, 다언어 학자인 Dr. Alexander Arguelles에 의해 대중화된 방법입니다. 핵심 원리는 간단하지만 매우 강력합니다: 원어민의 영어를 들으면서 1~2초의 짧은 지연으로 즉시 소리 내어 따라 말하는 것——마치 '그림자(shadow)'처럼 화자를 따라가는 것입니다. 문법 공부나 수동적인 청취와 달리, 쉐도잉은 뇌와 입 근육이 동시에 실시간으로 영어를 처리하고 재현하도록 훈련합니다. 연구에 따르면 이 방법은 발음 정확도, 억양, 리듬, 연음, 청취력, 말하기 유창성을 크게 향상시킵니다. IELTS 스피킹 준비와 자연스러운 영어 소통을 원하는 분들에게 특히 효과적입니다.