Max Ku commited on
Commit
099fa33
·
unverified ·
1 Parent(s): 2963ab1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -263,6 +263,26 @@ python parse_prompt.py
263
  cd ..
264
  ```
265
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  ## ❓ FAQ
267
 
268
  The FAQ should cover the most common errors you could encounter. If you see something new, report it on issues.
 
263
  cd ..
264
  ```
265
 
266
+ ## TheoremExplainBench (TEB)
267
+
268
+ TheoremExplainBench can be found on https://huggingface.co/datasets/TIGER-Lab/TheoremExplainBench.
269
+
270
+ How to use:
271
+ ```python
272
+ import datasets
273
+ dataset = datasets.load_dataset("TIGER-Lab/TheoremExplainBench")
274
+ ```
275
+
276
+ Dataset info:
277
+ ```shell
278
+ DatasetDict({
279
+ train: Dataset({
280
+ features: ['uid', 'subject', 'difficulty', 'theorem', 'description', 'subfield'],
281
+ num_rows: 240
282
+ })
283
+ })
284
+ ```
285
+
286
  ## ❓ FAQ
287
 
288
  The FAQ should cover the most common errors you could encounter. If you see something new, report it on issues.