Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
DRETa: Extracting RDF from Wikitables [POSTER]
Search
Emir Muñoz
October 23, 2013
Research
0
63
DRETa: Extracting RDF from Wikitables [POSTER]
DRETa: Extracting RDF from Wikitables
Posters & Demos @ ISWC 2013
Emir Muñoz
October 23, 2013
Tweet
Share
More Decks by Emir Muñoz
See All by Emir Muñoz
Machine Learning Pipelines in Production - ML Galway Meetup
emunoz
0
73
Academic Writing: Hints and Tools
emunoz
0
150
Mining Cardinalities from Knowledge Bases
emunoz
0
240
Using Drug Similarities for Discovery of Possible Adverse Reactions
emunoz
0
150
A Hybrid Method for Rating Prediction Using Linked Data Features and Text Reviews
emunoz
0
220
On Learnability of Cardinality Constraints from RDF Data
emunoz
0
190
Minute Madness ESWC 2016
emunoz
0
120
Tensor Networks---a brief description
emunoz
0
120
A Linked Data-Based Decision Tree Classifier to Review Movies
emunoz
1
250
Other Decks in Research
See All in Research
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
140
その推薦システムの評価指標、ユーザーの感覚とズレてるかも
kuri8ive
1
330
SkySense V2: A Unified Foundation Model for Multi-modal Remote Sensing
satai
3
580
[Devfest Incheon 2025] 모두를 위한 친절한 언어모델(LLM) 학습 가이드
beomi
2
1.5k
第二言語習得研究における 明示的・暗示的知識の再検討:この分類は何に役に立つか,何に役に立たないか
tam07pb915
0
1.4k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
AWSの耐久性のあるRedis互換KVSのMemoryDBについての論文を読んでみた
bootjp
1
520
令和最新技術で伝統掲示板を再構築: HonoX で作る型安全なスレッドフロート型掲示板 / かろっく@calloc134 - Hono Conference 2025
calloc134
0
570
2026 東京科学大 情報通信系 研究室紹介 (すずかけ台)
icttitech
0
450
Community Driveプロジェクト(CDPJ)の中間報告
smartfukushilab1
0
190
財務諸表監査のための逐次検定
masakat0
1
270
Tiaccoon: Unified Access Control with Multiple Transports in Container Networks
hiroyaonoe
0
910
Featured
See All Featured
Amusing Abliteration
ianozsvald
0
120
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
WENDY [Excerpt]
tessaabrams
9
36k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
130
How to Talk to Developers About Accessibility
jct
2
140
Transcript
Enabling Networked Knowledge ACKNOWLEDGEMENTS: This work was funded in part
by Science Foundation Ireland under Grant No. SFI/08/CE/I1380 (Lion-2). DRETA: EXTRACTING RDF FROM WIKITABLES Emir Muñoz, Aidan Hogan, Alessandra Mileo National University of Ireland, Galway MOTIVATION WIKITABLE SURVEY player http://dbpedia.org/resource/David_de_Gea http://dbpedia.org/resource/Rafael_Pereira_da_Silva_(footballer_born_1990) http://dbpedia.org/resource/Patrice_Evra …. http://dbpedia.org/resource/Fabio_Pereira_da_Silva http://dbpedia.org/resource/Tom_Cleverley http://dbpedia.org/resource/Darren_Fletcher PROPOSAL http://dbpedia.org/resource/Manchester_United_F.C. http://dbpedia.org/resource/England http://dbpedia.org/resource/Forward_(association_football) http://dbpedia.org/resource/Wayne_Rooney dbo:birthPlace dbp:currentclub dbp:position http://dbpedia.org/resource/Spain http://dbpedia.org/resource/Goalkeeper_(association_football) http://dbpedia.org/resource/David_de_Gea dbp:position http://dbpedia.org/resource/Brazil http://dbpedia.org/resource/Defender_(association_football) http://dbpedia.org/resource/Fabio_Pereira_da_Silva dbp:position … … (1) dbr:David_de_Gea dbo:birthPlace dbr:Spain . (2) dbr:Fabio_Pereira_de_Silva dbo:birthPlace dbr:Brazil . (3) dbr:Fabio_Pereira_de_Silva dbp:currentclub dbr:Manchester_United_F.C . SUGGESTED TRIPLES: SELECT ?player WHERE { ?player dbp:currentclub dbr:Manchester_United_F.C . } TABLE TAXONOMY: DISTRIBUTIONS: QUERY: RESULTS DEMO … http://emunoz.org/wikitables (1) EXTRACTED 34.9 MILLION UNIQUE & NOVEL TRIPLES FROM 1.14 MILLION WIKITABLES (8 MACHINES: 4GB RAM, 2.2 GHZ SINGLE CORE; 12 DAYS) (2) INITIAL EVALUATION: (MANUAL ANNOTATION; THREE JUDGES; 750 TRIPLES EACH) (3) MACHINE LEARNING CLASSIFIERS: (CONSENSUS GOLD STANDARD; VARIETY OF FEATURES) FROM 1.14 MILLION WIKITABLES: BAGGING DECISION TREES: SUPPORT VECTOR MACHINES: 1.14 MILLION WIKITABLES: 7.9 MILLION TRIPLES @81.5% PREC. 15.3 MILLION TRIPLES @72.4% PREC. … INCOMPLETE RESULTS!