Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzsfornlp committed Nov 13, 2020
1 parent c58ccd9 commit 774972b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to configurate, generally: [here](docs/conf.md)

Related works:

"An Empirical Exploration of Local Ordering Pre-training for Structured Prediction": [TODO](??)
"An Empirical Exploration of Local Ordering Pre-training for Structured Prediction": [details](docs/lbag.md)

"A Two-Step Approach for Implicit Event Argument Detection": [details](docs/iarg.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/iarg.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ As those of the main `msp` package:

Please refer to [`scripts/ie/iarg/conda_env_zie.yml`](../scripts/ie/iarg/conda_env_zie.yml) for an example of specific conda environment and you can specify conda environment using this.

(**note**: Please try to specify these versions of the corresponding libraries, since we find that there may be errors if using versions newer than these: `python3.6 + pytorch1.0.0 + transformers2.8.0`)

### Data Preparation

Please refer to [`scripts/ie/iarg/prepare_data.sh`](../scripts/ie/iarg/prepare_data.sh) for more details. To be noted, for easier processing, we transformed from RAMS's format to our own format.
Expand Down
6 changes: 3 additions & 3 deletions docs/lbag.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### For the Local Bag pre-training method

Hi, this describes our implementation for our work: "An Empirical Exploration of Local Ordering Pre-training for Structured Prediction".
Hi, this describes our implementation for our Findings-of-EMNLP20 paper: "An Empirical Exploration of Local Ordering Pre-training for Structured Prediction".

Please refer to the paper for more details: [[paper]](TODO) [[bib]](TODO)
Please refer to the paper for more details: [[paper]](https://www.aclweb.org/anthology/2020.findings-emnlp.160/) [[bib]](https://www.aclweb.org/anthology/2020.findings-emnlp.160.bib)

### Repo

When we were carrying out our experiments for this work, we used the repo at this commit [`here`](TODO). In later versions of this repo, there may be slight changes (for example, default hyper-parameter change or hyper-parameter name change).
When we were carrying out our experiments for this work, we used the repo at this commit [`here`](https://github.com/zzsfornlp/zmsp/commit/c58ccd9c0f51bcdec3488cbdfec3b5d70d7f0728). In later versions of this repo, there may be slight changes (for example, default hyper-parameter change or hyper-parameter name change).

### Environment

Expand Down

0 comments on commit 774972b

Please sign in to comment.