HN user

MAXPOOL

1,049 karma
Posts67
Comments100
View on HN
aimoprize.com 10mo ago

Gap between commercial and open-source LLMs for Olympiad-level math is shrinking

MAXPOOL
3pts0
www.physicsbaseddeeplearning.org 1y ago

Physics-based Deep Learning Book (v0.3, the GenAI edition)

MAXPOOL
5pts0
www.science.org 2y ago

Debates on the nature of artificial general intelligence

MAXPOOL
3pts0
hgpu.org 2y ago

Study on Energy Consumption in DL Models Across Runtime Infrastructures

MAXPOOL
1pts0
www.bmj.com 2y ago

Effect of exercise for depression: systematic review, meta analyisis

MAXPOOL
3pts1
arxiv.org 2y ago

Counterfactual Tasks to Evaluate the Generality of Analogical Reasoning in LLMs

MAXPOOL
2pts0
huggingface.co 2y ago

Introduction to State Space Models (SSM)

MAXPOOL
4pts1
www.youtube.com 2y ago

Making Real-World Reinforcement Learning Practical [video]

MAXPOOL
59pts2
mobile-aloha.github.io 2y ago

Mobile Aloha Learning Bimanual Mobile Manipulation with Low-Cost Who Teleoperat

MAXPOOL
14pts4
mathstodon.xyz 3y ago

Carbonate based marine life survival against pH

MAXPOOL
1pts0
www.science.org 3y ago

AI and the Hard Stuff by Derek Lowe

MAXPOOL
2pts0
news.mit.edu 4y ago

AI model finds potential drug molecules a thousand times faster

MAXPOOL
4pts6
voxeu.org 4y ago

Economic incentives help explain a longstanding puzzle (Flynn effect)

MAXPOOL
2pts1
www.sciencedirect.com 4y ago

Can brain activity transmit transgenerationally?

MAXPOOL
2pts0
voxeu.org 4y ago

Measuring robot quality: Slowing improvement is a possibility

MAXPOOL
2pts0
statmodeling.stat.columbia.edu 4y ago

We have everything in common with machine learning, except, of course, language

MAXPOOL
23pts0
vecg.cs.ucl.ac.uk 4y ago

Learning a Manifold of Fonts

MAXPOOL
1pts0
www.science.org 4y ago

Virtual Screening versus the Numbers (computational drug discovery)

MAXPOOL
1pts0
www.ams.org 4y ago

A Glimpse into Discrete Differential Geometry [pdf]

MAXPOOL
1pts0
arxiv.org 4y ago

Artificial Intelligence and Machine Learning in Nuclear Physics

MAXPOOL
1pts0
moleculediscovery.github.io 4y ago

Ellis Machine Learning for Molecule Discovery Workshop

MAXPOOL
1pts0
www.countbayesie.com 4y ago

The Logit-Normal: A ubiquitous but strange distribution

MAXPOOL
1pts0
www.science.org 4y ago

Protein Complex Structure Predictions, Already?

MAXPOOL
11pts0
cds.nyu.edu 4y ago

Yann LeCun’s 2021 Deep Learning Course at CDS free and fully online

MAXPOOL
230pts22
arxiv.org 4y ago

On the Opportunities and Risks of Foundation Models

MAXPOOL
4pts0
robotics.sciencemag.org 4y ago

From collections of independent, mindless robots to superstructures

MAXPOOL
2pts0
arxiv.org 5y ago

Ex post peer review encourages high-risk research, ex ante review discourages it

MAXPOOL
2pts0
news.columbia.edu 5y ago

Ideas in statistics that have powered AI

MAXPOOL
204pts78
www.chessable.com 5y ago

Intelligence and Practice in Chess Development

MAXPOOL
47pts17
www2.mst.dk 5y ago

Life Cycle Assessmentof grocery carrier bags (2018) [pdf]

MAXPOOL
1pts0

Things you are not supposed to talk about:

- There is no "moat" (lasting, easy-to-defend technological edge) in AI model businesses. There are just short-term advantages.

- An AI business is a capital-intensive business, just like old factories. Data centers are expensive, models are energy-hungry, and the hardware inside must be replaced every 3–4 years.

- Smaller, specialized models eat margins from below. Transcription, voice, or image detection do not need large models.

There is no reason to expect high margins like you can in traditional software business. Benefits of AI go mostly to consumers.

edit: There is potential for economies of scale. Few megacorps can strive for cost advantage when they achieve scale (Microsoft, Google, Amazon and Meta)

Darwin Machines 2 years ago

If you take a birds eye view, fundamental breakthroughs don't happen that often. "Attention Is All You Need" paper also came out in 2017. It has now been 7 years without breakthrough at the same level as transformers. Breakthrough ideas can take decades before they are ready. There are many false starts and dead ends.

