Template:Short description Template:For Template:Multiple issues An annotation is extra information associated with a particular point in a document or other piece of information. It can be a note that includes a comment or explanation.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Annotations are sometimes presented in the margin of book pages. For annotations of different digital media, see web annotation and text annotation.

Literature, grammar and educational purposesEdit

Practising visuallyEdit

Annotation Practices are highlighting a phrase or sentence and including a comment, circling a word that needs defining, posing a question when something is not fully understood and writing a short summary of a key section.<ref name=":22">Template:Cite journal</ref> It also invites students to "(re)construct a history through material engagement and exciting DIY (Do-It-Yourself) annotation practices."<ref>Template:Cite journal</ref> Annotation practices that are available today offer a remarkable set of tools for students to begin to work, and in a more collaborative, connected way than has been previously possible.<ref name=":03">Template:Cite book</ref>

Text and film annotationEdit

Text and Film Annotation is a technique that involves using comments, text within a film. Analyzing videos is an undertaking that is never entirely free of preconceived notions, and the first step for researchers is to find their bearings within the field of possible research approaches and thus reflect on their own basic assumptions.<ref name=":12">Template:Cite book</ref> Annotations can take part within the video, and can be used when the data video is recorded. It is being used as a tool in text and film to write one's thoughts and emotion into the markings.<ref name=":22"/> In any number of steps of analysis, it can also be supplemented with more annotations. Anthropologists Clifford Geertz calls it a "thick description." This can give a sense of how useful annotation is, especially by adding a description of how it can be implemented in film.<ref name=":12" />

Medieval marginaliaEdit

Marginalia refers to writing or decoration in the margins of a manuscript. Medieval marginalia is so well known that amusing or disconcerting instances of it are fodder for viral aggregators such as Buzzfeed and Brainpickings, and the fascination with other readers’ reading is manifest in sites such as Melville's Marginalia Online or Harvard's online exhibit of marginalia from six personal libraries.<ref name=":03" /> It can also be a part of other websites such as Pinterest, or even meme generators and GIF tools.

Textual scholarshipEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Textual scholarship is a discipline that often uses the technique of annotation to describe or add additional historical context to texts and physical documents to make it easier to understand.<ref>Template:Cite book</ref>

Student usesEdit

Students often highlight passages in books in order to actively engage with the text. Students can use annotations to refer back to key phrases easily, or add marginalia to aid studying and finding connections between the text and prior knowledge or running themes.<ref>Template:Cite journal</ref>

Annotated bibliographies add commentary on the relevance or quality of each source, in addition to the usual bibliographic information that merely identifies the source.

Students use Annotation not only for academic purposes, but interpreting their own thoughts, feelings, and emotions.<ref name=":22"/> Sites such as Scalar and Omeka are sites that students use. There are multiple genres with Annotation such as math, film, linguists, and literary theory which students find it most helpful to use. Most students reported the annotation process as helpful for improving overall writing ability, grammar, and academic vocabulary knowledge.

Mathematical expression annotationEdit

Mathematical expressions (symbols and formulae) can be annotated with their natural language meaning. This is essential for disambiguation, since symbols may have different meanings (e.g., "E" can be "energy" or "expectation value", etc.).<ref name="SchubotzScharpf2018">Template:Cite journal</ref><ref name="ScharpfSchubotz2018">Template:Cite conference</ref> The annotation process can be facilitated and accelerated through recommendation, e.g., using the "AnnoMathTeX" system that is hosted by Wikimedia.<ref name="AnnoMathTeX">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref name="Scharpf2019">Template:Cite book</ref><ref name="Scharpf2021">Template:Cite book</ref>

Learning and instructionEdit

From a cognitive perspective, annotation has an important role in learning and instruction. As part of guided noticing it involves highlighting, naming or labelling and commenting aspects of visual representations to help focus learners' attention on specific visual aspects. In other words, it means the assignment of typological representations (culturally meaningful categories), to topological representations (e.g. images).<ref>Template:Cite book</ref> This is especially important when experts, such as medical doctors, interpret visualizations in detail and explain their interpretations to others, for example by means of digital technology.<ref>Template:Cite journal</ref> Here, annotation can be a way to establish common ground between interactants with different levels of knowledge.<ref>Template:Cite book</ref> The value of annotation has been empirically confirmed, for example, in a study which shows that in computer-based teleconsultations the integration of image annotation and speech leads to significantly improved knowledge exchange compared with the use of images and speech without annotation.<ref>Template:Cite journal</ref>

