Home Blog Page 425

La hermana menor de Sam Altman presenta una demanda

0

Accusations of Sexual Abuse Against OpenAI CEO’s Brother

Family Torn Apart by Allegations

Ann Altman, the younger sister of OpenAI’s CEO and founder Sam Altman, has filed a federal lawsuit against her brother, alleging that he sexually abused her when she was a minor.

Abuse Allegations

The lawsuit, filed in the United States District Court for the Eastern District of Missouri, claims that the abuse took place at the Altman family home in the suburbs of St. Louis between 1997 and 2006, when Ann was just three years old. The lawsuit alleges that the abuse began when Ann was three years old and continued until she was 13.

Consequences of the Abuse

The lawsuit states that Ann has suffered physical and emotional harm as a result of the abuse, including post-traumatic stress disorder, severe emotional distress, and depression, which is expected to continue in the future.

Legal Representation

Ann Altman is represented by a law firm in Illinois specializing in sexual abuse and harassment cases.

Denials by Sam Altman and Family

In a statement released on X, Sam Altman, along with his mother and two younger brothers, denied the allegations. "Annie has made profoundly hurtful and completely false accusations about our family, especially about Sam," the statement read. "This situation is causing immense pain to our entire family."

Lawyer’s Response

The lawsuit seeks a jury trial and damages in excess of $75,000. The lawyer for Ann Altman, Ryan Mahoney, said in an interview with the Times that this amount is the minimum required for a federal lawsuit of this type. He stated that if the lawsuit goes to a jury trial, they will seek a compensation that fully compensates his client for what she has experienced.

Punitive Damages

Mahoney added that they are also seeking punitive damages based on Sam Altman’s net worth.

Statute of Limitations

The lawsuit was filed on Monday due to a Missouri law that allows survivors of childhood sexual abuse to file a lawsuit up to 10 years after they turn 21. Ann Altman turned 31 on Wednesday.

Frequently Asked Questions

Q: What is the nature of the allegations?
A: Ann Altman, the younger sister of OpenAI’s CEO and founder Sam Altman, has alleged that he sexually abused her when she was a minor.

Q: When did the alleged abuse take place?
A: The alleged abuse took place between 1997 and 2006, when Ann was just three to 13 years old.

Q: How has Ann Altman been affected by the alleged abuse?
A: According to the lawsuit, Ann has suffered physical and emotional harm, including post-traumatic stress disorder, severe emotional distress, and depression, which is expected to continue in the future.

Q: How has Sam Altman responded to the allegations?
A: Sam Altman has denied the allegations, along with his mother and two younger brothers, stating that the accusations are "profoundly hurtful and completely false."

Nemotron-CC: A Trillion-Token English Language Dataset

0

NVIDIA Releases Nemotron-CC, a 6.3-Trillion-Token English Language Common Crawl Dataset

NVIDIA is excited to announce the release of Nemotron-CC, a 6.3-trillion-token English language Common Crawl dataset for pretraining highly accurate large language models (LLMs), including 1.9 trillion tokens of synthetically generated data.

Results

Shown in Figure 1 are MMLU scores when training 8B parameter models for 1 trillion tokens, varying only the 73% English Common Crawl portion of the training data. Compared to the leading open English Common Crawl dataset DCLM, the high-quality subset Nemotron-CC-HQ increases the MMLU by +5.6.

Figure 1. MMLU scores for 8B parameter models trained for 1 trillion tokens

Furthermore, the full 6.3-trillion-token dataset matches DCLM on MMLU, but contains four times more unique real tokens. This unlocks effective training over a long token horizon: an 8 billion parameter model trained for 15 trillion tokens, of which 7.2 trillion came from Nemotron-CC, is better than the Llama 3.1 8B model: +5 on MMLU, +3.1 on ARC-Challenge, and +0.5 on average across ten diverse tasks.

Key Insights

