Update README.md

This commit is contained in:
liuhuanyong 2020-08-30 20:07:20 +08:00 committed by GitHub
parent 52ab53c575
commit a6ab2728c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,35 @@
# CommonSenseInference # CommonSenseInference
Common-Sense Inference常识知识库、常识推理与常识推理评估的系统项目 Common-Sense Inference常识知识库、常识推理与常识推理评估的系统项目
# 已有常识知识库项目资源
| 大类 | 小类 | 名称 | 地址 |
| ----- | -------- | ------- | ------- |
| 语言学知识库 | 语言标注语料库 | Penn Treebank | [点击查看](https://www.ldc.upenn.edu/) |
| 语言学知识库 | 语言标注语料库 | The Penn Discourse Tree- bank (PDTB) | [点击查看](https://www.ldc.upenn.edu/) |
| 语言学知识库 | 语言标注语料库 | The Abstract Meaning Representation (AMR) corpus | [点击查看](https://www.ldc.upenn.edu/) |
| 语言学知识库 | 词汇知识库 | WordNet | [点击查看](https://wordnet.princeton.edu/) |
| 语言学知识库 | 词汇知识库 | VerbNet | [点击查看](https://verbs.colorado.edu/~mpalmer/projects/verbnet.html) |
| 语言学知识库 | 词汇知识库 | VerbOcean | [点击查看](http://demo.patrickpantel.com/demos/verbocean/) |
| 语言学知识库 | 词汇知识库 | VerbCorner | [点击查看](https://archive.gameswithwords.org/VerbCorner/about.php) |
| 语言学知识库 | 框架语义知识库 | FrameNet | [点击查看](https://framenet.icsi.berkeley.edu/fndrupal/framenet_data) |
| 语言学知识库 | 框架语义知识库 | PropBank | [点击查看](https://propbank.github.io/) |
| 语言学知识库 | 预训练语义向量 | GloVe | [点击查看](https://nlp.stanford.edu/projects/glove/) |
| 语言学知识库 | 预训练语义向量 | FastText | [点击查看](https://github.com/facebookresearch/fastText) |
| 语言学知识库 | 预训练语义向量 | wordpiece embeddings | [点击查看](https://github.com/google-research/bert) |
| 常识库 | 常识库 | YAGO | [点击查看](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/yago-naga/yago/downloads/) |
| 常识库 | 常识库 | DBpedia | [点击查看](https://wiki.dbpedia.org/develop/datasets) |
| 常识库 | 常识库 | WikiTaxonomy | [点击查看](https://www.h-its.org/en/research/nlp/wikitaxonomy/)|
| 常识库 | 常识库 | Freebase | [点击查看](https://developers.google.com/freebase/) |
| 常识库 | 常识库 | NELL | [点击查看](https://rtw.ml.cmu.edu/rtw/) |
| 常识库 | 常识库 | Probase | [点击查看](https://concept.research.microsoft.com/Home/Download) |
| 常识库 | 常识库 | Wikidata | [点击查看](https://www.wikidata.org/) |
| 常识知识库 | 常识知识库 | Cyc | [点击查看](https://www.cyc.com/researchcyc/) |
| 常识知识库 | 常识知识库 | ConceptNet | [点击查看](https://conceptnet.io/) |
| 常识知识库 | 常识知识库 | SenticNet | [点击查看](https://sentic.net/downloads/) |
| 常识知识库 | 常识知识库 | Isanette and IsaCore | [点击查看](https://sentic.net/downloads/) |
| 常识知识库 | 常识知识库 | COGBASE | [点击查看](https://cogview.com/cogbase/) |
| 常识知识库 | 常识知识库 | WebChild. | [点击查看](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/yago-naga/webchild/) |
| 常识知识库 | 常识知识库 | LocatedNear | [点击查看](https://github.com/adapt-sjtu/commonsense-locatednear) |
| 常识知识库 | 常识知识库 | ATOMIC | [点击查看](https://homes.cs.washington.edu/~msap/atomic/) |
| 常识知识库 | 常识知识库 | ASER | [点击查看](https://hkustknowcomp.github.io/ASER/) |