Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hitachi-nlp/graph_parser


https://github.com/hitachi-nlp/graph_parser

Last synced: about 1 month ago
JSON representation

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)