Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 692 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 692 Bytes

meta-cognitive-analysis

Meta-Cognitive Analysis: Evaluating Declarative and Procedural Knowledge in Datasets and Large Language Models

Prepare Experimental Datasets

python generate_raw_datas.py

Generate Hint via GPT4 and GPT3.5

# Generate Hint by In-Context Learning
python generate_hint.py
# Generate Some Noisy Factual Hint for MATH and GSM8k
python generate_noise.py

Evaluate by Hint Injection

# Include No Hint, Factual Hint, Procedural Hint, Both Factual and Procedural Hint
bash run.sh

Analyze Results

# Annotate via Some Rules
python annotate.py
# Show Improvement Scores from Hint Injection
python analysis.py