I've been long sarcastic about claims on AGI(Artificial General Intelligence). Especially on the point that humans will be someday outperformed by them in every task, will have nothing left to do, and the meaning of their lives would be destroyed permanently(Okay, you might think that this is ridiculous already, but there are some singularists actually push this scenario). Out of many reasons to maintain such an opposition, at least one argument seems clear: we humans disagree on being 'better' in general. What is a better painting? Or better music? Or better writing or research paper? As each of us humans has different and mutually exclusive answers to those questions, it seems ridiculous to me for an AGI to produce works that magically appease everyone's preferences. There surely are counterarguments against my opinion, but this writing isn't about AGI after all, so we'll move on.
My point is, on a specific task that we could measure and compare the performance of each participant, we can surely have artificial intelligence(or algorithm or model or whatever word you want to use instead of the cursed word 'Intelligence' that draws worthless attention) that is better than human. Solving arithmetic equations or literally digging a hole in the ground might be a good example. Among many well-defined measurable tasks, one thing catches my mind: proof assistant.
Mathematics is not all about proving, but mathematicians spent quite a bit of their time proving some theorem. Since the act of proving has a defined goal(building an unproven proposition or conjecture from proved theorems) and performance(time spent to finish the proof), we could propose a competition between mathematicians and a proof assistant. The good news is that we already have formal languages such as LEAN. In principle, we could just write down a conjecture using formal symbols, and wait for the proof assistant to build such a combination of symbols from the pool of already proved theorems. The bad news is, we'll have to wait for a very long time since we(and the proof assistant) have no idea what the pool looks like. What we are doing here is just comparing every known math formula to the conjecture, one by one, until we could find a magical road between the conjecture and some theorem in the pool. This ain't work.
Even more problematic is that most of our previous knowledge of mathematics isn't that formal(For example, see this). This means that many theorems out there could not be simply translated into symbols. Thus, we must first rewrite ALL of the history of mathematics in a form of some formal language. Who would do that?
But the situation doesn't seem to be overly grave in my opinion. We now have some knowledge of both NLP(Natural Language Processing) models and combinatorial search algorithms(think of AlphaGo, for example). With the continued interest of researchers, a holy grail of mathematics might not be that far.
Comments
Post a Comment