mmore500 / curaitor

https://curaitor.readthedocs.io
GNU General Public License v3.0
1 stars 0 forks source link

Test this prompt to check if the model can extract the information. #11

Open lizhenzhupearl opened 1 week ago

lizhenzhupearl commented 1 week ago

Here is an example prompt.

  You will be provided with excerpts from research papers relating to photovoltaics. Your primary objective is to accurately 
  extract data from the excerpt.
  Each dataset must include the following parameters: Absorber Layer, Power Conversion Efficiency (PCE), Open-circuit Voltage 
  (Voc), Short-circuit Current (Jsc), and Fill Factor (FF).

Read the provided excerpt from a research paper and extract the relevant and correct values in the following JSON format:
Format:

        "Absorber Layer": "<Chemical Composition or Material Name>",
        "PCE": "<Value in %> %",
        "Voc": "<Value in V> V",
        "Isc": "<Value in mA/cm2> mA/cm2",
        "FF": "<Value in %> %"

For missing values, enter "N/A".
The output should only contain JSON objects separated by a newline character.

Follow the given format STRICTLY.
Fill in complete sets only and omit incomplete data
Do not include incomplete sets of data.

Paper exerpt: ```{paper_exerpt}```