Skip to content

biaoyanf/RecipeRef

Repository files navigation

What does it take to bake a cake? The RecipeRef corpus and anaphora resolution in procedural text

Introduction

This repository contains code and experiment results introduced in the following paper:

Dataset

  • For the data and detailed annotation guideline of the RecipeRef corpus, please refer to RecipeRef dataset. We also provided data in jsonlines format in data but for the original data, please refer to RecipeRef dataset.

Getting Started

Training Instructions

  • Experiment configurations are found in experiments.conf
  • Choose an experiment that you would like to run, e.g. bridging
  • Training: python train_folds.py <experiment>
  • Checkpoints are stored in the logs directory
  • Prediction results are stored in the prediction directory

Evaluation

  • Evaluation: python evaluate_folds.py <experiment>
  • Evaluation tool provides differnet settings, exact and relax mention matching. For this paper, we use exact mention matching

About

What does it take to bake a cake? The RecipeRef corpus and anaphora resolution in procedural text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published