This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
Shape the future of IBM!
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Search existing ideas
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post your ideas
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
Specific links you will want to bookmark for future use
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM Employees should enter Ideas at https://ideas.ibm.com
See this idea on ideas.ibm.com
As users of WDS are currently not able to use SDU on crawled web documents, it is impossible to use the field definition and exclusion function WDS provides to exclude unwanted results from the index.
In our case, website navigation and footers create noise that leads to bad query results. Inclusion of positive examples through enrichments and relevancy training was not enough to offset the noise. In most cases, stopwords cannot be used, as the navigation elements are still terms we need to be able to search for. The bad query performance has been noticed by customers and we're having trouble explaining to them that exclusion of those elements is apparently not implemented.
Example:
The URL to be crawled is https://www.dgm.org/muskelerkrankungen/ which is a website about muscular diseases in German. The navigation bar containing all the possible muscular diseases will remain the same for all pages below this path level, navigation does not show up in the URL. For https://www.dgm.org/muskelerkrankungen/amyotrophe-lateralsklerose-als which is the top page about ALS, the index will still include all the navigation for the website. In the case of a search for another muscular disease, the ALS subpage will still be shown, only because it contains the navigation. Since navigation does not show up in the URL, it cannot be excluded by using url processing settings. Same goes for common footers about GDPR regulations and such.
Depending on how websites are crawled, it could be made possible in the following ways:
identify certain HTML elements by tag at ingestion time and give users an option for exclusion of HTML elements (processing settings for collections)
make SDU availabe for webcrawl documents to use the existing field filter function
exclusion by default at ingestion time
Needed By | Week |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
This has been quite a painful issue for our use case as well. Web content makes up all of our data right now, which is over 20,000 documents, and ingesting the header, footers, and non-informational content really limits our ability to maintain a clean collection for further searching, entity extraction, relevancy ranking, etc.
Just had another call with a client where they brought up this requirement (to be able to exclude certain content from HTML pages). This customer is on IBM Cloud, so they can't make their own crawler plug-in.
Every page in my customer's website includes a navigation div that includes key topics that users might want to ask about... so WD now thinks that every single web page is relevant to every user query! This ruins the ability of WD to find pages that are actually relevant.
We have this issue, as well. In addition to things like navigational elements, items like cookie-acceptance banners or imbedded feedback forms also result in unwanted text being included in indexed pages.