---
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
# Doc / guide: https://huggingface.co/docs/hub/model-cards
datasets:
- emnlp2023/Calc-gsm8k
- emnlp2023/Calc-aqua_rat
- emnlp2023/Calc-math_qa
- emnlp2023/Calc-ape210k
metrics:
- exact_match
- rouge
model-index:
- name: calc-t5-large
results:
- task:
type: question-answering
name: Question Answering
dataset:
type: gsm8k
name: GSM8K
split: validation
metrics:
- type: exact_match
value: 0.420
- type: rouge
value: 0.627
- task:
type: question-answering
name: Question Answering
dataset:
type: aqua_rat
name: AQUA-RAT
split: validation
metrics:
- type: exact_match
value: 0.06
- type: rouge
value: 0.323
license: apache-2.0
language:
- en
---
# Model Card for calc-t5-large
This model generates reasoning chains over mathematical questions while **using an external tool: Sympy calculator**.
## Model Details
### Model Description
With the idea to offload a symbolic reasoning from the stochastic language model,
we train this model to utilize a calculator **for all applicable numeric operations**.
This is achieved by training the model to construct calls to the tool's API in this format:
```html
100/2
```
where `` segment triggers a call of the tool,
which is subsequently served by extending model's decoder input context by adding the output of the tool within the `