<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Relation Extraction for Constructing Knowledge Graphs: Enhancing the Searchability of Community-Generated Digital Content (CGDC) Collections</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Martin Marinov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Youcef Benkhedda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ewan Hannaford</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marc Alexander</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Goran Nenadic</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Riza Batista-Navarro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Critical Studies, University of Glasgow</institution>
          ,
          <addr-line>Glasgow, G11 6EW</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Much of people's understanding of their cultural heritage is facilitated by the curation and preservation of community-generated digital content (CGDC): archival collections that were created for, with and by local communities. However, communities employ their own conventions in storing and publishing their content. Given this and the fact that semantic information tends to be buried within textual descriptions, CGDC archives are currently siloed and obscured, thus making it dificult for end-users (e.g., members of the public and researchers) to search for fine-grained information (e.g., “Where did Alfred Edward Julian work?”). In this paper, we propose to represent the information within CGDC archives in the form of knowledge graphs. To enable the construction of such knowledge graphs at scale, we developed a zero-shot approach for relation extraction, which we cast as a natural language inference (NLI) problem. Specifically, for each of the 20 relation types drawn from Wikidata that we have identified as relevant to CGDC, we created a premise-hypothesis pair that is presented to an NLI model that determines whether entailment (and thus the relation type) holds. The premise is a sentence from the natural language description and the hypothesis is automatically generated using a template based on each of the relation types. We present the results of comparing and combining three diferent transformer-based models that were already fine-tuned for the NLI task, namely, DeBERTa, BART and T5.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Relation Extraction</kwd>
        <kwd>Zero-shot Prompting</kwd>
        <kwd>Transformer Models</kwd>
        <kwd>Knowledge Graphs</kwd>
        <kwd>Cultural Heritage</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Cultural heritage is preserved and passed on to future generations through archival collections and their
digitalisation. While enormous eforts (e.g., The National Archives of the UK, Europeana) have been
put into making such collections available to the public, a significant part of people’s cultural heritage
is represented only in community-generated digital content (CGDC): digital-born archive collections
developed for, with and by communities [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. For example, in the UK, around 5000 community history
projects have been funded by the National Lottery Heritage Fund (NLHF), allowing many communities
to explore and preserve their history and heritage, leading to the proliferation of CGDC collections.
      </p>
      <p>
        These communities tend to follow their own conventions to store and represent their CGDC
collections. As a result, most of the rich semantic information contained within these collections remain
buried within textual metadata, such as the titles and descriptions of CGDC items. The description
of a photograph of a local landmark, for instance, might mention the person or organisation who
was responsible for building that landmark—information that is potentially of interest to researchers
or members of the public and yet obscured within text. In this work, we propose to transform the
information within the textual metadata of CGDC collections into a knowledge graph, in order to make
CGDC more searchable and queryable. To this end, we investigated zero-shot approaches to relation
extraction (RE) as a means for automatically curating such knowledge graphs, thus eliminating the
need for any training data. Specifically, we cast RE as a natural language inference (NLI) task, allowing
us to take advantage of three pre-trained transformer-based language models: DeBERTa [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], BART [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
and T5 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Although RE has been addressed using zero-shot approaches in other domains [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], to the
best of our knowledge, the use of such has been under-explored in the cultural heritage domain. Cetoli
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and Chen and Li [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] proposed zero-shot RE approaches for the general domain. Meanwhile, Tang
et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] investigated various pre-trained transformer-based language models for RE in ancient Chinese
history documents; however, their models required some form of training (either by fine-tuning or
chain-of-thought prompting). Most similar to our work is that of Tan et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], who also constructed
knowledge graphs based on entity relations extracted from Chinese cultural heritage texts. However,
their work is rule-based and did not explore the use of transformer-based models.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Relation-Annotated Dataset</title>
      <p>To support our experimentation with transformer-based RE models, we constructed a dataset of CGDC
textual metadata where relationships between named entities were manually annotated.</p>
      <sec id="sec-2-1">
        <title>2.1. Relation Types</title>
        <p>
          The work of Benkhedda et al. [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] considered the following five entity types as relevant to CGDC:
Person, Organisation, Location, Miscellaneous and Date. Drawing inspiration from their
work, we decided to focus on relation types involving any of these entity types. For this purpose,
instead of creating our own relation types, we leveraged Wikidata properties [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Initially, a total of
29 Wikidata properties (relation types) were identified as relevant to CGDC. Our annotation process
(described in Section 2.2), however, revealed that nine of these types were very rarely encountered in
our dataset. Thus, in the end, after keeping only the types with at least three labelled examples, 20
relation types were retained. We refer the reader to Appendix A for a full listing of these relation types.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Data Collection and Annotation</title>
        <p>
          In our work, we utilised the CGDC dataset that was annotated with named entities (and their
corresponding identifiers in Wikidata) constructed by Benkhedda et al. [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. The subset of their dataset
that was made publicly available consists of 100 documents, where each document corresponds to the
concatenation of the title and description of a CGDC item. Half of the dataset (50 documents) came
from the Morrab Library Photographic Archive comprised of thousands of digitised photographs that
capture Cornish culture and history.1 The other 50 documents were drawn from People’s Collection
Wales (PCW),2 an online platform for gathering various media (e.g., photographs, documents, audio
and video recordings) from individuals and community groups who wish to contribute items related to
Welsh culture and history.
        </p>
        <p>We then designed a simple relation annotation scheme, where we defined a relation as
consisting of a head and tail entity, which are linked according to a relation type. For each relation
type, our scheme specifies the possible entity types for each of the head and tail entities. For
example, for the notable_work relation type, there are three possible head-tail entity combinations:
Person-Miscellaneous (applies when a person created a miscellaneous entity such as a work of art),
Organisation-Miscellaneous (if the creator is an organisation) and Person-Location (applies
when a person is known for building or designing a location such as a church). Appendix A provides
all the valid head-tail entity type combinations for each CGDC relation type.</p>
        <p>
          The brat tool [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] was configured to enable the manual annotation of our relation types of interest,
with the entity type constraints for each relation type specified. Two annotators (the second and
last authors of this paper) independently labelled entity relations in all of the 100 documents. The
inter-annotator agreement (IAA) between the two annotators was determined to be 0.48 in terms of
        </p>
        <sec id="sec-2-2-1">
          <title>1https://photoarchive.morrablibrary.org.uk/ 2https://www.peoplescollection.wales/</title>
          <p>
            Cohen’s Kappa [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ], which is considered to be substantial agreement [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ], considering that there are
20 possible classes. The annotated set of 100 documents was then expanded by labelling the named
entities and relations in 137 further documents drawn from the PCW collection. Similar to the first
set of documents, two annotators (the third and last authors of this paper) independently annotated
the entity relations in all of the 137 documents and a similar level of IAA (i,e., 0.49 in terms of Cohen’s
Kappa) was obtained. In our experiments for evaluating the performance of transformer-based RE
models, we utilise all the 237 relation-labelled CGDC documents.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Methods</title>
      <p>The RE task can be defined as follows: given a sentence  and a pair of entities 1 and 2 contained
within that sentence, as well as a set of classes , an RE model should identify one class  ∈  that
best describes the relationship between 1 and 2 based on . In this work, we are concerned with 20
relation types that are relevant to CGDC. However, apart from these, we also include an additional
class that we refer to as None Of The Above or NOTA, to which pairs of entities that are not related
according to any of our 20 CGDC types belong. Thus, there are a total of 21 classes in .</p>
      <sec id="sec-3-1">
        <title>3.1. Models</title>
        <p>A number of transformer-based models that were already fine-tuned for the NLI task were employed to
extract relations between entities in a zero-shot manner. Each of these models is described below.</p>
        <p>
          DeBERTa (which stands for Decoding-Enhanced BERT with disentangled Attention) improves upon
the encoder-only BERT model by employing a disentangled attention mechanism [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. In this work, we
employed version 3 of the DeBERTa model [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] that was fine-tuned on NLI datasets. 3 This particular
model can be employed in a zero-shot classification manner, whereby the model classifies an input
sequence according to a given set of classes (labels), also providing a probability for each class.
        </p>
        <p>
          BART is an encoder-decoder model that combines a BERT-like encoder and an auto-regressive
decoder similar to GPT. It has demonstrated satisfactory performance on both text generation and
comprehension tasks (such as text classification) [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. We employed a version of the BART model that
was fine-tuned for NLI. 4 Similar to our chosen DeBERTa model, this model can be employed in a
zero-shot classification manner and provides probabilities together with predicted labels.
        </p>
        <p>
          T5 stands for Text-to-Text Transfer Transformer [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], which casts many downstream NLP tasks
(including NLI) as a sequence-to-sequence modelling problem, following an encoder-decoder architecture.
An extra extra large (XXL) version of T5 that was fine-tuned for the NLI task was employed in our
experiments [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].5 Unlike the DeBERTa and BART models, this model does not provide any probability
values together with its predicted labels.
        </p>
        <p>Importantly, we investigated an ensemble model, henceforth referred to as Ensemble, that is a
combination of the above three models. The prediction of this ensemble model was determined by
taking the majority vote amongst the constituent transformer-based models.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Experimental Setup</title>
        <p>As mentioned above, we cast RE as an NLI task, whereby two sentences are provided to a model as
input: a premise and a hypothesis. If based on the premise, the hypothesis is true, then the model should
detect that an entailment relation holds between the two sentences. Otherwise, there is no entailment
relation between the two sentences. To frame RE as an NLI task, an input sentence  is considered to be
the premise, while a hypothesis is automatically generated by populating a sentence template—that is
predefined for a particular relation type—with input entities 1 and 2. The premise-hypothesis pair is
then presented to an NLI model. If the model detects entailment, then we say that the relation type</p>
        <sec id="sec-3-2-1">
          <title>3https://huggingface.co/cross-encoder/nli-deberta-v3-large 4https://huggingface.co/facebook/bart-large-mnli 5https://huggingface.co/google/t5_xxl_true_nli_mixture</title>
          <p>(corresponding to the template) holds between the input entities. In Table 1, we provide examples of
premise-hypothesis pairs, in which the hypothesis was generated based on a template. The complete
set of templates is provided as part of our codebase.6</p>
          <p>In preparation for applying the NLI models in a zero-shot manner, we firstly segment each document
(in the evaluation dataset) into individual sentences. For each of these input sentences, all possible pairs
of entities (contained within a sentence) are created. For every entity pair, a hypothesis is generated for
each relation type. Each of these generated hypotheses is then paired up with the premise (the input
sentence). Finally, our NLI models take every premise-hypothesis pair as an input sample that is then
classified as being characterised by entailment or not. If entailment is not detected (with a probability
of at least 0.40 in the case of the BART and DeBERTa models) for any of the relation types, we assign
the NOTA label to the input sample. In cases where entailment is detected by the model for more than
one class (relation type), we simply take the class with the highest probability value, as provided by the
BART and DeBERTa models. As the T5 model does not output any probability values, we implemented
post-processing rules that specify which relation types should take precedence in case of ties.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation and Error Analysis</title>
      <p>In this section, we report the results of applying our chosen NLI models to the RE task in the zero-shot
manner described in the preceding section. As previously mentioned, entity pairs were exhaustively
created based on our evaluation data (the 237 CGDC documents) to form the input samples. This
resulted in 5938 entity pairs that the NLI models need to classify according to relation type (or the lack
thereof, in which case the NOTA class applies). Out of those, 5435 (or 92%) belong to the NOTA class.</p>
      <p>In Table 2, we report the performance obtained by each of our models in terms of the standard metrics
of precision, recall and F1-score. To avoid skewing the results towards the over-represented NOTA class,
we report the performance separately for the 20 CGDC relation types, and the NOTA class. Weighted
macro-averaging was employed in reporting combined performance for the 20 CGDC relation types.</p>
      <p>
        With respect to the 20 CGDC relation types, the Ensemble model obtained the best weighted
macroaveraged F1-score of 0.487. Considering the IAA of 0.48-0.49 that we obtained (see Section 2.2), the
model comes close to upper-bound performance. Meanwhile, the models obtained F1-scores as high as
0.914 (for T5) on the NOTA class. This is particularly impressive considering that it is well-known that
handling NOTA cases is a challenging task [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>We manually examined some cases where the models made incorrect predictions. For instance, in the
sentence “She was born on 10th March 1833 at Market Rasen, Lincolnshire, the eldest daughter of Henry
Albert Browne and Frances Margaret Nicholson”, no relation (NOTA) holds between the entities “Frances
Margaret Nicholson” and “Henry Albert Browne”, according to the gold standard annotations. Both T5
6Our code and annotations (for the 237 in CGDC documents in our dataset) are available at https://github.com/
OurHeritageOurStories/cgdc_re.
and BART predicted the spouse label for this entity pair (whereas DeBERTa successfully predicted
NOTA). One can, however, argue that even the predictions by T5 and BART are not necessarily incorrect.
The interpretability of such results are rather subjective and can be considered as either correct or
incorrect based on people’s opinion or the intended use of the models. Overall, it was observed that the
models tended to detect or infer implicit relations that human annotators might otherwise miss.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Knowledge Graph Curation</title>
      <p>Taking the predictions of the Ensemble model over the 237 documents in our dataset, we populated a
knowledge graph (KG) whereby vertices represent named entities and edges represent any relations
detected between them. Here, only entities that were manually assigned Wikidata IDs (as part of gold
standard entity linking annotations) were included, to ensure that entities in the resulting KG are
normalised.</p>
      <p>To create the knowledge graph, we utilised the Neo4j framework7, a graph database management
tool. Using the Cypher query language, we were able to query the resulting knowledge graph. Figure 1
shows a visualisation of the results of an example query for a use case where the relationships of a
particular person of interest (King Edward) with other entities have been retrieved.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>In this paper, we demonstrate how a zero-shot approach based on NLI can be employed to extract entity
relations in CGDC textual metadata. Our findings show that, based on evaluation using a dataset of
237 CGDC documents, an ensemble of three diferent transformer-based models (BART, DeBERTa and
T5) obtains the best weighted macro-averaged F1-score for 20 CGDC relation types. The knowledge
graph that was constructed based on automatically extracted relations provides a means for searching
for information that is otherwise buried within CGDC textual metadata. Our future work will focus
on expanding the CGDC dataset to include more relation-annotated documents that will allow for
more robust evaluation, including experimentation and comparison with closed-sourced large language
models.</p>
    </sec>
    <sec id="sec-7">
      <title>A. Details of CGDC Relations</title>
      <p>The relation types relevant to CGDC, their equivalent human-readable label, their Wikidata identifiers
(linked to a page with their definitions and synonyms) and the types of head and tail entities involved.
affiliation
depicts
inception
shows
began to exist on
work_location
P569
P570
P276
P706
P463
P106
P2541
P2652
P19
P551
P3342
P26</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Konstantelos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hughes</surname>
          </string-name>
          , W. Kilbride,
          <source>The Bits Liveth Forever? Digital Preservation and the First World War Commemoration, Technical Report, IWM War and Conflict Subject Network</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          , W. Chen,
          <article-title>DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing</article-title>
          ,
          <year>2021</year>
          . arXiv:
          <volume>2111</volume>
          .
          <fpage>09543</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ghazvininejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          , L. Zettlemoyer, BART:
          <article-title>Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension</article-title>
          ,
          <source>in: Proceedings of ACL</source>
          <year>2020</year>
          , ACL, Online,
          <year>2020</year>
          , pp.
          <fpage>7871</fpage>
          -
          <lpage>7880</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .acl-main.
          <volume>703</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>703</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Rafel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roberts</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Narang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Matena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Exploring the limits of transfer learning with a unified text-to-text transformer</article-title>
          ,
          <source>Journal of Machine Learning Research</source>
          <volume>21</volume>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>67</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Gabud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lapitan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mariano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mendoza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Pampolina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A. A.</given-names>
            <surname>Clariño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Batista-Navarro</surname>
          </string-name>
          ,
          <article-title>Unsupervised literature mining approaches for extracting relationships pertaining to habitats and reproductive conditions of plant species</article-title>
          ,
          <source>Frontiers in Artificial Intelligence</source>
          <volume>7</volume>
          (
          <year>2024</year>
          ). URL: https: //www.frontiersin.org/articles/10.3389/frai.
          <year>2024</year>
          .
          <volume>1371411</volume>
          . doi:
          <volume>10</volume>
          .3389/frai.
          <year>2024</year>
          .
          <volume>1371411</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Cetoli</surname>
          </string-name>
          ,
          <article-title>Exploring the zero-shot limit of FewRel</article-title>
          , in: D.
          <string-name>
            <surname>Scott</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Bel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          Zong (Eds.),
          <source>Proceedings of COLING</source>
          <year>2020</year>
          , International Committee on Computational Linguistics, Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>1447</fpage>
          -
          <lpage>1451</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .coling-main.
          <volume>124</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .coling-main.
          <volume>124</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.-Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          , C.-T. Li,
          <article-title>ZS-BERT: Towards Zero-Shot Relation Extraction with Attribute Representation Learning</article-title>
          ,
          <source>in: Proceedings of NAACL</source>
          <year>2021</year>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2021</year>
          , pp.
          <fpage>3470</fpage>
          -
          <lpage>3479</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .naacl-main.
          <volume>272</volume>
          . doi:
          <volume>10</volume>
          .18653/ v1/
          <year>2021</year>
          .naacl-main.
          <volume>272</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z. Deng,</surname>
          </string-name>
          <article-title>CHisIEC: An Information Extraction Corpus for Ancient Chinese History</article-title>
          ,
          <source>in: Proceedings of LREC-COLING</source>
          <year>2024</year>
          ,
          <article-title>ELRA</article-title>
          and
          <string-name>
            <given-names>ICCL</given-names>
            ,
            <surname>Torino</surname>
          </string-name>
          , Italia,
          <year>2024</year>
          , pp.
          <fpage>3192</fpage>
          -
          <lpage>3202</lpage>
          . URL: https://aclanthology.org/
          <year>2024</year>
          .lrec-main.
          <volume>283</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Joint</given-names>
            <surname>Entity-Relation Detection</surname>
          </string-name>
          and
          <article-title>Generalization Method Based on Syntax and Semantics for Chinese Intangible Cultural Heritage Texts</article-title>
          ,
          <source>Journal on Computing and Cultural Heritage</source>
          <volume>17</volume>
          (
          <year>2024</year>
          ). URL: https://doi.org/10.1145/3631124. doi:
          <volume>10</volume>
          .1145/ 3631124.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Benkhedda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Skapars</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Schlegel</surname>
          </string-name>
          , G. Nenadic,
          <string-name>
            <given-names>R.</given-names>
            <surname>Batista-Navarro</surname>
          </string-name>
          ,
          <article-title>Enriching the metadata of community-generated digital content through entity linking: An evaluative comparison of state-of-the-art models</article-title>
          ,
          <source>in: Proceedings of LaTeCH-CLfL</source>
          <year>2024</year>
          , ACL, St. Julians, Malta,
          <year>2024</year>
          , pp.
          <fpage>213</fpage>
          -
          <lpage>220</lpage>
          . URL: https://aclanthology.org/
          <year>2024</year>
          .latechclfl-
          <volume>1</volume>
          .
          <fpage>20</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vrandečić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          ,
          <article-title>Wikidata: a free collaborative knowledgebase</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>57</volume>
          (
          <year>2014</year>
          )
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Stenetorp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pyysalo</surname>
          </string-name>
          , G. Topić,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ohta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ananiadou</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Tsujii,</surname>
          </string-name>
          <article-title>BRAT: a web-based tool for NLP-assisted text annotation</article-title>
          ,
          <source>in: Proceedings of Demonstrations at EACL</source>
          <year>2012</year>
          ,
          <year>2012</year>
          , pp.
          <fpage>102</fpage>
          -
          <lpage>107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <article-title>A coeficient of agreement for nominal scales</article-title>
          ,
          <source>Educational and psychological measurement 20</source>
          (
          <year>1960</year>
          )
          <fpage>37</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Landis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. G.</given-names>
            <surname>Koch</surname>
          </string-name>
          ,
          <article-title>The Measurement of Observer Agreement for Categorical Data</article-title>
          ,
          <source>Biometrics</source>
          <volume>33</volume>
          (
          <year>1977</year>
          )
          <fpage>159</fpage>
          -
          <lpage>174</lpage>
          . URL: https://doi.org/10.2307/2529310.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          , W. Chen,
          <article-title>DeBERTa: Decoding-Enhanced BERT with Disentangled Attention</article-title>
          , in: International Conference on Learning Representations,
          <year>2021</year>
          . URL: https://openreview.net/ forum?id=XPZIaotutsD.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>O.</given-names>
            <surname>Honovich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aharoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Herzig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Taitelbaum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kukliansy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Scialom</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Szpektor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hassidim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Matias</surname>
          </string-name>
          , TRUE:
          <article-title>Re-evaluating Factual Consistency Evaluation</article-title>
          ,
          <source>in: Proceedings of NAACL</source>
          <year>2022</year>
          , ACL, Seattle, United States,
          <year>2022</year>
          , pp.
          <fpage>3905</fpage>
          -
          <lpage>3920</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          . naacl-main.
          <volume>287</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>O.</given-names>
            <surname>Sabo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Elazar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Goldberg</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Dagan</surname>
          </string-name>
          ,
          <article-title>Revisiting few-shot relation classification: Evaluation data and classification schemes, Transactions of the Association for Computational Linguistics 9 (</article-title>
          <year>2021</year>
          )
          <fpage>691</fpage>
          -
          <lpage>706</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>