On YouTubeEdit

Annotations were removed on January 15, 2019, from YouTube after around a decade of service.<ref>Template:Cite news</ref> They had allowed users to provide information that popped up during videos, but YouTube indicated they did not work well on small mobile screens, and were being abused.

Software and engineeringEdit

Text documentsEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Markup languages like XML and HTML annotate text in a way that is syntactically distinguishable from that text. They can be used to add information about the desired visual presentation, or machine-readable semantic information, as in the semantic web.<ref name="Web Annotation Data Model">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Tabular dataEdit

This includes CSV and XLS. The process of assigning semantic annotations to tabular data is referred to as semantic labelling. Semantic Labelling is the process of assigning annotations from ontologies to tabular data.<ref name="auto12">Template:Cite journal</ref><ref>Template:Cite journal</ref><ref name="auto2">Template:Cite book</ref><ref name=":02">Template:Cite journal</ref> This process is also referred to as semantic annotation.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref name=":02"/> Semantic Labelling is often done in a (semi-)automatic fashion. Semantic Labelling techniques work on entity columns,<ref name=":02"/> numeric columns,<ref name="auto12"/><ref name="auto2"/><ref>Template:Cite book</ref><ref name=":102">Template:Cite book</ref> coordinates,<ref name=":1">Template:Cite book</ref> and more.<ref name=":1" /><ref name=":102"/>

Semantic labelling techniquesEdit

There are several semantic labelling types which utilises machine learning techniques. These techniques can be categorised following the work of Flach<ref name=":2">Template:Cite book</ref><ref name=":5">Template:Cite thesis</ref> as follows: geometric (using lines and planes, such as Support-vector machine, Linear regression), probabilistic (e.g., Conditional random field), logical (e.g., Decision tree learning), and Non-ML techniques (e.g., balancing coverage and specificity<ref name=":02"/>). Note that the geometric, probabilistic, and logical machine learning models are not mutually exclusive.<ref name=":2" />

Geometric techniquesEdit

Pham et al.<ref name=":6">Template:Cite book</ref> use Jaccard index and TF-IDF similarity for textual data and Kolmogorov–Smirnov test for the numeric ones. Alobaid and Corcho<ref name="auto2"/> use fuzzy clustering (c-means<ref>Template:Citation</ref><ref>Template:Citation</ref>) to label numeric columns.

Probabilistic techniquesEdit

Limaye et al.<ref name=":7">Template:Cite journal</ref> uses TF-IDF similarity and graphical models. They also use support-vector machine to compute the weights. Venetis et al.<ref name=":8">Template:Cite journal</ref> construct an isA database which consists of the pairs (instance, class) and then compute maximum likelihood using these pairs. Alobaid and Corcho<ref>Template:Cite journal</ref> approximated the q-q plot for predicting the properties of numeric columns.

Logical techniquesEdit

Syed et al.<ref name=":4">Template:Cite journal</ref> built Wikitology, which is "a hybrid knowledge base of structured and unstructured information extracted from Wikipedia augmented by RDF data from DBpedia and other Linked Data resources."<ref name=":4" /> For the Wikitology index, they use PageRank for Entity linking, which is one of the tasks often used in semantic labelling. Since they were not able to query Google for all Wikipedia articles to get the PageRank, they used Decision tree to approximate it.<ref name=":4" />

Non-ML techniquesEdit

Alobaid and Corcho<ref name=":02" /> presented an approach to annotate entity columns. The technique starts by annotating the cells in the entity column with the entities from the reference knowledge graph (e.g., DBpedia). The classes are then gathered and each one of them is scored based on several formulas they presented taking into account the frequency of each class and their depth according to the subClass hierarchy.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Semantic labelling common tasksEdit

Here are some of the common semantic labelling tasks presented in the literature:

Entity linking and disambiguationEdit

This is the most common task in semantic labelling. Given a text of a cell and a data source, the approach predicts the entity and link it to the one identified in the given data source. For example, if the input to the approach were the text "Richard Feynman" and a URL to the SPARQL endpoint of DBpedia, the approach would return "http://dbpedia.org/resource/Richard_Feynman", which is the entity from DBpedia. Some approaches use exact match.<ref name=":02" /> while others use similarity metrics such as Cosine similarity<ref name=":7" />

