HOME

TheInfoList



OR:

An infobox is a digital or physical table used to collect and present a subset of information about its subject, such as a
document A document is a written, drawn, presented, or memorialized representation of thought, often the manifestation of non-fictional, as well as fictional, content. The word originates from the Latin ''Documentum'', which denotes a "teaching" o ...
. It is a structured document containing a set of attribute–value pairs, and in
Wikipedia Wikipedia is a multilingual free online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and using a wiki-based editing system. Wikipedia is the largest and most-read ref ...
represents a summary of information about the subject of an article. In this way, they are comparable to data
tables Table may refer to: * Table (furniture), a piece of furniture with a flat surface and one or more legs * Table (landform), a flat area of land * Table (information), a data arrangement with rows and columns * Table (database), how the table data ...
in some aspects. When presented within the larger document it summarizes, an infobox is often presented in a
sidebar Sidebar may refer to: * Sidebar (publishing) * Sidebar (law) * Sidebar (computing), a type of graphical user interface element ** Windows Sidebar Windows Desktop Gadgets (called Windows Sidebar in Windows Vista) is a discontinued widget engi ...
format. An infobox may be implemented in another document by transcluding it into that document and specifying some or all of the attribute–value pairs associated with that infobox, known as parameterization.


Wikipedia

An infobox may be used to summarize the information of an article on
Wikipedia Wikipedia is a multilingual free online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and using a wiki-based editing system. Wikipedia is the largest and most-read ref ...
. They are used on similar articles to ensure consistency of presentation by using a common format. Originally, infoboxes (and templates in general) were used for page layout purposes. An infobox may be transcluded into an article by specifying the value for some or all of its parameters. The parameter name used must be the same as that specified in the infobox template, but any value may be associated to it. The name is delimited from the value by an
equals sign The equals sign ( British English, Unicode) or equal sign (American English), also known as the equality sign, is the mathematical symbol , which is used to indicate equality in some well-defined sense. In an equation, it is placed between ...
. The parameter name may be regarded as an attribute of the article's subject. On Wikipedia, an infobox is transcluded into an article by enclosing its name and attribute–value pairs within a double set of braces. The
MediaWiki MediaWiki is a Free and open-source software, free and open-source wiki software. It is used on Wikipedia and almost all other Wikimedia movement, Wikimedia Website, websites, including Wiktionary, Wikimedia Commons and Wikidata; these sit ...
software on which Wikipedia operates then parses the document, for which the infobox and other templates are processed by a template processor. This is a template engine which produces a web document and a style sheet used for presentation of the document. This enables the design of the infobox to be separated from the content it manipulates; that is, the design of the template may be updated without affecting the information within it, and the new design will automatically propagate to all articles that transclude the infobox. Usually, infoboxes are formatted to appear in the top-right corner of a Wikipedia article in the desktop view, or at the top in the mobile view. Placement of an infobox within the
wikitext A wiki ( ) is an online hypertext publication collaboratively edited and managed by its own audience, using a web browser. A typical wiki contains multiple pages for the subjects or scope of the project, and could be either open to the pub ...
of an article is important for accessibility. A best practice is to place them following ''disambiguation'' templates (those that direct readers to articles about topics with similar names) and maintenance templates (such as that marking an article as unreferenced), but before all other content. Baeza-Yates and King say that some editors find templates such as infoboxes complicated, as the template may hide text about a property or resource that the editor wishes to change; this is exacerbated by chained templates, that is templates transcluded within other templates. As of August 2009, English Wikipedia used about infobox templates that collectively used more than attributes. Since then, many have been merged, to reduce redundancy. As of June 2013, there were at least transclusions of the parent Infobox template, used by some, but not all, infoboxes, on articles. The name of an Infobox is typically "Infobox enre; however, widely used infoboxes may be assigned shorter names, such as "taxobox" for taxonomy.


Machine learning

About 44.2% of Wikipedia articles contained an infobox in 2008, and about 33% in 2010. Automated semantic knowledge extraction using
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
algorithms is used to "extract machine-processable information at a relatively low complexity cost". However, the low coverage makes it more difficult, though this can be partially overcome by complementing article data with that in categories in which the article is included. The
French Wikipedia The French Wikipedia (french: Wikipédia en français) is the French-language edition of Wikipedia, the free online encyclopedia. This edition was started on 23 March 2001, two months after the official creation of Wikipedia. It has article ...
initiated the project ''Infobox Version 2'' in May 2011.The project is hosted on the
French Wikipedia The French Wikipedia (french: Wikipédia en français) is the French-language edition of Wikipedia, the free online encyclopedia. This edition was started on 23 March 2001, two months after the official creation of Wikipedia. It has article ...
page Infobox/V2.
Knowledge obtained by machine learning can be used to improve an article, such as by using automated software suggestions to editors for adding infobox data. The iPopulator project created a system to add a value to an article's infobox parameter via an automated parsing of the text of that article. DBpedia uses
structured content Structured content is information or content that is organized in a predictable way and is usually classified with metadata. XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstru ...
extracted from infoboxes by machine learning algorithms to create a resource of linked data in the Semantic Web; it has been described by
Tim Berners-Lee Sir Timothy John Berners-Lee (born 8 June 1955), also known as TimBL, is an English computer scientist best known as the inventor of the World Wide Web. He is a Professorial Fellow of Computer Science at the University of Oxford and a profe ...
as "one of the more famous" components of the linked data project. Machine extraction creates a triple consisting of a subject, predicate or relation, and object. Each attribute-value pair of the infobox is used to create an RDF statement using an
ontology In metaphysics, ontology is the philosophical study of being, as well as related concepts such as existence, becoming, and reality. Ontology addresses questions like how entities are grouped into categories and which of these entities ...
. This is facilated by the narrower gap between Wikipedia and an ontology than exists between unstructured or free text and an ontology. The
semantic relationship Contemporary ontologies share many structural similarities, regardless of the ontology language in which they are expressed. Most ontologies describe individuals (instances), classes (concepts), attributes, and relations. Overview Common compo ...
between the subject and object is established by the predicate. In the example infobox, the triple ("crostata", type, "tart") indicates that a crostata is a type of
tart A tart is a baked dish consisting of a filling over a pastry base with an open top not covered with pastry. The pastry is usually shortcrust pastry; the filling may be sweet or savoury, though modern tarts are usually fruit-based, sometimes wit ...
. The article's topic is used as the subject, the parameter name is used as the predicate, and the parameter's value as the object. Each type of infobox is mapped to an ontology class, and each property (parameter) within an infobox is mapped to an ontology property. These mappings are used when parsing a Wikipedia article to extract data.


Citations


Works cited

* * * * * * *


Further reading

* * * {{cite journal, title=Information extraction from Wikipedia: moving down the long tail, last1=Wu, first1=Fei, last2=Hoffmann, first2=Ralph, last3=Weld, first3=Daniel s., journal=Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, publisher=
Association for Computing Machinery The Association for Computing Machinery (ACM) is a US-based international learned society for computing. It was founded in 1947 and is the world's largest scientific and educational computing society. The ACM is a non-profit professional member ...
, year=2008, pages=731–739, isbn=9781605581934, doi=10.1145/1401890.1401978, s2cid=7781746 Semantic Web Wikipedia