annotation.conf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # -*- Mode: Text; tab-width: 2; indent-tabs-mode: nil; coding: utf-8; -*-
  2. # vim:set ft=conf ts=2 sw=2 sts=2 autoindent: noet
  3. # Simple text-based definitions of entity, relation and event types
  4. # and event attributes for the GeneReg corpus.
  5. #
  6. # Note:
  7. #
  8. # In its original form of the GeneReg corpus is not consistent with the
  9. # BioNLP-ST annotation format, as it defines all events without trigger terms:
  10. #
  11. # E1 NegativeRegulationOfGeneExpression: Cause:T120102 Theme:T13186
  12. #
  13. # Such annotations can be rewritten to compliant binary relations of the form
  14. #
  15. # R1 NegativeRegulationOfGeneExpression Cause:T120102 Theme:T13186
  16. #
  17. # by issuing the following commands:
  18. #
  19. # $ cd GeneReg_V_1.0
  20. # $ perl -pi -e 's/^E(\d+[^:]+):/R$1/' *.a2
  21. #
  22. #
  23. # References:
  24. #
  25. # GeneReg corpus: http://www.julielab.de/Resources/Corpora/GeneReg.html
  26. #
  27. [entities]
  28. # *.a1
  29. Gene
  30. # *.a2
  31. Decrease
  32. Entity
  33. GeneExpression
  34. GeneticModification
  35. Increase
  36. TranscriptionOfGene
  37. RegulationOfGeneExpression
  38. PositiveRegulationOfGeneExpression
  39. NegativeRegulationOfGeneExpression
  40. [relations]
  41. RegulationOfGeneExpression Cause:Gene, Theme:Gene
  42. PositiveRegulationOfGeneExpression Cause:Gene, Theme:Gene
  43. NegativeRegulationOfGeneExpression Cause:Gene, Theme:Gene
  44. #Equiv Arg1:Protein, Arg2:Protein
  45. # (No entity nestings permitted for GE. Could be defined using special
  46. # relation type ENTITY-NESTING if necessary.)
  47. [events]
  48. #RegulationOfGeneExpression Theme:<EVENT>|Gene, Cause?:<EVENT>|Gene
  49. #PositiveRegulationOfGeneExpression Theme:<EVENT>|Gene, Cause?:<EVENT>|Gene
  50. #NegativeRegulationOfGeneExpression Theme:<EVENT>|Gene, Cause?:<EVENT>|Gene
  51. [attributes]
  52. #Negation Arg:<EVENT>
  53. #Speculation Arg:<EVENT>