allenai / allenai/fermi

Some logical inconsistency in the first example of the val_realfp.json ?

未關閉
#1 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。