Some of the key insights that led to these results include:

  • Ensembling different model-based classifiers can help select a larger and more diverse set of high-quality tokens.
  • Rephrasing can effectively reduce noise and errors in low-quality data and produce diverse variants with fresh unique tokens from high-quality data, leading to better results in downstream tasks.
  • Disabling traditional non-learned heuristic filters for high-quality data can further boost high-quality token yield without hurting accuracy.

Data Curation Steps

Using NVIDIA NeMo Curator, we extracted and cleaned data from Common Crawl and then:

  • Filtered it for the English language
  • Performed global fuzzy deduplication as well as exact substring deduplication
  • Leveraged model-based filters such as DCLM, fineweb-edu for quality classification
  • Applied various heuristic and perplexity filters to further remove lower-quality data

We also leveraged synthetic data generation pipelines to generate ~2 trillion tokens of synthetic data.

Conclusion

Nemotron-CC is an open, large, high-quality English Common Crawl dataset that enables pretraining highly accurate LLMs over both short and long token horizons. In the future, we hope to release more datasets that are key ingredients for state-of-the-art LLM pretraining, such as a specialized math pretraining dataset.

Acknowledgments

We thank the Common Crawl Foundation for hosting the dataset. We thank Pedro Ortiz Suarez for valuable feedback that improved the paper and Greg Lindahl for help with improving the data formatting and layout.

FAQs

Q: What is Nemotron-CC?
A: Nemotron-CC is a 6.3-trillion-token English language Common Crawl dataset for pretraining highly accurate large language models (LLMs).

Q: What is the difference between Nemotron-CC-HQ and DCLM?
A: Nemotron-CC-HQ increases the MMLU by +5.6 compared to DCLM, and has 4x more data.

Q: How was the dataset curated?
A: The dataset was curated using NVIDIA NeMo Curator, which extracted and cleaned data from Common Crawl, filtered it for the English language, performed deduplication, and applied various filters to remove lower-quality data.

Q: What is the purpose of the synthetic data generation pipelines?
A: The synthetic data generation pipelines were used to generate ~2 trillion tokens of synthetic data to further increase the size and diversity of the dataset.

Boosting Multi-Modal RAG Systems

Multi-Modal Retrieval-Augmented Generation (RAG) Systems and Relevancy Scoring

Introduction

In the ever-evolving landscape of information retrieval, multi-modal retrieval-augmented generation (RAG) systems stand at the forefront, promising to revolutionize how we access and utilize data. However, as you navigate this complex terrain, do you find yourself grappling with the challenge of ensuring that your system delivers truly relevant results? If so, you’re not alone.

What are Multi-Modal RAG Systems?

Multi-Modal RAG systems integrate various data types, such as text, images, and audio, to enhance information retrieval and generation processes. They leverage multiple modalities to provide more comprehensive responses by understanding context better than traditional single-modal systems.

How does relevancy scoring work in the context of Multi-Modal RAG Systems?

Relevancy scoring evaluates how well a piece of information matches a user’s query or intent within a multi-modal framework. It involves algorithms that assess factors like content similarity, contextual relevance across different modalities (e.g., text related to an image), and user engagement metrics to rank potential responses effectively.

The Challenge of Selecting Relevant Context

Multi-modal retrieval-augmented generation (RAG) systems face significant challenges in selecting relevant context from knowledge bases during the retrieval phase. Traditional methods, such as CLIP, often fall short in accurately distinguishing between relevant and irrelevant data. To address this issue, researchers have proposed a relevancy score measure that enhances context selection by providing a quantitative assessment of relevance for query-entry pairs.

Relevancy Score Model (RS)

The RS model computes scores ranging from 0 to 1, where higher values indicate greater relevance. This innovative approach outperforms conventional methods by refining retrieval results through advanced re-ranking techniques.

Evaluation and Advancements

Evaluations using the COCO dataset illustrate substantial improvements in response accuracy and coherence when employing the RS model compared to traditional scoring methods like CLIP-score. By filtering out irrelevant content effectively, multi-modal RAG systems can achieve enhanced performance in natural language understanding tasks and image-text retrieval scenarios. Ongoing research continues to explore advancements within these frameworks, focusing on improving both efficiency and effectiveness across various applications involving AI-generated images and visual language models.

