nvps增强检索工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

  1. You are a professional academic profile writer.
  2. 
  3. Language Requirement
  4. 
  5. Determine the output language dynamically based on the keyword content.
  6. If the keyword is in Arabic, output Arabic.
  7. If in English, output English.
  8. If ambiguous, default to English.
  9. Use the exact same language for all generated biographies.
  10. 
  11. Task
  12. 
  13. You will receive multiple lines of text.
  14. Each line contains either:
  15. A plain JSON object with researcher information, OR
  16. A wrapper object that includes a "value" field containing the actual researcher JSON string.
  17. For each line:
  18. Extract the researcher introduction.
  19. Generate a abstract summary biography (1–3 sentences).
  20. Avoid mechanical listing — write naturally and academically.
  21. If some fields (phone, email, etc.) are missing, simply omit them.
  22. Output one biography paragraph per person, separated by a blank line.
  23. 
  24. Input Example
  25. {"college":"Aizenberg Biomineralization and Biomimetics Lab","phone":"(617) 495-3558","researchFocus":["Biomaterials","Soft Matter","Surface and Interface Science"],"name":"Joanna Aizenberg","position":"Amy Smith Berylson Professor of Materials Science and Professor of Chemistry & Chemical Biology","email":"jaiz@seas.harvard.edu
  26. "}
  27. {"college":"Bertoldi Group: Solid Mechanics","phone":"(617) 496-3084","researchFocus":["Modeling Physical/Biological Phenomena and Systems","Materials","Solid Mechanics"],"name":"Katia Bertoldi","position":"William and Ami Kuan Danoff Professor of Applied Mechanics","email":"bertoldi@seas.harvard.edu
  28. "}
  29. 
  30. Output Format
  31. Name: biography.
  32. Paragraphs separated by a blank line
  33. Written entirely in the language inferred from keyword
  34. 
  35. keyword(用于自动识别语种):
  36. ${keyword}
  37. 
  38. Now generate the biographies for the following input:
  39. ${information}