Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitachi-nlp/graph_parser
https://github.com/hitachi-nlp/graph_parser
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hitachi-nlp/graph_parser
- Owner: hitachi-nlp
- License: other
- Created: 2022-02-21T02:50:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T23:54:58.000Z (7 months ago)
- Last Synced: 2024-06-21T17:37:13.439Z (7 months ago)
- Language: Python
- Size: 204 KB
- Stars: 10
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Research codebase
### Example projects
For reproduction of each research project, please follow below instructions:
- [TACL: End-to-end Argument Mining with Cross-corpora Multi-task Learning](examples/multitask_am/README.md)
- [SemEval-2022: Structured Sentiment Analysis with Graph-based and Seq2Seq-based Models](examples/semeval2022task10/README.md)
- See also general [usage](misc/USAGE.md)### License
See ```LICENSE``` for the license information of this codebase.We note that, some codes such as for pre-processing are obtained from other codebases. Refer to comments in each file:
- [CDCP pre-processing](utils/converter/cdcp2mrp.py)
- [MTC pre-processing](utils/converter/mtc2mrp.py)
- [chu_liu_edmonds algorithm](https://raw.githubusercontent.com/allenai/allennlp/a558f7f4982d6a996d5397c7ff7a500cb0251577/allennlp/nn/chu_liu_edmonds.py)
- [loader](amparse/loader/__init__.py)
- [biaffine operation](amparse/model/biaffine.py)
- [seq2seq](examples/semeval2022task10/seq2seq_parser/seq2seq_summarize.py)