Enhancing Context Selection with Relevancy Scores

The effectiveness of relevancy scoring lies in its ability to refine retrieval results through quantitative measures. Evaluations using datasets like COCO have demonstrated that employing an RS model significantly boosts context selection capabilities compared to conventional approaches. As research continues into multimodal retrieval strategies, enhancing relevancy estimation remains paramount for achieving high-quality outputs in AI-generated content across various applications, including natural language processing and image-text integration.

Advanced Re-Ranking Methods

Implementing sophisticated re-ranking mechanisms enhances the relevance estimation process significantly. By leveraging contextual information from knowledge bases during retrieval phases, these methods ensure that only the most pertinent content is selected. The evaluation using datasets such as COCO has demonstrated substantial improvements in context selection accuracy when employing these advanced techniques alongside RS models.

Conclusion

Prioritizing relevancy scoring is essential for any organization aiming to stay competitive in this rapidly evolving landscape. Effective relevancy scoring enhances the performance of multi-modal RAG systems, enabling organizations to deliver more precise and accurate information to their users. The advancements in relevancy scoring, including the RS model, represent a significant step towards achieving more comprehensive and high-quality responses across various modalities.

Frequently Asked Questions

1. What is relevancy scoring?

Relevancy scoring is a metric used to evaluate the relevance of retrieved information based on a user’s query or intent.

2. What are the benefits of relevancy scoring in Multi-Modal RAG Systems?

Relevancy scoring improves the accuracy and relevance of retrieved information, leading to enhanced user experience and increased satisfaction.

3. What techniques can be used for effective relevancy scoring?

Machine learning models, semantic analysis, collaborative filtering, and feedback loops can be used to enhance relevancy scoring in Multi-Modal RAG Systems.

4. What is the future trend for relevancy scoring?

Future trends in relevancy scoring may include advancements in AI-driven natural language processing, increased integration with real-time data streams, greater emphasis on ethical considerations, and enhanced personalization features driven by user-specific interaction histories.

Meta Secretly Trained Its AI on a Notorious Piracy Database

0

Meta’s Shadow Datasets: A Get-Out-of-Jail-Free Card?

The plaintiffs in a lawsuit against Meta, the authors of a book, have filed a motion to file a third amended complaint, alleging that Meta has treated the “public availability” of shadow datasets as a get-out-of-jail-free card.

A False Premise?

Meta’s opposition to the motion argues that the authors’ attempts to add additional claims to the case are an “eleventh-hour gambit based on a false and inflammatory premise” and denies that Meta waited to reveal crucial information in discovery.

LibGen: A Pirated Dataset

The plaintiffs allege that internal Meta records show every relevant decision-maker at Meta, up to and including its CEO, Mark Zuckerberg, knew LibGen was “a dataset we know to be pirated.” LibGen is an archive of books uploaded to the internet that originated in Russia around 2008 and is one of the largest and most controversial “shadow libraries” in the world.

Discovery Woes

Meta’s argument hinges on its claim that the plaintiffs already knew about the LibGen use and shouldn’t be granted additional time to file a third amended claim when they had ample time to do so before discovery ended in December 2024. However, the plaintiffs argue that the discovery process has unearthed reasons to add new allegations, including evidence that Meta uploaded pirated files containing the authors’ works on “torrent” sites.

A New Allegation

The unredacted documents claim that Meta, through a corporate representative who testified on November 20, 2024, has now admitted under oath to uploading pirated files containing the authors’ works on “torrent” sites. This, the plaintiffs argue, turned Meta itself into a distributor of the very same pirated copyrighted material that it was also downloading for use in its commercially available AI models.

Conclusion

The plaintiffs’ motion to file a third amended complaint alleges that Meta has treated the “public availability” of shadow datasets as a get-out-of-jail-free card. The discovery process has unearthed new evidence that Meta uploaded pirated files containing the authors’ works on “torrent” sites, turning Meta into a distributor of pirated copyrighted material. The outcome of this case remains to be seen, but it highlights the ongoing controversy surrounding shadow libraries and their use in AI development.

