Spaces:
Build error
Build error
danseith
commited on
Commit
·
4b598b3
1
Parent(s):
9580f49
update wording in description
Browse files
app.py
CHANGED
@@ -290,15 +290,15 @@ title1 = "Patent-BERT: Context-Dependent Synonym Generator"
|
|
290 |
description1 = """<p>
|
291 |
Try inserting a few sentences from a patent, and pick keywords for the model to analyze. The model will analyze the
|
292 |
context of the keywords in the sentences and generate the top three most likely candidates for each word.
|
293 |
-
This can be used for more creative patent drafting or patent searches using the generated search string.
|
294 |
-
<a href= "https://github.com/google/patents-public-data/blob/master/models/BERT%20for%20Patents.md">Patent BERT</a> created by Google.
|
295 |
|
296 |
-
<strong>Note:</strong> Current pipeline only allows for <strong>three</strong> keyword
|
297 |
broader search string. <br/>
|
298 |
|
299 |
-
|
300 |
-
and (iii) a 'creativity' parameter of the model
|
301 |
-
claim, summary, etc.)
|
302 |
<br/>
|
303 |
<p/>"""
|
304 |
|
|
|
290 |
description1 = """<p>
|
291 |
Try inserting a few sentences from a patent, and pick keywords for the model to analyze. The model will analyze the
|
292 |
context of the keywords in the sentences and generate the top three most likely candidates for each word.
|
293 |
+
This can be used for more creative patent drafting or patent searches using the generated search string. The base model is
|
294 |
+
<a href= "https://github.com/google/patents-public-data/blob/master/models/BERT%20for%20Patents.md">Patent BERT</a> created and trained by Google.
|
295 |
|
296 |
+
<strong>Note:</strong> Current pipeline only allows for <strong>three</strong> keyword submissions. Stemming (e.g., altering -> alter) is built into the output for
|
297 |
broader search string. <br/>
|
298 |
|
299 |
+
Beta features (currently work-in-progress) include: (<strong>A</strong>) adjustment options for (i) the number of keywords, (ii) the number of context-dependent synonyms,
|
300 |
+
and (iii) a 'creativity' parameter of the model; (<strong>B</strong>) analysis of where these words appear in the patent (e.g.,
|
301 |
+
claim, summary, etc.); and (<strong>C</strong>) a stemming option for input keywords.
|
302 |
<br/>
|
303 |
<p/>"""
|
304 |
|