Skip to content

Commit

Permalink
SBN documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RikVN committed Jul 13, 2022
1 parent ad5485d commit 48c6e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AllenNLP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AllenNLP experiments #

This document outlines how to run neural DRS parsing experiments using AllenNLP (and BERT). Details can be found in our [EMNLP paper](https://www.aclweb.org/anthology/2020.emnlp-main.371.pdf).
This document outlines how to run neural DRS parsing experiments using AllenNLP (and BERT). Details can be found in our [EMNLP paper](https://www.aclweb.org/anthology/2020.emnlp-main.371.pdf).

At the end, we also outline how you can train a baseline BERT system on the SBN notation of PMB release 4.0.0.

## Setting up ##

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ For each of the three Neural DRS parsing papers, I have written separate READMEs
* [IWCS paper with Marian](Marian.md)
* [EMNLP paper with AllenNLP](AllenNLP.md)

If you are interested in running experiments on the SBN notation of release 4.0.0, there are instructions on how to train a baseline model [here](https://github.com/RikVN/Neural_DRS/blob/master/AllenNLP.md#sbn-experiments).

## DRS Jury ##

I created a script to give a better overview of your DRS parsing system, called [DRS Jury](DRS_jury.md). It has the same capabilities as [Counter](https://www.aclweb.org/anthology/L18-1267.pdf), and includes the following extensions:
Expand Down

0 comments on commit 48c6e5e

Please sign in to comment.