allenai / allenai/nlpstack

Support auto-evaluation

未关闭
#52 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
med
主要语言
Scala
星标
43
派生
8
PR 合并指标
30 天内没有已合并 PR

描述

Presently if we want evaluation figures for our NLP Tools we consult papers. These papers tend to be evaluated on out-of-domain corpora (WSJ) so they are not very helpful. They tend to not have any cross-domain statistics, so a parser that performs better on WSJ might actually perform worse on 4th Grade Biology Textbooks.

The NLP Stack could provide automatic evaluation for its tools. I imagine other NLP Toolkits provide this, but I can't think of anything off the top of my head. A lack of public-domain annotated corpora might be the culprit.

@mhrmm might have built something already to evaluate his parser. If not, perhaps Dirk could build this into the NLP Stack instead. I'm not sure how parsers are evaluated exactly. We might not have a public-domain gold corpus presently, but we might have one soon from Mark H's tool.

For tools such as the POS Tagger, evaluation is quite simple. Building a public-domain annotated corpus is also straightforward. We could choose some text from Wikipedia, run our POS tagger on it, and correct errors.

@dirkgr had this idea originally.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。