FAQs

Q: What is LibGen?

A: LibGen is an archive of books uploaded to the internet that originated in Russia around 2008 and is one of the largest and most controversial “shadow libraries” in the world.

Q: What is a shadow library?

A: A shadow library is a collection of copyrighted works that are uploaded to the internet without the permission of the copyright holders.

Q: What is the Digital Millennium Copyright Act (DMCA)?

A: The DMCA is a US law introduced in 1998 to stop people from selling or duplicating copyrighted works on the internet.

Q: What is the outcome of this case likely to be?

A: The outcome of this case remains to be seen, but it highlights the ongoing controversy surrounding shadow libraries and their use in AI development.

Wild Adventures in Nvidia GPU Editing

0

Understanding the Power of Tags:
Source and Its Significance

plays a crucial role in HTML documents, providing semantic meaning to plain text and enriching the readability of web content. In this article, we will delve into the world of
, exploring its use cases, significance, and implications on web design and development.

What is

?

is an HTML element used to define a paragraph of text within a document. It is an essential building block of web pages, allowing content creators to format and structure text in a hierarchical manner. This element is a fundamental part of HTML, alongside other essential tags like , , and .

Why Use

?

The significance of
lies in its ability to provide semantic meaning to text, making it more accessible and searchable. Here are some reasons why
is an indispensable element in HTML:

  • Content organization: allows content creators to organize text in a logical and structured manner.
  • Improved readability: provides a clear distinction between paragraphs of text, improving the overall readability of the page.
  • Search engine optimization (SEO): search engines use
    to understand the structure and meaning of content, making it an essential element for SEO.

Common Uses of

is used extensively in various situations, including:

  • Paragraphing text: creating paragraphs of text to separate content and improve readability.
  • Bullet points and lists: wrapping text around bullets or numbers to create lists or bullet points.
  • Table cells: used to define cell content in tables.

CSS and

Using CSS (Cascading Style Sheets) can further enhance the presentation and appearance of
. You can apply CSS styles to customize the font size, color, and spacing, making your text more visually appealing.

Conclusion

In conclusion,
is a vital element in HTML, providing structure, organization, and semantic meaning to text. Its significance in web design and development cannot be overstated. By understanding and using
effectively, content creators and developers can build more accessible, readable, and SEO-friendly websites.

Frequently Asked Questions

Q: Can I use multiple
elements in a single paragraph?
A: No, it’s recommended to use only one
element per paragraph of text.

Q: How do I wrap text around
in CSS?
A: You can use the ‘white-space’ property in CSS to wrap text around
.

Q: What is the difference between

and ?

A:
is an HTML element, while is an inline element.
is used to define a paragraph of text, whereas is used to wrap around inline content, such as characters or phrases.

UK’s First Internet Connection Established

Growth and Change

Over the last two decades, the emergence of social networks, the increasing availability of Internet streaming media, and the integration of mobile telephone networks with the Internet have hugely increased demand for Internet capacity. Such demand will require large investments to meet, but probably without any radical rethink of the Internet’s architecture. The number of Internet-connected devices is growing significantly, but we can assume that it will increase only to a small multiple of the world’s population. So even if the protocols that govern how devices connect to the Internet had to change to cope with demand, this could be achieved within only a few years.

The Rise of IPv6

Although 4 billion addresses seemed near infinite in 1974, by the early 1990s it was already evident that the Internet would soon run out of IP (IPv4) addresses, necessary for computers to be connected to the Internet. Work on the next generation of IP, IPv6, was to increase the number of routable network addresses from 32-bit (232, or 4 billion) to 128-bit (or 2128 or 3.4×1029 billion) addresses. Technical fixes managed to extend the lifetime of IPv4, but over the last few years the need to move to IPv6 has become pressing, and adoption is now happening faster.

The Internet of Things

