Shalyt commited on
Commit
2ef4cb4
·
verified ·
1 Parent(s): 4ca5585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -6,6 +6,8 @@ tags:
6
  - Calculus
7
  size_categories:
8
  - 10K<n<100K
 
 
9
  ---
10
 
11
  # ASyMOB Dataset Generation
@@ -43,4 +45,18 @@ ASyMOB_Generation.py generates a diverse set of mathematical question variants f
43
  - **`Seed_and_Max_Symbolic_Perturbations.csv`:** Modify this CSV to add new seed questions or adjust existing ones.
44
  - **`symnoise_char_list`, `symnoise_sym_list`:** Adjust the lists of symbolic characters and their SymPy representations if your questions use different symbols for perturbation (ASyMOB uses 'A', 'B', 'F', 'G', 'H' by default).
45
  - **`equivalent_forms_easy`, `equivalent_forms_hard`:** Add or modify the equivalent forms to introduce different types of mathematical equivalences.
46
- - **`noise_digits` and `reps_num`:** In `generate_NA2S`, you can change `noise_digits` to control the range of random numbers used for numeric perturbations and `reps_num` to control the number of repetitions for each item.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - Calculus
7
  size_categories:
8
  - 10K<n<100K
9
+ task_categories:
10
+ - question-answering
11
  ---
12
 
13
  # ASyMOB Dataset Generation
 
45
  - **`Seed_and_Max_Symbolic_Perturbations.csv`:** Modify this CSV to add new seed questions or adjust existing ones.
46
  - **`symnoise_char_list`, `symnoise_sym_list`:** Adjust the lists of symbolic characters and their SymPy representations if your questions use different symbols for perturbation (ASyMOB uses 'A', 'B', 'F', 'G', 'H' by default).
47
  - **`equivalent_forms_easy`, `equivalent_forms_hard`:** Add or modify the equivalent forms to introduce different types of mathematical equivalences.
48
+ - **`noise_digits` and `reps_num`:** In `generate_NA2S`, you can change `noise_digits` to control the range of random numbers used for numeric perturbations and `reps_num` to control the number of repetitions for each item.
49
+
50
+ ## Citation
51
+ If you use ASyMOB in your research, please cite the paper:
52
+ ```bibtex
53
+ @misc{ASyMOB,
54
+ title={Unsupervised Discovery of Formulas for Mathematical Constants},
55
+ author={Michael Shalyt and Uri Seligmann and Itay Beit Halachmi and Ofir David and Rotem Elimelech and Ido Kaminer},
56
+ year={2024},
57
+ eprint={2412.16818},
58
+ archivePrefix={arXiv},
59
+ primaryClass={cs.AI},
60
+ url={https://arxiv.org/abs/2412.16818},
61
+ }
62
+ ```