Difference between revisions of "Q0.2"
Jump to navigation
Jump to search
Line 46: | Line 46: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
− | + | ||
= Result LIMIT 7 = | = Result LIMIT 7 = | ||
{| class="wikitable" style="text-align: left;" | {| class="wikitable" style="text-align: left;" | ||
|+ <!-- caption --> | |+ <!-- caption --> | ||
|- | |- | ||
− | ! paper !! title !! proceeding !! align="right"| volumeNumber !! url !! language_of_work_or_name !! author | + | ! paper !! title !! proceeding !! align="right"| volumeNumber !! url !! language_of_work_or_name !! author !! author_names !! pubDate !! event !! dblpPublicationId |
|- | |- | ||
− | | http://www.wikidata.org/entity/Q115265833 || LM-KBC: Knowledge Base Construction from Pre-trained Language Models || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper1.pdf || http://www.wikidata.org/entity/Q1860 || http://www.wikidata.org/entity/Q51903121 | + | | http://www.wikidata.org/entity/Q115265833 || LM-KBC: Knowledge Base Construction from Pre-trained Language Models || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper1.pdf || http://www.wikidata.org/entity/Q1860 || http://www.wikidata.org/entity/Q51903121 || Simon Razniewski || 2022-11-16 00:00:00 || || |
|- | |- | ||
− | | http://www.wikidata.org/entity/ | + | | http://www.wikidata.org/entity/Q115265835 || Task-specific Pre-training and Prompt Decomposition for Knowledge Graph Population with Language Models || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper3.pdf || http://www.wikidata.org/entity/Q1860 || || || 2022-11-16 00:00:00 || || |
|- | |- | ||
− | | http://www.wikidata.org/entity/ | + | | http://www.wikidata.org/entity/Q115265838 || Manual Prompt Generation For Language Model Probing || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper6.pdf || http://www.wikidata.org/entity/Q1860 || || || 2022-11-16 00:00:00 || || |
|- | |- | ||
− | | http://www.wikidata.org/entity/Q115265836 || Knowledge Base Construction from Pre-trained Language Models by Prompt learning || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper4.pdf || http://www.wikidata.org/entity/Q1860 || | + | | http://www.wikidata.org/entity/Q115265836 || Knowledge Base Construction from Pre-trained Language Models by Prompt learning || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper4.pdf || http://www.wikidata.org/entity/Q1860 || || || 2022-11-16 00:00:00 || || |
|- | |- | ||
− | | http://www.wikidata.org/entity/Q115265837 || Prompt Design and Answer Processing for Knowledge Base Construction from Pre-trained Language Models || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper5.pdf || http://www.wikidata.org/entity/Q1860 || | + | | http://www.wikidata.org/entity/Q115265837 || Prompt Design and Answer Processing for Knowledge Base Construction from Pre-trained Language Models || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper5.pdf || http://www.wikidata.org/entity/Q1860 || || || 2022-11-16 00:00:00 || || |
|- | |- | ||
− | | http://www.wikidata.org/entity/ | + | | http://www.wikidata.org/entity/Q115265834 || Prompting as Probing: Using Language Models for Knowledge Base Construction || http://www.wikidata.org/entity/Q115250769 || align="right"| 3274 || https://ceur-ws.org/Vol-3274/paper2.pdf || http://www.wikidata.org/entity/Q1860 || || || 2022-11-16 00:00:00 || || |
|- | |- | ||
− | | http://www.wikidata.org/entity/ | + | | http://www.wikidata.org/entity/Q115055570 || Collaborative and AI-aided Exam Question Generation using Wikidata in Education || http://www.wikidata.org/entity/Q115053286 || align="right"| 3262 || http://ceur-ws.org/Vol-3262/paper13.pdf || http://www.wikidata.org/entity/Q1860 || http://www.wikidata.org/entity/Q42883470 http://www.wikidata.org/entity/Q50411920 http://www.wikidata.org/entity/Q56586092 http://www.wikidata.org/entity/Q109186287 http://www.wikidata.org/entity/Q113808555 || Moritz Schubotz,Bela Gipp,Andreas Spitz,Philipp Scharpf,André Greiner-Petter || 2022-11-03 00:00:00 || http://www.wikidata.org/entity/Q112055391 || conf/semweb/2022wikidata |
|} | |} |
Latest revision as of 15:24, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 2 |
name | AllPapers |
title | All papers |
description | List all papers published via CEUR-WS |
sparql | # Q0.2 List of all papers
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT DISTINCT ?paper ?title ?proceeding ?volumeNumber
(SAMPLE(?_url) as ?url)
(SAMPLE(?_event) as ?event)
(SAMPLE(?_language_of_work_or_name) as ?language_of_work_or_name)
(GROUP_CONCAT(?_author) as ?author)
(GROUP_CONCAT(?_authorName;SEPARATOR=",") as ?author_names)
(SAMPLE(?_pubDate) as ?pubDate)
(SAMPLE(?_dblpPublicationId) as ?dblpPublicationId)
WHERE{
?proceeding wdt:P31 wd:Q1143604.
?proceeding wdt:P179 wd:Q27230297.
?proceeding p:P179/pq:P478 ?volumeNumber.
?paper wdt:P1433 ?proceeding.
?paper wdt:P1476 ?title. Filter(lang(?title)="en")
OPTIONAL{?paper wdt:P953 ?_url.}
OPTIONAL{?paper wdt:P5072 ?_event.}
OPTIONAL{
?paper wdt:P50 ?_author.
?_author rdfs:label ?_authorName.
FILTER(LANG(?_authorName)="en")
}
OPTIONAL{?proceeding wdt:P407 ?_language_of_work_or_name.}
OPTIONAL{?proceeding wdt:P8978 ?_dblpPublicationId.}
OPTIONAL{?proceeding wdt:P577 ?_pubDate.}
} GROUP BY ?paper ?title ?proceeding ?volumeNumber
ORDER BY DESC(?pubDate)
|
tryiturl | K452U4→K452U4 |
wdqsurl | 6UJb→6UJb |
scholia | → |
relevance | 1 |
comment | |
task | Task0→Task0 |