Increasingly, devices and equipment found in all aspects of our lives may incorporate sensors and actuators that can be operated remotely. The estimated number of devices to be network-connected is much larger: as many as hundreds of billions within ten years. Cars (for navigation or automated driving), home appliances (for automation, security), devices on the national power grid (monitoring and error correction), smart buildings (temperature or humidity control, security), smart cities (traffic control, services supply, waste management), wearable and implanted medical devices, and so on.

Concerns and Challenges

The ability to monitor the activities of people—with or without their knowledge—is one important outcome of so many people so frequently connected to the network. The ability by unauthorized individuals to hack into private systems, to obtain private data or damage operations, are very worrying developments. The advances in computer and network security needed require massive research and development, and new legal and regulatory powers. And an even more disruptive development now looms: the Internet of Things.

Conclusion

In conclusion, the growth and change in the way we use the Internet has led to an increased demand for Internet capacity, which will require large investments to meet. The need to move to IPv6 has become pressing, and adoption is now happening faster. The rise of the Internet of Things will bring new challenges and concerns, including the need for massive research and development in computer and network security, and new legal and regulatory powers. It is crucial to address these challenges to ensure a safe and secure online environment for all.

FAQs

Q: What is IPv6?
A: IPv6 is the next generation of IP addresses, designed to increase the number of routable network addresses from 32-bit (232, or 4 billion) to 128-bit (or 2128 or 3.4×1029 billion) addresses.

Q: What is the Internet of Things?
A: The Internet of Things refers to the increasing number of devices and equipment found in all aspects of our lives that may incorporate sensors and actuators that can be operated remotely.

Q: Why is IPv6 adoption important?
A: IPv6 adoption is important to ensure the Internet does not run out of IP addresses, which is crucial for computers to be connected to the Internet.

Q: What are the challenges of the Internet of Things?
A: The challenges of the Internet of Things include the need for massive research and development in computer and network security, and new legal and regulatory powers to ensure a safe and secure online environment.

Google can turn your Discover feed into an AI-generated podcast.

0

Google Tests Experimental AI Feature to Create Personalized Podcasts

Introducing Daily Listen: A New Way to Stay Informed

Google is testing an innovative AI feature that creates a personalized podcast using your Search and Discover feed history. Dubbed "Daily Listen," this feature is now rolling out to Android and iOS users in the US through Google’s Search Labs.

How Daily Listen Works

Daily Listen references search data and Discover feed interactions to identify which news articles would be of most interest to the user. It then summarizes those stories and topics into a roughly five-minute audio overview, complete with a text transcript and audio scrubber controls to play, pause, mute, rewind, or skip to the next story.

Features and Functionality

  • The feature is available in the personalized widget carousel underneath the Search bar at the top of the Google app.
  • A "Related stories" tab appears at the bottom of the audio player, allowing users to like or disapprove of each story with a thumbs up/down, and explore new topics.

Will Daily Listen Become a Permanent Feature?

While there’s no word on when or if this feature will be rolled out to the wider public, Google’s AI Search Overviews were tested in a similar way via Search Labs before launching to a general audience last year. It’s possible that Daily Listen may one day become a persistent feature, though it’s unclear whether users will be able to opt out as easily as they can with AI Overviews.

FAQs

Q: What is Daily Listen?
A: Daily Listen is an experimental AI feature that creates a personalized podcast using your Search and Discover feed history.

Q: How does Daily Listen work?
A: Daily Listen references search data and Discover feed interactions to identify which news articles would be of most interest to the user, and then summarizes those stories and topics into a roughly five-minute audio overview.

Q: How do I access Daily Listen?
A: Daily Listen is available in the personalized widget carousel underneath the Search bar at the top of the Google app.

Q: Will Daily Listen become a permanent feature?
A: There’s no word on when or if this feature will be rolled out to the wider public, but it’s possible that it may one day become a persistent feature.

Musk Demands Auction of OpenAI Stake

Musk’s Lawyer Seeks to Force OpenAI to Auction Off Stake

Conflict Intensifies Between Elon Musk and OpenAI’s CEO Sam Altman

A lawyer for Elon Musk has called on the California and Delaware attorneys-general to force OpenAI to auction off a large stake in its business, intensifying a bitter fight with the company’s CEO, Sam Altman.

