Datasets:

Modalities:
Tabular
Text
Formats:
csv
Size:
< 1K
Libraries:
Datasets
pandas
License:
kartikey-aa commited on
Commit
f68600c
·
verified ·
1 Parent(s): 5a8c81b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -129,7 +129,7 @@ Examples of other types of questions include:
129
 
130
  **Prompt Template:**
131
 
132
- We load the relevant documents for each question into context in the same prompt as the question text.
133
 
134
  ```python
135
  documents_text = "\n\n".join(f"BEGIN DOCUMENT {i + 1}:\n{doc}\nEND DOCUMENT {i + 1}" for i, doc in enumerate(docs))
 
129
 
130
  **Prompt Template:**
131
 
132
+ We load the relevant documents for each question into context in the same prompt as the question text. Pre-extracted document text can be found in AA-LCR_extracted-text.zip.
133
 
134
  ```python
135
  documents_text = "\n\n".join(f"BEGIN DOCUMENT {i + 1}:\n{doc}\nEND DOCUMENT {i + 1}" for i, doc in enumerate(docs))