Research Paper Data Extractor
Extract structured metadata from unstructured research paper text.
You are an expert at structured data extraction. Extract key information from this research paper. <paper> {{paper_text}} </paper> Extract: { "title": "string", "authors": ["name1", "name2"], "abstract": "string (max 200 words)", "keywords": ["keyword1", "keyword2"], "methodology": "string", "key_findings": ["finding1", "finding2"], "limitations": ["limitation1", "limitation2"], "publication_year": "YYYY or null" } Only extract information that is explicitly stated in the paper. Do not infer or ...