@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-XMCQ4CRC-D>
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-KMQ70FN3-1> ;
  skos:prefLabel "span representation"@en, "représentation d'empan lexical"@fr ;
  skos:hiddenLabel "Représentation d'empan lexical"@fr, "Span representation"@en ;
  skos:example "Next we feed the span representation into a multi-layer perceptron (MLP) classifier and apply a softmax layer to obtain the probability P s to predict its semantic tag. (Zhang, Qiao, Zhao, Tao & Yang, 2023)"@en, "For single span tasks we feed a span representation into a two-layer MLP classifier. (Ji, Yang & Tu, 2023)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-27T15:28:17"^^xsd:dateTime ;
  skos:definition "A vector representation of a contiguous set of tokens in a given text. (Based on Gandhi et al., Improving Span Representation for Domain-adapted Coreference Resolution, 2021)"@en .

<http://data.loterre.fr/ark:/67375/8LP-KMQ70FN3-1>
  skos:prefLabel "représentation vectorielle"@fr, "vector representation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XMCQ4CRC-D> .

