annakcarls commited on
Commit
b5abf18
·
verified ·
1 Parent(s): 7dbcf35

Update val_dataset.csv

Browse files
Files changed (1) hide show
  1. val_dataset.csv +43 -10
val_dataset.csv CHANGED
@@ -1,12 +1,45 @@
1
  Question,GroundTruth
2
- What are the rules for castling in chess?,"Castling is a special move in chess that involves the king and one of the rooks. The king moves two squares towards the rook, and the rook moves to the square next to the king. Certain conditions must be met: neither the king nor the rook involved has previously moved, there are no pieces between the king and the rook, the king is not in check, and the squares the king moves across are not under attack."
3
- How does en passant work in chess?,"En passant is a special pawn capture in chess. It occurs when a pawn moves two squares forward from its starting position and lands beside an opponent's pawn. The opponent's pawn can capture the moving pawn as if it had moved only one square. This capture must be made immediately on the next move."
4
- What is the purpose of a pawn promotion?,"Pawn promotion occurs when a pawn reaches the farthest rank from its starting position. The pawn can then be promoted to any other piece, except a king, typically a queen. This is to reward the player for advancing the pawn so far across the board, significantly increasing the material advantage."
5
- Can you explain stalemate in chess?,"A stalemate in chess occurs when a player has no legal moves and their king is not in check. This situation results in a draw. It often happens in endgames when one side has few pieces left and is unable to make a legal move without placing their king in check."
6
- What constitutes checkmate in chess?,"Checkmate occurs when a player's king is in a position to be captured (in check) and there is no legal move to remove the threat of capture. This results in a win for the player delivering the checkmate."
7
- How does the fifty-move rule work in chess?,"The fifty-move rule in chess allows a player to claim a draw if no pawn movement or capture has been made in the last fifty moves by either player. This rule is intended to prevent endlessly drawn-out games."
8
- What is the basic strategy for the opening phase in chess?,"In the opening phase of chess, the basic strategy includes controlling the center of the board, developing your pieces (knights and bishops), and ensuring the king's safety, usually by castling. Developing pawns and pieces to active squares helps in controlling the game from the start."
9
- How do you perform a fork in chess?,"A fork in chess is a tactic where a single piece makes two or more direct attacks simultaneously. Knights are particularly effective at forking because they can attack pieces in different directions that are not aligned. Other pieces can also fork by targeting multiple high-value pieces at once."
10
- 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. For example, a bishop can pin a knight to a king if moving the knight would place the king in check."
11
- Explain the concept of zugzwang in chess?,"Zugzwang is a situation in chess where a player is put at a disadvantage because they must make a move, even though any move will worsen their position. It often occurs in endgames, where any move a player makes will lead to a weaker position or a loss."
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Question,GroundTruth
2
+ Q: How do I begin prioritizing my tasks when everything seems important?
3
+ A: Start by listing all tasks and then categorize them based on urgency and importance. Use the Eisenhower Matrix to classify them into four categories: urgent and important, important but not urgent, urgent but not important, and neither urgent nor important.
 
 
 
 
 
 
 
 
4
 
5
+ Q: What is the Eisenhower Matrix, and how does it help prioritize tasks?
6
+ A: The Eisenhower Matrix helps prioritize tasks by dividing them into four quadrants: urgent and important, important but not urgent, urgent but not important, and neither urgent nor important. This helps focus on tasks that matter most and plan accordingly.
7
+
8
+ Q: How can I effectively prioritize my daily tasks?
9
+ A: Start your day by identifying the top three tasks that must be completed. Focus on these high-priority tasks first before moving on to less critical tasks.
10
+
11
+ Q: What strategies can I use to balance short-term and long-term tasks?
12
+ A: Allocate specific times for both types of tasks. Use short-term tasks to handle immediate needs and set aside dedicated time blocks for long-term projects to ensure consistent progress.
13
+
14
+ Q: How can I determine which tasks are most urgent?
15
+ A: Tasks with imminent deadlines or those that have significant consequences if not completed soon are typically the most urgent. Evaluate each task's deadline and potential impact.
16
+
17
+ Q: How do I handle tasks that are important but not urgent?
18
+ A: Schedule these tasks into your calendar to ensure they are addressed. Regularly review and adjust your schedule to allocate time for these important activities.
19
+
20
+ Q: How can I avoid procrastination when prioritizing tasks?
21
+ A: Break larger tasks into smaller, manageable steps, set clear deadlines, and start with the most challenging task first to build momentum and reduce the temptation to procrastinate.
22
+
23
+ Q: What tools can help me keep track of my prioritized tasks?
24
+ A: Use planners, to-do list apps, or task management software to organize and keep track of your tasks. These tools can help you visualize your priorities and deadlines.
25
+
26
+ Q: How can I adjust my priorities when new tasks come in?
27
+ A: Reassess all tasks in light of the new ones. Integrate new tasks into your existing list and re-prioritize based on current urgency and importance, ensuring that your most critical tasks are still addressed.
28
+
29
+ Q: What should I do if I have a high-priority task that I keep avoiding?
30
+ A: Identify the reason for avoidance. Break the task into smaller steps, start with an easy part, and consider setting a reward for completing it to boost motivation.
31
+
32
+ Q: How can I ensure I'm not neglecting less urgent but important tasks?
33
+ A: Regularly review your task list and schedule time for important but less urgent tasks. Set reminders to check progress and adjust your plan as needed to address these tasks.
34
+
35
+ Q: What is the best way to handle urgent but unimportant tasks?
36
+ A: Delegate these tasks if possible. If delegation is not an option, complete them quickly to free up time for more important tasks.
37
+
38
+ Q: How can I ensure my plan is realistic and achievable?
39
+ A: Assess the time required for each task, set reasonable deadlines, and ensure you have the necessary resources. Regularly review and adjust your plan to stay on track.
40
+
41
+ Q: How can I improve my focus on high-priority tasks?
42
+ A: Minimize distractions, set specific time blocks dedicated to high-priority tasks, and use techniques like the Pomodoro Technique to maintain focus and productivity.
43
+
44
+ Q: How can I evaluate the effectiveness of my task prioritization and planning?
45
+ A: Reflect on your completed tasks at the end of each day or week. Assess whether you met your goals, stayed on schedule, and if the prioritized tasks had the intended impact. Adjust your approach based on this evaluation.