# state-of-the-art-result-for-machine-learning-problems
**Repository Path**: ifquant/state-of-the-art-result-for-machine-learning-problems
## Basic Information
- **Project Name**: state-of-the-art-result-for-machine-learning-problems
- **Description**: This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-07-31
- **Last Updated**: 2021-07-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# State-of-the-art result for all Machine Learning Problems
### LAST UPDATE: 6th November 2018
### NEWS: I am looking for a Collaborator esp who does research in NLP, Computer Vision and Reinforcement learning. If you are not a researcher, but you are willing, contact me. Email me: yxt.stoaml@gmail.com
This repository provides state-of-the-art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
You can also submit this [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSe_fFZVCeCVRGGgOQIpoQSXY7mZWynsx7g6WxZEVpO5vJioUA/viewform?embedded=true) if you are new to Github.
This is an attempt to make one stop for all types of machine learning problems state of the art result. I can not do this alone. I need help from everyone. Please submit the Google form/raise an issue if you find SOTA result for a dataset. Please share this on Twitter, Facebook, and other social media.
This summary is categorized into:
- [Supervised Learning](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#supervised-learning)
- [Speech](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#speech)
- [Computer Vision](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#computer-vision)
- [NLP](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#nlp)
- [Semi-supervised Learning](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#semi-supervised-learning)
- Computer Vision
- [Unsupervised Learning](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#unsupervised-learning)
- Speech
- Computer Vision
- [NLP](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems/blob/master/README.md#nlp-1)
- [Transfer Learning](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#transfer-learning)
- [Reinforcement Learning](https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems#reinforcement-learning)
## Supervised Learning
### NLP
#### 1. Language Modelling
#### 2. Machine Translation
#### 3. Text Classification
#### 4. Natural Language Inference
Leader board:
[Stanford Natural Language Inference (SNLI)](https://nlp.stanford.edu/projects/snli/)
[MultiNLI](https://www.kaggle.com/c/multinli-matched-open-evaluation/leaderboard)
#### 5. Question Answering
Leader Board
[SQuAD](https://rajpurkar.github.io/SQuAD-explorer/)
Research Paper |
Datasets |
Metric |
Source Code |
Year |
BERT-LARGE (ensemble) |
The Stanford Question Answering Dataset |
- Exact Match: 87.4
- F1: 93.2
|
|
2018 |
#### 6. Named entity recognition
#### 7. Abstractive Summarization
Research Paper | Datasets | Metric | Source Code | Year
------------ | ------------- | ------------ | ------------- | -------------
[Cutting-off redundant repeating generations for neural abstractive summarization](https://aclanthology.info/pdf/E/E17/E17-2047.pdf) | | - DUC-2004
- ROUGE-1: **32.28**
- ROUGE-2: 10.54
- ROUGE-L: **27.80**
- Gigaword
- ROUGE-1: **36.30**
- ROUGE-2: 17.31
- ROUGE-L: **33.88**
| NOT YET AVAILABLE | 2017
[Convolutional Sequence to Sequence](https://arxiv.org/pdf/1705.03122.pdf) | | - DUC-2004
- ROUGE-1: 33.44
- ROUGE-2: **10.84**
- ROUGE-L: 26.90
- Gigaword
- ROUGE-1: 35.88
- ROUGE-2: 27.48
- ROUGE-L: 33.29
| [PyTorch](https://github.com/facebookresearch/fairseq-py) | 2017
#### 8. Dependency Parsing
Research Paper | Datasets | Metric | Source Code | Year
------------ | ------------- | ------------ | ------------- | -------------
[Globally Normalized Transition-Based Neural Networks](https://arxiv.org/pdf/1603.06042.pdf) | - Final CoNLL ’09 dependency parsing
| - 94.08% UAS accurancy
- 92.15% LAS accurancy
| - [SyntaxNet](https://github.com/tensorflow/models/tree/master/research/syntaxnet)
|
### Computer Vision
#### 1. Classification
#### 2. Instance Segmentation
Research Paper |
Datasets |
Metric |
Source Code |
Year |
Mask R-CNN |
|
|
|
2017 |
#### 3. Visual Question Answering
#### 4. Person Re-identification
Research Paper |
Datasets |
Metric |
Source Code |
Year |
Random Erasing Data Augmentation |
|
- Rank-1: 89.13 mAP: 83.93
- Rank-1: 84.02 mAP: 78.28
- labeled (Rank-1: 63.93 mAP: 65.05) detected (Rank-1: 64.43 mAP: 64.75)
|
Pytorch |
2017 |
### Speech
[Speech SOTA](https://github.com/syhw/wer_are_we)
#### 1. ASR
## Semi-supervised Learning
#### Computer Vision
## Unsupervised Learning
#### Computer Vision
##### 1. Generative Model
### NLP
#### Machine Translation
## Transfer Learning
Research Paper |
Datasets |
Metric |
Source Code |
Year |
One Model To Learn Them All |
- WMT EN → DE
- WMT EN → FR (BLEU)
- ImageNet (top-5 accuracy)
|
|
|
2017 |
## Reinforcement Learning
Email: yxt.stoaml@gmail.com