Difference between revisions of "YAGO"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software Category:Data {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|YAGO}} |{{#vardefine:url|https://github.com/yago-naga/yago4}} <!--CONFIGURATION: OPT...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:Software]]
 
[[Category:Software]]
[[Category:Data]]
+
[[Category:Data Science]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|YAGO}}
 
|{{#vardefine:app|YAGO}}
Line 21: Line 21:
 
This is the pipeline to run YAGO 4. It allows to build YAGO 4 from a Wikidata dump.
 
This is the pipeline to run YAGO 4. It allows to build YAGO 4 from a Wikidata dump.
  
{{Note | dfdfd | info}}
+
{{Note | If you only need to '''''use''''' the YAGO 4 data, see the "Additional Information" section to access the pre-built knowledge base directories. | info}}
  
 
<!--Modules-->
 
<!--Modules-->
Line 74: Line 74:
 
{{#if: {{#var: citation}}|==Citation==
 
{{#if: {{#var: citation}}|==Citation==
 
If you publish research that uses {{#var:app}} you have to cite it as follows:
 
If you publish research that uses {{#var:app}} you have to cite it as follows:
 
+
<div class="mw-collapsible mw-collapsed" style="width:70%; padding: 5px; border: 1px solid gray;">
 +
''Expand this section to view citation instructions.''
 +
<div class="mw-collapsible-content" style="padding: 5px;">
 
<pre>
 
<pre>
 
@inproceedings{DBLP:conf/esws/TanonWS20,
 
@inproceedings{DBLP:conf/esws/TanonWS20,
Line 89: Line 91:
 
}
 
}
 
</pre>
 
</pre>
 
+
</div>
 +
</div>
 
|}}
 
|}}
 
<!--Installation-->
 
<!--Installation-->

Latest revision as of 17:13, 15 December 2022

Description

YAGO website  

This is the pipeline to run YAGO 4. It allows to build YAGO 4 from a Wikidata dump.

If you only need to use the YAGO 4 data, see the "Additional Information" section to access the pre-built knowledge base directories.

Environment Modules

Run module spider YAGO to find out what environment modules are available for this application.

System Variables

  • HPC_YAGO_DIR - installation directory
  • HPC_YAGO_BIN - executable directory
  • HPC_YAGO_KBDIR - Data directory housing the most recent build of the knowledge base data
  • HPC_YAGO_KBBASE - Base directory with sub-directories for versions of the KB data (see "Additional Information" section)

Additional Information

The latest (unverified) build of the YAGO4 database can be referenced directly using the HPC_YAGO_KBDIR environment variable:

$ module load yago/4
$ ls -la ${HPC_YAGO_KBDIR}

or using a combination of the HPC_YAGO_KBBASE env variable and the directory name "kb":

$ module load yago/4
$ ls -la ${HPC_YAGO_KBBASE}/kb

The author-built and verified version of the database (with data as of February 24, 2020) can also be accessed using a combination of the HPC_YAGO_KBBASE and a specific sub-directory:

$ module load yago/4
$ ls -la ${HPC_YAGO_KBBASE}/kb-20200224



Citation

If you publish research that uses YAGO you have to cite it as follows:

Expand this section to view citation instructions.

@inproceedings{DBLP:conf/esws/TanonWS20,
  author    = {Pellissier Tanon, Thomas and Weikum, Gerhard and Suchanek, Fabian M.},
  title     = {{YAGO} 4: {A} Reason-able Knowledge Base},
  booktitle = {The Semantic Web - 17th International Conference, {ESWC} 2020, Heraklion, Crete, Greece, May 31-June 4, 2020, Proceedings},
  series    = {Lecture Notes in Computer Science},
  volume    = {12123},
  pages     = {583--596},
  publisher = {Springer},
  year      = {2020},
  url       = {https://doi.org/10.1007/978-3-030-49461-2_34},
  doi       = {10.1007/978-3-030-49461-2_34}
}