https://github.com/cogcomp/perspectrum
Perspectrum: a dataset of claims, perspectives and evidence documents
https://github.com/cogcomp/perspectrum
Last synced: 6 months ago
JSON representation
Perspectrum: a dataset of claims, perspectives and evidence documents
- Host: GitHub
- URL: https://github.com/cogcomp/perspectrum
- Owner: CogComp
- Created: 2018-09-26T19:26:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T15:21:10.000Z (over 6 years ago)
- Last Synced: 2023-08-07T10:08:07.460Z (over 2 years ago)
- Language: Jupyter Notebook
- Homepage: https://cogcomp.seas.upenn.edu/perspectrum/
- Size: 45.2 MB
- Stars: 27
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perspectrum
[](https://semaphoreci.com/danyaljj/perspective)
This repository contains codes and scripts relevant to the dataset introduced in [this paper](http://cogcomp.org/page/publication_view/870).
## Code structure:
- `website/`: contains the webapp used for crowdsourcing experiments, as well as the search engine for claim/perspectives.
- `data/`: contains the dataset at each stages of our annotations.
- `experiments`: Jupyter notebooks containing different small experiments for dataset construction.
## Model
You can download the BERT-based baseline models for all four tasks from the [google drive](https://drive.google.com/drive/folders/1L3WlAtf9DrEhEgE46QIeceRimqLK8cMk?usp=sharing).
## Demo
We host a demo of our BERT-based baseline systems [here](http://orwell.seas.upenn.edu:4002/)
The server code for the demo is available at this [repo](https://github.com/CogComp/perspectroscope)
## Citation
Work is published under **the Creative Commons license**.
Please cite the following work if you want to refer to this work:
```
@inproceedings{chen2018perspectives,
title={Seeing Things from a Different Angle: Discovering Diverse Perspectives about Claims},
author={Chen, Sihao and Khashabi, Daniel and Yin, Wenpeng and Callison-Burch, Chris and Roth, Dan},
book={Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
year={2019}
}
```