File size: 1,213 Bytes
b0fc40d
 
 
 
 
9ac8c9e
 
4931914
 
 
5d8ba3d
5d146d5
f35e572
 
 
 
5d146d5
f35e572
4931914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17585fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
widget:
- text: "Prime Minister Hun Sen insisted that talks take place in Cambodia. </s><s> Cambodian leader Hun Sen rejected opposition parties' demands for talks outside the country."
---

# SuperPAL model

Summary-Source Proposition-level Alignment: Task, Datasets and Supervised Baseline
Ori Ernst, Ori Shapira, Ramakanth Pasunuru, Michael Lepioshkin, Jacob Goldberger, Mohit Bansal, Ido Dagan, 2021. [PDF](https://arxiv.org/pdf/2009.00590)

**How to use?**

```python
from transformers import AutoTokenizer, AutoModelForSequenceClassification
  
tokenizer = AutoTokenizer.from_pretrained("biu-nlp/superpal")

model = AutoModelForSequenceClassification.from_pretrained("biu-nlp/superpal")
```



The original repo is [here](https://github.com/oriern/SuperPAL).


If you find our work useful, please cite the paper as:

```python
@misc{ernst2021summarysource,
      title={Summary-Source Proposition-level Alignment: Task, Datasets and Supervised Baseline}, 
      author={Ori Ernst and Ori Shapira and Ramakanth Pasunuru and Michael Lepioshkin and Jacob Goldberger and Mohit Bansal and Ido Dagan},
      year={2021},
      eprint={2009.00590},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```