Datasets:
| dataset: | |
| name: llm-srbench__phys_osc__PO3 | |
| description: null | |
| splits: | |
| train: | |
| file: train.csv | |
| samples: 3500 | |
| ratio: 7 | |
| valid: | |
| file: valid.csv | |
| samples: 500 | |
| ratio: 1 | |
| id_test: | |
| file: id_test.csv | |
| samples: 500 | |
| ratio: 1 | |
| ood_test: | |
| file: ood_test.csv | |
| samples: 500 | |
| ratio: 1 | |
| ground_truth_formula: | |
| file: formula.py | |
| features: | |
| - name: t | |
| type: continuous | |
| train_range: [0.0, 35.99919891357422] | |
| ood_range: [36.0072021484375, 40.0] | |
| description: Time | |
| - name: v | |
| type: continuous | |
| train_range: [-0.0602415241301059, 0.0617460645735263] | |
| ood_range: [-0.0602417029440402, 0.060226883739233] | |
| description: Velocity at time t | |
| target: | |
| name: dv_dt | |
| type: continuous | |
| train_range: [-0.0604438632726669, 0.0602075792849063] | |
| ood_range: [-0.0398568660020828, 0.0602040141820907] | |
| description: Acceleration in Nonl-linear Harmonic Oscillator | |
| license: MIT | |
| citation: | |
| arXiv: 2504.10415 | |
| title: 'LLM-SRBench: A New Benchmark for Scientific Equation Discovery with Large Language Models' | |
| resources: | |
| - https://github.com/deep-symbolic-mathematics/llm-srbench | |
| - https://huggingface.co/datasets/nnheui/llm-srbench | |