Robot2050 commited on
Commit
ba8411d
·
verified ·
1 Parent(s): e2cc7d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -88,7 +88,12 @@ JSON
88
  ]
89
  ```
90
 
91
- ### Usage
 
 
 
 
 
92
 
93
  ```py
94
  import json
 
88
  ]
89
  ```
90
 
91
+ ### Structured Privacy Extraction with vLLM
92
+
93
+ This example shows how to use vLLM to perform structured privacy information extraction from user-AI dialogues. The model is guided by a privacy classification prompt and constrained by a JSON schema to return only PL2, PL3, and PL4 sensitive information.
94
+
95
+ The output schema enforces a consistent array format containing the original text, privacy type, and privacy level for each extracted item. Low-temperature sampling and structured output decoding are used to improve reliability and make the results easier to parse in downstream applications.
96
+
97
 
98
  ```py
99
  import json