Earlier quoted context omitted.
What makes you think that Facebook doesn't calculate an affinity score between each pair of friends and use that to heavily weight search results? The affinity score definitely exists (EdgeRank), and it seems to be used all over Facebook currently, so I suspect it would be a big factor in search.
Usually talking about unpublished, constantly evolving algorithms in simplistic terms is a bad idea. The number of times people talk about Google PageRank in a discussion about "how Google works" is baffling because it's pretty obvious Google has a lot more going on behind the scenes than some simple algorithm in an academic paper.
Introducing Graph Search
71–80 of 266 posts
Re: Introducing Graph Search
#72I can't really explain what's going on in their heads… Perhaps I'm just completely out of their target market, who knows.
Re: Introducing Graph Search
#73For a company that claims to understand the importance of mobile, why are the videos still in Flash? There is absolutely no reason they couldn't have used HTML5 with Flash fallback here.
Re: Introducing Graph Search
#74Being able to weight my Google results with demographic or social graph attributes would be more useful for me - especially with purchases.
'restaurants in 10km range popular with 30-40 age professionals'
'most popular cookery books up to 3rd degree connections'
'top movies my close friends watched last week'
Re: Introducing Graph Search
#75This is an important step for Facebook and I'm surprised no one has really mentioned it (all ~50 comments so far are about the graph search). The big thing here isn't graph search, or the fancy searching per se. The big thing here is this: > "and meet new people, too." This is huge. Huge! Facebook from the start was envisioned as a sort-of dating platform but that part of it got swept under the rug real quick. Throug…
But it's okay, you'll get the last laugh in another few decades when having a Facebook profile is more powerful than having government issued identification and we're in a topsy turvy world where if the Facebook personality emitting/detecting jewel you have to wear around your neck would light up if someone else compatible is close by for you to mate with.
At least you didn't contribute that to society.
Re: Introducing Graph Search
#76Here is the previous discussion: http://news.ycombinator.com/item?id=4871854
Re: Introducing Graph Search
#77Interesting to compare against Path (they announced search on 12/20 - http://www.wired.com/business/2012/12/path-social-archive/ ): Path: search personal events; discovery via proximity (nearby) Facebook: search graph events; discovery via common interest Seems like facebook trying to hone in on cases like dating (discovering people with common interests), and interest discovery (ie, restaurants that others like). Pa…
I did discover that it can do delightfully strange things like if you search for "snow" it finds all the moments that happened when it was snowing, even if the moment does not have the word "snow" in it. So it must link location and weather history with moments, which is pretty cool!
So Path has a lot of potential. I think the search interface just needs some work to expose more functionality like Facebook is.
Re: Introducing Graph Search
#782. Interesting problem, to make all that data available to natural search queries. Definitely an attack on Google who still can't really answer natural queries what Marissa Mayer was talking about ages ago.
3. There is just stuff from Facebook what I think is problematic because people don't share everything on Facebook. If they can expand it onto the whole web, it would be a game changer, but also way more difficult to solve.
4. I can't think of a query I would use this for other than testing it. If I search for Apple, I want to the Apple website. So I think this is more a solution on the search for a problem. Maybe they figure that out when it's out there.
Re: Introducing Graph Search
#79I think this a big deal. The first step to a Yelp killer? Type in "Italian Restaurant" and get back list of all the restaurants your friends have checked into. A recommendation engine. For now, its mostly to filter your facebook data. But do you think it can expand and become the goto search engine, ala google?
Re: Introducing Graph Search
#80This bears much more resemblance to Wolfram|Alpha than it does to Google Search. Glad to see natural language interfaces are finally going mainstream.
The example queries remind me of Prolog.
No, I think they're probably doing proper natural language parsing, and from there hand-coded translation to (their internal version of) FQL.
I wonder how flexible their grammar is. It'll be pretty easy to reverse engineer the techniques they are using by looking at failure modes of parses and how intelligently they correct fall-throughs.