From 774972ba2287eb12e317c1938651d48ca689b64a Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 13 Nov 2020 11:19:06 -0500 Subject: [PATCH] Update links. --- README.md | 2 +- docs/iarg.md | 2 ++ docs/lbag.md | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 266327e..4dfadfc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/iarg.md b/docs/iarg.md index 6f6d82a..74ff58f 100644 --- a/docs/iarg.md +++ b/docs/iarg.md @@ -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. diff --git a/docs/lbag.md b/docs/lbag.md index c0b50e3..df05948 100644 --- a/docs/lbag.md +++ b/docs/lbag.md @@ -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