Money and popularity are orthogonal to pathfinding that leads to breakthroughs.

There are many others that are better.

1/ The Annotated Transformer Attention is All You Need http://nlp.seas.harvard.edu/annotated-transformer/

2/ Transformers from Scratch https://e2eml.school/transformers.html

3/ Andrej Karpathy has really good series of intros: https://karpathy.ai/zero-to-hero.html Let's build GPT: from scratch, in code, spelled out. https://www.youtube.com/watch?v=kCc8FmEb1nY GPT with Andrej Karpathy: Part 1 https://medium.com/@kdwa2404/gpt-with-andrej-karpathy-part-1...

4/ 3Blue1Brown: But what is a GPT? Visual intro to transformers | Chapter 5, Deep Learning https://www.youtube.com/watch?v=wjZofJX0v4M Attention in transformers, visually explained | Chapter 6, Deep Learning https://www.youtube.com/watch?v=eMlx5fFNoYc Full 3Blue1Brown Neural Networks playlist https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_6700...

That's is based on old assumption of neuron function.

Firstly, Kurzweil underestimates the number connections by order of magnitude.

Secondly, dentritic computation changes things. Individual dentrites and the dendritic tree as a whole can do multiple individual computations. logical operations low-pass filtering, coincidence detection, ... One neuronal activation is potentially thousands of operations per neuron.

Single human neuron can be equivalent of thousands of ANN's.

deep learning architectures have been crafted to create inductive biases matching invariances and spatial dependencies of the data. Finding corresponding invariances is hard in tabular data, made of heterogeneous features, small sample sizes, extreme values

Transformers with positional encoding have embeddings are invariant to the input order. CNN's have translation invariance and can have little rotational invariance.

It's harder to find similar invariances to tabular data. Maybe applying methods from GNN's would help?

Effect of exercise for depression: systematic review and network meta-analysis of randomised controlled trials.

Conclusions Exercise is an effective treatment for depression, with walking or jogging, yoga, and strength training more effective than other exercises, particularly when intense. Yoga and strength training were well tolerated compared with other treatments. Exercise appeared equally effective for people with and without comorbidities and with different baseline levels of depression. To mitigate expectancy effects, future studies could aim to blind participants and staff. These forms of exercise could be considered alongside psychotherapy and antidepressants as core treatments for depression.

Jan 3, 2024 Lecture by Sergey Levine about progress on real-world deep RL. Covers these papers:

A Walk in the Park: Learning to Walk in 20 Minutes With Model-Free Reinforcement Learning

Grow Your Limits: Continuous Improvement with Real-World RL for Robotic Locomotion

Reset-Free Reinforcement Learning via Multi-Task Learning: Learning Dexterous Manipulation Behaviors without Human Intervention

REBOOT: Reuse Data for Bootstrapping Efficient Real-World Dexterous Manipulation

FastRLAP: A System for Learning High-Speed Driving via Deep RL and Autonomous Practicing: https://sites.google.com/view/fastrlap

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions: https://qtransformer.github.io/

Deep RL at Scale: Sorting Waste in Office Buildings with a Fleet of Mobile Manipulators: https://rl-at-scale.github.io/

Two best:

CHESS IS A FUN SPORT, WHEN PLAYED WITH SHOT GUNS

COWS FLY LIKE CLOUDS BUT THEY ARE NEVER COMPLETELY SUCCESSFUL.

These are from MegaHal that entered 1998 Loebner Prize Contest. MegaHal was able to produce mind-blowing insightful sayings but most were just bs.

It seems that creativity is easy for computers. Just push randomness through some generative algorithm. Curating and selecting the best output makes all the difference. The ability to select, critique, and understand what is generated and what the meaning is is much harder.

Being a universal function approximator means that a multi-layer NN can approximate any bounded continuous function to an arbitrary degree of accuracy. But it says nothing about learnability and the structure required may be unrealistically large.

The learning algorithm used: Backpropagation with Stochastic Gradient Descent is not the universal learner. It's not guaranteed to find the global minimum.

What about LLM reasoning ability?

Faith and Fate: Limits of Transformers on Compositionality https://arxiv.org/abs/2305.18654

Transformers solve compositional reasoning tasks by reducing multi-step compositional reasoning into linearized subgraph matching without problem-solving skills. They can solve problems when they have reasoning graphs in the memory.

I agree. Question has not been settled.

20 year old human has

* heard ~220 million words, talked 50 million words.

* read ~10 million words.

* experienced 420 million seconds of wakeful interaction with the environment (can be used to estimate the limit to conscious decisions, or number of distinct 'epochs' we experience)

From a machine learning perspective human life is surprisingly small set of inputs and actions, just a blip of existence.

