e3
e3 copied to clipboard
Dockerized code for E3: Entailment-driven Extracting and Editing for Conversational Machine Reading.
Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
In equation 14 of E3 paper, the summary vector C is computed based on the extracted spans (summation from s_i to e_i of each span). However, the implementation here considers...