liujch1998 commited on
Commit
25f8525
1 Parent(s): e9e5831

Add paper link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ output_knowful_answer = gr.Textbox(label='QA model answer with knowledge:', inte
123
  output_all_knowledges = gr.Textbox(label='All generated knowledges:', interactive=False)
124
  output_selected_knowledge = gr.Textbox(label='Knowledge selected to make the prediction:', interactive=False)
125
 
126
- description = '''This is a demo for the paper, [*Crystal: Introspective Reasoners Reinforced with Self-Feedback*](), presented at EMNLP 2023. [[Code](https://github.com/liujch1998/crystal)] [[Model](https://huggingface.co/liujch1998/crystal-large)] This demo is made & maintained by [Jiacheng (Gary) Liu](https://liujch1998.github.io).
127
  Crystal is an introspective reasoning model that answers commonsense questions by first generating knowledge and then use knowledge-grounded reasoning to reach a final prediction. To try this model, select an example question, or write your own commonsense question in the suggested format.'''
128
 
129
  gr.Interface(
 
123
  output_all_knowledges = gr.Textbox(label='All generated knowledges:', interactive=False)
124
  output_selected_knowledge = gr.Textbox(label='Knowledge selected to make the prediction:', interactive=False)
125
 
126
+ description = '''This is a demo for the paper, [*Crystal: Introspective Reasoners Reinforced with Self-Feedback*](https://arxiv.org/abs/2310.04921), presented at EMNLP 2023. [[Code](https://github.com/liujch1998/crystal)] [[Model](https://huggingface.co/liujch1998/crystal-11b)] This demo is made & maintained by [Jiacheng (Gary) Liu](https://liujch1998.github.io).
127
  Crystal is an introspective reasoning model that answers commonsense questions by first generating knowledge and then use knowledge-grounded reasoning to reach a final prediction. To try this model, select an example question, or write your own commonsense question in the suggested format.'''
128
 
129
  gr.Interface(