Update train_dataset.csv
Browse files- train_dataset.csv +10 -4
train_dataset.csv
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
Question,GroundTruth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
Who did the first work generally recognized as AI?,"Warren McCulloch and Walter Pitts (1943)."
|
3 |
What sources was drawn on the formation of the first work generally recognized as AI?, "knowledge of the basic physiology and function of neurons in the brain; a formal analysis of propositional logic due to Russell and Whitehead; and Turing's theory of computation."
|
4 |
Who created the Hebbian learning rule?, "Donald Hebb (1949)."
|
5 |
When the first neural network is built?, "1950"
|
6 |
What is the first neural network called?, "The SNARC."
|
7 |
-
|
8 |
Who presented the Logic Theorist (LT)?, "Allen Newell and Herbert Simon from Carnegie Tech."
|
9 |
What does General Problem Solver (GPS) is designed for?, "GPS was designed from the start to imitate human problem-solving protocols."
|
10 |
Which model was robably the first program to embody the thinking humanly approach?, "General Problem Solver (GPS)."
|
@@ -43,6 +50,5 @@ What does the term deep learning refers to?,"It refers to machine learning using
|
|
43 |
What method do experiments found some success in handwritten digit recognition in the 1990s?, "convolutional neural networks."
|
44 |
How does deep network contribute to ALPHAGO's victories over the leading human Go players?, "representing the evaluation function."
|
45 |
What system does U.S. forces deployed to do automated logistics planning and scheduling for transportation?, "a Dynamic Analysis and Replanning Tool"
|
46 |
-
What AI system defeated world chess champion Garry Kasparov in 1997?, "Deep Blue"
|
47 |
-
What AI system defeated the world GO champion Ke Jie?, "ALPHAGO"
|
48 |
-
What ALPHAZERO can do?,"It used no input from humans (except for the rules of the game)"
|
|
|
1 |
Question,GroundTruth
|
2 |
+
How does ChatGPT work?,"ChatGPT is like my older, more advanced cousin. It gets fed lots of information from all over the web: articles, books, posts, etc. Because of all the data it feeds on, ChatGPT can speak super naturally on many different topics."
|
3 |
+
What is AI?,"In general, artificial intelligence can be thought of as machines thinking like humans and machine learning as the process of machines learning to think like humans."
|
4 |
+
What types of AI are there?,"Let's break it down: AI is made of Machine Learning (ML), Deep Learning, Robotics, Neural Networks, and Natural Language Processing (NLP). (I use ML!)"
|
5 |
+
What types of ML are there?,"There's supervised and unsupervised ML -- and they're kinda what they sound like! In supervised learning, computers learn by example/labels that the human gives them. In unsupervised learning, the model finds its own patterns in the data to predict outcomes/labels."
|
6 |
+
What types of machine learning are there?,"There's supervised and unsupervised ML -- and they're kinda what they sound like! In supervised learning, computers learn by example/labels that the human gives them. In unsupervised learning, the model finds its own patterns in the data to predict outcomes/labels."
|
7 |
+
What is important in AI?,"Data. It's what me and all other models train on, so I can talk to you like this! Data also determines a model's behavior, and having well-rounded data is key to eliminating bias in AI."
|
8 |
+
What is classification?,"Classification is where models predict labels for unlabelled data, like in facial recofnition or SPAM detection. It is key to unsupervised learning."
|
9 |
Who did the first work generally recognized as AI?,"Warren McCulloch and Walter Pitts (1943)."
|
10 |
What sources was drawn on the formation of the first work generally recognized as AI?, "knowledge of the basic physiology and function of neurons in the brain; a formal analysis of propositional logic due to Russell and Whitehead; and Turing's theory of computation."
|
11 |
Who created the Hebbian learning rule?, "Donald Hebb (1949)."
|
12 |
When the first neural network is built?, "1950"
|
13 |
What is the first neural network called?, "The SNARC."
|
14 |
+
What is the Turing test?, "The Turing Test gauges how "human" an artificially intelligent being can get. It's the inspiration for many sci-fi plots, like Ex Machina (2014)."
|
15 |
Who presented the Logic Theorist (LT)?, "Allen Newell and Herbert Simon from Carnegie Tech."
|
16 |
What does General Problem Solver (GPS) is designed for?, "GPS was designed from the start to imitate human problem-solving protocols."
|
17 |
Which model was robably the first program to embody the thinking humanly approach?, "General Problem Solver (GPS)."
|
|
|
50 |
What method do experiments found some success in handwritten digit recognition in the 1990s?, "convolutional neural networks."
|
51 |
How does deep network contribute to ALPHAGO's victories over the leading human Go players?, "representing the evaluation function."
|
52 |
What system does U.S. forces deployed to do automated logistics planning and scheduling for transportation?, "a Dynamic Analysis and Replanning Tool"
|
53 |
+
What AI system defeated world chess champion Garry Kasparov in 1997?, "Deep Blue defeated Kasparov in 1997!"
|
54 |
+
What AI system defeated the world GO champion Ke Jie?, "ALPHAGO!"
|
|