Talk:Abductive logic programming

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Question: Does anyone other than the authors A.C. Kakas, (probably the principle editor) and M. Denecker use this? Also, Why Are The Words Capitalized? — Arthur Rubin | (talk) 00:18, 17 August 2007 (UTC)[reply]

One of the earliest uses of abductive logic programming was that by Eshgi, referrenced in the event calculus article. It has been used in the European Community SOCS project to develop an intelligent agent model. There is no reason why the letters should be capitalised.Logperson 11:48, 31 August 2007 (UTC)[reply]

Capitalization fixed. Notability tag removed. I don't know enough about it to improve the article, though. — Arthur Rubin | (talk) 14:16, 31 August 2007 (UTC)[reply]

{{Tone}}[edit]

The article makes extensive use of first-person pronouns us and we, which is decidely discouraged in the Wikipedia:Manual of Style and at Wikipedia:Guide to writing better articles#Tone. User:Dorftrottel 16:12, January 20, 2008

Almost all of those uses are essentially in mathematical contexts, though, which is specifically allowed by the MoS. That is, "we" refers to the reader and the author together considering something, rather than to the original author or authors of the article. Hqb (talk) 16:34, 20 January 2008 (UTC)[reply]
The relevant section is WP:MSM#Writing style in mathematics. I would argue that the article can and should be improved even according to the more relaxed stance on personal pronouns usually employed in mathematics articles. User:Dorftrottel 19:04, January 20, 2008

Copyrighted/Plagiarized Text[edit]

The text under the Formal Semantics section, and possibly under other sections, appears verbatim in other sources that I'd presume are still under applicable copyrights. For instance, searching for the sentence "Early work on abduction in Theorist in the context of classical logic" on Google brings up the conference proceedings in which this work appears:

http://books.google.com/books?id=eLTZ-ZrEctgC&lpg=PA409&ots=BYhD0O5Cvj&dq=%22Early%20work%20on%20abduction%20in%20Theorist%20in%20the%20context%20of%20classical%20logic%22&pg=PA409#v=onepage&q=%22Early%20work%20on%20abduction%20in%20Theorist%20in%20the%20context%20of%20classical%20logic%22&f=false

This source is cited in the references, but where it appears in the article text, there is no indication that it is a verbatim quotation from that source. It does appear that AKakas introduced this text, and is one of the authors on that paper, but now Springer's published it…

Update: I've followed the instructions at Wikipedia:Copyright_problems#Suspected_or_complicated_infringement.

How is this sort of thing supposed to be cleaned up? — Preceding unsigned comment added by Tayloj (talkcontribs) 19:23, 13 August 2013 (UTC)[reply]

How can we solve this form of a copyright issue?[edit]

I am not sure how to solve this issue? The blanked part of the article contains a standard formal definition of ALP that can be found in many different places from 1989/90 onwards when the concept and term of ALP was introduced. Indeed, I used a part of the text of one of my earlier papers for this. Does an author have the burden to re-express his/her ideas in different words to avoid falling foul of a copyright issue like this one? I could do that but is this fair? — Preceding unsigned comment added by AKakas (talkcontribs) 05:12, 16 August 2013 (UTC)[reply]

According to wp:Copy-paste

In 99.9% of cases, you may not copy and paste text from other sources into Wikipedia. Doing so is a copyright violation and may constitute plagiarism. Always write the articles in your own words and cite the sources of the article. Copyright violations are often speedily deleted.

That page also describes, or links to the policies about superficial changes to text (see wp:Close paraphrasing). Now, I do understand that formal definitions for mathematical concepts will often be extremely similar; there are only so many ways that a tuple can be defined and its elements described. However, the text that I removed was much more than the mathematical definition. The sentence that made me realize I'd read this before was "Early work on abduction in Theorist in the context of classical logic was based on the consistency view of constraints." from Denecker & Kakas' Abduction in Logic Programing (text in Google books). Recognizing that User:AKakas is one of the authors of that paper, I realize that if Springer leaves copyright of those papers with the authors, then it may be permissible for User:AKakas to contribute this material to Wikipedia by donating the copyrighted materials. However, if those materials are actually copyrighted by Springer, this probably does not apply. Tayloj (talk) 12:47, 21 August 2013 (UTC)[reply]

The editor of the blanked section has proposed a revision, but it requires an administrator to approve it. I believe the revision meets the requirements needed to avoid the copyright problem. Can an administrator now approve the change?Logperson (talk) 09:20, 2 September 2013 (UTC)[reply]

None of the administrators did anything about the blanking problem. So I implemented the change myself, out of frustration. Logperson (talk) 16:04, 3 September 2013 (UTC)[reply]

"Out of frustration" is probably not really a good reason to do anything on Wikipedia. :/ Unfortunately, we have quite a backlog on copyright issues, as a result of which an administrator is only today getting to the article. If you cannot wait for one, you always have the option to look for one at WP:ANI or use {{adminhelp}}. Unless you are the IP editor whose content you pasted into the article, User:Logperson, I'm afraid your edit itself is a copyright problem. Content on Wikipedia is not public domain and requires attribution if you use it elsewhere than where it was authored. This particular issue is generally easy to fix, whether you authored the content or not, as it only requires attribution. I'll provide that. (update: done)
Before moving content from one page to any other again, please review Wikipedia:Copying within Wikipedia for the process, and if you have copy-pasted content in other Wikipedia articles without attribution, please fix it. If you have any question about the process or need admin assistance, you're also welcome also to leave a note at my talk page. :) --Moonriddengirl (talk) 11:50, 24 October 2013 (UTC)[reply]

Example 3[edit]

A possible typo in example 3 (https://en.wikipedia.org/wiki/Abductive_logic_programming#Example_3) reported below:

The form of the rules is correct. Both genes, lac(y) and lac(z), can be expressed by either of the two rules.

I have edited the per-ample discussion of the example to help make the statements of the abductive logic program a little clearer. — Preceding unsigned comment added by 194.42.17.66 (talk) 08:10, 17 August 2015 (UTC)[reply]

=[edit]

 feed(lactose):-make(permease),make(galactosidase).
 make(Enzyme):-code(Gene,Enzyme),express(Gene).
 express(lac(X)):-amount(glucose,low),amount(lactose,hi).
 express(lac(X)):-amount(glucose,medium),amount(lactose,medium).
 code(lac(y),permease).
 code(lac(z),galactosidase).
 temperature(low):-amount(glucose,low).

=[edit]

should the two rules

=[edit]

express(lac(X)):-amount(glucose,low),amount(lactose,hi). express(lac(X)):-amount(glucose,medium),amount(lactose,medium).

=[edit]

be

=[edit]

express(lac(y)):-amount(glucose,low),amount(lactose,hi). express(lac(z)):-amount(glucose,medium),amount(lactose,medium).

=[edit]

?

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Abductive logic programming. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 03:48, 25 June 2017 (UTC)[reply]