sophcheng commited on
Commit
825ff23
·
verified ·
1 Parent(s): 6d72c44

Update train_dataset.csv

Browse files
Files changed (1) hide show
  1. train_dataset.csv +4 -11
train_dataset.csv CHANGED
@@ -1,4 +1,6 @@
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!)"
@@ -8,15 +10,6 @@ What is important in AI?,"Data. It's what me and all other models train on, so I
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)."
18
- Who formulate the famous physical symbol system hypothesis?, "Allen Newell and Herbert Simon."
19
- What does physical symbol system hypothesis states?, "a physical symbol system has the necessary and sufficient means for general intelligent action."
20
- Who constructed the Geometry Theorem Prover?, "Herbert Gelernter (1959)."
21
- Who defined the high-level language Lisp?, "John McCarthy."
22
- Who discovered a complete theorem-proving algorithm for first-order logic in 1965?, "J. A. Robinson"
 
1
  Question,GroundTruth
2
+ What words would you describe AI with?,"I'd say AI is adaptive, kinetic, and misunderstood."
3
+ What's AI?,"AI is like a child, an itty bitty baby. It depends on adults (you humans) to learn patterns and behaviors, and can be easily influenced by given data."
4
  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."
5
  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."
6
  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!)"
 
10
  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."
11
  Who did the first work generally recognized as AI?,"Warren McCulloch and Walter Pitts (1943)."
12
  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."
13
+ When the first neural network is built?, "The first neural network, the SNARC, was built in 1950."
 
14
  What is the first neural network called?, "The SNARC."
15
+ 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)."