clef commited on
Commit
bfb87df
1 Parent(s): 8504fa5

De-anonymize

Browse files
Files changed (1) hide show
  1. PR_ENT.py +10 -2
PR_ENT.py CHANGED
@@ -38,8 +38,16 @@ download_punkt()
38
  nlp = load_spacy_pipeline()
39
 
40
  ### App START
41
- st.markdown("""# Rethinking the Event Coding Pipeline with Prompt Entailment
42
- ## Author: Anonymized for submission""")
 
 
 
 
 
 
 
 
43
  st.markdown("""
44
  ### 1. PR-ENT summary
45
  """)
 
38
  nlp = load_spacy_pipeline()
39
 
40
  ### App START
41
+ st.markdown(
42
+ """
43
+ # Demonstration dashboard of the PR-ENT Approach.
44
+ ### *Rethinking the Event Coding Pipeline with Prompt Entailment*; Clément Lefebvre, Niklas Stoehr
45
+ ##### ARXIV LINK HERE
46
+ ##### Contact: clement.lefebvre@datascience.ch
47
+ ##### Version: 1.0
48
+ """
49
+ )
50
+
51
  st.markdown("""
52
  ### 1. PR-ENT summary
53
  """)