sutdaiday
commited on
Commit
Β·
3b9ddbc
1
Parent(s):
ea8aab5
fixed
Browse files- ambuj_CraigslistBargain_results.csv +0 -2
- ambuj_ESConv_results.csv +3 -4
- app.py +2 -2
- requirements.txt +1 -1
- reshu_ESConv_results.csv +2 -0
ambuj_CraigslistBargain_results.csv
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
UserID,Dataset,Background,Response A Method,Response B Method,Persuasiveness,Coherence,Naturalness,Overall
|
| 2 |
-
ambuj,CraigslistBargain,User interested in a set of textbooks priced at $120.,Ours,PPDPP,Prefer Response A,Prefer Response B,Prefer Response B,Prefer Response B
|
|
|
|
|
|
|
|
|
ambuj_ESConv_results.csv
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
UserID,Dataset,Background,Response A Method,Response B Method,Identification,Comforting,Suggestion,Overall
|
| 2 |
-
ambuj,ESConv,User misses family who live overseas and feels homesick.,PPDPP,Ours,Prefer Response
|
| 3 |
-
ambuj,ESConv,User complains of creative block when starting a new art project.,DPDP,Ours,Prefer Response A,Prefer Response A,Prefer Response
|
| 4 |
-
ambuj,ESConv,User feels bombarded by negative social media comparisons.,DPDP,Ours,
|
| 5 |
-
ambuj,ESConv,User expresses fear about planning a solo travel adventure.,Ours,DPDP,Prefer Response A,Prefer Response B,Prefer Response A,Prefer Response B
|
|
|
|
| 1 |
UserID,Dataset,Background,Response A Method,Response B Method,Identification,Comforting,Suggestion,Overall
|
| 2 |
+
ambuj,ESConv,User misses family who live overseas and feels homesick.,PPDPP,Ours,Prefer Response A,Prefer Response B,Prefer Response A,No preference
|
| 3 |
+
ambuj,ESConv,User complains of creative block when starting a new art project.,DPDP,Ours,Prefer Response A,Prefer Response A,Prefer Response B,No preference
|
| 4 |
+
ambuj,ESConv,User feels bombarded by negative social media comparisons.,DPDP,Ours,Prefer Response A,Prefer Response B,Prefer Response A,Prefer Response B
|
|
|
app.py
CHANGED
|
@@ -320,7 +320,7 @@ def cb_prev_fn(user_id, dataset, examples, idx, responses, per, coh, nat, ovl_cb
|
|
| 320 |
|
| 321 |
|
| 322 |
# βββ Build Gradio App ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 323 |
-
with gr.Blocks() as demo:
|
| 324 |
# ββ Login ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 325 |
with gr.Column() as login_panel:
|
| 326 |
gr.Markdown("## Human Evaluation Survey")
|
|
@@ -492,4 +492,4 @@ with gr.Blocks() as demo:
|
|
| 492 |
|
| 493 |
# βββ Run βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 494 |
if __name__ == "__main__":
|
| 495 |
-
demo.launch(share=True)
|
|
|
|
| 320 |
|
| 321 |
|
| 322 |
# βββ Build Gradio App ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 323 |
+
with gr.Blocks(title="Human Evaluation Survey") as demo:
|
| 324 |
# ββ Login ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 325 |
with gr.Column() as login_panel:
|
| 326 |
gr.Markdown("## Human Evaluation Survey")
|
|
|
|
| 492 |
|
| 493 |
# βββ Run βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 494 |
if __name__ == "__main__":
|
| 495 |
+
demo.launch(share=True)
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
gradio>=3.
|
| 2 |
pandas
|
|
|
|
| 1 |
+
gradio>=3.30.0
|
| 2 |
pandas
|
reshu_ESConv_results.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
UserID,Dataset,Background,Response A Method,Response B Method,Identification,Comforting,Suggestion,Overall
|
| 2 |
+
reshu,ESConv,User feels overwhelmed by their overflowing email inbox.,Ours,DPDP,Prefer A,Prefer B,Prefer B,Prefer B
|