So while thinking about this problem, one thing that popped into my head was something along the lines where an intelligent agent could be developed to help direct people to possible answers for their questions, in the spirit (but not method) of how Microsoft's Office 2000 Help or Ask Jeeves works. That is, the new user only has to ask a question, and the agent determines what words are important, and in the case of the examples above, typically presents any entries that contain at least one of the keywords in the question.
Well, that's a rather simplistic approach; a better system would have some intelligence as to recongize that if the user asks about "merging" and "array", there's a good chance that the user really wants to know about hash slices, though other possible answers could be the desired one. This would require some method of emphasizing the relationships between words, as opposed to the presence of the words themselves.
The expert system would come into play in that as new users as questions and get a list of possible answers, they would indicate which answers are what they were looking for; the system would then increase a hypothetical weight for that relationship leading to that answer, such that the next time the same words are asked, that answer will have a better chance of being first. After a large number of repetitions of this process, the system should be very good at giving the answers that match quite well with what the user is expecting. The system would also be able to encorporate new questions and answers into it's database as they are created.
Obviously, this would be developed offsite (off PM, that is), and would most likely use the questions from Q&A, maybe SOPW, sans any thing in CODE tags, in order to develop the initial entries. The problem that I see that I don't see an easy solution for is how to handle weighting the relationships. Beyond simply storing the data as the various q&a nodes, along with the sets of words that match and their weight, I can't think of a nice AI-like algorithm that can be adapted for this.
Note that I haven't done anything towards this, I'm only putting my thoughts down and seeing 1) if there's an interest and 2) if this is even possible. I think it would be a nice bit of added functionality to add to PM, but if it's unreasonable to add, then forget it.. :-)
In reply to Developing an Expert System/Intelligent Agent for PM? by Masem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |