Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating IDA description + Misc Changes #347

Merged
merged 5 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions data/demos/IDA.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
dice:IDA_Demo a schema:Demo ;
schema:name "IDA" ;
schema:tagline "Intelligent Data Science Chatbot Demo" ;
schema:content """
Intelligent Data Science Chatbot (IDA) is a proof-of-concept for an open-source tool that will allow users to perform data analysis by conversing to a chatbot in English. The goal of this tool is to make data analysis available to the masses without having to learn complex tools or programming languages.
schema:content """Intelligent Data Science Chatbot (IDA) is a proof-of-concept for an open-source tool that will allow users to perform data analysis by conversing to a chatbot in English. The goal of this tool is to make data analysis available to the masses without having to learn complex tools or programming languages.

IDA has been developed as part of the Software Campus program at Paderborn University (https://softwarecampus.de/en/project/ida-intelligent-data-science-chatbot/). The project started in June, 2020 and concluded at the end of July, 2021.

""" ;
IDA has been developed as part of the Software Campus program at Paderborn University (https://softwarecampus.de/en/project/ida-intelligent-data-science-chatbot/). The project started in June, 2020 and concluded at the end of July, 2021.""" ;
schema:logo "ida_logo_oh.svg" ;
schema:screenshot "ida_screenshot.png" ;
schema:homepage <http://ida.cs.upb.de/> ;
Expand Down
17 changes: 17 additions & 0 deletions data/demos/TeBaQA.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@prefix dice: <https://dice-research.org/> .
@prefix schema: <https://schema.dice-research.org/> .

dice:TeBaQA_Demo a schema:Demo ;
schema:name "TeBaQA" ;
schema:tagline "Template-Based Question Answering (TeBaQA) Demo" ;
schema:content """
TeBaQA is knowledge-based question answering system. It learns to answer questions based on graph isomorphisms from basic graph patterns of SPARQL queries. Learning basic graph patterns is efficient due to the small number of possible patterns. This novel paradigm reduces the amount of training data necessary to achieve state-of-the-art performance. TeBaQA also speeds up the domain adaption process by transforming the QA system development task into a much smaller and easier data compilation task. In our evaluation, TeBaQA achieves state-of-the-art performance on QALD-8 and delivers comparable results on QALD-9 and LC-QuAD v1.

""" ;
schema:logo "demo_logo.png" ;
schema:screenshot "demo_screenshot.png" ;
schema:homepage <https://tebaqa.demos.dice-research.org/> ;
schema:sourceCode <https://github.com/dice-group/TeBaQA> ;
schema:maintainer dice:DanielVollmers ; # Current demo maintainer
schema:developer dice:HardikTopiwala. # List of all people working on Demo

9 changes: 5 additions & 4 deletions data/groups/DataAccessKnowledgeExtraction.ttl
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
@prefix dice: <https://dice-research.org/> .
@prefix schema: <https://schema.dice-research.org/> .

dice:ExampleGroup a schema:Group ;
dice:NLPGroup a schema:Group ;
schema:name "NLP and Data Access" ;
schema:tagline "We extract knowledge and make them accessible and understandable for borh humans and computers" ;
schema:relatedProject dice:LIMBO, dice:SOLIDE, dice:QAMEL, dice:DIESEL, dice:RAKI, dice:DAIKIRI, dice:KnowGraphs, dice:SPEAKER ; # related projects
schema:relatedProject dice:LIMBO, dice:SOLIDE, dice:QAMEL, dice:DIESEL, dice:RAKI, dice:DAIKIRI, dice:KnowGraphs, dice:SPEAKER, dice:PORQUE ; # related projects
schema:content """
Our group works on the intersection of Data Science and Natural Language Processing areas. We focus on creating algorithms that allow computers to extract automatically large-scale knowledge from unstructured data and process them while preserving their semantic key information. We aim to make the acquired knowledge accessible and understandable for both humans and computers. Our team has started addressing two of the most important tasks in NLP by relying on Knowledge Graphs, Named Entity Recognition, and Entity Linking. Our research resulted in two state-of-the-art frameworks in respect of multilingualism and knowledge-graph-based algorithms. Recently, we expanded our focus on different NLP tasks ranging from basic research in computational linguistics to Question Answering, Machine Translation, Natural Language Generation, and Understanding.

Our group includes members of both Paderborn and Leipzig universities.""" ;
schema:lead dice:DiegoMoussallem ; # group maintainer
schema:member dice:RrichaJalota, dice:ParamjotKaur, dice:JanReineke, dice:RiaHariGusmita, dice:AsepFajarFirmansyah, dice:DanielVollmers, dice:ReneSpeck; # group members list
schema:relatedDemo dice:FOX, dice:AGDISTIS . # list of related demos
# schema:member dice:RrichaJalota, dice:ParamjotKaur, dice:JanReineke, dice:RiaHariGusmita, dice:AsepFajarFirmansyah, dice:DanielVollmers, dice:ReneSpeck; # group members list
schema:member dice:ParamjotKaur, dice:RiaHariGusmita, dice:AsepFajarFirmansyah, dice:DanielVollmers, dice:ReneSpeck, dice:NikitSrivastava, dice:SourabhPoddar, dice:NandeeshPatel; # group members list
schema:relatedDemo dice:FOX, dice:AGDISTIS, dice:TeBaQA_Demo, dice:IDA_Demo . # list of related demos
2 changes: 1 addition & 1 deletion data/partners/Semantic.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dicepartner:Semantic a schema:Partner ;
schema:name "Semantic Web Company" ;
schema:country "A" ;
schema:url <https://semantic-web.com/> ;
schema:logo "semantic.png" .
schema:logo "semantic.png" .
9 changes: 9 additions & 0 deletions data/partners/SiteFusion.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@prefix dice: <https://dice-research.org/> .
@prefix dicepartner: <https://dice-research.org/partner/> .
@prefix schema: <https://schema.dice-research.org/> .

dicepartner:SiteFusion a schema:Partner ;
schema:name "SiteFusion" ;
schema:country "DE" ;
schema:url <https://www.sitefusion.de/en/> .
# schema:logo "semantic.png" .
2 changes: 1 addition & 1 deletion data/people/DanielVollmers.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dice:DanielVollmers a schema:Person ;
schema:chat "@vdaniel:chat.dice-research.org" ;
schema:office "TP6.3.307" ;
schema:photo "vollmers.jpg" ;
schema:project dice:SPEAKER, dice:LIMBO, dice:SOLIDE;
schema:project dice:SPEAKER, dice:LIMBO, dice:SOLIDE, dice:PORQUE;
schema:content """""" .
2 changes: 1 addition & 1 deletion data/people/DiegoMoussallem.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dice:DiegoMoussallem a schema:Person ;
schema:chat "@diegom:chat.dice-research.org" ;
schema:office "TP6.3.109" ;
schema:photo "moussallem.jpg" ;
schema:project dice:DIESEL, dice:DAIKIRI, dice:SPEAKER, dice:SOLIDE, dice:HOBBIT, dice:QAMEL, dice:Gerbil, dice:RAKI, dice:KnowGraphs, dice:LIMBO ;
schema:project dice:DIESEL, dice:DAIKIRI, dice:SPEAKER, dice:SOLIDE, dice:HOBBIT, dice:QAMEL, dice:Gerbil, dice:RAKI, dice:KnowGraphs, dice:LIMBO, dice:PORQUE ;
schema:content """ My overall background is on CS, but the majority of my career I have spent on NLP. Thus, I have worked on different NLP tasks ranging from basic research in computational linguistics to Entity Linking, Machine Translation, Natural Language Generation, and Question Answering. My work resulted in the first neural machine translation model augmented with knowledge graphs and one state-of-the-art framework in respect of multilingualism and knowledge-graph-based algorithms. Additionally, I contribute actively to the scientific community, being responsible for the Portuguese chapter of DBpedia as well as mentoring students at the Google Summer of Code. I am currently a senior NLP research scientist, leading the NLP team, in the DICE research group at Paderborn University. Previously, I was a researcher at AKSW (Leipzig, DE), working on Information Retrieval and NLP. I hold an MSc. and a Ph.D.

<p>
Expand Down
4 changes: 2 additions & 2 deletions data/people/FarshadAfshari.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dice:FarshadAfshari a schema:Person ;
schema:email <mailto:[email protected]> ;
schema:chat "@afshari:chat.dice-research.org" ;
schema:office "TP6.3.109" ;
schema:photo "afshari.jpeg" ;
schema:photo "afshari.jpg" ;
schema:project dice:FROCKG ;
schema:content """
<p>
<b>Linkedin</b><a href="https://www.linkedin.com/in/afsharifarshad/">Farshad Afshari</a>
<b>Linkedin </b><a href="https://www.linkedin.com/in/afsharifarshad/"> &ensp;Farshad Afshari </a>
</p>
""" .
2 changes: 1 addition & 1 deletion data/people/HardikTopiwala.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dice:HardikTopiwala a schema:Person ;
schema:name "Hardik Topiwala" ;
schema:namePrefix "" ;
schema:role dice:StudentResearcher ;
schema:role dice:Alumni ;
schema:phone <tel:> ;
schema:fax <tel:> ;
schema:email <mailto:[email protected]> ;
Expand Down
1 change: 1 addition & 0 deletions data/people/MaqboolKhan.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dice:MaqboolKhan a schema:Person ;
schema:phone <tel:> ;
schema:fax <tel:> ;
schema:email <mailto:> ;
schema:project dice:IDA ;
schema:office "" ;
schema:photo "" ;
schema:content """""" .
3 changes: 2 additions & 1 deletion data/people/NandeeshPatel.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
dice:NandeeshPatel a schema:Person ;
schema:name "Nandeesh Patel" ;
schema:namePrefix "" ;
schema:role dice:Alumni ;
schema:role dice:StudentResearcher ;
schema:phone <tel:> ;
schema:fax <tel:> ;
schema:email <mailto:> ;
schema:project dice:IDA ;
schema:office "" ;
schema:photo "" ;
schema:content """""" .
2 changes: 1 addition & 1 deletion data/people/NikitSrivastava.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dice:NikitSrivastava a schema:Person ;
schema:chat "@nikit:chat.dice-research.org" ;
schema:office "TP6.3.103" ;
schema:photo "srivastava.jpg" ;
schema:project dice:IDA ;
schema:project dice:IDA, dice:PORQUE ;
schema:publicationTag "srivastava" ;
schema:content """""" .
4 changes: 2 additions & 2 deletions data/people/ParamjotKaur.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
dice:ParamjotKaur a schema:Person ;
schema:name "Paramjot Kaur" ;
schema:namePrefix "" ;
schema:role dice:Infrastructure ;
schema:role dice:StudentResearcher ;
schema:phone <tel:> ;
schema:fax <tel:> ;
schema:email <mailto:[email protected]> ;
schema:chat "@paramjot:chat.dice-research.org" ;
schema:office "TP6.3.310" ;
schema:office "TP6.3.101" ;
schema:photo "kaur.jpg" ;
schema:content """""" .
3 changes: 2 additions & 1 deletion data/people/SourabhPoddar.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
dice:SourabhPoddar a schema:Person ;
schema:name "Sourabh Poddar" ;
schema:namePrefix "" ;
schema:role dice:Alumni ;
schema:role dice:StudentResearcher ;
schema:phone <tel:> ;
schema:fax <tel:> ;
schema:email <mailto:> ;
schema:project dice:IDA ;
schema:office "" ;
schema:photo "" ;
schema:content """""" .
1 change: 1 addition & 0 deletions data/people/SpoorthiMadhavan.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dice:SpoorthiMadhavan a schema:Person ;
schema:phone <tel:> ;
schema:fax <tel:> ;
schema:email <mailto:> ;
schema:project dice:IDA ;
schema:office "" ;
schema:photo "" ;
schema:content """""" .
4 changes: 3 additions & 1 deletion data/projects/IDA.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Thirdly, the metadata of the available algorithms have to be modeled in a way to
schema:endDate "2021-07-31"^^xsd:date ;
schema:startDate "2020-06-01"^^xsd:date ;
schema:maintainer dice:NikitSrivastava ;
# schema:developer dice:NikitSrivastava, dice:NandeeshPatel, dice:MaqboolKhan, dice:SourabhPoddar, dice:SpoorthiMadhavan ;
schema:homepage <https://softwarecampus.de/en/project/ida-intelligent-data-science-chatbot/> ;
schema:name "IDA" ;
schema:fundingProgram [ schema:name "Software Campus"; schema:url <https://softwarecampus.de/projekt/ida-intelligent-data-science-chatbot/> ] ;
schema:fundingProgram "Software Campus";
schema:logo "ida_logo_t3.svg" ;
schema:relatedDemo dice:IDA_Demo .
18 changes: 18 additions & 0 deletions data/projects/PORQUE.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dice: <https://dice-research.org/> .
@prefix dicepartner: <https://dice-research.org/partner/> .
@prefix dicefunding: <https://dice-research.org/funding/> .
@prefix schema: <https://schema.dice-research.org/> .

dice:PORQUE a dice:FundedProject ;
schema:tagline "PORQUE: Polylingual Hybrid Question Answering" ;
schema:status "active" ;
schema:content """PORQUE will develop and evaluate an extensible platform for polylingual question answering by relying on knowledge graphs and text. We will combine neural machine translation with language-specific natural language processing techniques to make answering queries across languages efficient and accurate. We will deliver a prototype, which will be evaluated through commercial solutions in three domains (open data, publishing, energy).""" ;
schema:endDate "2023-10-31"^^xsd:date ;
schema:startDate "2020-11-01"^^xsd:date ;
schema:maintainer dice:AxelCyrilleNgongaNgomo ;
schema:name "PORQUE" ;
schema:fundingProgram "Eureka Eurostars, Grant Number E*114154 (BMBF Grant Number 01QE2056C)" ;
schema:homepage <https://www.porque.eu/> ;
schema:partner dicepartner:Semantic, dicepartner:SiteFusion.
# schema:fundingProgram <https://www.digitale-technologien.de/DT/Navigation/DE/ProgrammeProjekte/AktuelleTechnologieprogramme/Smarte_Datenwirtschaft/smarte-datenwirtschaft.html> .
1 change: 1 addition & 0 deletions data/projects/SPEAKER.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ dice:SPEAKER a dice:FundedProject ;
schema:name "SPEAKER" ;
schema:fundingProgram "BMWi, Grant Number 01MK20011U" ;
schema:homepage <https://www.speaker.fraunhofer.de/> ;
schema:logo "speaker_upb_logo.svg";
schema:partner dicepartner:Fraunhofer, dicepartner:DFKI, dicepartner:Siemens, dicepartner:Datev, dicepartner:IAV, dicepartner:DB, dicepartner:SAP, dicepartner:retresco, dicepartner:SCOPEVISIO, dicepartner:IDSA, dicepartner:CommaSoft, dicepartner:ONSEI, dicepartner:Grundig-gbs, dicepartner:audeering, dicepartner:LMU, dicepartner:TUBraunschweig.
# schema:fundingProgram <https://www.digitale-technologien.de/DT/Navigation/DE/ProgrammeProjekte/AktuelleTechnologieprogramme/Smarte_Datenwirtschaft/smarte-datenwirtschaft.html> .
Loading