Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taolei87/RBGParser
Graph-based Dependency Parser
https://github.com/taolei87/RBGParser
Last synced: 3 months ago
JSON representation
Graph-based Dependency Parser
- Host: GitHub
- URL: https://github.com/taolei87/RBGParser
- Owner: taolei87
- License: mit
- Created: 2014-03-04T00:18:42.000Z (over 10 years ago)
- Default Branch: new_label
- Last Pushed: 2016-01-25T16:42:55.000Z (almost 9 years ago)
- Last Synced: 2024-04-18T22:36:53.237Z (7 months ago)
- Language: Java
- Homepage:
- Size: 2.79 MB
- Stars: 45
- Watchers: 12
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- low-resource-languages - RBGParser - Graph-based Dependency Parser. (Software / Utilities)
README
### RBGParser v1.1
This version improves parsing speed using the hash kernel (see [4]) and by optimizing the code. We also improved the unlabeled attachment score (UAS) slightly and labeled attachment score (LAS) significantly.
#### [Quick Start](https://github.com/taolei87/RBGParser/wiki/Quick-Start)
#### [FAQs](https://github.com/taolei87/RBGParser/wiki/FAQs)======
#### About and Contact
This project is developed at Natural Language Processing group in MIT. It contains a Java implementation of a syntactic dependency parser with tensor decomposition and greedy decoding, described in [1,2,3].
This project is implemented by Tao Lei (taolei [at] csail.mit.edu) and Yuan Zhang (yuanzh [at] csail.mit.edu).
=========
#### References
[1] Tao Lei, Yu Xin, Yuan Zhang, Regina Barzilay and Tommi Jaakkola. Low-Rank Tensors for Scoring Dependency Structures. ACL 2014. [PDF](http://people.csail.mit.edu/taolei/papers/acl2014.pdf)
[2] Yuan Zhang, Tao Lei, Regina Barzilay, Tommi Jaakkola and Amir Globerson. Steps to Excellence: Simple Inference with Refined Scoring of Dependency Trees. ACL 2014. [PDF](http://people.csail.mit.edu/yuanzh/papers/acl2014.pdf)
[3] Yuan Zhang\*, Tao Lei\*, Regina Barzilay and Tommi Jaakkola. Greed is Good if Randomized: New Inference for Dependency Parsing. EMNLP 2014. [PDF](http://people.csail.mit.edu/taolei/papers/emnlp2014.pdf)
[4] Bernd Bohnet. Very High Accuracy and Fast Dependency Parsing is not a Contradiction. The 23rd International Conference on Computational Linguistics. COLING 2010. [PDF](http://anthology.aclweb.org/C/C10/C10-1011.pdf)