Subject column identificationEdit

The subject column of a table is the column that contain the main subjects/entities in the table.<ref name="auto12"/><ref name=":5" /><ref name=":8" /><ref>Template:Citation</ref><ref name=":9">Template:Cite journal</ref> Some approaches expects the subject column as an input<ref name=":02" /> while others predict the subject column such as TableMiner+.<ref name=":9" />

Column data-type detectionEdit

Columns types are divided differently by different approaches.<ref name=":5" /> Some divide them into strings/text and numbers<ref name="auto2" /><ref name=":6" /><ref>Template:Cite book</ref><ref name=":102"/> while others divide them further<ref name=":5" /> (e.g., Number Typology,<ref name="auto12" /> Date,<ref name=":4" /><ref name=":8" /> coordinates<ref>Template:Cite book</ref>).

Relation predictionEdit

The relation between Madrid and Spain is "capitalOf".<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Such relations can easily be found in ontologies, such as DBpedia. Venetis et al.<ref name=":8" /> use TextRunner<ref>Template:Cite journal</ref> to extract the relation between two columns. Syed et al.<ref name=":4" /> use the relation between the entities of the two columns and the most frequent relation is selected.

Gold standardsEdit

T2D<ref name=":3">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> is the most common gold standard for semantic labelling. Two versions exists of T2D: T2Dv1 (sometimes are referred to T2D as well) and T2Dv2.<ref name=":3" /> Another known benchmarks are published with the SemTab Challenge.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Source controlEdit

The "annotate" function (also known as "blame" or "praise") used in source control systems such as Git, Team Foundation Server and Subversion determines who committed changes to the source code into the repository. This outputs a copy of the source code where each line is annotated with the name of the last contributor to edit that line (and possibly a revision number). This can help establish blame in the event a change caused a malfunction, or identify the author of brilliant code.

Java annotationsEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} A special case is the Java programming language, where annotations can be used as a special form of syntactic metadata in the source code.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}.</ref> Classes, methods, variables, parameters and packages may be annotated. The annotations can be embedded in class files generated by the compiler and may be retained by the Java virtual machine and thus influence the run-time behaviour of an application. It is possible to create meta-annotations out of the existing ones in Java.<ref>Template:Cite news</ref>

Image annotationEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Automatic image annotation is used to classify images for image retrieval systems.<ref>Template:Cite journal</ref>

Computational biologyEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Since the 1980s, molecular biology and bioinformatics have created the need for DNA annotation. DNA annotation or genome annotation is the process of identifying the locations of genes and all of the coding regions in a genome and determining what those genes do. An annotation (irrespective of the context) is a note added by way of explanation or commentary. Once a genome is sequenced, it needs to be annotated to make sense of it.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Digital imagingEdit

In the digital imaging community the term annotation is commonly used for visible metadata superimposed on an image without changing the underlying master image, such as sticky notes, virtual laser pointers, circles, arrows, and black-outs (cf. redaction).<ref>Template:Cite journal</ref>

In the medical imaging community, an annotation is often referred to as a region of interest and is encoded in DICOM format.

Other usesEdit

LawEdit

In the United States, legal publishers such as Thomson West and Lexis Nexis publish annotated versions of statutes, providing information about court cases that have interpreted the statutes. Both the federal United States Code and state statutes are subject to interpretation by the courts, and the annotated statutes are valuable tools in legal research.<ref>Template:Cite book</ref>

LinguisticsEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

One purpose of annotation is to transform the data into a form suitable for computer-aided analysis. Prior to annotation, an annotation scheme is defined that typically consists of tags. During tagging, transcriptionists manually add tags into transcripts where required linguistical features are identified in an annotation editor. The annotation scheme ensures that the tags are added consistently across the data set and allows for verification of previously tagged data.<ref>Template:Cite news</ref> Aside from tags, more complex forms of linguistic annotation include the annotation of phrases and relations, e.g., in treebanks. Many different forms of linguistic annotation have been developed, as well as different formats and tools for creating and managing linguistic annotations, as described, for example, in the Linguistic Annotation Wiki.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

See alsoEdit

Template:Sister project

Template:Div col

Template:Div col end

ReferencesEdit

Template:Reflist

Template:Authority control