Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Gupshup
|
2 |
GupShup: Summarizing Open-Domain Code-Switched Conversations EMNLP 2021
|
3 |
Paper: [https://aclanthology.org/2021.emnlp-main.499.pdf](https://aclanthology.org/2021.emnlp-main.499.pdf)
|
|
|
4 |
|
5 |
### Dataset
|
6 |
Please request for the Gupshup data using [this Google form](https://docs.google.com/forms/d/1zvUk7WcldVF3RCoHdWzQPzPprtSJClrnHoIOYbzaJEI/edit?ts=61381ec0).
|
@@ -79,23 +80,6 @@ python run_eval.py \
|
|
79 |
|
80 |
```
|
81 |
|
82 |
-
### In Google collaboratory
|
83 |
-
Please create a copy of this [Notebook on Google colab](https://colab.research.google.com/drive/16PI8Fqivzr8ScgQrs05y_kL6Qzqi7BBe#scrollTo=jNjGTzPb5eV_) or upload `gupshup_notebook.ipynb` on google collab and follow the instructions in it.
|
84 |
-
|
85 |
-
|
86 |
-
### Streamlit UI
|
87 |
-
|
88 |
-
1. Clone this repo and Create a python virtual environment (https://docs.python.org/3/library/venv.html). Install the required packages using
|
89 |
-
```
|
90 |
-
git clone https://github.com/midas-research/gupshup.git
|
91 |
-
pip install -r requirements.txt
|
92 |
-
```
|
93 |
-
|
94 |
-
2. use Streamlit UI to make inferences from the choice of your models and tasks. To start the Streamlit Server:
|
95 |
-
```
|
96 |
-
streamlit run app.py
|
97 |
-
```
|
98 |
-

|
99 |
|
100 |
Please create an issue if you are facing any difficulties in replicating the results.
|
101 |
|
|
|
1 |
# Gupshup
|
2 |
GupShup: Summarizing Open-Domain Code-Switched Conversations EMNLP 2021
|
3 |
Paper: [https://aclanthology.org/2021.emnlp-main.499.pdf](https://aclanthology.org/2021.emnlp-main.499.pdf)
|
4 |
+
Github: [https://github.com/midas-research/gupshup](https://github.com/midas-research/gupshup)
|
5 |
|
6 |
### Dataset
|
7 |
Please request for the Gupshup data using [this Google form](https://docs.google.com/forms/d/1zvUk7WcldVF3RCoHdWzQPzPprtSJClrnHoIOYbzaJEI/edit?ts=61381ec0).
|
|
|
80 |
|
81 |
```
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
Please create an issue if you are facing any difficulties in replicating the results.
|
85 |
|