Restructured data/ into analysis/
This commit is contained in:
32
prompts.md
Normal file
32
prompts.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Bicorder research prompts
|
||||
|
||||
This document contains prompts used for the development and analysis of a protocol dataset for bicorder experimentation.
|
||||
|
||||
## Dataset development
|
||||
|
||||
### Document chunking
|
||||
|
||||
The following prompt was applied to book chapter drafts and major protocol-related books. The texts were put into plain text files and then divided into 5000-word files, with the following prompt applied to each of them:
|
||||
|
||||
```yaml
|
||||
model: "gemma3:12b"
|
||||
context: "model running on ollama locally, accessed with llm on the command line"
|
||||
prompt: "Return csv-formatted data (with no markdown wrapper) that consists of a list of protocols discussed or referred to in the attached text. Protocols are defined extremely broadly as 'patterns of interaction,' and may be of a nontechnical nature. Protocols should be as specific as possible, such as 'Sacrament of Reconciliation' rather than 'Religious Protocols.' The first column should provide a brief descriptor of the protocol, and the second column should describe it in a substantial paragraph of 3-5 sentences, encapsulated in quotation marks to avoid breaking on commas. Be sure to paraphrase rather than quoting directly from the source text."
|
||||
```
|
||||
|
||||
### Dataset elaboration
|
||||
|
||||
#### Expansion of descriptive material
|
||||
|
||||
#### Introducing analysts and standpoints
|
||||
|
||||
```yaml
|
||||
model: "claude"
|
||||
context: "Claude Code interface"
|
||||
prompt: "In protocols.csv, fill in the third and fourth columns with plausible inputs that reflect diversity along cultural, professional, gender, and class lines. The 'analyst' should be a particular persona described generically, like '23-year-old male student in New Delhi,' and the 'standpoint' should more thoroughly describe the analyst's relationship to the protocol, like, 'Learning Brahmanic rituals from elders in order to maintain the tradition, but feeling pulled away from these rituals by contemporary culture.' Replicate each protocol line twice to provide a total of three plausible analyst and standpoint pairs for each protocol."
|
||||
```
|
||||
|
||||
|
||||
## Dataset analysis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user