@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-R9F5072G-X>
  skos:prefLabel "analyse de sentiments"@fr, "sentiment analysis"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-K2GGZZGR-0> .

<http://data.loterre.fr/ark:/67375/8LP-K2GGZZGR-0>
  skos:altLabel "stance classification"@en, "détection d'affirmation"@fr, "détection de stance"@fr, "stance prediction"@en, "prédiction de position"@fr ;
  a skos:Concept ;
  skos:definition "Automatic detection of whether the author of a piece of text is in favor of the given target or against it. (Adapted from Krejzl et al., Stance detection in online discussions, 2017)"@en, "Identification automatique de la cible d’une opinion ou bien des cibles de plusieurs opinions et leur étiquetage en différentes classes comme « pour » ou « contre ». ( <a href=\"https://obtic.sorbonne-universite.fr/actualite/offre-de-stage-en-traitement-automatique-des-langues-a-sorbonne-universite-stance-detection/\">https://obtic.sorbonne-universite.fr/actualite/offre-de-stage-en-traitement-automatique-des-langues-a-sorbonne-universite-stance-detection/</a>)"@fr ;
  dc:modified "2024-04-25T12:33:03"^^xsd:dateTime ;
  skos:prefLabel "détection de position"@fr, "stance detection"@en ;
  skos:hiddenLabel "Stance detection"@en, "Détection de position"@fr ;
  skos:example "Darwish et al. (2017) used content and user interactions to calculate user similarity for stance prediction. (Wang & Chen, 2021)"@en, "Various studies have delved into the classification of stance in text data across different domains driven by the necessity to comprehend the dynamics within specific contexts movements and issues. (Farsi, Eusha & Arefin, 2024)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R9F5072G-X> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  inist:definitionalContext "Stance Detection is concerned with identifying the attitudes expressed by an author towards a target of interest. (Arakelyan, Arora & Augenstein, 2023)"@en .