The next 'move' for cheaters is to use chess computers in a way that passes 'Chess Turing Test' and makes cheating indistinguishable from normal human play under analysis.

When there is money in the game, there is incentive to cheat.

The report says dozens of grandmasters have been caught cheating on the website, including four of the top-100 players in the world who confessed.

There are probably smart cheaters already playing who are able to evade detection.

One of the top 5 programming books.

Old AI is today's bleeding edge computer engineering. There is an enourmous amount of free lunches for computer engineers and software startups in the old school artificial intelligence.

* modern SAT solver performance is impressive. They can solve huge problems.

* Writing a complex systems configurator with Prolog or Datalog can be like magic.

* Expert systems. There has never been so much use for them than today. Whenever you see expensive systems utilizing complex mess of "business logic" and expensive consultants, you should know there is a better way.

(I use SAT-solvers to partially initialize neural network parameters).

What do you think after read the abstract? https://arxiv.org/abs/2202.05146

... Existing methods are computationally expensive as they rely on heavy candidate sampling coupled with scoring, ranking, and fine-tuning steps. We challenge this paradigm with EquiBind, an SE(3)-equivariant geometric deep learning model performing direct-shot prediction of both i) the receptor binding location (blind docking) and ii) the ligand's bound pose and orientation. ...

Conclusions

The stock of human capital plays an important role in economic growth and prosperity (e.g. Bishop 1989, Toivanen and Väänänen 2013, Aghion et al. 2017). Cognitive scientists studying population trends in measured intelligence have tended to emphasise the role of factors affecting the supply of skills. Our analysis suggests that the mix of skills in a society also evolves in response to the society’s demands and suggests the value of economic reasoning in the study of population trends in measured intelligence.

https://usun.usmission.gov/explanation-of-vote-at-the-third-...

The United States Supreme Court has consistently affirmed the constitutional right to freedom of speech and the rights of peaceful assembly and association, including by avowed Nazis, whose hatred and xenophobia are vile and widely scorned by the American people. We nevertheless firmly defend the constitutional rights of those who exercise their fundamental freedoms to combat intolerance and express strong opposition to the odious Nazi creed and others that espouse similar hatreds.

We have again attempted this year to improve this resolution by engaging in negotiations on the draft text. Despite consistently expressing our concerns with the Russian delegation and proposing revisions to improve the text and protect against unacceptable restrictions on freedom of expression, most of these recommendations were ignored. We discourage States from invoking Article 4 of the Convention on the Elimination of All Forms of Racial Discrimination and Article 20 of the International Covenant on Civil and Political Rights in order to either silence unwelcome opinions or to excuse their failure to combat intolerance. For these reasons, the United States has voted against each new version of this resolution since 2005 and is, again, compelled to vote “No” on this resolution, and calls on other States to do the same.

See also: https://www.politico.eu/article/eu-abstains-from-un-vote-on-...

This is exactly the kind of war that is most unlikely to happen between two liberal democracies[1] according to democratic peace theory[2]. Only a leader whose interests are distinct from the public and who can work without legal constraints can make a personal error of this magnitude.

There is no real animosity nor cause for the war between Ukraine and Russia. Both countries lose big in this war.

[1]:liberal democracy: democracy with separation of powers, an independent judiciary and a system of checks and balances between branches of government.

[2]: Democratic peace theory https://en.wikipedia.org/wiki/Democratic_peace_theory

Biology/biochemistry can squeeze a good amount of computation from just 20 watts.

Even if we could get equal computation from silicon and have an algorithm to run near human-level general AI, humans can maintain the comparative advantage as long as the cost of hardware is more than the cost of raising and educating a human, and the operating cost is more than wages for the same task.

For a short and very non-technical article, this is well written.

The current approach to machine learning is not going to go towards general-purpose AI with steady steps and gradual innovations. Things like GPT-3 seem amazingly general at first. But even it will quickly plateau towards the point where you need a bigger and bigger model, more and more data, and training for smaller and smaller gain.

There need to be several breakthroughs similar to the original Deep Learning breakthrough away from statistical learning. I would say it's 4-7 Turing awards away at a minimum. Some expect less, some more.

Deep learning machine learning models are statistical and probabilistic models. You can categorize Deep Learning under both computer science and statistics. For example stat.ML and cs.LG in Arxiv.

Machine learning and statistics are closely related fields, both historically and in current practice and methodology.

The not very surprising conclusion is that both intelligence and practice are important factors in chess skill development. On their own, however, they can only explain certain aspects of development. For example, practice has its strongest effect in the beginning of expertise development, whereas intelligence’s strongest effect is at the peak and in the later stages. Together, they explain the changes across the whole life span much better than they do on their own.