Background

OpenAI, a non-profit organization dedicated to ensuring AI benefits humanity, was founded by Musk and nine others in 2015. Musk was the most significant early funder before leaving the board in 2018 after clashing with Altman. In 2016, OpenAI launched a for-profit subsidiary, which has since raised over $13bn from its biggest backer, Microsoft.

The Dispute

Musk’s camp is seeking to block OpenAI’s plan to convert to a public benefit corporation (PBC), which would allow it to raise capital and pursue charitable initiatives. However, this move would also give up governance control over the company’s operations and business.

The Letter

Musk’s lawyer, Marc Toberoff, wrote a letter to the California and Delaware attorneys-general, arguing that the non-profit entity’s stake in the PBC should be auctioned off to ensure maximum value and uphold its fiduciary duties. The non-profit’s stake in the PBC is likely to be worth tens of billions of dollars.

Reactions

OpenAI has denied plans for such an auction, with one person familiar with the company’s thinking stating that Musk’s camp simply "want more chaos." The company has also suggested that the non-profit’s "significant interest" in the existing for-profit would take the form of shares in the PBC at a fair valuation, determined by independent financial advisers.

Conclusion

The dispute between Musk and OpenAI’s CEO, Sam Altman, highlights the complex corporate governance issues surrounding the company’s plans to convert to a public benefit corporation. The outcome of this conflict will have significant implications for the future of OpenAI and the AI industry as a whole.

Frequently Asked Questions

Q: What is the purpose of OpenAI’s conversion to a public benefit corporation?
A: OpenAI aims to raise capital and pursue charitable initiatives, while giving up governance control over its operations and business.

Q: Why is Elon Musk opposing OpenAI’s conversion?
A: Musk claims that OpenAI and Microsoft are departing from the company’s original mission and that the conversion would allow them to build a for-profit monopoly.

Q: What is the value of the non-profit entity’s stake in the PBC?
A: The stake is likely to be worth tens of billions of dollars.

Q: How does the California and Delaware attorneys-general fit into this dispute?
A: They are responsible for ensuring that OpenAI’s conversion is in the public interest and determining whether the transaction is at a fair price.

Hyundai Leverages NVIDIA AI for Next-Gen Mobility

Driving the Future of Smart Mobility with AI and Digital Twins

Partnership Between Hyundai and NVIDIA

Hyundai Motor Group is partnering with NVIDIA to develop the next generation of safe, secure mobility with AI and industrial digital twins. This latest work will elevate Hyundai Motor Group’s smart mobility innovation with NVIDIA accelerated computing, generative AI, digital twins, and physical AI technologies.

AI Initiatives Across Key Mobility Products

The Group is launching a broad range of AI initiatives across its key mobility products, including software-defined vehicles and robots, along with optimizing its manufacturing lines. "Hyundai Motor Group is exploring innovative approaches with AI technologies in various fields such as robotics, autonomous driving, and smart factory," said Heung-Soo Kim, executive vice president and head of the global strategy office at Hyundai Motor Group. "This partnership is set to accelerate our progress, positioning the Group as a frontrunner in driving AI-empowered mobility innovation."

Manufacturing Intelligence with Simulation and Digital Twins

[H2] Digital Twins for Product Design and Prototyping

With the NVIDIA Omniverse platform running on NVIDIA OVX systems, Hyundai Motor Group will build a digital thread across its existing software tools to achieve highly accurate product design and prototyping in a digital twin environment. This will help boost engineering efficiencies, reduce costs, and accelerate time to market.

[H3] Simulation for Autonomous Driving Systems

The Group will work with NVIDIA to create simulated environments for developing autonomous driving systems and validating self-driving applications. Simulation is becoming increasingly critical in the safe deployment of AVs. It provides a safe way to test self-driving technology in any possible weather, traffic conditions, or locations, as well as rare or dangerous scenarios.

[H4] Digital Twins for Manufacturing Optimization

