文件名称:wikiscout:从*信息框中提取描述性注释
文件大小:26KB
文件格式:ZIP
更新时间:2024-07-17 19:00:42
Python
维基侦察兵 WikiScout 是一个自动从简单英语*中提取注释以丰富具有语义上下文的信息框属性的系统。 WikiScout 将*文本转换为参数化注释,这些注释是通过从信息框模板名称创建的变量词典定义的。 在回答来自*数据的问题的任务中,WikiScout 生成的注释将问答系统的召回率提高了近六倍。 出版物 WikiScout:自动提取问答注释 WikiScout 海报
【文件预览】:
wikiscout-master
----wikiscout_server.py(2KB)
----tests()
--------test_annotation.py(9KB)
--------test_wikikb.py(3KB)
--------test_tokenize.py(1KB)
--------test_infobox_parser.py(691B)
--------test_sentence.py(4KB)
----requirements.txt(255B)
----setup.py(209B)
----.gitignore(517B)
----README.md(740B)
----scripts()
--------generate_annotations.py(3KB)
--------unidecode_title.py(272B)
--------index_inverted_synonyms.py(1KB)
--------get_simple_infoboxes.py(1021B)
--------extract_candidates.py(3KB)
--------get_sentences.py(994B)
--------evaluate.py(1KB)
--------define_symbols.py(2KB)
--------calculate_gender.py(814B)
--------get_infoboxes.py(561B)
--------index_synonyms.py(555B)
--------wikikb_server.py(588B)
----wikiscout()
--------infobox_parser.py(4KB)
--------wikipediabase.py(1KB)
--------tokenize.py(4KB)
--------start.py(2KB)
--------__init__.py(0B)
--------annotation.py(5KB)
--------corenlp.py(3KB)
--------wikikb.py(6KB)
--------omnibase.py(3KB)
--------sentence.py(3KB)
--------schemata.py(1KB)