Update test_dataset.csv
Browse files- test_dataset.csv +8 -20
test_dataset.csv
CHANGED
@@ -1,21 +1,9 @@
|
|
1 |
Question,GroundTruth
|
2 |
-
|
3 |
-
What
|
4 |
-
|
5 |
-
|
6 |
-
What
|
7 |
-
|
8 |
-
What is
|
9 |
-
What is
|
10 |
-
What is the purpose of a chess clock?,"A chess clock is used to track the total time each player takes for their moves. If a player's time runs out, they lose the game."
|
11 |
-
What is a fork in chess?,"A fork is a tactic where a single piece attacks two or more of the opponent's pieces at the same time."
|
12 |
-
How does a bishop move in chess?,"A bishop moves diagonally any number of squares, but cannot jump over other pieces."
|
13 |
-
What is a pin in chess?,"A pin occurs when a piece cannot move without exposing a more valuable piece, like the king or queen, to attack."
|
14 |
-
What is a discovered check in chess?,"A discovered check happens when a piece moves, revealing an attack on the opponent's king by another piece."
|
15 |
-
How does a rook move in chess?,"A rook moves any number of squares along a row or column."
|
16 |
-
What is a gambit in chess?,"A gambit is a chess opening in which a player sacrifices material, usually a pawn, with the hope of achieving a subsequent advantageous position."
|
17 |
-
What is the fifty-move rule in chess?,"The fifty-move rule allows a player to claim a draw if no pawn has been moved and no capture has been made in the last fifty moves by each player."
|
18 |
-
What is the difference between check and checkmate?,"Check is when the king is in danger but can still escape, whereas checkmate is when the king is in danger and cannot escape."
|
19 |
-
How does a queen move in chess?,"The queen can move any number of squares along a row, column, or diagonal."
|
20 |
-
What is a perpetual check in chess?,"Perpetual check is a situation in which one player can check the opponent's king continuously, resulting in a draw if it occurs three times."
|
21 |
-
What are the three phases of a chess game?,"The three phases of a chess game are the opening, the middlegame, and the endgame."
|
|
|
1 |
Question,GroundTruth
|
2 |
+
What is artificial intelligence?,"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."
|
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 |
+
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."
|
6 |
+
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."
|
7 |
+
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."
|
8 |
+
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."
|
9 |
+
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."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|