For anyone using LLMs heavily for coding, this shouldn't be too surprising. It was just a matter of time. Mathematicians make new discoveries by building and applying mathematical tools in new ways. It is tons of iterative work, following hunches and exploring connections. While true that LLMs can't truly "make discoveries" since they have no sense of what that would mean, they can Monte Carlo every mathematical tool…
> the result has no meaning without the human intent behind the objective, human understanding to value the new pathway the AI used (more valuable than the result itself, by far) and the mathematical language (built by humans) to explore the concept. Isn't this just anthropocentrism? Why is understanding only valid if a human does it? Why is knowledge only for humans? If another species resolved the contradictions be…
An OpenAI model has disproved a central conjecture in discrete geometry
451–460 of 1001 posts
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#452One thing seems for certain is that OpenAI models hold a distinct lead in academics over Anthropic and Google models. For those in academics, is OpenAI the vendor of choice?
Gemini seems better trained for learning and I think Google has made a more deliberate effort to optimize for pedagoical best practices. (E.g. tutoring, formative feedback, cognitive load optimization) As far as academic research is concerned (e.g. this threads topic), I can't say.
Its explanations are quite good but they're also hard to understand because it keeps trying to relate everything back to programming metaphors or what it thinks it knows about the streets in the neighborhood I live in.
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#453Earlier quoted context omitted.
I like to think of it as: Imagine every bit of human knowledge as a discrete point within some large high dimensional space of knowledge. You can draw a big convex hull around every single point of human knowledge in a space. A LLM, being trained within this convex hull, can interpolate between any set of existing discrete points in this hull to arrive at a point which is new, but still inside of the hull. Then there…
A lot of the space outside of the convex hull is just untried things. You can brute-force trying random things and checking the result and eventually learn something new. With a better heuristic, you can make better guesses and learn new things much more efficiently. There’s no reason to believe that kind of guess-and-check is outside of the reach of LLMs, or that most of our new discoveries are not found the same wa…
And most of the mathematicians seem to welcome this "brute forcing" by the LLMs. It connects pieces that people didn't realize could be connected. That opens up a lot of avenues for further exploration.
Now, if the LLMs could just do something like ingesting the Mochizuki stuff and give us a decent confirmation or disproof ...
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#454How do you even get an LLM to try to solve one of these problems? When I ask it just comes back with the name of the problem and saying "it can't be done"
By making it think for 100+ pages https://cdn.openai.com/pdf/1625eff6-5ac1-40d8-b1db-5d5cf925d... Regular ChatGPT users don’t have a way to do that, this is something they do internally only. edit: apparently that’s only the _condensed summary_ of the chain of thought.
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#455Timothy Gowers' tweet about this: "If you are a mathematician, then you may want to make sure you are sitting down before reading futher.". woah.
Unfortunately Gowers has taken Tao's lead on this one. Gowers has one of my favourite video series about how he approaches a problem he is unfamiliar with: https://www.youtube.com/watch?v=byjhpzEoXFs It is disheartening to see him jump into this GenAI puffery. I hope these GenAI labs are paying Tao handsomely for legitimizing their slop, but more likely he's feeling pressure from his University to promote and work wi…
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#456Earlier quoted context omitted.
We have had LLMs for much longer than 3 years.
I took humans thousands of years, then hundreds of years, to come to terms with very basic concepts about numbers. Its amazing to me when people talk about recombining things, or following up on things as somehow lesser work. People can't separate the perspective they were given when they learned the concepts, that those who developed the concepts didn't have because they didn't exist. Simple things are hard, or ever…
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#457This HN thread depressed me. I’m still thinking about why. Look past the press-releasey gushing from OpenAI and there are all sorts of interesting and subtle questions here about the role for LLMs in mathematical research. I urge folks to click through to the accompanying comments from mathematicians published alongside the result. There is a really interesting discussion going on. I particularly recommend Tim Gowers…
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#458The proof brings unexpected, sophisticated ideas from algebraic number theory to bear on an elementary geometric question. The more I read about these achievements the more I get a feeling that a lot of the power of these models comes from having prior knowledge on every possible field and having zero problems transferring to new domains. To me the potential beauty of this is that these tools might help us break thro…
Cool thing is now when someone contributes something to the hive mind, it can instantly be applied to any other problem people are working on.
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#459To all AI skeptics: What is preventing AI from continuing to improve until it is absolutely better than humans at any mental task? If we compare AI now vs 2022 the difference is outstandingly stark. Do you believe this improvement will just stop before it eclipses all humans in everything we care about?
Re: An OpenAI model has disproved a central conjecture in discrete geometry
#460Earlier quoted context omitted.
I like to think of it as: Imagine every bit of human knowledge as a discrete point within some large high dimensional space of knowledge. You can draw a big convex hull around every single point of human knowledge in a space. A LLM, being trained within this convex hull, can interpolate between any set of existing discrete points in this hull to arrive at a point which is new, but still inside of the hull. Then there…
I like this construction, but I don’t think you take it far enough. If you have a multi dimensional space, and you are trying to compute which points lie “inside” some boundary, there are large areas that will be bounded by some dimensions but not others. This is interesting because it means if you have a section bounded by dimensions A, B, and C but not D, you could still place a point in D, and doing so then change…