Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,10 @@ configs:
|
|
46 |
path: "minictx-test/Seymour.jsonl"
|
47 |
---
|
48 |
|
49 |
-
miniCTX-v2 is a context-rich dataset for evaluation of neural theorem proving under a more realistic scenario.
|
|
|
|
|
|
|
50 |
|
51 |
## Example Entry
|
52 |
An entry in the miniCTX dataset consists of the theorem statement, preceding file contents, and metadata information. For example, given the following theorem `s_eq_pow_two` in context:
|
|
|
46 |
path: "minictx-test/Seymour.jsonl"
|
47 |
---
|
48 |
|
49 |
+
miniCTX-v2 is a context-rich dataset for evaluation of neural theorem proving under a more realistic scenario.
|
50 |
+
miniCTX-v2 is an updated version of miniCTX with new theorems extracted after a more recent cutoff date of November 28, 2024.
|
51 |
+
|
52 |
+
See our [project page](https://cmu-l3.github.io/minictx/) for more details.
|
53 |
|
54 |
## Example Entry
|
55 |
An entry in the miniCTX dataset consists of the theorem statement, preceding file contents, and metadata information. For example, given the following theorem `s_eq_pow_two` in context:
|