@prefix this: <http://purl.org/np/RA_VrHwZaWRC92WxMymJ0wbq8-Y2gsNwr2eSNgJXSwYAo> .
@prefix sub: <http://purl.org/np/RA_VrHwZaWRC92WxMymJ0wbq8-Y2gsNwr2eSNgJXSwYAo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://id.crossref.org/issn/2451-8492> dct:title "Data Science" .
  <https://doi.org/10.3233/DS-230058> dct:abstract "Sarcasm is a linguistic phenomenon often indicating a disparity between literal and inferred meanings. Due to its complexity, it is typically difficult to discern it within an online text message. Consequently, in recent years sarcasm detection has received considerable attention from both academia and industry. Nevertheless, the majority of current approaches simply model low-level indicators of sarcasm in various machine learning algorithms. This paper aims to present sarcasm in a new light by utilizing novel indicators in a deep weighted average ensemble-based framework (DWAEF). The novel indicators pertain to exploiting the presence of simile and metaphor in text and detecting the subtle shift in tone at a sentence’s structural level. A graph neural network (GNN) structure is implemented to detect the presence of simile, bidirectional encoder representations from transformers (BERT) embeddings are exploited to detect metaphorical instances and fuzzy logic is employed to account for the shift of tone. To account for the existence of sarcasm, the DWAEF integrates the inputs from the novel indicators. The performance of the framework is evaluated on a self-curated dataset of online text messages. A comparative report between the results acquired using primitive features and those obtained using a combination of primitive features and proposed indicators is provided. The highest accuracy of 92% was achieved after applying DWAEF, the proposed framework which combines the primitive features and novel indicators together as compared to 78.58% obtained using Support Vector Machine (SVM) which was the lowest among all classifiers." ;
    dct:date "2023" ;
    dct:isPartOf <http://id.crossref.org/issn/2451-8492> ;
    dct:title "DWAEF: a deep weighted average ensemble framework harnessing novel indicators for sarcasm detection" ;
    pav:authoredBy orcid:0000-0002-3340-8112 , orcid:0000-0002-4472-1681 , orcid:0000-0002-5169-209X , orcid:0000-0002-6785-9691 , orcid:0000-0003-0636-4000 ;
    a <http://purl.org/spar/fabio/ResearchPaper> .
  orcid:0000-0002-3340-8112 <http://schema.org/affiliation> <https://ror.org/04gzb2213> ;
    <http://schema.org/email> "prakher205723@keshav.du.ac.in" ;
    a <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Prakher Pandey" .
  orcid:0000-0002-4472-1681 <http://schema.org/affiliation> <https://ror.org/04gzb2213> ;
    <http://schema.org/email> "richasharma@keshav.du.ac.in" ;
    a <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Richa Sharma" .
  orcid:0000-0002-5169-209X <http://schema.org/affiliation> <https://ror.org/04gzb2213> ;
    <http://schema.org/email> "vishal205750@keshav.du.ac.in" ;
    a <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Vishal Maurya" .
  orcid:0000-0002-6785-9691 <http://schema.org/affiliation> <https://ror.org/04gzb2213> ;
    <http://schema.org/email> "simrat205711@keshav.du.ac.in" ;
    a <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Simrat Deol" .
  orcid:0000-0003-0636-4000 <http://schema.org/affiliation> <https://ror.org/04gzb2213> ;
    <http://schema.org/email> "udit205805@keshav.du.ac.in" ;
    a <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Udit Kaushish" .
  <https://ror.org/04gzb2213> a <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Department of Computer Science, Keshav Mahavidyalaya, University of Delhi, India" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "eoP+RXlK7WE2/L3SnlZx1hkougNbVy+h5Jk6buNpdR9yyN6gx2zWXorJS6oDk45gqcT6RCp1bz9L6SvtGXwb18lKoKWpZTCf5R72qUhP4mGVAgTO6YY28rmNjR4dZ3CdCIfceh+a+J+C2VF6vEgHzKyZGVnsKMzLd7L7sPZAk1s=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-07-21T14:01:37.941Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces <https://doi.org/10.3233/DS-230058> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHXxRB8RFqD2aylkU44AbIoYkoAqu86NJEty_y9LiO9c> .
}