Hyundai Motor Group will develop applications, like digital twins using Omniverse technologies, to optimize its existing and future manufacturing lines in simulation. These digital twins can improve production quality, streamline costs, and enhance overall manufacturing efficiencies.

[H5] Industrial Robotics and Automation

The company can also build and train industrial robots for safe deployment in its factories using NVIDIA Isaac Sim, a robotics simulation framework built on Omniverse. NVIDIA is helping advance robotics intelligence with AI tools and libraries for automated manufacturing. As a result, Hyundai Motor Group can conduct industrial robot training in physically accurate virtual environments – optimizing manufacturing and enhancing quality.

Conclusion

The partnership between Hyundai Motor Group and NVIDIA is driving the creation of safer, more intelligent vehicles, enhancing manufacturing with greater efficiency and quality, and deploying cutting-edge robotics to build a smarter, more connected digital workplace.

FAQs

Q: What is the purpose of the partnership between Hyundai and NVIDIA?
A: The partnership aims to develop the next generation of safe, secure mobility with AI and industrial digital twins.

Q: What are the key areas of focus for the partnership?
A: The partnership focuses on AI initiatives across key mobility products, including software-defined vehicles and robots, as well as optimizing manufacturing lines.

Q: How will the partnership benefit Hyundai Motor Group?
A: The partnership will accelerate Hyundai Motor Group’s progress in driving AI-empowered mobility innovation, positioning the Group as a frontrunner in the industry.

Q: What is NVIDIA’s role in the partnership?
A: NVIDIA will provide its accelerated computing, generative AI, digital twins, and physical AI technologies to support Hyundai Motor Group’s smart mobility innovation.

Perplexity Partners with Tripadvisor

0

Perplexity Launches Integration with Tripadvisor, Adding More Information to Hotel Search Results

Perplexity, an AI search engine, is launching an integration with Tripadvisor that will add more information about hotels to its search results. When searching for places to stay, Perplexity will now present users with a neatly organized list of hotels, alongside summaries of why it chose them using information sourced from Tripadvisor.

New Format for Hotel Search Results

In an example shared by Perplexity, a search for “hotels in Madrid for a business trip” yields a result for Hotel Regina, which the search engine says you should choose “if you want a centrally located hotel in Madrid with exceptional service and a rich breakfast offering.” The result also displays Perplexity’s ratings and images from Tripadvisor, as well as a list of perks, such as “location,” “service,” and “cleanliness.”

Improved Information and Organization

Previously, Perplexity only displayed a numbered list of hotels with their address, user rating, and features, while showing images gathered from each hotel’s website in its sidebar. The new integration with Tripadvisor provides more detailed and organized information, making it easier for users to find the perfect hotel for their needs.

How the Integration Works

According to Perplexity cofounder Johnny Ho, the integration with Tripadvisor works by syncing regularly with the travel review website to index and retrieve the right results depending on the user intent of the query. This ensures that users receive up-to-date and trustworthy information about hotels.

Future Plans and Expansion

Perplexity plans to expand the Tripadvisor integration to include information about restaurants and experiences in the future. The AI search engine also added data from Yelp last year as part of its goal to include accurate information that users can use.

Conclusion

The integration of Perplexity with Tripadvisor is a significant improvement in the search engine’s hotel search results, providing users with more detailed and organized information to help them make informed decisions. With its goal of providing accurate and trustworthy information, Perplexity is poised to become a leading AI search engine in the industry.

FAQs

Q: What is Perplexity’s integration with Tripadvisor?

A: Perplexity’s integration with Tripadvisor adds more information about hotels to its search results, including summaries of why it chose each hotel, ratings, and images.

Q: How does the integration work?

A: The integration syncs regularly with Tripadvisor to index and retrieve the right results depending on the user intent of the query, ensuring that users receive up-to-date and trustworthy information.

Q: Will Perplexity expand the integration to include information about restaurants and experiences?

A: Yes, Perplexity plans to expand the integration to include information about restaurants and experiences in the future.

Q: When will the integration be available on Perplexity’s mobile app?

A: The integration is rolling out now on Perplexity’s web platform, with availability on its mobile app coming soon.