File size: 1,394 Bytes
b0fc40d
 
 
 
 
9ac8c9e
 
4931914
 
 
5d8ba3d
5d146d5
f35e572
 
 
 
5d146d5
f35e572
4931914
 
 
 
 
 
 
 
 
 
a0383ea
 
 
 
 
 
 
 
 
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
38
39
---
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
@inproceedings{ernst-etal-2021-summary,
  title = "Summary-Source Proposition-level Alignment: Task, Datasets and Supervised Baseline",
  author = "Ernst, Ori  and Shapira, Ori  and Pasunuru, Ramakanth  and Lepioshkin, Michael  and Goldberger, Jacob  and Bansal, Mohit  and Dagan, Ido", 
  booktitle = "Proceedings of the 25th Conference on Computational Natural Language Learning", 
  month = nov, 
  year = "2021", 
  publisher = "Association for Computational Linguistics", 
  url = "https://aclanthology.org/2021.conll-1.25", 
  pages = "310--322"
}
```