The introduction of transfer learning and pretrained language models in natural language processing (NLP) pushed forward the limits of language understanding and generation. Transfer learning and applying transformers to different downstream NLP tasks have become the main trend of the latest research advances.At the same time, there is a controversy in the NLP community … [Read more...] about 10 Leading Language Models For NLP In 2022
Top
NeurIPS 2021 – 10 Papers You Shouldn’t Miss
The 2021 edition of the most beloved conference in Artificial Intelligence is here to end the year with a ‘grand finale’. The growth of the conference hasn’t ceased: last year’s conference — which we also reviewed — had 1899 main-track papers accepted, compared to this year’s 2334.Some of the published papers have been on arxiv.org for some time now and have … [Read more...] about NeurIPS 2021 – 10 Papers You Shouldn’t Miss
A Guide To Knowledge Graphs
Table of ContentsIntroduction- What is a Knowledge Graph (KG)?- Why KG?- How to use KG?KG in practice- Open source KGs- Creating custom KG- KG ontology- Hosting KG (database)- Query facts from KGIntroductionIn this section, we will introduce KG by asking some simple but intuitive questions about KG. In fact, we will cover the what, why, and how of the knowledge … [Read more...] about A Guide To Knowledge Graphs
Why Graph Theory Is Cooler Than You Thought
What are Graphs?Talk to a scientist in just about any discipline, and ask them the question — based on their discipline — “how does that stuff work?” You’ll likely find that there are systems and networks that you have to consider before you can really understand how any given thing works: whether that’s the human body, a food chain in an ecosystem, a … [Read more...] about Why Graph Theory Is Cooler Than You Thought
BERT Inner Workings
I created this notebook to better understand the inner workings of Bert. I followed a lot of tutorials to try to understand the architecture, but I was never able to really understand what was happening under the hood. For me it always helps to see the actual code instead of just simple abstract diagrams that a lot of times don’t match the actual implementation. If you’re like … [Read more...] about BERT Inner Workings
Pretrain Transformers Models in PyTorch Using Hugging Face Transformers
This notebook is used to pretrain transformers models using Hugging Face on your own custom dataset.What do I mean by pretrain transformers? The definition of pretraining is to train in advance. That is exactly what I mean! Train a transformer model to use it as a pretrained transformers model which can be used to fine-tune it on a specific … [Read more...] about Pretrain Transformers Models in PyTorch Using Hugging Face Transformers
Top Applications of Graph Neural Networks 2021
At the beginning of the year, I have a feeling that Graph Neural Nets (GNNs) became a buzzword. As a researcher in this field, I feel a little bit proud (at least not ashamed) to say that I work on this. It was not always the case: three years ago when I was talking to my peers, who got busy working on GANs and Transformers, the general impression that they got on me was that I … [Read more...] about Top Applications of Graph Neural Networks 2021
Leading AI & Machine Learning Research Trends 2021
To help you stay well prepared for 2021, we have summarized the latest trends across different research areas, including natural language processing, conversational AI, computer vision, and reinforcement learning.We also suggest key research papers in different areas that we think are representative of the latest advances.Subscribe to our AI Research mailing list at the … [Read more...] about Leading AI & Machine Learning Research Trends 2021
TOPBOTS Guide to NeurIPS 2020
This year’s Annual Conference on Neural Information Processing (NeurIPS 2020) is held 100% virtually from December 6th to 12th, 2020. Historically NeurIPS sells out quickly and can be a challenge to register for. But, this year’s virtual format welcomes everyone with an affordable ticket price of $100.2020 is our third year of TOPBOTS covering the conference. To … [Read more...] about TOPBOTS Guide to NeurIPS 2020
2020’s Top AI & Machine Learning Research Papers
Despite the challenges of 2020, the AI research community produced a number of meaningful technical breakthroughs. GPT-3 by OpenAI may be the most famous, but there are definitely many other research papers worth your attention. For example, teams from Google introduced a revolutionary chatbot, Meena, and EfficientDet object detectors in image recognition. Researchers … [Read more...] about 2020’s Top AI & Machine Learning Research Papers