Some logical inconsistency in the first example of the val_realfp.json ?
未关闭
- 主要语言
- Python
- 星标
- 40
- 派生
- 8
- PR 合并指标
- 30 天内没有已合并 PR
描述
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!
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。