-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path_quarto.yml
121 lines (114 loc) · 5.23 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
project:
type: book
book:
title: "Open Reasoning Tasks"
author: "Contributors"
date: "7/27/2024"
chapters:
- index.qmd
- part: Tasks
chapters:
- chapters/analogical-problem-solving.qmd
- chapters/analogy-creation.qmd
- chapters/analyzing-cultural-differences.qmd
- chapters/analyzing-decision-making-processes.qmd
- chapters/analyzing-decision-trees.qmd
- chapters/analyzing-historical-counterfactuals.qmd
- chapters/analyzing-rhetorical-strategies.qmd
- chapters/assessing-risk-and-uncertainty.qmd
- chapters/bias-detection.qmd
- chapters/bias-mitigation.qmd
- chapters/calculating-probabilities.qmd
- chapters/categorizing-information-into-hierarchies.qmd
- chapters/causal-chain-analysis.qmd
- chapters/completing-analogies.qmd
- chapters/constructing-valid-arguments.qmd
- chapters/counterfactual-analysis.qmd
- chapters/critical-factor-identification-in-theory-of-mind.qmd
- chapters/critiquing-argument-structures.qmd
- chapters/currys-paradox.qmd
- chapters/deciphering-ambiguous-instructions.qmd
- chapters/deconstructing-complex-systems.qmd
- chapters/deconstructing-metaphors.qmd
- chapters/deducing-motives-from-actions.qmd
- chapters/deducing-rules-from-examples.qmd
- chapters/deductive-logic-puzzles.qmd
- chapters/describing-spatial-relationships.qmd
- chapters/detecting-sarcasm-and-irony.qmd
- chapters/determining-alternative-outcomes.qmd
- chapters/distinguishing-correlation-from-causation.qmd
- chapters/distinguishing-fact-from-opinion.qmd
- chapters/equation-derivation.qmd
- chapters/estimating-duration.qmd
- chapters/ethical-dilemma-resolution.qmd
- chapters/evaluating-analogies-for-accuracy.qmd
- chapters/evaluating-competing-theories.qmd
- chapters/evaluating-policy-implications.qmd
- chapters/evaluating-source-credibility.qmd
- chapters/fermi-estimation.qmd
- chapters/first-order-false-belief.qmd
- chapters/first-order-ignorance.qmd
- chapters/forecasting-technological-impacts.qmd
- chapters/generating-creative-solutions.qmd
- chapters/higher-order-false-belief.qmd
- chapters/hypothesis-formation.qmd
- chapters/identifying-anachronisms.qmd
- chapters/identifying-cause-and-effect-relationships.qmd
- chapters/identifying-cognitive-biases.qmd
- chapters/identifying-hallucination-prone-questions.qmd
- chapters/identifying-implicit-biases-in-language.qmd
- chapters/identifying-logical-fallacies.qmd
- chapters/identifying-logical-inconsistencies.qmd
- chapters/identifying-relationships.qmd
- chapters/identifying-unstated-assumptions.qmd
- chapters/inference-drawing-from-incomplete-data.qmd
- chapters/inferring-emotional-states.qmd
- chapters/inferring-motivations-from-actions.qmd
- chapters/interpreting-ambiguous-statements.qmd
- chapters/interpreting-and-creating-timelines.qmd
- chapters/interpreting-body-language-cues.qmd
- chapters/interpreting-legal-language-and-precedents.qmd
- chapters/interpreting-nonverbal-communication.qmd
- chapters/interpreting-statistical-data.qmd
- chapters/lateral-thinking-puzzles.qmd
- chapters/mathematical-word-problems.qmd
- chapters/mental-rotation-tasks.qmd
- chapters/moral-reasoning-in-everyday-situations.qmd
- chapters/multiturn-latex-generation.qmd
- chapters/narrative-gap-filling.qmd
- chapters/parsing-complex-sentences.qmd
- chapters/pattern-recognition-in-spatial-arrangements.qmd
- chapters/perspective-taking-in-social-scenarios.qmd
- chapters/predicting-market-trends.qmd
- chapters/predicting-outcomes-based-on-scenarios.qmd
- chapters/prioritizing-conflicting-goals.qmd
- chapters/proof-verification.qmd
- chapters/recognizing-emotional-subtext.qmd
- chapters/recognizing-patterns-in-behavior.qmd
- chapters/recognizing-patterns-in-sequences.qmd
- chapters/reconciling-conflicting-information.qmd
- chapters/reverse-engineering-processes.qmd
- chapters/risk-assessment-in-decision-making.qmd
- chapters/second-order-false-belief.qmd
- chapters/sequencing-events.qmd
- chapters/solving-riddles-and-word-puzzles.qmd
- chapters/solving-word-problems-with-multiple-variables.qmd
- chapters/spatial-problem-solving.qmd
- chapters/stack-based-reasoning.qmd
- chapters/syllogism-reasoning.qmd
- chapters/towers-of-hanoi.qmd
- chapters/trait-attribution-in-behavioral-scenarios.qmd
- chapters/trend-analysis-and-forecasting.qmd
- chapters/truth-table-completions.qmd
- chapters/understanding-time-based-relationships.qmd
- chapters/understanding-time-zones-and-global-time-differences.qmd
- chapters/unraveling-paradoxes.qmd
- references.qmd
bibliography: references.bib
execute:
freeze: auto
format:
html:
theme:
light: flatly
dark: darkly