Changes for page Wiki Gardening Engine

Last modified by Clément Aubin on 2022/02/25 09:25

<
From version < 1.11 >
edited by Clément Aubin
on 2019/02/04 14:41
To version < 2.1 >
edited by Anca Luca
on 2019/02/04 23:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.caubin
1 +xwiki:XWiki.lucaa
GoogleSummerOfCode.ProjectClass[0]
Details
... ... @@ -1,16 +1,24 @@
1 1  === Overview ===
2 2  
3 -As a knowledge management software, it is critical for XWiki to help its users to better organize the information that is put on the wiki. One way to achieve this task is to propose different page models to store specific information, such as what is proposed by default in XWiki.
3 +As a knowledge management software, it is critical for XWiki to help its users to better organize the information that is put on the wiki.
4 +One frequent problem of wikis is that content is being put in wikis but can not be capitalized/used because it's difficult to retrieve once put in the wiki (because not properly organised, or because search engines are not performant enough).
5 +Usually, in all communities that collaborate around creating a knowledge base, there are a few people (the "gardeners") that watch over the good organisation of the wiki, make sure that all content that is being added is not duplicate, that it is put in the proper place on the graph of knowledge, that relations are properly setup with related documents, etc. The purpose of this project is to use all available language processing / artificial intelligence / machine learning tools in order to create replace the gardeners with robots.
4 4  
5 -However, when dealing with pure, unstructured documentation, we don't provide any specific tool to help organizing knowledge.
6 -
7 7  === Objectives ===
8 8  
9 -The main goal of this project is to build a tool to help document editors to better organize their pages and the pages contents. This tool should be a combination of machine learning coupled with natural language processing.
9 +The main goal of this project is to build a tool to help document editors to better organize their pages and the pages contents. This tool should be a combination of machine learning coupled with natural language processing. The tool should be able to propose different forms of organisation of content to the editors, which editors can apply to their content or not. Ideally, the automatic gardener would learn from the answers of the editors and improve its algorithm.
10 10  
11 +A few examples of gardening actions:
12 +* detecting duplicate content
13 +* proposing to update a page rather than create a new page
14 +* inferring a structure (in the sense of the wiki's structured pages) from the created content and proposing to add this structure to a set of pages
15 +* proposing a location for a page on the wiki (depending on its content)
16 +* etc. The list is really open, a full analysis of the possible actions should be done by the student.
17 +
11 11  === Requirements ===
12 12  
13 -* Good knowledge of Java
14 14  * Good knowledge of machine learning
21 +* Good knowledge of Java
22 +* Basic understanding of knowledge management needs
15 15  
16 16  === Other resources ===
Mentor(s)
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.lucaa

Get Connected