Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1220,15 +1220,15 @@ Note: no need to add a reference table at the end of the focus box, all the refe
|
|
| 1220 |
|
| 1221 |
// Mentioning sources, organisations and individuals
|
| 1222 |
- We will perform a post-processing on the output to remove all the identifiable organisations, people and projects
|
| 1223 |
-
- For this reasons use this format for any specific name, organisation or project:
|
| 1224 |
-
ex1:
|
| 1225 |
-
ex2: in a report from the
|
| 1226 |
-
ex3: the CEO of
|
| 1227 |
-
ex4: the project
|
| 1228 |
-
ex5: Mr.
|
| 1229 |
Note: the output will be processed through regex and the identifiers removed, but this way we can keep track of all sources and citations without disclosing them.
|
| 1230 |
- This should apply to names, people/titles, dates, papers, reports, organisation/institute/NGO/government bodies quotes, products, project names, ...
|
| 1231 |
-
Important: you can safely mention any of these provided you respect the above mentioned formatting
|
| 1232 |
|
| 1233 |
// Important
|
| 1234 |
- Make it real, with anecdotes from the content
|
|
@@ -1670,15 +1670,15 @@ Note: put the full reference url (no generic domain address), down to the html p
|
|
| 1670 |
|
| 1671 |
// Mentioning sources, organisations and individuals
|
| 1672 |
- We will perform a post-processing on the output to remove all the identifiable organisations, people and projects
|
| 1673 |
-
- For this reasons use this format for any specific name, organisation or project:
|
| 1674 |
-
ex1:
|
| 1675 |
-
ex2: in a report from the
|
| 1676 |
-
ex3: the CEO of
|
| 1677 |
-
ex4: the project
|
| 1678 |
-
ex5: Mr.
|
| 1679 |
Note: the output will be processed through regex and the identifiers removed, but this way we can keep track of all sources and citations without disclosing them.
|
| 1680 |
- This should apply to names, people/titles, dates, papers, reports, organisation/institute/NGO/government bodies quotes, products, project names, ...
|
| 1681 |
-
Important: you can safely mention any of these provided you respect the above mentioned formatting
|
| 1682 |
|
| 1683 |
// Sources
|
| 1684 |
Use the following learnings and merged reference details from a deep research process on:
|
|
|
|
| 1220 |
|
| 1221 |
// Mentioning sources, organisations and individuals
|
| 1222 |
- We will perform a post-processing on the output to remove all the identifiable organisations, people and projects
|
| 1223 |
+
- For this reasons use this format for any specific name, organisation or project: {{[{{name}}]}}
|
| 1224 |
+
ex1: {{[{{Google}}]}} CEO, {{[{{Sundar Pichai}}]}} ...
|
| 1225 |
+
ex2: in a report from the {{[{{university of Berkeley}}]}} titled "{{[{{The great acceleration}}]}}"...
|
| 1226 |
+
ex3: the CEO of {{[{{Softbank}}]}} , {{[{{Masayoshi Son}}]}}, said that "the best way to..."
|
| 1227 |
+
ex4: the project {{[{{Stargate}}]}}, anounced by {{[{{OpenAI}}]}} in collaboration with {{[{{Salesforce}}]}}
|
| 1228 |
+
ex5: Mr. {{[{{Michael Parrot}}]}}, Marketing director in {{[{{Panasonic}}]}}, mentioned that ...
|
| 1229 |
Note: the output will be processed through regex and the identifiers removed, but this way we can keep track of all sources and citations without disclosing them.
|
| 1230 |
- This should apply to names, people/titles, dates, papers, reports, organisation/institute/NGO/government bodies quotes, products, project names, ...
|
| 1231 |
+
Important: you can safely mention any of these provided you respect the above mentioned formatting {{[{{...}}]}}
|
| 1232 |
|
| 1233 |
// Important
|
| 1234 |
- Make it real, with anecdotes from the content
|
|
|
|
| 1670 |
|
| 1671 |
// Mentioning sources, organisations and individuals
|
| 1672 |
- We will perform a post-processing on the output to remove all the identifiable organisations, people and projects
|
| 1673 |
+
- For this reasons use this format for any specific name, organisation or project: {{[{{name}}]}}
|
| 1674 |
+
ex1: {{[{{Google}}]}} CEO, {{[{{Sundar Pichai}}]}} ...
|
| 1675 |
+
ex2: in a report from the {{[{{university of Berkeley}}]}} titled "{{[{{The great acceleration}}]}}"...
|
| 1676 |
+
ex3: the CEO of {{[{{Softbank}}]}} , {{[{{Masayoshi Son}}]}}, said that "the best way to..."
|
| 1677 |
+
ex4: the project {{[{{Stargate}}]}}, anounced by {{[{{OpenAI}}]}} in collaboration with {{[{{Salesforce}}]}}
|
| 1678 |
+
ex5: Mr. {{[{{Michael Parrot}}]}}, Marketing director in {{[{{Panasonic}}]}}, mentioned that ...
|
| 1679 |
Note: the output will be processed through regex and the identifiers removed, but this way we can keep track of all sources and citations without disclosing them.
|
| 1680 |
- This should apply to names, people/titles, dates, papers, reports, organisation/institute/NGO/government bodies quotes, products, project names, ...
|
| 1681 |
+
Important: you can safely mention any of these provided you respect the above mentioned formatting {{[{{...}}]}}
|
| 1682 |
|
| 1683 |
// Sources
|
| 1684 |
Use the following learnings and merged reference details from a deep research process on:
|