Basvoju commited on
Commit
757e86e
1 Parent(s): b9af7de

Update SemEval2018Task7.py

Browse files
Files changed (1) hide show
  1. SemEval2018Task7.py +14 -2
SemEval2018Task7.py CHANGED
@@ -45,13 +45,25 @@ _CITATION = """\
45
  url = "https://aclanthology.org/S18-1111",
46
  doi = "10.18653/v1/S18-1111",
47
  pages = "679--688",
48
- abstract = "This paper describes the first task on semantic relation extraction and classification in scientific paper abstracts at SemEval 2018. The challenge focuses on domain-specific semantic relations and includes three different subtasks. The subtasks were designed so as to compare and quantify the effect of different pre-processing steps on the relation classification results. We expect the task to be relevant for a broad range of researchers working on extracting specialized knowledge from domain corpora, for example but not limited to scientific or bio-medical information extraction. The task attracted a total of 32 participants, with 158 submissions across different scenarios.",
 
 
 
 
 
 
49
  }
50
  """
51
 
52
  # You can copy an official description
53
  _DESCRIPTION = """\
54
- This paper describes the first task on semantic relation extraction and classification in scientific paper abstracts at SemEval 2018. The challenge focuses on domain-specific semantic relations and includes three different subtasks. The subtasks were designed so as to compare and quantify the effect of different pre-processing steps on the relation classification results. We expect the task to be relevant for a broad range of researchers working on extracting specialized knowledge from domain corpora, for example but not limited to scientific or bio-medical information extraction. The task attracted a total of 32 participants, with 158 submissions across different scenarios.
 
 
 
 
 
 
55
  """
56
 
57
  # Add a link to an official homepage for the dataset here
 
45
  url = "https://aclanthology.org/S18-1111",
46
  doi = "10.18653/v1/S18-1111",
47
  pages = "679--688",
48
+ abstract = "This paper describes the first task on semantic relation extraction and classification in
49
+ scientific paper abstracts at SemEval 2018. The challenge focuses on domain-specific semantic relations
50
+ and includes three different subtasks. The subtasks were designed so as to compare and quantify the
51
+ effect of different pre-processing steps on the relation classification results. We expect the task to
52
+ be relevant for a broad range of researchers working on extracting specialized knowledge from domain
53
+ corpora, for example but not limited to scientific or bio-medical information extraction. The task
54
+ attracted a total of 32 participants, with 158 submissions across different scenarios.",
55
  }
56
  """
57
 
58
  # You can copy an official description
59
  _DESCRIPTION = """\
60
+ This paper describes the first task on semantic relation extraction and classification in scientific paper
61
+ abstracts at SemEval 2018. The challenge focuses on domain-specific semantic relations and includes three
62
+ different subtasks. The subtasks were designed so as to compare and quantify the effect of different
63
+ pre-processing steps on the relation classification results. We expect the task to be relevant for a broad
64
+ range of researchers working on extracting specialized knowledge from domain corpora, for example but not
65
+ limited to scientific or bio-medical information extraction. The task attracted a total of 32 participants,
66
+ with 158 submissions across different scenarios.
67
  """
68
 
69
  # Add a link to an official homepage for the dataset here