Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about data #220

Closed
yuchen814 opened this issue Jan 14, 2025 · 2 comments
Closed

Questions about data #220

yuchen814 opened this issue Jan 14, 2025 · 2 comments

Comments

@yuchen814
Copy link

In the corpus.jsonl file, are there cases where some tactics in the train/val/test datasets are not traced? For example, while 'ENNReal.coe_toNNReal' exists in the train/val/test datasets, its 'traced_tactics' field is empty:
{
"url": "/Users/xx/.cache/lean_dojo/leanprover-community-mathlib4-92c2d0cbb4aa68ea1be62aaf7c3517f7f8e1f385/mathlib4",
"commit": "92c2d0cbb4aa68ea1be62aaf7c3517f7f8e1f385",
"file_path": "Mathlib/Data/ENNReal/Basic.lean",
"full_name": "ENNReal.coe_toNNReal",
"start": [194, 1],
"end": [196, 25],
"traced_tactics": []
}
Additionally, I couldn’t find 'Eq.symm' in the train/val/test datasets.

@yangky11
Copy link
Member

coe_toNNReal has a term-style proof w/o any tactic.

https://github.com/leanprover-community/mathlib4/blob/94099b4e3e03fbb365bb797d566a2168442c7a34/Mathlib/Data/ENNReal/Basic.lean#L200

Where is Eq.symm defined? If it's in lean4 itself instead of mathlib. It's probably not in the dataset.

@yuchen814
Copy link
Author

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants