Dataset Viewer
query
stringclasses 2
values | stepwise_ground_truths
stringclasses 2
values | ground_truth
stringclasses 2
values |
---|---|---|
What is the matrix multiplication result of [[1, 2], [3, 4]] and [[2, 0], [1, 3]]?
|
[{"multiply_matrices": [[4.0, 6.0], [10.0, 12.0]]}]
|
[[4.0, 6.0], [10.0, 12.0]]
|
What is the Frobenius norm of the product of matrices [[1, 2], [3, 4]] and [[2, 0], [1, 3]]?
|
[{"frobenius_norm": 17.204650534085253}]
|
17.204650534085253
|
What is the matrix multiplication result of [[1, 2], [3, 4]] and [[2, 0], [1, 3]]?
|
[{"multiply_matrices": [[4.0, 6.0], [10.0, 12.0]]}]
|
[[4.0, 6.0], [10.0, 12.0]]
|
README.md exists but content is empty.
- Downloads last month
- 465