Some logical inconsistency in the first example of the val_realfp.json ?
Aberta
- Linguagem predominante
- Python
- Estrelas
- 40
- Forks
- 8
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Really great work!
There seems to be a small logical inconsistency in the first example in the valid set of RealFP.
https://github.com/allenai/fermi/blob/a174bd1e7ddd5f707ef64b4a94b7c2278dea14aa/data/realFP/val_realfp.json#L1
Since `Q3: What is the population density?`, the following two statements
`Q3 -> Div (Q1, Q2)`, `P: Pow(Q3, Q4)`
should be converted to
`Q3 → Div (Q2, Q1)`, `P: Pow(1/Q3, Q4)`
as `[Q1]=m**2` and `[Q2]=# of people`?
Or, more simply, maybe `Q3` can be modified to something like "What is the **inverse** of the population density" I guess.
Thanks!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.