Upload 2 files
Browse files- test_dataset.csv +21 -0
- train_dataset.csv +14 -0
test_dataset.csv
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Question,GroundTruth
|
2 |
+
How does a pawn move in chess?,"A pawn moves forward one square, but it captures diagonally. On its first move, a pawn can move forward two squares."
|
3 |
+
What are the basic moves of a king in chess?,"The king moves one square in any direction: horizontally, vertically, or diagonally."
|
4 |
+
How does a knight move in chess?,"The knight moves in an L-shape: two squares in one direction and then one square perpendicular, or one square in one direction and then two squares perpendicular."
|
5 |
+
What is castling in chess?,"Castling is a move that involves the king moving two squares towards a rook on the player's first rank, then the rook moving to the square over which the king crossed."
|
6 |
+
What is a check in chess?,"A check is a situation where a king is under threat of being captured on the next move."
|
7 |
+
How do you win a game of chess?,"A game of chess is won by checkmating your opponent's king, which means the king is in a position to be captured and cannot escape."
|
8 |
+
What is a stalemate in chess?,"A stalemate occurs when the player whose turn it is to move has no legal move and their king is not in check. It results in a draw."
|
9 |
+
What is en passant in chess?,"En passant is a special pawn capture that can occur if a pawn moves two squares forward from its starting position and lands beside an opponent's pawn."
|
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."
|
train_dataset.csv
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Question,GroundTruth
|
2 |
+
What is the best opening move for white?,"The best opening move for white is often considered to be 1. e4, aiming to control the center and open lines for the queen and bishop."
|
3 |
+
What are the common responses to 1. e4?,"Common responses to 1. e4 include 1... e5, 1... c5 (Sicilian Defense), 1... e6 (French Defense), and 1... c6 (Caro-Kann Defense)."
|
4 |
+
How do I play the Sicilian Defense?,"To play the Sicilian Defense, respond to 1. e4 with 1... c5, aiming to challenge white's control of the center and create an asymmetrical pawn structure."
|
5 |
+
What is a good strategy for the middle game?,"A good strategy for the middle game includes developing your pieces to active squares, controlling the center, coordinating your pieces for potential attacks, and ensuring king safety."
|
6 |
+
How can I effectively coordinate an attack?,"To effectively coordinate an attack, focus on piece activity, look for weaknesses in your opponent's position, and try to double your rooks or align them with your queen for combined threats."
|
7 |
+
What should I focus on in the endgame?,"In the endgame, focus on king activity, promoting pawns, and creating passed pawns. It's crucial to centralize your king and use it actively in the fight."
|
8 |
+
How do I achieve a checkmate with a king and rook against a lone king?,"To achieve checkmate with a king and rook against a lone king, force the opposing king to the edge of the board and use your king and rook to create a checkmate pattern, often referred to as the 'box' method."
|
9 |
+
What is the Lucena position?,"The Lucena position is a winning technique in rook endgames where the stronger side's king is cut off by a file, and the winning side uses the rook to build a 'bridge' for the king to support the promotion of a pawn."
|
10 |
+
How do I play the Philidor position?,"The Philidor position is a defensive technique in rook endgames where the defender places the rook on the third rank, preventing the opposing king from advancing and thus creating a draw by maintaining the position."
|
11 |
+
What is a pin in chess?,"A pin in chess is a tactic where a piece cannot move without exposing a more valuable piece behind it to capture. Pins can be absolute, where the pinned piece is in front of the king, or relative, involving other pieces."
|
12 |
+
How do I use a fork in chess?,"A fork is a tactic where a single piece, often a knight, attacks two or more of the opponent's pieces simultaneously, creating a scenario where the opponent cannot defend both pieces effectively."
|
13 |
+
How can I improve my chess rating?,"To improve your chess rating, study opening theory, practice middle game tactics, and learn endgame techniques. Regularly playing games, analyzing your losses, and solving chess puzzles can also help improve your skills."
|
14 |
+
What resources are good for learning chess?,"Good resources for learning chess include online platforms like Chess.com and Lichess.org, books such as 'My System' by Aron Nimzowitsch and 'Chess Fundamentals' by José Capablanca, and video lessons from experienced players."
|