I noticed that questions often have similar or duplicate answers, i.e. one answer is contained within another. As far as I can tell, there is currently no structured approach to cleaning up such mess.
There are many possible use case scenarios here, but I think that a user normally wants to compare answers in only two ways:
- Answer
Ais contained within answerB. (positive) - Answer
Aplagiarized from answerB. (negative)
Option 1 acknowledges writer(s) of A in B. If enough users mark this relationship, answer A is removed, and writer(s) of A are treated as co-authors of B.
Option 2 states that the author(s) of A simply copied B (with possible minor modifications) in order to steal votes. If enough users mark this relationship, answer A is removed, and writer(s) of A lose some reputation. This would prevent problems like this.
In both cases, the algorithm involved should check the timestamps on the answers, and possibly also the diff-s.
EDIT (added due to Tom Wijsman's response):
Because, in the end, it's about the readers, not the authors, and the readers don't want to read 5 similar answers, but rather 1 answer that concisely includes information from them all --- if many readers think an answer is contained within another, then their opinions should be respected. My proposal strives towards this goal, while also trying to make it fair from the authors' perspective.
Examples:
- In Example 1, I would have voted that my answer is contained within Olivier Pons's answer.
- In Example 2, I would have voted that Ted Hopp's answer, Andreas Wederbrand's answer, and Bhesh Gurung's answer are all contained within Hovercraft Full Of Eels's answer.
- In Example 3, I would have voted that my answer is contained within Thomas's answer.