openfree commited on
Commit
0463e16
·
verified ·
1 Parent(s): 01b4a21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -48,22 +48,16 @@ example_papers = [
48
  {
49
  "title": "Attention Is All You Need",
50
  "abstract": "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks that include an encoder and a decoder. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train.",
51
- "score": 0.982,
52
- "grade": "AAA 🌟",
53
  "note": "Revolutionary paper that introduced the Transformer architecture, fundamentally changing NLP and deep learning."
54
  },
55
  {
56
  "title": "Language Models are Few-Shot Learners",
57
  "abstract": "Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still requires task-specific fine-tuning datasets of thousands or tens of thousands of examples. By contrast, humans can generally perform a new language task from only a few examples or from simple instructions - something which current NLP systems still largely struggle to do. Here we show that scaling up language models greatly improves task-agnostic, few-shot performance, sometimes even reaching competitiveness with prior state-of-the-art fine-tuning approaches.",
58
- "score": 0.956,
59
- "grade": "AAA 🌟",
60
  "note": "Groundbreaking GPT-3 paper that demonstrated the power of large language models."
61
  },
62
  {
63
  "title": "An Empirical Study of Neural Network Training Protocols",
64
  "abstract": "This paper presents a comparative analysis of different training protocols for neural networks across various architectures. We examine the effects of learning rate schedules, batch size selection, and optimization algorithms on model convergence and final performance. Our experiments span multiple datasets and model sizes, providing practical insights for deep learning practitioners.",
65
- "score": 0.623,
66
- "grade": "BBB 🔵",
67
  "note": "Solid research paper with useful findings but more limited scope and impact."
68
  }
69
  ]
 
48
  {
49
  "title": "Attention Is All You Need",
50
  "abstract": "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks that include an encoder and a decoder. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train.",
 
 
51
  "note": "Revolutionary paper that introduced the Transformer architecture, fundamentally changing NLP and deep learning."
52
  },
53
  {
54
  "title": "Language Models are Few-Shot Learners",
55
  "abstract": "Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still requires task-specific fine-tuning datasets of thousands or tens of thousands of examples. By contrast, humans can generally perform a new language task from only a few examples or from simple instructions - something which current NLP systems still largely struggle to do. Here we show that scaling up language models greatly improves task-agnostic, few-shot performance, sometimes even reaching competitiveness with prior state-of-the-art fine-tuning approaches.",
 
 
56
  "note": "Groundbreaking GPT-3 paper that demonstrated the power of large language models."
57
  },
58
  {
59
  "title": "An Empirical Study of Neural Network Training Protocols",
60
  "abstract": "This paper presents a comparative analysis of different training protocols for neural networks across various architectures. We examine the effects of learning rate schedules, batch size selection, and optimization algorithms on model convergence and final performance. Our experiments span multiple datasets and model sizes, providing practical insights for deep learning practitioners.",
 
 
61
  "note": "Solid research paper with useful findings but more limited scope and impact."
62
  }
63
  ]