Kung-Hsiang Huang commited on
Commit
f5b97db
1 Parent(s): e48be8b

make submission guideline more clear

Browse files
Files changed (1) hide show
  1. src/about.py +7 -1
src/about.py CHANGED
@@ -27,7 +27,13 @@ Customer Relationship Management (CRM) systems are vital for modern enterprises,
27
  """
28
 
29
  SUBMIT_TEXT= """
30
- To submit your results to CRMArena leaderboard, please send your outputs to us at kh.huang@salesforce.com.
 
 
 
 
 
 
31
  """
32
 
33
  CITATION_BUTTON_LABEL = "If you find our work helpful, please consider citing our paper!"
 
27
  """
28
 
29
  SUBMIT_TEXT= """
30
+ To submit your results to the CRMArena leaderboard, please follow these steps:
31
+
32
+ 1. Visit our GitHub repository at https://github.com/SalesforceAIResearch/CRMArena.
33
+ 2. Integrate your agents into the repo and use the provided `run_tasks.py` and `run_tasks.sh` scripts to execute all nine tasks and generate the outputs.
34
+ 3. Send your generated outputs to kh.huang@salesforce.com for submission.
35
+
36
+ We look forward to reviewing your results!
37
  """
38
 
39
  CITATION_BUTTON_LABEL = "If you find our work helpful, please consider citing our paper!"